@eui/core 17.0.0-next.1 → 17.0.0-next.3
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/esm2022/lib/eui-core.module.mjs +5 -5
- package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cors-security.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +6 -6
- package/esm2022/lib/interceptors/openid/openid-connect.interceptor.mjs +12 -7
- package/esm2022/lib/interceptors/openid/openid-connect.service.mjs +4 -4
- package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
- package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +4 -4
- package/esm2022/lib/services/errors/global-error-handler.mjs +4 -4
- package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
- package/esm2022/lib/services/eui-timezone.service.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.loader.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.service.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/esm2022/lib/services/locale/locale.service.mjs +5 -4
- package/esm2022/lib/services/locale/locale.service.mock.mjs +4 -4
- package/esm2022/lib/services/log/log.module.mjs +5 -5
- package/esm2022/lib/services/log/log.service.mjs +4 -4
- package/esm2022/lib/services/permission/permission.service.mjs +4 -4
- package/esm2022/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2022/lib/services/queue/api-queue.service.mock.mjs +2 -2
- package/esm2022/lib/services/storage/local-forage.service.mjs +4 -4
- package/esm2022/lib/services/storage/local-storage.service.mjs +4 -4
- package/esm2022/lib/services/storage/session-storage.service.mjs +4 -4
- package/esm2022/lib/services/store/effects/app.effects.mjs +4 -4
- package/esm2022/lib/services/store/reducers/app.reducers.mjs +2 -1
- package/esm2022/lib/services/store/reducers/meta.reducers.mjs +2 -2
- package/esm2022/lib/services/store/store.service.mjs +4 -4
- package/esm2022/lib/services/store/store.service.mock.mjs +4 -4
- package/esm2022/lib/services/user/user.service.mjs +4 -4
- package/esm2022/lib/services/user/user.service.mock.mjs +4 -4
- package/esm2022/lib/services/ux-app-shell.service.mjs +17 -5
- package/esm2022/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +4 -4
- package/esm2022/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +4 -4
- package/fesm2022/eui-core.mjs +128 -109
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +1 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +1 -1
- package/lib/interceptors/openid/openid-connect.interceptor.d.ts.map +1 -1
- package/lib/services/locale/locale.service.d.ts.map +1 -1
- package/lib/services/store/reducers/app.reducers.d.ts.map +1 -1
- package/lib/services/user/user.service.d.ts +1 -1
- package/lib/services/user/user.service.d.ts.map +1 -1
- package/lib/services/ux-app-shell.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/classes/ActivatedRouteAction.html +0 -282
- package/docs/classes/AddApiQueueItemAction.html +0 -282
- package/docs/classes/AddAppLoadedConfigModulesAction.html +0 -282
- package/docs/classes/ApiQueueServiceMock.html +0 -553
- package/docs/classes/AsyncStorageService.html +0 -941
- package/docs/classes/AsyncStorageServiceMock.html +0 -427
- package/docs/classes/EmptyApiQueueAction.html +0 -282
- package/docs/classes/EuiCoreRootGuardClass.html +0 -167
- package/docs/classes/EuiError.html +0 -227
- package/docs/classes/I18nResourceImpl.html +0 -510
- package/docs/classes/InitStoreAction.html +0 -282
- package/docs/classes/LogServiceMock.html +0 -223
- package/docs/classes/OpenIdConnectServiceMock.html +0 -223
- package/docs/classes/RemoveApiQueueItemAction.html +0 -282
- package/docs/classes/RouterMock.html +0 -499
- package/docs/classes/StorageService.html +0 -640
- package/docs/classes/StorageServiceMock.html +0 -325
- package/docs/classes/StoreMock.html +0 -406
- package/docs/classes/TranslateServiceMock.html +0 -929
- package/docs/classes/UpdateAppConnectionAction.html +0 -282
- package/docs/classes/UpdateAppStatusAction.html +0 -282
- package/docs/classes/UpdateAppVersionAction.html +0 -282
- package/docs/classes/UpdateCurrentModuleAction.html +0 -282
- package/docs/classes/UpdateI18nStateAction.html +0 -282
- package/docs/classes/UpdateLocaleStateAction.html +0 -282
- package/docs/classes/UpdateNotificationsListAction.html +0 -282
- package/docs/classes/UpdateUserDashboardAction.html +0 -282
- package/docs/classes/UpdateUserDetailsAction.html +0 -282
- package/docs/classes/UpdateUserPreferencesAction.html +0 -282
- package/docs/classes/UpdateUserRightsAction.html +0 -282
- package/docs/classes/UpdateUserStateAction.html +0 -282
- package/docs/classes/UxErrorManager.html +0 -536
- package/docs/classes/UxRootInjectorGuard.html +0 -197
- package/docs/dependencies.html +0 -319
- package/docs/directives/TranslateMockDirective.html +0 -266
- package/docs/fonts/ionicons.eot +0 -0
- package/docs/fonts/ionicons.svg +0 -2090
- package/docs/fonts/ionicons.ttf +0 -0
- package/docs/fonts/ionicons.woff +0 -0
- package/docs/fonts/ionicons.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-300.eot +0 -0
- package/docs/fonts/roboto-v15-latin-300.svg +0 -314
- package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-700.eot +0 -0
- package/docs/fonts/roboto-v15-latin-700.svg +0 -310
- package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
- package/docs/fonts/roboto-v15-latin-italic.svg +0 -323
- package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
- package/docs/fonts/roboto-v15-latin-regular.svg +0 -308
- package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
- package/docs/images/compodoc-vectorise-inverted.png +0 -0
- package/docs/images/compodoc-vectorise-inverted.svg +0 -201
- package/docs/images/compodoc-vectorise.png +0 -0
- package/docs/images/compodoc-vectorise.svg +0 -201
- package/docs/images/favicon.ico +0 -0
- package/docs/index.html +0 -171
- package/docs/injectables/ApiQueueService.html +0 -806
- package/docs/injectables/CoreAppEffects.html +0 -392
- package/docs/injectables/EuiDynamicMenuService.html +0 -379
- package/docs/injectables/EuiPermissionService.html +0 -652
- package/docs/injectables/EuiTimezoneService.html +0 -382
- package/docs/injectables/GlobalErrorHandler.html +0 -293
- package/docs/injectables/I18nLoader.html +0 -597
- package/docs/injectables/I18nService.html +0 -945
- package/docs/injectables/I18nServiceMock.html +0 -634
- package/docs/injectables/LocalForageService.html +0 -773
- package/docs/injectables/LocalStorageService.html +0 -554
- package/docs/injectables/LocaleService.html +0 -799
- package/docs/injectables/LocaleServiceMock.html +0 -493
- package/docs/injectables/LogService.html +0 -354
- package/docs/injectables/OpenIdConnectService.html +0 -225
- package/docs/injectables/SessionStorageService.html +0 -554
- package/docs/injectables/StoreService.html +0 -651
- package/docs/injectables/StoreServiceMock.html +0 -457
- package/docs/injectables/UserService.html +0 -760
- package/docs/injectables/UserServiceMock.html +0 -649
- package/docs/injectables/UxAppShellService.html +0 -2254
- package/docs/injectables/UxDynamicComponentService.html +0 -437
- package/docs/injectables/UxErrorFeedbackService.html +0 -591
- package/docs/interceptors/AddLangParamInterceptor.html +0 -305
- package/docs/interceptors/CachePreventionInterceptor.html +0 -254
- package/docs/interceptors/CorsSecurityInterceptor.html +0 -254
- package/docs/interceptors/CsrfPreventionInterceptor.html +0 -254
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +0 -254
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -321
- package/docs/interceptors/OpenIdConnectInterceptor.html +0 -347
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -297
- package/docs/interfaces/EuiTimeZone.html +0 -247
- package/docs/interfaces/LoadedResources.html +0 -292
- package/docs/interfaces/LoadedResourcesError.html +0 -247
- package/docs/interfaces/ModuleLoadEvent.html +0 -292
- package/docs/interfaces/OpenIdConnectUserDetails.html +0 -439
- package/docs/interfaces/ResourceError.html +0 -298
- package/docs/interfaces/UIState.html +0 -1900
- package/docs/js/compodoc.js +0 -14
- package/docs/js/lazy-load-graphs.js +0 -44
- package/docs/js/libs/EventDispatcher.js +0 -5
- package/docs/js/libs/bootstrap-native.js +0 -1
- package/docs/js/libs/clipboard.min.js +0 -7
- package/docs/js/libs/custom-elements-es5-adapter.js +0 -15
- package/docs/js/libs/custom-elements.min.js +0 -38
- package/docs/js/libs/d3.v3.min.js +0 -2
- package/docs/js/libs/deep-iterator.js +0 -2
- package/docs/js/libs/es6-shim.min.js +0 -11
- package/docs/js/libs/htmlparser.js +0 -23
- package/docs/js/libs/innersvg.js +0 -9
- package/docs/js/libs/lit-html.js +0 -1
- package/docs/js/libs/prism.js +0 -46
- package/docs/js/libs/promise.min.js +0 -6
- package/docs/js/libs/svg-pan-zoom.min.js +0 -3
- package/docs/js/libs/tablesort.min.js +0 -6
- package/docs/js/libs/tablesort.number.min.js +0 -6
- package/docs/js/libs/vis.min.js +0 -47
- package/docs/js/libs/zepto.min.js +0 -2
- package/docs/js/menu-wc.js +0 -380
- package/docs/js/menu.js +0 -325
- package/docs/js/routes.js +0 -301
- package/docs/js/search/lunr.min.js +0 -6
- package/docs/js/search/search-lunr.js +0 -67
- package/docs/js/search/search.js +0 -268
- package/docs/js/search/search_index.js +0 -4
- package/docs/js/sourceCode.js +0 -58
- package/docs/js/svg-pan-zoom.controls.js +0 -53
- package/docs/js/tabs.js +0 -21
- package/docs/js/tree.js +0 -147
- package/docs/license.html +0 -379
- package/docs/miscellaneous/enumerations.html +0 -418
- package/docs/miscellaneous/functions.html +0 -1864
- package/docs/miscellaneous/typealiases.html +0 -258
- package/docs/miscellaneous/variables.html +0 -3965
- package/docs/modules/CoreModule.html +0 -256
- package/docs/modules/I18nModule.html +0 -198
- package/docs/modules/LogModule.html +0 -305
- package/docs/modules/TranslateMockModule.html +0 -176
- package/docs/modules.html +0 -168
- package/docs/pipes/TranslateMockPipe.html +0 -227
- package/docs/properties.html +0 -124
- package/docs/styles/bootstrap-card.css +0 -219
- package/docs/styles/bootstrap.min.css +0 -6
- package/docs/styles/compodoc.css +0 -1121
- package/docs/styles/dark.css +0 -121
- package/docs/styles/ionicons.min.css +0 -11
- package/docs/styles/laravel.css +0 -113
- package/docs/styles/material.css +0 -131
- package/docs/styles/original.css +0 -51
- package/docs/styles/postmark.css +0 -238
- package/docs/styles/prism.css +0 -301
- package/docs/styles/readthedocs.css +0 -117
- package/docs/styles/reset.css +0 -129
- package/docs/styles/stripe.css +0 -106
- package/docs/styles/style.css +0 -7
- package/docs/styles/tablesort.css +0 -33
- package/docs/styles/vagrant.css +0 -130
|
@@ -1,591 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="no-js" lang="">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
-
<title>csdr documentation</title>
|
|
7
|
-
<meta name="description" content="">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
|
|
10
|
-
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
|
-
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
|
-
<link rel="stylesheet" href="../styles/material.css">
|
|
14
|
-
</head>
|
|
15
|
-
<body>
|
|
16
|
-
|
|
17
|
-
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
|
-
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
19
|
-
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
20
|
-
</div>
|
|
21
|
-
|
|
22
|
-
<div class="xs-menu menu" id="mobile-menu">
|
|
23
|
-
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
|
24
|
-
</div>
|
|
25
|
-
|
|
26
|
-
<div class="container-fluid main">
|
|
27
|
-
<div class="row main">
|
|
28
|
-
<div class="hidden-xs menu">
|
|
29
|
-
<compodoc-menu mode="normal"></compodoc-menu>
|
|
30
|
-
</div>
|
|
31
|
-
<!-- START CONTENT -->
|
|
32
|
-
<div class="content injectable">
|
|
33
|
-
<div class="content-data">
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
<ol class="breadcrumb">
|
|
43
|
-
<li class="breadcrumb-item">Injectables</li>
|
|
44
|
-
<li class="breadcrumb-item" >UxErrorFeedbackService</li>
|
|
45
|
-
</ol>
|
|
46
|
-
|
|
47
|
-
<ul class="nav nav-tabs" role="tablist">
|
|
48
|
-
<li class="nav-item">
|
|
49
|
-
<a href="#info"
|
|
50
|
-
class="nav-link"
|
|
51
|
-
class="nav-link active"
|
|
52
|
-
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
53
|
-
</li>
|
|
54
|
-
</ul>
|
|
55
|
-
|
|
56
|
-
<div class="tab-content">
|
|
57
|
-
<div class="tab-pane fade active in" id="info">
|
|
58
|
-
<p class="comment">
|
|
59
|
-
<h3>File</h3>
|
|
60
|
-
</p>
|
|
61
|
-
<p class="comment">
|
|
62
|
-
<code>packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts</code>
|
|
63
|
-
</p>
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
<section data-compodoc="block-index">
|
|
70
|
-
<h3 id="index">Index</h3>
|
|
71
|
-
<table class="table table-sm table-bordered index-table">
|
|
72
|
-
<tbody>
|
|
73
|
-
<tr>
|
|
74
|
-
<td class="col-md-4">
|
|
75
|
-
<h6><b>Properties</b></h6>
|
|
76
|
-
</td>
|
|
77
|
-
</tr>
|
|
78
|
-
<tr>
|
|
79
|
-
<td class="col-md-4">
|
|
80
|
-
<ul class="index-list">
|
|
81
|
-
<li>
|
|
82
|
-
<a href="#errors" >errors</a>
|
|
83
|
-
</li>
|
|
84
|
-
</ul>
|
|
85
|
-
</td>
|
|
86
|
-
</tr>
|
|
87
|
-
|
|
88
|
-
<tr>
|
|
89
|
-
<td class="col-md-4">
|
|
90
|
-
<h6><b>Methods</b></h6>
|
|
91
|
-
</td>
|
|
92
|
-
</tr>
|
|
93
|
-
<tr>
|
|
94
|
-
<td class="col-md-4">
|
|
95
|
-
<ul class="index-list">
|
|
96
|
-
<li>
|
|
97
|
-
<a href="#clearError" >clearError</a>
|
|
98
|
-
</li>
|
|
99
|
-
<li>
|
|
100
|
-
<a href="#createGlobalErrorManager" >createGlobalErrorManager</a>
|
|
101
|
-
</li>
|
|
102
|
-
<li>
|
|
103
|
-
<a href="#createLocalErrorManager" >createLocalErrorManager</a>
|
|
104
|
-
</li>
|
|
105
|
-
<li>
|
|
106
|
-
<a href="#growlError" >growlError</a>
|
|
107
|
-
</li>
|
|
108
|
-
<li>
|
|
109
|
-
<a href="#publishError" >publishError</a>
|
|
110
|
-
</li>
|
|
111
|
-
</ul>
|
|
112
|
-
</td>
|
|
113
|
-
</tr>
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
</tbody>
|
|
120
|
-
</table>
|
|
121
|
-
</section>
|
|
122
|
-
|
|
123
|
-
<section data-compodoc="block-constructor">
|
|
124
|
-
<h3 id="constructor">Constructor</h3>
|
|
125
|
-
<table class="table table-sm table-bordered">
|
|
126
|
-
<tbody>
|
|
127
|
-
<tr>
|
|
128
|
-
<td class="col-md-4">
|
|
129
|
-
<code>constructor(asService: <a href="../injectables/UxAppShellService.html" target="_self">UxAppShellService</a>, translateService: TranslateService)</code>
|
|
130
|
-
</td>
|
|
131
|
-
</tr>
|
|
132
|
-
|
|
133
|
-
<tr>
|
|
134
|
-
<td class="col-md-4">
|
|
135
|
-
<div>
|
|
136
|
-
<b>Parameters :</b>
|
|
137
|
-
<table class="params">
|
|
138
|
-
<thead>
|
|
139
|
-
<tr>
|
|
140
|
-
<td>Name</td>
|
|
141
|
-
<td>Type</td>
|
|
142
|
-
<td>Optional</td>
|
|
143
|
-
</tr>
|
|
144
|
-
</thead>
|
|
145
|
-
<tbody>
|
|
146
|
-
<tr>
|
|
147
|
-
<td>asService</td>
|
|
148
|
-
|
|
149
|
-
<td>
|
|
150
|
-
<code><a href="../injectables/UxAppShellService.html" target="_self" >UxAppShellService</a></code>
|
|
151
|
-
</td>
|
|
152
|
-
|
|
153
|
-
<td>
|
|
154
|
-
No
|
|
155
|
-
</td>
|
|
156
|
-
|
|
157
|
-
</tr>
|
|
158
|
-
<tr>
|
|
159
|
-
<td>translateService</td>
|
|
160
|
-
|
|
161
|
-
<td>
|
|
162
|
-
<code>TranslateService</code>
|
|
163
|
-
</td>
|
|
164
|
-
|
|
165
|
-
<td>
|
|
166
|
-
No
|
|
167
|
-
</td>
|
|
168
|
-
|
|
169
|
-
</tr>
|
|
170
|
-
</tbody>
|
|
171
|
-
</table>
|
|
172
|
-
</div>
|
|
173
|
-
</td>
|
|
174
|
-
</tr>
|
|
175
|
-
</tbody>
|
|
176
|
-
</table>
|
|
177
|
-
</section>
|
|
178
|
-
|
|
179
|
-
<section data-compodoc="block-methods">
|
|
180
|
-
|
|
181
|
-
<h3 id="methods">
|
|
182
|
-
Methods
|
|
183
|
-
</h3>
|
|
184
|
-
<table class="table table-sm table-bordered">
|
|
185
|
-
<tbody>
|
|
186
|
-
<tr>
|
|
187
|
-
<td class="col-md-4">
|
|
188
|
-
<a name="clearError"></a>
|
|
189
|
-
<span class="name">
|
|
190
|
-
<span ><b>clearError</b></span>
|
|
191
|
-
<a href="#clearError"><span class="icon ion-ios-link"></span></a>
|
|
192
|
-
</span>
|
|
193
|
-
</td>
|
|
194
|
-
</tr>
|
|
195
|
-
<tr>
|
|
196
|
-
<td class="col-md-4">
|
|
197
|
-
<code>clearError(id?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, groupId?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
|
198
|
-
</td>
|
|
199
|
-
</tr>
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
<tr>
|
|
205
|
-
<td class="col-md-4">
|
|
206
|
-
|
|
207
|
-
<div class="io-description">
|
|
208
|
-
<b>Parameters :</b>
|
|
209
|
-
|
|
210
|
-
<table class="params">
|
|
211
|
-
<thead>
|
|
212
|
-
<tr>
|
|
213
|
-
<td>Name</td>
|
|
214
|
-
<td>Type</td>
|
|
215
|
-
<td>Optional</td>
|
|
216
|
-
</tr>
|
|
217
|
-
</thead>
|
|
218
|
-
<tbody>
|
|
219
|
-
<tr>
|
|
220
|
-
<td>id</td>
|
|
221
|
-
<td>
|
|
222
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
223
|
-
</td>
|
|
224
|
-
|
|
225
|
-
<td>
|
|
226
|
-
Yes
|
|
227
|
-
</td>
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
</tr>
|
|
231
|
-
<tr>
|
|
232
|
-
<td>groupId</td>
|
|
233
|
-
<td>
|
|
234
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
235
|
-
</td>
|
|
236
|
-
|
|
237
|
-
<td>
|
|
238
|
-
Yes
|
|
239
|
-
</td>
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
</tr>
|
|
243
|
-
</tbody>
|
|
244
|
-
</table>
|
|
245
|
-
</div>
|
|
246
|
-
<div>
|
|
247
|
-
</div>
|
|
248
|
-
<div class="io-description">
|
|
249
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
250
|
-
|
|
251
|
-
</div>
|
|
252
|
-
<div class="io-description">
|
|
253
|
-
|
|
254
|
-
</div>
|
|
255
|
-
</td>
|
|
256
|
-
</tr>
|
|
257
|
-
</tbody>
|
|
258
|
-
</table>
|
|
259
|
-
<table class="table table-sm table-bordered">
|
|
260
|
-
<tbody>
|
|
261
|
-
<tr>
|
|
262
|
-
<td class="col-md-4">
|
|
263
|
-
<a name="createGlobalErrorManager"></a>
|
|
264
|
-
<span class="name">
|
|
265
|
-
<span ><b>createGlobalErrorManager</b></span>
|
|
266
|
-
<a href="#createGlobalErrorManager"><span class="icon ion-ios-link"></span></a>
|
|
267
|
-
</span>
|
|
268
|
-
</td>
|
|
269
|
-
</tr>
|
|
270
|
-
<tr>
|
|
271
|
-
<td class="col-md-4">
|
|
272
|
-
<code>createGlobalErrorManager()</code>
|
|
273
|
-
</td>
|
|
274
|
-
</tr>
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
<tr>
|
|
280
|
-
<td class="col-md-4">
|
|
281
|
-
|
|
282
|
-
<div class="io-description">
|
|
283
|
-
<b>Returns : </b> <code><a href="../classes/UxErrorManager.html" target="_self" >UxErrorManager</a></code>
|
|
284
|
-
|
|
285
|
-
</div>
|
|
286
|
-
</td>
|
|
287
|
-
</tr>
|
|
288
|
-
</tbody>
|
|
289
|
-
</table>
|
|
290
|
-
<table class="table table-sm table-bordered">
|
|
291
|
-
<tbody>
|
|
292
|
-
<tr>
|
|
293
|
-
<td class="col-md-4">
|
|
294
|
-
<a name="createLocalErrorManager"></a>
|
|
295
|
-
<span class="name">
|
|
296
|
-
<span ><b>createLocalErrorManager</b></span>
|
|
297
|
-
<a href="#createLocalErrorManager"><span class="icon ion-ios-link"></span></a>
|
|
298
|
-
</span>
|
|
299
|
-
</td>
|
|
300
|
-
</tr>
|
|
301
|
-
<tr>
|
|
302
|
-
<td class="col-md-4">
|
|
303
|
-
<code>createLocalErrorManager()</code>
|
|
304
|
-
</td>
|
|
305
|
-
</tr>
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
<tr>
|
|
311
|
-
<td class="col-md-4">
|
|
312
|
-
|
|
313
|
-
<div class="io-description">
|
|
314
|
-
<b>Returns : </b> <code><a href="../classes/UxErrorManager.html" target="_self" >UxErrorManager</a></code>
|
|
315
|
-
|
|
316
|
-
</div>
|
|
317
|
-
</td>
|
|
318
|
-
</tr>
|
|
319
|
-
</tbody>
|
|
320
|
-
</table>
|
|
321
|
-
<table class="table table-sm table-bordered">
|
|
322
|
-
<tbody>
|
|
323
|
-
<tr>
|
|
324
|
-
<td class="col-md-4">
|
|
325
|
-
<a name="growlError"></a>
|
|
326
|
-
<span class="name">
|
|
327
|
-
<span ><b>growlError</b></span>
|
|
328
|
-
<a href="#growlError"><span class="icon ion-ios-link"></span></a>
|
|
329
|
-
</span>
|
|
330
|
-
</td>
|
|
331
|
-
</tr>
|
|
332
|
-
<tr>
|
|
333
|
-
<td class="col-md-4">
|
|
334
|
-
<code>growlError(err: UxHttpErrorResponse)</code>
|
|
335
|
-
</td>
|
|
336
|
-
</tr>
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
<tr>
|
|
342
|
-
<td class="col-md-4">
|
|
343
|
-
<div class="io-description"><p> Growl errors</p>
|
|
344
|
-
</div>
|
|
345
|
-
|
|
346
|
-
<div class="io-description">
|
|
347
|
-
<b>Parameters :</b>
|
|
348
|
-
|
|
349
|
-
<table class="params">
|
|
350
|
-
<thead>
|
|
351
|
-
<tr>
|
|
352
|
-
<td>Name</td>
|
|
353
|
-
<td>Type</td>
|
|
354
|
-
<td>Optional</td>
|
|
355
|
-
</tr>
|
|
356
|
-
</thead>
|
|
357
|
-
<tbody>
|
|
358
|
-
<tr>
|
|
359
|
-
<td>err</td>
|
|
360
|
-
<td>
|
|
361
|
-
<code>UxHttpErrorResponse</code>
|
|
362
|
-
</td>
|
|
363
|
-
|
|
364
|
-
<td>
|
|
365
|
-
No
|
|
366
|
-
</td>
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
</tr>
|
|
370
|
-
</tbody>
|
|
371
|
-
</table>
|
|
372
|
-
</div>
|
|
373
|
-
<div>
|
|
374
|
-
</div>
|
|
375
|
-
<div class="io-description">
|
|
376
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
377
|
-
|
|
378
|
-
</div>
|
|
379
|
-
<div class="io-description">
|
|
380
|
-
|
|
381
|
-
</div>
|
|
382
|
-
</td>
|
|
383
|
-
</tr>
|
|
384
|
-
</tbody>
|
|
385
|
-
</table>
|
|
386
|
-
<table class="table table-sm table-bordered">
|
|
387
|
-
<tbody>
|
|
388
|
-
<tr>
|
|
389
|
-
<td class="col-md-4">
|
|
390
|
-
<a name="publishError"></a>
|
|
391
|
-
<span class="name">
|
|
392
|
-
<span ><b>publishError</b></span>
|
|
393
|
-
<a href="#publishError"><span class="icon ion-ios-link"></span></a>
|
|
394
|
-
</span>
|
|
395
|
-
</td>
|
|
396
|
-
</tr>
|
|
397
|
-
<tr>
|
|
398
|
-
<td class="col-md-4">
|
|
399
|
-
<code>publishError(err: UxHttpErrorResponse, instanceId?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, groupId?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, accumulate?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank">boolean</a>)</code>
|
|
400
|
-
</td>
|
|
401
|
-
</tr>
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
<tr>
|
|
407
|
-
<td class="col-md-4">
|
|
408
|
-
<div class="io-description"><p> Publishes errors to targeted components</p>
|
|
409
|
-
</div>
|
|
410
|
-
|
|
411
|
-
<div class="io-description">
|
|
412
|
-
<b>Parameters :</b>
|
|
413
|
-
|
|
414
|
-
<table class="params">
|
|
415
|
-
<thead>
|
|
416
|
-
<tr>
|
|
417
|
-
<td>Name</td>
|
|
418
|
-
<td>Type</td>
|
|
419
|
-
<td>Optional</td>
|
|
420
|
-
</tr>
|
|
421
|
-
</thead>
|
|
422
|
-
<tbody>
|
|
423
|
-
<tr>
|
|
424
|
-
<td>err</td>
|
|
425
|
-
<td>
|
|
426
|
-
<code>UxHttpErrorResponse</code>
|
|
427
|
-
</td>
|
|
428
|
-
|
|
429
|
-
<td>
|
|
430
|
-
No
|
|
431
|
-
</td>
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
</tr>
|
|
435
|
-
<tr>
|
|
436
|
-
<td>instanceId</td>
|
|
437
|
-
<td>
|
|
438
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
439
|
-
</td>
|
|
440
|
-
|
|
441
|
-
<td>
|
|
442
|
-
Yes
|
|
443
|
-
</td>
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
</tr>
|
|
447
|
-
<tr>
|
|
448
|
-
<td>groupId</td>
|
|
449
|
-
<td>
|
|
450
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
451
|
-
</td>
|
|
452
|
-
|
|
453
|
-
<td>
|
|
454
|
-
Yes
|
|
455
|
-
</td>
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
</tr>
|
|
459
|
-
<tr>
|
|
460
|
-
<td>accumulate</td>
|
|
461
|
-
<td>
|
|
462
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
463
|
-
</td>
|
|
464
|
-
|
|
465
|
-
<td>
|
|
466
|
-
Yes
|
|
467
|
-
</td>
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
</tr>
|
|
471
|
-
</tbody>
|
|
472
|
-
</table>
|
|
473
|
-
</div>
|
|
474
|
-
<div>
|
|
475
|
-
</div>
|
|
476
|
-
<div class="io-description">
|
|
477
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
478
|
-
|
|
479
|
-
</div>
|
|
480
|
-
<div class="io-description">
|
|
481
|
-
|
|
482
|
-
</div>
|
|
483
|
-
</td>
|
|
484
|
-
</tr>
|
|
485
|
-
</tbody>
|
|
486
|
-
</table>
|
|
487
|
-
</section>
|
|
488
|
-
<section data-compodoc="block-properties">
|
|
489
|
-
|
|
490
|
-
<h3 id="inputs">
|
|
491
|
-
Properties
|
|
492
|
-
</h3>
|
|
493
|
-
<table class="table table-sm table-bordered">
|
|
494
|
-
<tbody>
|
|
495
|
-
<tr>
|
|
496
|
-
<td class="col-md-4">
|
|
497
|
-
<a name="errors"></a>
|
|
498
|
-
<span class="name">
|
|
499
|
-
<span ><b>errors</b></span>
|
|
500
|
-
<a href="#errors"><span class="icon ion-ios-link"></span></a>
|
|
501
|
-
</span>
|
|
502
|
-
</td>
|
|
503
|
-
</tr>
|
|
504
|
-
<tr>
|
|
505
|
-
<td class="col-md-4">
|
|
506
|
-
<i>Default value : </i><code>new Subject<UxErrorFeedbackEventType>()</code>
|
|
507
|
-
</td>
|
|
508
|
-
</tr>
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
</tbody>
|
|
512
|
-
</table>
|
|
513
|
-
</section>
|
|
514
|
-
|
|
515
|
-
</div>
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
</div>
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
</div><div class="search-results">
|
|
534
|
-
<div class="has-results">
|
|
535
|
-
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
536
|
-
<ul class="search-results-list"></ul>
|
|
537
|
-
</div>
|
|
538
|
-
<div class="no-results">
|
|
539
|
-
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
540
|
-
</div>
|
|
541
|
-
</div>
|
|
542
|
-
</div>
|
|
543
|
-
<!-- END CONTENT -->
|
|
544
|
-
</div>
|
|
545
|
-
</div>
|
|
546
|
-
|
|
547
|
-
<label class="dark-mode-switch">
|
|
548
|
-
<input type="checkbox">
|
|
549
|
-
<span class="slider">
|
|
550
|
-
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
551
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
552
|
-
</svg>
|
|
553
|
-
</span>
|
|
554
|
-
</label>
|
|
555
|
-
|
|
556
|
-
<script>
|
|
557
|
-
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
558
|
-
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
559
|
-
var COMPODOC_CURRENT_PAGE_URL = 'UxErrorFeedbackService.html';
|
|
560
|
-
var MAX_SEARCH_RESULTS = 15;
|
|
561
|
-
</script>
|
|
562
|
-
|
|
563
|
-
<script src="../js/libs/custom-elements.min.js"></script>
|
|
564
|
-
<script src="../js/libs/lit-html.js"></script>
|
|
565
|
-
|
|
566
|
-
<script src="../js/menu-wc.js" defer></script>
|
|
567
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
568
|
-
|
|
569
|
-
<script src="../js/libs/bootstrap-native.js"></script>
|
|
570
|
-
|
|
571
|
-
<script src="../js/libs/es6-shim.min.js"></script>
|
|
572
|
-
<script src="../js/libs/EventDispatcher.js"></script>
|
|
573
|
-
<script src="../js/libs/promise.min.js"></script>
|
|
574
|
-
<script src="../js/libs/zepto.min.js"></script>
|
|
575
|
-
|
|
576
|
-
<script src="../js/compodoc.js"></script>
|
|
577
|
-
|
|
578
|
-
<script src="../js/tabs.js"></script>
|
|
579
|
-
<script src="../js/menu.js"></script>
|
|
580
|
-
<script src="../js/libs/clipboard.min.js"></script>
|
|
581
|
-
<script src="../js/libs/prism.js"></script>
|
|
582
|
-
<script src="../js/sourceCode.js"></script>
|
|
583
|
-
<script src="../js/search/search.js"></script>
|
|
584
|
-
<script src="../js/search/lunr.min.js"></script>
|
|
585
|
-
<script src="../js/search/search-lunr.js"></script>
|
|
586
|
-
<script src="../js/search/search_index.js"></script>
|
|
587
|
-
<script src="../js/lazy-load-graphs.js"></script>
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
</body>
|
|
591
|
-
</html>
|