@esfaenza/core 19.2.246 → 20.3.5
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/index.d.ts +660 -5
- package/directives/index.d.ts +80 -5
- package/domain/index.d.ts +304 -5
- package/fesm2022/esfaenza-core-components.mjs +101 -101
- package/fesm2022/esfaenza-core-components.mjs.map +1 -1
- package/fesm2022/esfaenza-core-directives.mjs +22 -22
- package/fesm2022/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2022/esfaenza-core-modules.mjs +12 -12
- package/fesm2022/esfaenza-core-pipes.mjs +19 -19
- package/fesm2022/esfaenza-core-services.mjs +45 -45
- package/fesm2022/esfaenza-core-services.mjs.map +1 -1
- package/fesm2022/esfaenza-core.mjs +13 -16
- package/fesm2022/esfaenza-core.mjs.map +1 -1
- package/helpers/index.d.ts +14 -5
- package/index.d.ts +103 -5
- package/modules/index.d.ts +57 -5
- package/package.json +105 -96
- package/pipes/index.d.ts +50 -5
- package/services/index.d.ts +254 -5
- package/components/back-top/back-top.component.d.ts +0 -12
- package/components/base/base.component.d.ts +0 -25
- package/components/base/embedding.component.d.ts +0 -18
- package/components/base/reactive.component.d.ts +0 -9
- package/components/breadcrumb/breadcrumb.component.d.ts +0 -26
- package/components/components.module.d.ts +0 -32
- package/components/entity-feeds-widget/entity-feeds-widget.component.d.ts +0 -65
- package/components/error/errorpage.component.d.ts +0 -37
- package/components/es-image-cropper/es-image-cropper.component.d.ts +0 -25
- package/components/es-modal/es-modal-head/es-modal-head.component.d.ts +0 -12
- package/components/es-modal/es-modal.component.d.ts +0 -18
- package/components/external-page/external_pages.component.d.ts +0 -13
- package/components/jace-login/jace-login.component.d.ts +0 -8
- package/components/jace-resource/jace-resource.component.d.ts +0 -25
- package/components/labeled-span/labeled-span.component.d.ts +0 -11
- package/components/navbar/navbar.component.d.ts +0 -55
- package/components/navbar/navbar.component.loc.d.ts +0 -8
- package/components/page/pages.component.d.ts +0 -23
- package/components/public-api.d.ts +0 -25
- package/components/redirecter/redirecter.component.d.ts +0 -23
- package/components/search/base-search.d.ts +0 -38
- package/components/selector/base/base-selector.component.d.ts +0 -98
- package/components/selector/base/models/BaseSelectorInitialization.d.ts +0 -9
- package/components/selector/form-selector/form-selector.component.d.ts +0 -27
- package/components/selector/form-selector-dialog/form-selector-dialog.component.d.ts +0 -21
- package/components/sidebar/sidebar.component.d.ts +0 -64
- package/components/sidebar/sidebar.component.loc.d.ts +0 -8
- package/components/user_infos/user_infos.component.d.ts +0 -54
- package/components/user_infos/user_infos.component.loc.d.ts +0 -8
- package/directives/componentHost/componentHost.directive.d.ts +0 -12
- package/directives/directives.module.d.ts +0 -12
- package/directives/draggable/draggable.directive.d.ts +0 -13
- package/directives/es-modal/es-modal.directive.d.ts +0 -15
- package/directives/es-routerLink/es-routerLink.directive.d.ts +0 -14
- package/directives/public-api.d.ts +0 -7
- package/directives/slim-scroll/slim-scroll.directive.d.ts +0 -15
- package/directives/widget/widget.directive.d.ts +0 -9
- package/domain/models/core/ApplicationJob.d.ts +0 -12
- package/domain/models/core/ApplicationMenu.d.ts +0 -16
- package/domain/models/core/ApplicationRoutes.d.ts +0 -2
- package/domain/models/core/EnvOptions.d.ts +0 -15
- package/domain/models/core/GenericItem.d.ts +0 -10
- package/domain/models/core/KeyValue.d.ts +0 -5
- package/domain/models/feeds/CreateUpdateFeedDto.d.ts +0 -11
- package/domain/models/feeds/EntityFeedsWidgetConfiguration.d.ts +0 -14
- package/domain/models/feeds/Feed.d.ts +0 -24
- package/domain/models/global_search/SaerchResultContainer.d.ts +0 -5
- package/domain/models/global_search/SearchResult.d.ts +0 -10
- package/domain/models/jace/AccountScope.d.ts +0 -9
- package/domain/models/jace/ActiveModuleView.d.ts +0 -11
- package/domain/models/jace/CategoriesWithModules.d.ts +0 -6
- package/domain/models/jace/JaceAccount.d.ts +0 -17
- package/domain/models/jace/JaceIdentity.d.ts +0 -17
- package/domain/models/jace/JaceModule.d.ts +0 -8
- package/domain/models/jace/JacePermission.d.ts +0 -10
- package/domain/models/jace/JaceRole.d.ts +0 -13
- package/domain/models/jace/JaceUser.d.ts +0 -9
- package/domain/models/user/UpdateAccountRecoverySettingsDto.d.ts +0 -5
- package/domain/models/user/UpdatePasswordDto.d.ts +0 -9
- package/domain/models/user/UpdateProfilePictureDto.d.ts +0 -4
- package/domain/models/user/UserAccount.d.ts +0 -23
- package/domain/public-api.d.ts +0 -25
- package/domain/tokens.d.ts +0 -22
- package/helpers/classes/ResizeListener.d.ts +0 -12
- package/helpers/public-api.d.ts +0 -1
- package/lib/app.component.d.ts +0 -12
- package/lib/core.module.d.ts +0 -94
- package/modules/classes/_base.module.d.ts +0 -4
- package/modules/classes/_embedding.module.d.ts +0 -11
- package/modules/classes/_shared.module.d.ts +0 -29
- package/modules/classes/t_c.module.d.ts +0 -13
- package/modules/public-api.d.ts +0 -4
- package/pipes/classes/included_in.pipe.d.ts +0 -7
- package/pipes/classes/safe_html.pipe.d.ts +0 -10
- package/pipes/classes/safe_script.pipe.d.ts +0 -10
- package/pipes/classes/safe_style.pipe.d.ts +0 -10
- package/pipes/classes/safe_url.pipe.d.ts +0 -10
- package/pipes/pipes.module.d.ts +0 -11
- package/pipes/public-api.d.ts +0 -6
- package/public-api.d.ts +0 -2
- package/services/classes/app.accesstoken.d.ts +0 -17
- package/services/classes/app.completedjobredirection.d.ts +0 -12
- package/services/classes/app.errorhandler.d.ts +0 -12
- package/services/classes/app.event.d.ts +0 -10
- package/services/classes/app.globalsearch.d.ts +0 -25
- package/services/classes/app.httpextensions.d.ts +0 -34
- package/services/classes/app.httpextensions.loc.d.ts +0 -8
- package/services/classes/app.menufilter.d.ts +0 -14
- package/services/classes/app.routeguard.d.ts +0 -10
- package/services/classes/app.session.d.ts +0 -14
- package/services/classes/app.state.d.ts +0 -62
- package/services/classes/preferences/app.cache.persistor.d.ts +0 -25
- package/services/classes/preferences/app.preference.persistor.d.ts +0 -25
- package/services/classes/preferences/user/app.userpreferences.base.d.ts +0 -25
- package/services/public-api.d.ts +0 -13
package/package.json
CHANGED
|
@@ -1,107 +1,116 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esfaenza/core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.3.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@angular/animations": "^
|
|
7
|
-
"@angular/cdk": "^
|
|
8
|
-
"@angular/common": "^
|
|
9
|
-
"@angular/compiler": "^
|
|
10
|
-
"@angular/core": "^
|
|
11
|
-
"@angular/forms": "^
|
|
12
|
-
"@angular/platform-browser": "^
|
|
13
|
-
"@angular/platform-browser-dynamic": "^
|
|
14
|
-
"@angular/router": "^
|
|
15
|
-
"@angular/service-worker": "^
|
|
16
|
-
"@esfaenza/access-control": "^
|
|
17
|
-
"@esfaenza/cron": "^
|
|
18
|
-
"@esfaenza/es-charts": "^
|
|
19
|
-
"@esfaenza/es-commands": "^
|
|
20
|
-
"@esfaenza/es-diagrams": "^
|
|
21
|
-
"@esfaenza/es-pager": "^
|
|
22
|
-
"@esfaenza/es-table": "^
|
|
23
|
-
"@esfaenza/rrule": "^
|
|
24
|
-
"@esfaenza/extensions": "^
|
|
25
|
-
"@esfaenza/forms-and-validations": "^
|
|
26
|
-
"@esfaenza/gertrude": "^
|
|
27
|
-
"@esfaenza/httpservice": "^
|
|
28
|
-
"@esfaenza/localizations": "^
|
|
29
|
-
"@esfaenza/matrix-values": "^
|
|
30
|
-
"@esfaenza/ngx-contextmenu": "^
|
|
31
|
-
"@esfaenza/ngx-dragula": "^
|
|
32
|
-
"@esfaenza/parameters": "^
|
|
33
|
-
"@esfaenza/preferences": "^
|
|
34
|
-
"@esfaenza/query-builder": "^
|
|
35
|
-
"@esfaenza/signalr-notifications": "^
|
|
36
|
-
"@esfaenza/tabber": "^
|
|
37
|
-
"@esfaenza/tag-chooser": "^
|
|
38
|
-
"@esfaenza/treecomp": "^
|
|
39
|
-
"@esfaenza/utility-components": "^
|
|
40
|
-
"@esfaenza/wizard": "^
|
|
41
|
-
"@esfaenza/text-editors": "^
|
|
6
|
+
"@angular/animations": "^20.3.24",
|
|
7
|
+
"@angular/cdk": "^20.2.14",
|
|
8
|
+
"@angular/common": "^20.3.24",
|
|
9
|
+
"@angular/compiler": "^20.3.24",
|
|
10
|
+
"@angular/core": "^20.3.24",
|
|
11
|
+
"@angular/forms": "^20.3.24",
|
|
12
|
+
"@angular/platform-browser": "^20.3.24",
|
|
13
|
+
"@angular/platform-browser-dynamic": "^20.3.24",
|
|
14
|
+
"@angular/router": "^20.3.24",
|
|
15
|
+
"@angular/service-worker": "^20.3.24",
|
|
16
|
+
"@esfaenza/access-control": "^20.3.3",
|
|
17
|
+
"@esfaenza/cron": "^20.3.4",
|
|
18
|
+
"@esfaenza/es-charts": "^20.3.4",
|
|
19
|
+
"@esfaenza/es-commands": "^20.3.4",
|
|
20
|
+
"@esfaenza/es-diagrams": "^20.3.3",
|
|
21
|
+
"@esfaenza/es-pager": "^20.3.4",
|
|
22
|
+
"@esfaenza/es-table": "^20.3.4",
|
|
23
|
+
"@esfaenza/rrule": "^20.3.4",
|
|
24
|
+
"@esfaenza/extensions": "^20.3.9",
|
|
25
|
+
"@esfaenza/forms-and-validations": "^20.3.3",
|
|
26
|
+
"@esfaenza/gertrude": "^20.3.4",
|
|
27
|
+
"@esfaenza/httpservice": "^20.3.9",
|
|
28
|
+
"@esfaenza/localizations": "^20.3.6",
|
|
29
|
+
"@esfaenza/matrix-values": "^20.3.4",
|
|
30
|
+
"@esfaenza/ngx-contextmenu": "^20.3.3",
|
|
31
|
+
"@esfaenza/ngx-dragula": "^20.3.3",
|
|
32
|
+
"@esfaenza/parameters": "^20.3.3",
|
|
33
|
+
"@esfaenza/preferences": "^20.3.7",
|
|
34
|
+
"@esfaenza/query-builder": "^20.3.4",
|
|
35
|
+
"@esfaenza/signalr-notifications": "^20.3.3",
|
|
36
|
+
"@esfaenza/tabber": "^20.3.4",
|
|
37
|
+
"@esfaenza/tag-chooser": "^20.3.4",
|
|
38
|
+
"@esfaenza/treecomp": "^20.3.4",
|
|
39
|
+
"@esfaenza/utility-components": "^20.3.4",
|
|
40
|
+
"@esfaenza/wizard": "^20.3.4",
|
|
41
|
+
"@esfaenza/text-editors": "^20.3.3"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
44
|
+
"@angular/animations": "^20.3.24",
|
|
45
|
+
"@angular/cdk": "^20.2.14",
|
|
46
|
+
"@angular/common": "^20.3.24",
|
|
47
|
+
"@angular/compiler": "^20.3.24",
|
|
48
|
+
"@angular/core": "^20.3.24",
|
|
49
|
+
"@angular/forms": "^20.3.24",
|
|
50
|
+
"@angular/platform-browser": "^20.3.24",
|
|
51
|
+
"@angular/platform-browser-dynamic": "^20.3.24",
|
|
52
|
+
"@angular/router": "^20.3.24",
|
|
53
|
+
"@angular/service-worker": "^20.3.24",
|
|
54
|
+
"@esfaenza/access-control": "^20.3.3",
|
|
55
|
+
"@esfaenza/cron": "^20.3.4",
|
|
56
|
+
"@esfaenza/es-charts": "^20.3.4",
|
|
57
|
+
"@esfaenza/es-commands": "^20.3.4",
|
|
58
|
+
"@esfaenza/es-diagrams": "^20.3.3",
|
|
59
|
+
"@esfaenza/es-pager": "^20.3.4",
|
|
60
|
+
"@esfaenza/es-table": "^20.3.4",
|
|
61
|
+
"@esfaenza/rrule": "^20.3.4",
|
|
62
|
+
"@esfaenza/extensions": "^20.3.9",
|
|
63
|
+
"@esfaenza/forms-and-validations": "^20.3.3",
|
|
64
|
+
"@esfaenza/gertrude": "^20.3.4",
|
|
65
|
+
"@esfaenza/httpservice": "^20.3.9",
|
|
66
|
+
"@esfaenza/localizations": "^20.3.6",
|
|
67
|
+
"@esfaenza/matrix-values": "^20.3.4",
|
|
68
|
+
"@esfaenza/ngx-contextmenu": "^20.3.3",
|
|
69
|
+
"@esfaenza/ngx-dragula": "^20.3.3",
|
|
70
|
+
"@esfaenza/parameters": "^20.3.3",
|
|
71
|
+
"@esfaenza/preferences": "^20.3.7",
|
|
72
|
+
"@esfaenza/query-builder": "^20.3.4",
|
|
73
|
+
"@esfaenza/signalr-notifications": "^20.3.3",
|
|
74
|
+
"@esfaenza/tabber": "^20.3.4",
|
|
75
|
+
"@esfaenza/tag-chooser": "^20.3.4",
|
|
76
|
+
"@esfaenza/treecomp": "^20.3.4",
|
|
77
|
+
"@esfaenza/utility-components": "^20.3.4",
|
|
78
|
+
"@esfaenza/wizard": "^20.3.4",
|
|
79
|
+
"@esfaenza/text-editors": "^20.3.3",
|
|
46
80
|
"@esfaenza/cytoscape-html-node": "2.0.2",
|
|
47
|
-
"@esfaenza/es-charts": "^19.2.22",
|
|
48
|
-
"@esfaenza/es-commands": "^19.2.24",
|
|
49
|
-
"@esfaenza/es-diagrams": "^19.2.24",
|
|
50
|
-
"@esfaenza/es-pager": "^19.2.25",
|
|
51
|
-
"@esfaenza/es-table": "^19.2.43",
|
|
52
|
-
"@esfaenza/rrule": "^19.2.18",
|
|
53
|
-
"@esfaenza/extensions": "^19.2.34",
|
|
54
|
-
"@esfaenza/forms-and-validations": "^19.2.96",
|
|
55
|
-
"@esfaenza/gertrude": "^19.2.19",
|
|
56
|
-
"@esfaenza/httpservice": "^19.2.26",
|
|
57
|
-
"@esfaenza/localizations": "^19.2.23",
|
|
58
|
-
"@esfaenza/matrix-values": "^19.2.26",
|
|
59
|
-
"@esfaenza/ngx-contextmenu": "^19.2.18",
|
|
60
|
-
"@esfaenza/ngx-dragula": "^19.2.18",
|
|
61
81
|
"@esfaenza/pace": "1.0.0",
|
|
62
|
-
"@esfaenza/parameters": "^19.2.32",
|
|
63
|
-
"@esfaenza/preferences": "^19.2.20",
|
|
64
|
-
"@esfaenza/query-builder": "^19.2.27",
|
|
65
|
-
"@esfaenza/signalr-notifications": "^19.2.18",
|
|
66
|
-
"@esfaenza/tabber": "^19.2.19",
|
|
67
|
-
"@esfaenza/tag-chooser": "^19.2.18",
|
|
68
|
-
"@esfaenza/treecomp": "^19.2.20",
|
|
69
|
-
"@esfaenza/utility-components": "^19.2.25",
|
|
70
|
-
"@esfaenza/wizard": "^19.2.18",
|
|
71
|
-
"@esfaenza/text-editors": "^19.2.20",
|
|
72
82
|
"@amcharts/amcharts4": "4.10.40",
|
|
73
83
|
"@fullcalendar/angular": "6.1.20",
|
|
74
84
|
"@fullcalendar/core": "6.1.20",
|
|
75
85
|
"@fullcalendar/daygrid": "6.1.20",
|
|
76
86
|
"@fullcalendar/interaction": "6.1.20",
|
|
77
87
|
"@fullcalendar/timegrid": "6.1.20",
|
|
78
|
-
"@microsoft/signalr": "
|
|
79
|
-
"@microsoft/signalr-protocol-msgpack": "
|
|
80
|
-
"@primeng/themes": "
|
|
88
|
+
"@microsoft/signalr": "10.0.0",
|
|
89
|
+
"@microsoft/signalr-protocol-msgpack": "10.0.0",
|
|
90
|
+
"@primeng/themes": "20.4.0",
|
|
81
91
|
"@types/dragula": "3.7.5",
|
|
82
92
|
"bootstrap": "4.6.2",
|
|
83
93
|
"buffer": "6.0.3",
|
|
84
|
-
"cronstrue": "
|
|
94
|
+
"cronstrue": "3.14.0",
|
|
85
95
|
"cytoscape": "3.34.0",
|
|
86
96
|
"cytoscape-cxtmenu": "3.5.0",
|
|
87
|
-
"cytoscape-dagre": "
|
|
97
|
+
"cytoscape-dagre": "4.0.0",
|
|
88
98
|
"cytoscape-expand-collapse": "4.1.1",
|
|
89
99
|
"dagre": "0.8.5",
|
|
90
100
|
"dayjs": "1.11.21",
|
|
91
101
|
"dragula": "3.7.3",
|
|
92
102
|
"font-awesome": "4.7.0",
|
|
93
|
-
"jquery": "
|
|
103
|
+
"jquery": "3.7.1",
|
|
94
104
|
"jquery-slimscroll": "1.3.8",
|
|
95
105
|
"jquery.terminal": "2.23.2",
|
|
96
106
|
"ngx-ace-wrapper": "17.0.0",
|
|
97
|
-
"ngx-bootstrap": "
|
|
98
|
-
"ngx-color-picker": "
|
|
99
|
-
"ngx-cookie-service": "
|
|
107
|
+
"ngx-bootstrap": "20.0.2",
|
|
108
|
+
"ngx-color-picker": "20.1.1",
|
|
109
|
+
"ngx-cookie-service": "20.1.1",
|
|
100
110
|
"ngx-image-cropper": "9.1.6",
|
|
101
111
|
"ngx-json-viewer": "3.2.1",
|
|
102
|
-
"ngx-toastr": "19.0.0",
|
|
103
112
|
"primelocale": "2.3.2",
|
|
104
|
-
"primeng": "
|
|
113
|
+
"primeng": "20.4.0",
|
|
105
114
|
"rxjs": "7.8.2",
|
|
106
115
|
"split.js": "^1.6.4",
|
|
107
116
|
"stream": "0.0.3",
|
|
@@ -109,25 +118,25 @@
|
|
|
109
118
|
"tslib": "^2.3.0",
|
|
110
119
|
"widgster": "1.0.0",
|
|
111
120
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
112
|
-
"emoji-toolkit": "
|
|
113
|
-
"marked": "
|
|
114
|
-
"ngx-markdown": "
|
|
121
|
+
"emoji-toolkit": "10.0.0",
|
|
122
|
+
"marked": "15.0.12",
|
|
123
|
+
"ngx-markdown": "20.1.0",
|
|
115
124
|
"rrule": "2.8.1",
|
|
116
|
-
"@tiptap/core": "
|
|
117
|
-
"@tiptap/extension-color": "
|
|
118
|
-
"@tiptap/extension-image": "
|
|
119
|
-
"@tiptap/extension-mention": "
|
|
120
|
-
"@tiptap/extension-table": "
|
|
121
|
-
"@tiptap/extension-table-cell": "
|
|
122
|
-
"@tiptap/extension-table-header": "
|
|
123
|
-
"@tiptap/extension-table-row": "
|
|
124
|
-
"@tiptap/extension-text-align": "
|
|
125
|
-
"@tiptap/extension-text-style": "
|
|
126
|
-
"@tiptap/extension-underline": "
|
|
127
|
-
"@tiptap/markdown": "
|
|
128
|
-
"@tiptap/pm": "
|
|
129
|
-
"@tiptap/starter-kit": "
|
|
130
|
-
"@tiptap/suggestion": "
|
|
125
|
+
"@tiptap/core": "3.25.0",
|
|
126
|
+
"@tiptap/extension-color": "3.25.0",
|
|
127
|
+
"@tiptap/extension-image": "3.25.0",
|
|
128
|
+
"@tiptap/extension-mention": "3.25.0",
|
|
129
|
+
"@tiptap/extension-table": "3.25.0",
|
|
130
|
+
"@tiptap/extension-table-cell": "3.25.0",
|
|
131
|
+
"@tiptap/extension-table-header": "3.25.0",
|
|
132
|
+
"@tiptap/extension-table-row": "3.25.0",
|
|
133
|
+
"@tiptap/extension-text-align": "3.25.0",
|
|
134
|
+
"@tiptap/extension-text-style": "3.25.0",
|
|
135
|
+
"@tiptap/extension-underline": "3.25.0",
|
|
136
|
+
"@tiptap/markdown": "3.25.0",
|
|
137
|
+
"@tiptap/pm": "3.25.0",
|
|
138
|
+
"@tiptap/starter-kit": "3.25.0",
|
|
139
|
+
"@tiptap/suggestion": "3.25.0"
|
|
131
140
|
},
|
|
132
141
|
"sideEffects": false,
|
|
133
142
|
"module": "fesm2022/esfaenza-core.mjs",
|
|
@@ -148,14 +157,14 @@
|
|
|
148
157
|
"types": "./directives/index.d.ts",
|
|
149
158
|
"default": "./fesm2022/esfaenza-core-directives.mjs"
|
|
150
159
|
},
|
|
151
|
-
"./helpers": {
|
|
152
|
-
"types": "./helpers/index.d.ts",
|
|
153
|
-
"default": "./fesm2022/esfaenza-core-helpers.mjs"
|
|
154
|
-
},
|
|
155
160
|
"./domain": {
|
|
156
161
|
"types": "./domain/index.d.ts",
|
|
157
162
|
"default": "./fesm2022/esfaenza-core-domain.mjs"
|
|
158
163
|
},
|
|
164
|
+
"./helpers": {
|
|
165
|
+
"types": "./helpers/index.d.ts",
|
|
166
|
+
"default": "./fesm2022/esfaenza-core-helpers.mjs"
|
|
167
|
+
},
|
|
159
168
|
"./modules": {
|
|
160
169
|
"types": "./modules/index.d.ts",
|
|
161
170
|
"default": "./fesm2022/esfaenza-core-modules.mjs"
|
package/pipes/index.d.ts
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { PipeTransform } from '@angular/core';
|
|
3
|
+
import * as _angular_platform_browser from '@angular/platform-browser';
|
|
4
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
5
|
+
|
|
6
|
+
declare class IncludedInPipe implements PipeTransform {
|
|
7
|
+
transform<T>(value: T, list: T[]): any;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IncludedInPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IncludedInPipe, "included_in", true>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
declare class SafeHtmlPipe implements PipeTransform {
|
|
13
|
+
private sanitizer;
|
|
14
|
+
constructor(sanitizer: DomSanitizer);
|
|
15
|
+
transform(value: any): _angular_platform_browser.SafeHtml;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
|
|
17
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safe_html", true>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare class SafeScriptPipe implements PipeTransform {
|
|
21
|
+
private sanitizer;
|
|
22
|
+
constructor(sanitizer: DomSanitizer);
|
|
23
|
+
transform(value: any): _angular_platform_browser.SafeScript;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeScriptPipe, never>;
|
|
25
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeScriptPipe, "safe_script", true>;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
declare class SafeStylePipe implements PipeTransform {
|
|
29
|
+
private sanitizer;
|
|
30
|
+
constructor(sanitizer: DomSanitizer);
|
|
31
|
+
transform(value: any): _angular_platform_browser.SafeStyle;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeStylePipe, never>;
|
|
33
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeStylePipe, "safe_style", true>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare class SafeUrlPipe implements PipeTransform {
|
|
37
|
+
private sanitizer;
|
|
38
|
+
constructor(sanitizer: DomSanitizer);
|
|
39
|
+
transform(value: any): _angular_platform_browser.SafeUrl;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeUrlPipe, never>;
|
|
41
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "safe_url", true>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare class PipesModule {
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipesModule, never>;
|
|
46
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipesModule, never, [typeof SafeStylePipe, typeof SafeHtmlPipe, typeof SafeScriptPipe, typeof SafeUrlPipe, typeof IncludedInPipe], [typeof SafeStylePipe, typeof SafeHtmlPipe, typeof SafeScriptPipe, typeof SafeUrlPipe, typeof IncludedInPipe]>;
|
|
47
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipesModule>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export { IncludedInPipe, PipesModule, SafeHtmlPipe, SafeScriptPipe, SafeStylePipe, SafeUrlPipe };
|
package/services/index.d.ts
CHANGED
|
@@ -1,5 +1,254 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
2
|
+
import { AccountScope, JaceIdentity, SearchResultContainer, KeyValue, ApplicationJob, ActiveModuleView, ApplicationMenu, UserAccount } from '@esfaenza/core/domain';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { ErrorHandler, Injector, NgZone } from '@angular/core';
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
import { Router, ActivatedRouteSnapshot } from '@angular/router';
|
|
7
|
+
import { AccessControlService, AccessControlRouteGuard } from '@esfaenza/access-control';
|
|
8
|
+
import { HttpServiceExtensions, HTTPService } from '@esfaenza/httpservice';
|
|
9
|
+
import { LocalizationService } from '@esfaenza/localizations';
|
|
10
|
+
import { InterComService, AppEmbeddingExtensions, InterComMessage, MessageService, CallResult } from '@esfaenza/extensions';
|
|
11
|
+
import { NotificationsService, BaseMessageService } from '@esfaenza/signalr-notifications';
|
|
12
|
+
import { PreferencesService, BaseSessionRetriever, CachePersistor, PreferencesPersistor } from '@esfaenza/preferences';
|
|
13
|
+
import { HttpClient } from '@angular/common/http';
|
|
14
|
+
import { SafeResourceUrl, DomSanitizer } from '@angular/platform-browser';
|
|
15
|
+
|
|
16
|
+
declare class TokenService {
|
|
17
|
+
cs: CookieService;
|
|
18
|
+
USE_FAKE_ACCESS_TOKEN: boolean;
|
|
19
|
+
ANONYMOUS_MODE: boolean;
|
|
20
|
+
accountScope: AccountScope;
|
|
21
|
+
constructor(cs: CookieService, USE_FAKE_ACCESS_TOKEN: boolean, ANONYMOUS_MODE: boolean);
|
|
22
|
+
clearTokens(): void;
|
|
23
|
+
getAccessToken(): String;
|
|
24
|
+
getJaceIdentity(): JaceIdentity;
|
|
25
|
+
private getFakeToken;
|
|
26
|
+
private getFakeAccountScope;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TokenService, [null, { optional: true; }, { optional: true; }]>;
|
|
28
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TokenService>;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
declare class GlobalSearchService {
|
|
32
|
+
Enabled: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Effettua una ricerca in base a un termine generico
|
|
35
|
+
*
|
|
36
|
+
* @param term Termine da cercare
|
|
37
|
+
* @returns {SearchResultContainer} Contenitore della ricerca
|
|
38
|
+
*/
|
|
39
|
+
search(term: string): Observable<SearchResultContainer>;
|
|
40
|
+
/**
|
|
41
|
+
* Data la definizione semplice di una colonna restituisce un oggetto che indica se bisogna presentere un link su di essa
|
|
42
|
+
*
|
|
43
|
+
* @param column Colonna per cui verificare la presentazione di un link. Esempio: {id: "IDPARTY", description: "Cod. Controparte"}
|
|
44
|
+
* @returns {{ routePath: string, routeProperties: string[] }} Oggetto che indica un link con i propri binding. Ad esempio: {routePath: "['/pages/parties/parties_details', { 'idModel': '{0}' }]", routeProperties: ["IDPARTY"]}
|
|
45
|
+
*/
|
|
46
|
+
generateColumnLink(column: KeyValue): {
|
|
47
|
+
routePath: string;
|
|
48
|
+
routeProperties: string[];
|
|
49
|
+
};
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalSearchService, never>;
|
|
51
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GlobalSearchService>;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
declare class APPErrorHandler implements ErrorHandler {
|
|
55
|
+
private injector;
|
|
56
|
+
private router;
|
|
57
|
+
private msgsExts;
|
|
58
|
+
constructor(injector: Injector);
|
|
59
|
+
handleError(error: any): void;
|
|
60
|
+
b64EncodeUnicode(str: any): string;
|
|
61
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<APPErrorHandler, never>;
|
|
62
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<APPErrorHandler>;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
declare class OutZoneEventPlugin {
|
|
66
|
+
private zone;
|
|
67
|
+
constructor(zone: NgZone);
|
|
68
|
+
supports(eventName: string): boolean;
|
|
69
|
+
addEventListener(element: HTMLElement, eventName: string, originalHandler: Function): Function;
|
|
70
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OutZoneEventPlugin, never>;
|
|
71
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OutZoneEventPlugin>;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
declare class AppState {
|
|
75
|
+
private router;
|
|
76
|
+
private prefs;
|
|
77
|
+
private inj;
|
|
78
|
+
private bts;
|
|
79
|
+
private notifications;
|
|
80
|
+
private MessageDef;
|
|
81
|
+
private intercom;
|
|
82
|
+
private emb;
|
|
83
|
+
private fakeToken;
|
|
84
|
+
private anonymousMode;
|
|
85
|
+
private PREFS_DISABLE_EFFECTS;
|
|
86
|
+
sidebarWidth: number;
|
|
87
|
+
headerHeight: number;
|
|
88
|
+
graphicEffects: i0.WritableSignal<boolean>;
|
|
89
|
+
redirectingToLogin: boolean;
|
|
90
|
+
handlingError: boolean;
|
|
91
|
+
christmasTime: i0.WritableSignal<boolean>;
|
|
92
|
+
halloweenTime: i0.WritableSignal<boolean>;
|
|
93
|
+
private SessionIdentity;
|
|
94
|
+
private JaceIdentity;
|
|
95
|
+
jobsInProgress: number;
|
|
96
|
+
allJobs: ApplicationJob[];
|
|
97
|
+
private jobWithIdsCache;
|
|
98
|
+
notifyOnCompletedJobs: boolean;
|
|
99
|
+
private _data;
|
|
100
|
+
private _subscriptions;
|
|
101
|
+
ModulesLocalizations: {
|
|
102
|
+
[id: string]: LocalizationService;
|
|
103
|
+
};
|
|
104
|
+
private _modules;
|
|
105
|
+
set Modules(modules: ActiveModuleView[]);
|
|
106
|
+
get Modules(): ActiveModuleView[];
|
|
107
|
+
constructor(router: Router, prefs: PreferencesService, inj: Injector, bts: TokenService, notifications: NotificationsService, MessageDef: BaseMessageService, intercom: InterComService, emb: AppEmbeddingExtensions, fakeToken: boolean, anonymousMode: boolean);
|
|
108
|
+
hookPreferences(): Promise<void>;
|
|
109
|
+
getActiveJaceModules(): void;
|
|
110
|
+
hookEmbedding(): void;
|
|
111
|
+
/** Tenant§Account§User§APPNAME */
|
|
112
|
+
getSessionIdentity(): string;
|
|
113
|
+
registerNavigationIfMeaningful(route?: ActivatedRouteSnapshot): void;
|
|
114
|
+
handleInboundMessage(t: InterComMessage): void;
|
|
115
|
+
setupSignalRJobListening(): void;
|
|
116
|
+
roundToTwo(num: any): number;
|
|
117
|
+
getJaceIDentity(): JaceIdentity;
|
|
118
|
+
notifyDataChanged(event: any, value: any): void;
|
|
119
|
+
subscribe(event: string, callback: Function): void;
|
|
120
|
+
_onEvent(data: any): void;
|
|
121
|
+
setSidebarWidth(width: number): void;
|
|
122
|
+
setHeaderHeight(height: number): void;
|
|
123
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppState, never>;
|
|
124
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppState>;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
declare class HTTPServiceExtensions implements HttpServiceExtensions {
|
|
128
|
+
private lc;
|
|
129
|
+
private tks;
|
|
130
|
+
private as;
|
|
131
|
+
private router;
|
|
132
|
+
private ac;
|
|
133
|
+
private msgs;
|
|
134
|
+
constructor(lc: LocalizationService, tks: TokenService, as: AppState, router: Router, ac: AccessControlService, msgs: MessageService);
|
|
135
|
+
retrieveAccessToken(): string;
|
|
136
|
+
retrieveIdentity(): {
|
|
137
|
+
IdUser: string;
|
|
138
|
+
Idtenant: string;
|
|
139
|
+
};
|
|
140
|
+
readRedirectingToLogin(): boolean;
|
|
141
|
+
writeRedirectingToLogin(status: boolean): void;
|
|
142
|
+
redirectToLogin(): void;
|
|
143
|
+
readRedirectionStatus(): boolean;
|
|
144
|
+
writeRedirectionStatus(status: boolean): void;
|
|
145
|
+
readHandlingErrorStatus(): boolean;
|
|
146
|
+
writeHandlingErrorStatus(status: boolean): void;
|
|
147
|
+
handleNotConfiguredException(): boolean;
|
|
148
|
+
handleBlockingException(status: number, text: string): void;
|
|
149
|
+
handleException(status: number, text: string): void;
|
|
150
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HTTPServiceExtensions, never>;
|
|
151
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<HTTPServiceExtensions>;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
declare class MenuFilteringService {
|
|
155
|
+
/**
|
|
156
|
+
* Applica un filtro agli elementi di menù in modo da poterli filtrare in base a condizioni arbitrarie (inclusi check lato BE)
|
|
157
|
+
*
|
|
158
|
+
* @param rawMenus Menù originali, non filtrati
|
|
159
|
+
* @returns {Observable<ApplicationMenu[]>} Menù filtrati
|
|
160
|
+
*/
|
|
161
|
+
filter(rawMenus: ApplicationMenu[]): Observable<ApplicationMenu[]>;
|
|
162
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuFilteringService, never>;
|
|
163
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MenuFilteringService>;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
declare class CompletedJobRedirectionService {
|
|
167
|
+
/**
|
|
168
|
+
* Effettua un'operazione di redirect basata sul Job Completato
|
|
169
|
+
*
|
|
170
|
+
* @param completedJob Job appena completato per cui effettuare un redirect
|
|
171
|
+
*/
|
|
172
|
+
redirect(completedJob: ApplicationJob): void;
|
|
173
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CompletedJobRedirectionService, never>;
|
|
174
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CompletedJobRedirectionService>;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
declare class SessionRetriever implements BaseSessionRetriever {
|
|
178
|
+
private bts;
|
|
179
|
+
private router;
|
|
180
|
+
private anonymousMode;
|
|
181
|
+
constructor(bts: TokenService, router: Router, anonymousMode: boolean);
|
|
182
|
+
/** Tenant§Account§User§ModuleId */
|
|
183
|
+
getSessionKey(global?: boolean): string;
|
|
184
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SessionRetriever, never>;
|
|
185
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SessionRetriever>;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
declare class ApplicationCachePersistor extends CachePersistor {
|
|
189
|
+
private lc;
|
|
190
|
+
private http;
|
|
191
|
+
private tks;
|
|
192
|
+
constructor(lc: LocalizationService, http: HttpClient, tks: TokenService, session: BaseSessionRetriever);
|
|
193
|
+
persist<T>(key: string, item: T): Observable<boolean>;
|
|
194
|
+
recover<T>(key?: string): Observable<T>;
|
|
195
|
+
recoverAll(): Observable<{
|
|
196
|
+
[index: string]: any;
|
|
197
|
+
}>;
|
|
198
|
+
remove(key?: string): Observable<boolean>;
|
|
199
|
+
clear(): Observable<boolean>;
|
|
200
|
+
private getHeaders;
|
|
201
|
+
private getSessionUrl;
|
|
202
|
+
private getItemsUrl;
|
|
203
|
+
private getItemUrl;
|
|
204
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationCachePersistor, never>;
|
|
205
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ApplicationCachePersistor>;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
declare class ApplicationPreferencesPersistor extends PreferencesPersistor {
|
|
209
|
+
private lc;
|
|
210
|
+
private http;
|
|
211
|
+
private tks;
|
|
212
|
+
constructor(lc: LocalizationService, http: HttpClient, tks: TokenService, session: BaseSessionRetriever);
|
|
213
|
+
persist<T>(key: string, item: T, global?: boolean): Observable<boolean>;
|
|
214
|
+
recover<T>(key?: string, global?: boolean): Observable<T>;
|
|
215
|
+
recoverAll(global?: boolean): Observable<{
|
|
216
|
+
[index: string]: any;
|
|
217
|
+
}>;
|
|
218
|
+
remove(key?: string, global?: boolean): Observable<boolean>;
|
|
219
|
+
clear(global?: boolean): Observable<boolean>;
|
|
220
|
+
private getHeaders;
|
|
221
|
+
private getSessionUrl;
|
|
222
|
+
private getItemsUrl;
|
|
223
|
+
private getItemUrl;
|
|
224
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationPreferencesPersistor, never>;
|
|
225
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ApplicationPreferencesPersistor>;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
declare class UserPreferencesService {
|
|
229
|
+
private injector;
|
|
230
|
+
private AccountId;
|
|
231
|
+
ProfilePicture: SafeResourceUrl;
|
|
232
|
+
fakeToken: boolean;
|
|
233
|
+
sanitizer: DomSanitizer;
|
|
234
|
+
http: HTTPService;
|
|
235
|
+
msgExts: MessageService;
|
|
236
|
+
constructor(injector: Injector);
|
|
237
|
+
getAccountProfile(): Promise<UserAccount>;
|
|
238
|
+
doReloadProfilePicture(): Promise<void>;
|
|
239
|
+
getCurrentProfilePicture(): Promise<string>;
|
|
240
|
+
doUpdateProfilePicture(image: any): Promise<CallResult>;
|
|
241
|
+
doUpdateRecoverySettings(email: string): Promise<CallResult>;
|
|
242
|
+
doUpdatePassword(oldPassword: string, newPassword: string, newPasswordConfirm: string): Promise<CallResult>;
|
|
243
|
+
doDeleteProfilePicture(): Promise<CallResult>;
|
|
244
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserPreferencesService, never>;
|
|
245
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UserPreferencesService>;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
declare class BaseRouterGuard extends AccessControlRouteGuard {
|
|
249
|
+
constructor(ms: MessageService, acc: AccessControlService, router: Router, ts: TokenService);
|
|
250
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseRouterGuard, never>;
|
|
251
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BaseRouterGuard>;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
export { APPErrorHandler, AppState, ApplicationCachePersistor, ApplicationPreferencesPersistor, BaseRouterGuard, CompletedJobRedirectionService, GlobalSearchService, HTTPServiceExtensions, MenuFilteringService, OutZoneEventPlugin, SessionRetriever, TokenService, UserPreferencesService };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BackTop {
|
|
3
|
-
position: number;
|
|
4
|
-
showSpeed: number;
|
|
5
|
-
moveSpeed: number;
|
|
6
|
-
private _selector;
|
|
7
|
-
ngAfterViewInit(): void;
|
|
8
|
-
_onClick(): boolean;
|
|
9
|
-
_onWindowScroll(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BackTop, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BackTop, "back-top", never, { "position": { "alias": "position"; "required": false; }; "showSpeed": { "alias": "showSpeed"; "required": false; }; "moveSpeed": { "alias": "moveSpeed"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Injector } from "@angular/core";
|
|
2
|
-
import { Data, UrlSegment } from "@angular/router";
|
|
3
|
-
import { ReactiveComponent } from "./reactive.component";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare abstract class BaseComponent extends ReactiveComponent {
|
|
6
|
-
protected CompletePath: string;
|
|
7
|
-
protected ComponentPath: string;
|
|
8
|
-
protected BasePath: string;
|
|
9
|
-
protected Parameters: {
|
|
10
|
-
[name: string]: string;
|
|
11
|
-
};
|
|
12
|
-
protected QueryParameters: {
|
|
13
|
-
[name: string]: string;
|
|
14
|
-
};
|
|
15
|
-
protected InternalNavigation: boolean;
|
|
16
|
-
protected NavigationTitle: string;
|
|
17
|
-
private _router;
|
|
18
|
-
private _emb;
|
|
19
|
-
constructor(injector: Injector);
|
|
20
|
-
gatherRouteInformations(segs: UrlSegment[], data: Data): void;
|
|
21
|
-
protected navigate(command: any[], extras?: any): void;
|
|
22
|
-
back(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
25
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Injector } from "@angular/core";
|
|
2
|
-
import { AppEmbeddingExtensions } from "@esfaenza/extensions";
|
|
3
|
-
import { BaseComponent } from "./base.component";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class EmbeddingComponent extends BaseComponent {
|
|
6
|
-
private injector;
|
|
7
|
-
private emb;
|
|
8
|
-
Module: string;
|
|
9
|
-
Localhost: string;
|
|
10
|
-
Page: string;
|
|
11
|
-
Pars: string;
|
|
12
|
-
QueryPars: string;
|
|
13
|
-
EmbeddingSuccesfull: boolean;
|
|
14
|
-
constructor(injector: Injector, emb: AppEmbeddingExtensions);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EmbeddingComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmbeddingComponent, "embedding", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ReplaySubject, Subscription } from "rxjs";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare abstract class ReactiveComponent {
|
|
4
|
-
protected Subscriptions: Subscription[];
|
|
5
|
-
protected destroyed$: ReplaySubject<boolean>;
|
|
6
|
-
ngOnDestroy(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ReactiveComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReactiveComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|