@eui/core 14.0.0-beta.1 → 14.0.0-rc.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/assets/i18n-eui/bg.json +113 -109
- package/assets/i18n-eui/cs.json +4 -0
- package/assets/i18n-eui/da.json +114 -110
- package/assets/i18n-eui/de.json +4 -0
- package/assets/i18n-eui/el.json +114 -110
- package/assets/i18n-eui/en.json +4 -0
- package/assets/i18n-eui/es.json +4 -0
- package/assets/i18n-eui/et.json +4 -0
- package/assets/i18n-eui/fi.json +5 -1
- package/assets/i18n-eui/fr.json +113 -109
- package/assets/i18n-eui/ga.json +5 -1
- package/assets/i18n-eui/hr.json +4 -0
- package/assets/i18n-eui/hu.json +4 -0
- package/assets/i18n-eui/it.json +113 -109
- package/assets/i18n-eui/lt.json +4 -0
- package/assets/i18n-eui/lv.json +4 -0
- package/assets/i18n-eui/mt.json +6 -2
- package/assets/i18n-eui/nl.json +5 -1
- package/assets/i18n-eui/pl.json +113 -109
- package/assets/i18n-eui/pt.json +7 -3
- package/assets/i18n-eui/ro.json +113 -109
- package/assets/i18n-eui/sk.json +4 -0
- package/assets/i18n-eui/sl.json +6 -2
- package/assets/i18n-eui/sv.json +6 -2
- package/docs/classes/ActivatedRouteAction.html +12 -1
- package/docs/classes/AddApiQueueItemAction.html +12 -1
- package/docs/classes/AddAppLoadedConfigModulesAction.html +12 -1
- package/docs/classes/ApiQueueServiceMock.html +12 -1
- package/docs/classes/AsyncStorageService.html +12 -1
- package/docs/classes/AsyncStorageServiceMock.html +12 -1
- package/docs/classes/EmptyApiQueueAction.html +12 -1
- package/docs/classes/EuiCoreRootGuardClass.html +12 -1
- package/docs/classes/EuiError.html +12 -1
- package/docs/classes/I18nResourceImpl.html +12 -1
- package/docs/classes/InitStoreAction.html +12 -1
- package/docs/classes/LogServiceMock.html +12 -1
- package/docs/classes/OpenIdConnectServiceMock.html +12 -1
- package/docs/classes/RemoveApiQueueItemAction.html +12 -1
- package/docs/classes/RouterMock.html +12 -1
- package/docs/classes/StorageService.html +12 -1
- package/docs/classes/StorageServiceMock.html +12 -1
- package/docs/classes/StoreMock.html +12 -1
- package/docs/classes/TranslateServiceMock.html +12 -1
- package/docs/classes/UpdateAppConnectionAction.html +12 -1
- package/docs/classes/UpdateAppStatusAction.html +12 -1
- package/docs/classes/UpdateAppVersionAction.html +12 -1
- package/docs/classes/UpdateCurrentModuleAction.html +12 -1
- package/docs/classes/UpdateI18nStateAction.html +12 -1
- package/docs/classes/UpdateLocaleStateAction.html +12 -1
- package/docs/classes/UpdateNotificationsListAction.html +12 -1
- package/docs/classes/UpdateUserDashboardAction.html +12 -1
- package/docs/classes/UpdateUserDetailsAction.html +12 -1
- package/docs/classes/UpdateUserPreferencesAction.html +12 -1
- package/docs/classes/UpdateUserRightsAction.html +12 -1
- package/docs/classes/UpdateUserStateAction.html +12 -1
- package/docs/classes/UxErrorManager.html +12 -1
- package/docs/classes/UxRootInjectorGuard.html +12 -1
- package/docs/dependencies.html +58 -49
- package/docs/directives/TranslateMockDirective.html +14 -2
- package/docs/index.html +12 -1
- package/docs/injectables/ApiQueueService.html +12 -1
- package/docs/injectables/CoreAppEffects.html +12 -1
- package/docs/injectables/EuiPermissionService.html +12 -1
- package/docs/injectables/GlobalErrorHandler.html +12 -1
- package/docs/injectables/I18nLoader.html +12 -1
- package/docs/injectables/I18nService.html +12 -1
- package/docs/injectables/I18nServiceMock.html +12 -1
- package/docs/injectables/LocalForageService.html +12 -1
- package/docs/injectables/LocalStorageService.html +12 -1
- package/docs/injectables/LocaleService.html +12 -1
- package/docs/injectables/LocaleServiceMock.html +12 -1
- package/docs/injectables/LogService.html +12 -1
- package/docs/injectables/OpenIdConnectService.html +12 -1
- package/docs/injectables/SessionStorageService.html +12 -1
- package/docs/injectables/StoreService.html +12 -1
- package/docs/injectables/StoreServiceMock.html +12 -1
- package/docs/injectables/UserService.html +12 -1
- package/docs/injectables/UserServiceMock.html +12 -1
- package/docs/injectables/UxAppShellService.html +12 -1
- package/docs/injectables/UxDynamicComponentService.html +13 -2
- package/docs/injectables/UxDynamicMenuService.html +13 -2
- package/docs/injectables/UxErrorFeedbackService.html +12 -1
- package/docs/injectables/UxTimezoneService.html +12 -1
- package/docs/interceptors/AddLangParamInterceptor.html +12 -1
- package/docs/interceptors/CachePreventionInterceptor.html +12 -1
- package/docs/interceptors/CorsSecurityInterceptor.html +12 -1
- package/docs/interceptors/CsrfPreventionInterceptor.html +12 -1
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +12 -1
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +12 -1
- package/docs/interceptors/OpenIdConnectInterceptor.html +12 -1
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +12 -1
- package/docs/interfaces/LoadedResources.html +12 -1
- package/docs/interfaces/LoadedResourcesError.html +12 -1
- package/docs/interfaces/ModuleLoadEvent.html +12 -1
- package/docs/interfaces/OpenIdConnectUserDetails.html +12 -1
- package/docs/interfaces/ResourceError.html +12 -1
- package/docs/interfaces/TimeZone.html +12 -1
- package/docs/interfaces/UIState.html +12 -1
- package/docs/js/menu-wc.js +11 -6
- package/docs/js/menu-wc_es5.js +4 -4
- package/docs/js/menu.js +62 -6
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +12 -1
- package/docs/miscellaneous/enumerations.html +12 -1
- package/docs/miscellaneous/functions.html +12 -1
- package/docs/miscellaneous/typealiases.html +12 -1
- package/docs/miscellaneous/variables.html +12 -1
- package/docs/modules/CoreModule.html +12 -1
- package/docs/modules/I18nModule.html +12 -1
- package/docs/modules/LogModule.html +12 -1
- package/docs/modules/TranslateMockModule.html +12 -1
- package/docs/modules.html +16 -5
- package/docs/pipes/TranslateMockPipe.html +13 -2
- package/docs/properties.html +124 -0
- package/docs/styles/compodoc.css +79 -1
- package/docs/styles/dark.css +37 -33
- package/docs/styles/laravel.css +33 -35
- package/docs/styles/material.css +15 -17
- package/docs/styles/original.css +2 -4
- package/docs/styles/postmark.css +12 -14
- package/docs/styles/readthedocs.css +6 -8
- package/docs/styles/reset.css +115 -34
- package/docs/styles/stripe.css +33 -35
- package/docs/styles/vagrant.css +26 -28
- package/esm2020/lib/eui-core.module.mjs +5 -7
- package/esm2020/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/cors-security.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +17 -11
- package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/openid/openid-connect.service.mjs +36 -37
- package/esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
- package/esm2020/lib/services/app/eui-init-app.mjs +16 -4
- package/esm2020/lib/services/config/tokens.mjs +3 -3
- package/esm2020/lib/services/errors/global-error-handler.mjs +4 -4
- package/esm2020/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
- package/esm2020/lib/services/i18n/i18n.loader.mjs +4 -4
- package/esm2020/lib/services/i18n/i18n.service.mjs +17 -5
- package/esm2020/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/esm2020/lib/services/locale/locale.service.mjs +4 -4
- package/esm2020/lib/services/log/log.module.mjs +5 -5
- package/esm2020/lib/services/log/log.service.mjs +4 -4
- package/esm2020/lib/services/permission/permission.service.mjs +4 -4
- package/esm2020/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2020/lib/services/storage/local-forage.service.mjs +4 -4
- package/esm2020/lib/services/storage/local-storage.service.mjs +4 -4
- package/esm2020/lib/services/storage/session-storage.service.mjs +4 -4
- package/esm2020/lib/services/store/effects/app.effects.mjs +4 -4
- package/esm2020/lib/services/store/store.service.mjs +4 -4
- package/esm2020/lib/services/store/store.service.mock.mjs +4 -4
- package/esm2020/lib/services/user/user.service.mjs +4 -4
- package/esm2020/lib/services/user/user.service.mock.mjs +4 -4
- package/esm2020/lib/services/ux-app-shell.service.mjs +4 -4
- package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +7 -6
- package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +4 -4
- package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +4 -4
- package/esm2020/lib/services/ux-timezone.service.mjs +4 -4
- package/fesm2015/eui-core.mjs +172 -145
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +172 -145
- package/fesm2020/eui-core.mjs.map +1 -1
- package/lib/helpers/form-helpers.d.ts +2 -2
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +1 -1
- package/lib/interceptors/openid/openid-connect.service.d.ts.map +1 -1
- package/lib/services/app/eui-init-app.d.ts.map +1 -1
- package/lib/services/i18n/i18n.service.d.ts.map +1 -1
- package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts +1 -1
- package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts.map +1 -1
- package/package.json +4 -4
- package/eui-core.d.ts +0 -6
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >StorageServiceMock</li>
|
|
@@ -259,6 +260,7 @@
|
|
|
259
260
|
|
|
260
261
|
|
|
261
262
|
|
|
263
|
+
|
|
262
264
|
</div><div class="search-results">
|
|
263
265
|
<div class="has-results">
|
|
264
266
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -273,6 +275,15 @@
|
|
|
273
275
|
</div>
|
|
274
276
|
</div>
|
|
275
277
|
|
|
278
|
+
<label class="dark-mode-switch">
|
|
279
|
+
<input type="checkbox">
|
|
280
|
+
<span class="slider">
|
|
281
|
+
<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">
|
|
282
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
283
|
+
</svg>
|
|
284
|
+
</span>
|
|
285
|
+
</label>
|
|
286
|
+
|
|
276
287
|
<script>
|
|
277
288
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
278
289
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >StoreMock</li>
|
|
@@ -340,6 +341,7 @@
|
|
|
340
341
|
|
|
341
342
|
|
|
342
343
|
|
|
344
|
+
|
|
343
345
|
</div><div class="search-results">
|
|
344
346
|
<div class="has-results">
|
|
345
347
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -354,6 +356,15 @@
|
|
|
354
356
|
</div>
|
|
355
357
|
</div>
|
|
356
358
|
|
|
359
|
+
<label class="dark-mode-switch">
|
|
360
|
+
<input type="checkbox">
|
|
361
|
+
<span class="slider">
|
|
362
|
+
<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">
|
|
363
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
364
|
+
</svg>
|
|
365
|
+
</span>
|
|
366
|
+
</label>
|
|
367
|
+
|
|
357
368
|
<script>
|
|
358
369
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
359
370
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >TranslateServiceMock</li>
|
|
@@ -863,6 +864,7 @@
|
|
|
863
864
|
|
|
864
865
|
|
|
865
866
|
|
|
867
|
+
|
|
866
868
|
</div><div class="search-results">
|
|
867
869
|
<div class="has-results">
|
|
868
870
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -877,6 +879,15 @@
|
|
|
877
879
|
</div>
|
|
878
880
|
</div>
|
|
879
881
|
|
|
882
|
+
<label class="dark-mode-switch">
|
|
883
|
+
<input type="checkbox">
|
|
884
|
+
<span class="slider">
|
|
885
|
+
<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">
|
|
886
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
887
|
+
</svg>
|
|
888
|
+
</span>
|
|
889
|
+
</label>
|
|
890
|
+
|
|
880
891
|
<script>
|
|
881
892
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
882
893
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateAppConnectionAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateAppStatusAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateAppVersionAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateCurrentModuleAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateI18nStateAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateLocaleStateAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateNotificationsListAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateUserDashboardAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateUserDetailsAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateUserPreferencesAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateUserRightsAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UpdateUserStateAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >UxErrorManager</li>
|
|
@@ -470,6 +471,7 @@
|
|
|
470
471
|
|
|
471
472
|
|
|
472
473
|
|
|
474
|
+
|
|
473
475
|
</div><div class="search-results">
|
|
474
476
|
<div class="has-results">
|
|
475
477
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -484,6 +486,15 @@
|
|
|
484
486
|
</div>
|
|
485
487
|
</div>
|
|
486
488
|
|
|
489
|
+
<label class="dark-mode-switch">
|
|
490
|
+
<input type="checkbox">
|
|
491
|
+
<span class="slider">
|
|
492
|
+
<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">
|
|
493
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
494
|
+
</svg>
|
|
495
|
+
</span>
|
|
496
|
+
</label>
|
|
497
|
+
|
|
487
498
|
<script>
|
|
488
499
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
489
500
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|