@eui/core 15.5.0 → 15.5.1-snapshot-1694620634601
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/docs/classes/ActivatedRouteAction.html +15 -12
- package/docs/classes/AddApiQueueItemAction.html +12 -9
- package/docs/classes/AddAppLoadedConfigModulesAction.html +12 -9
- package/docs/classes/ApiQueueServiceMock.html +12 -9
- package/docs/classes/AsyncStorageService.html +11 -8
- package/docs/classes/AsyncStorageServiceMock.html +11 -8
- package/docs/classes/EmptyApiQueueAction.html +12 -9
- package/docs/classes/ErrorSubClass.html +357 -0
- package/docs/classes/EuiCoreRootGuardClass.html +10 -7
- package/docs/classes/EuiError.html +147 -8
- package/docs/classes/I18nResourceImpl.html +12 -9
- package/docs/classes/InitStoreAction.html +12 -9
- package/docs/classes/LogServiceMock.html +11 -8
- package/docs/classes/OpenIdConnectServiceMock.html +11 -8
- package/docs/classes/RemoveApiQueueItemAction.html +12 -9
- package/docs/classes/RouterMock.html +13 -10
- package/docs/classes/StorageService.html +11 -8
- package/docs/classes/StorageServiceMock.html +11 -8
- package/docs/classes/StoreMock.html +13 -10
- package/docs/classes/TranslateServiceMock.html +12 -9
- package/docs/classes/UpdateAppConnectionAction.html +12 -9
- package/docs/classes/UpdateAppStatusAction.html +12 -9
- package/docs/classes/UpdateAppVersionAction.html +12 -9
- package/docs/classes/UpdateCurrentModuleAction.html +12 -9
- package/docs/classes/UpdateI18nStateAction.html +12 -9
- package/docs/classes/UpdateLocaleStateAction.html +12 -9
- package/docs/classes/UpdateNotificationsListAction.html +12 -9
- package/docs/classes/UpdateUserDashboardAction.html +12 -9
- package/docs/classes/UpdateUserDetailsAction.html +12 -9
- package/docs/classes/UpdateUserPreferencesAction.html +12 -9
- package/docs/classes/UpdateUserRightsAction.html +12 -9
- package/docs/classes/UpdateUserStateAction.html +12 -9
- package/docs/classes/UxErrorManager.html +13 -10
- package/docs/classes/UxRootInjectorGuard.html +10 -7
- package/docs/dependencies.html +46 -46
- package/docs/directives/TranslateMockDirective.html +19 -13
- package/docs/index.html +3 -3
- package/docs/injectables/ApiQueueService.html +14 -11
- package/docs/injectables/CoreAppEffects.html +12 -9
- package/docs/injectables/EuiPermissionService.html +12 -9
- package/docs/injectables/GlobalErrorHandler.html +13 -10
- package/docs/injectables/I18nLoader.html +14 -11
- package/docs/injectables/I18nService.html +12 -9
- package/docs/injectables/I18nServiceMock.html +13 -10
- package/docs/injectables/LocalForageService.html +13 -10
- package/docs/injectables/LocalStorageService.html +13 -10
- package/docs/injectables/LocaleService.html +13 -10
- package/docs/injectables/LocaleServiceMock.html +12 -9
- package/docs/injectables/LogService.html +12 -9
- package/docs/injectables/OpenIdConnectService.html +12 -9
- package/docs/injectables/SessionStorageService.html +13 -10
- package/docs/injectables/StoreService.html +12 -9
- package/docs/injectables/StoreServiceMock.html +12 -9
- package/docs/injectables/UserService.html +12 -9
- package/docs/injectables/UserServiceMock.html +12 -9
- package/docs/injectables/UxAppShellService.html +17 -14
- package/docs/injectables/UxDynamicComponentService.html +18 -15
- package/docs/injectables/UxDynamicMenuService.html +13 -10
- package/docs/injectables/UxErrorFeedbackService.html +13 -10
- package/docs/injectables/UxTimezoneService.html +11 -8
- package/docs/interceptors/AddLangParamInterceptor.html +14 -11
- package/docs/interceptors/CachePreventionInterceptor.html +13 -10
- package/docs/interceptors/CorsSecurityInterceptor.html +13 -10
- package/docs/interceptors/CsrfPreventionInterceptor.html +13 -10
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +13 -10
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +17 -14
- package/docs/interceptors/OpenIdConnectInterceptor.html +15 -12
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +14 -11
- package/docs/interfaces/LoadedResources.html +11 -8
- package/docs/interfaces/LoadedResourcesError.html +11 -8
- package/docs/interfaces/ModuleLoadEvent.html +11 -8
- package/docs/interfaces/OpenIdConnectUserDetails.html +11 -8
- package/docs/interfaces/ResourceError.html +11 -8
- package/docs/interfaces/TimeZone.html +11 -8
- package/docs/interfaces/UIState.html +11 -8
- package/docs/js/libs/bootstrap-native.js +1 -2
- package/docs/js/libs/prism.js +43 -43
- package/docs/js/libs/svg-pan-zoom.min.js +2 -2
- package/docs/js/libs/tablesort.min.js +3 -3
- package/docs/js/libs/vis.min.js +7 -6
- package/docs/js/menu-wc.js +19 -16
- package/docs/js/menu-wc_es5.js +2 -2
- package/docs/js/menu.js +6 -2
- package/docs/js/routes.js +188 -167
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +1 -1
- package/docs/miscellaneous/enumerations.html +10 -10
- package/docs/miscellaneous/functions.html +27 -27
- package/docs/miscellaneous/typealiases.html +10 -10
- package/docs/miscellaneous/variables.html +39 -39
- package/docs/modules/CoreModule.html +12 -9
- package/docs/modules/I18nModule.html +11 -8
- package/docs/modules/LogModule.html +12 -9
- package/docs/modules/TranslateMockModule.html +12 -8
- package/docs/modules.html +2 -2
- package/docs/pipes/TranslateMockPipe.html +11 -8
- package/docs/properties.html +2 -2
- package/docs/styles/bootstrap.min.css +6 -6
- package/docs/styles/compodoc.css +40 -1
- package/docs/styles/dark.css +4 -0
- package/esm2020/lib/services/errors/eui.error.mjs +3 -1
- package/esm2020/lib/services/permission/permission.service.mjs +1 -1
- package/esm2020/lib/services/queue/api-queue.service.mjs +1 -1
- package/esm2020/lib/services/storage/local-forage.service.mjs +1 -1
- package/esm2020/lib/services/store/store.service.mjs +1 -1
- package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +1 -1
- package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +1 -1
- package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +1 -1
- package/fesm2015/eui-core.mjs +2 -0
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +2 -0
- package/fesm2020/eui-core.mjs.map +1 -1
- package/lib/services/errors/eui.error.d.ts +0 -2
- package/lib/services/errors/eui.error.d.ts.map +1 -1
- package/lib/services/permission/permission.service.d.ts.map +1 -1
- package/lib/services/queue/api-queue.service.d.ts.map +1 -1
- package/lib/services/storage/local-forage.service.d.ts.map +1 -1
- package/lib/services/store/store.service.d.ts.map +1 -1
- package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts.map +1 -1
- package/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.d.ts.map +1 -1
- package/lib/services/ux-error-feedback/ux-error-feedback.service.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
16
16
|
|
|
17
|
-
<div class="navbar navbar-default navbar-fixed-top
|
|
17
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
18
|
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
19
19
|
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
20
20
|
</div>
|
|
@@ -44,18 +44,21 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<ol class="breadcrumb">
|
|
47
|
-
<li>Classes</li>
|
|
48
|
-
<li >ActivatedRouteAction</li>
|
|
47
|
+
<li class="breadcrumb-item">Classes</li>
|
|
48
|
+
<li class="breadcrumb-item" >ActivatedRouteAction</li>
|
|
49
49
|
</ol>
|
|
50
50
|
|
|
51
51
|
<ul class="nav nav-tabs" role="tablist">
|
|
52
|
-
<li class="
|
|
53
|
-
<a href="#info"
|
|
52
|
+
<li class="nav-item">
|
|
53
|
+
<a href="#info"
|
|
54
|
+
class="nav-link"
|
|
55
|
+
class="nav-link active"
|
|
56
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
54
57
|
</li>
|
|
55
58
|
</ul>
|
|
56
59
|
|
|
57
60
|
<div class="tab-content">
|
|
58
|
-
<div class="tab-pane fade active in" id="
|
|
61
|
+
<div class="tab-pane fade active in" id="info">
|
|
59
62
|
<p class="comment">
|
|
60
63
|
<h3>File</h3>
|
|
61
64
|
</p>
|
|
@@ -74,7 +77,7 @@
|
|
|
74
77
|
</p>
|
|
75
78
|
|
|
76
79
|
|
|
77
|
-
<section>
|
|
80
|
+
<section data-compodoc="block-index">
|
|
78
81
|
<h3 id="index">Index</h3>
|
|
79
82
|
<table class="table table-sm table-bordered index-table">
|
|
80
83
|
<tbody>
|
|
@@ -106,13 +109,13 @@
|
|
|
106
109
|
</table>
|
|
107
110
|
</section>
|
|
108
111
|
|
|
109
|
-
<section>
|
|
112
|
+
<section data-compodoc="block-constructor">
|
|
110
113
|
<h3 id="constructor">Constructor</h3>
|
|
111
114
|
<table class="table table-sm table-bordered">
|
|
112
115
|
<tbody>
|
|
113
116
|
<tr>
|
|
114
117
|
<td class="col-md-4">
|
|
115
|
-
<code>constructor(payload:
|
|
118
|
+
<code>constructor(payload: ActivatedRoute)</code>
|
|
116
119
|
</td>
|
|
117
120
|
</tr>
|
|
118
121
|
|
|
@@ -133,7 +136,7 @@
|
|
|
133
136
|
<td>payload</td>
|
|
134
137
|
|
|
135
138
|
<td>
|
|
136
|
-
|
|
139
|
+
<code>ActivatedRoute</code>
|
|
137
140
|
</td>
|
|
138
141
|
|
|
139
142
|
<td>
|
|
@@ -150,7 +153,7 @@
|
|
|
150
153
|
</table>
|
|
151
154
|
</section>
|
|
152
155
|
|
|
153
|
-
<section>
|
|
156
|
+
<section data-compodoc="block-properties">
|
|
154
157
|
|
|
155
158
|
<h3 id="inputs">
|
|
156
159
|
Properties
|
|
@@ -169,7 +172,7 @@
|
|
|
169
172
|
</tr>
|
|
170
173
|
<tr>
|
|
171
174
|
<td class="col-md-4">
|
|
172
|
-
<i>Type : </i>
|
|
175
|
+
<i>Type : </i> <code>ActivatedRoute</code>
|
|
173
176
|
|
|
174
177
|
</td>
|
|
175
178
|
</tr>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
16
16
|
|
|
17
|
-
<div class="navbar navbar-default navbar-fixed-top
|
|
17
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
18
|
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
19
19
|
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
20
20
|
</div>
|
|
@@ -44,18 +44,21 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<ol class="breadcrumb">
|
|
47
|
-
<li>Classes</li>
|
|
48
|
-
<li >AddApiQueueItemAction</li>
|
|
47
|
+
<li class="breadcrumb-item">Classes</li>
|
|
48
|
+
<li class="breadcrumb-item" >AddApiQueueItemAction</li>
|
|
49
49
|
</ol>
|
|
50
50
|
|
|
51
51
|
<ul class="nav nav-tabs" role="tablist">
|
|
52
|
-
<li class="
|
|
53
|
-
<a href="#info"
|
|
52
|
+
<li class="nav-item">
|
|
53
|
+
<a href="#info"
|
|
54
|
+
class="nav-link"
|
|
55
|
+
class="nav-link active"
|
|
56
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
54
57
|
</li>
|
|
55
58
|
</ul>
|
|
56
59
|
|
|
57
60
|
<div class="tab-content">
|
|
58
|
-
<div class="tab-pane fade active in" id="
|
|
61
|
+
<div class="tab-pane fade active in" id="info">
|
|
59
62
|
<p class="comment">
|
|
60
63
|
<h3>File</h3>
|
|
61
64
|
</p>
|
|
@@ -74,7 +77,7 @@
|
|
|
74
77
|
</p>
|
|
75
78
|
|
|
76
79
|
|
|
77
|
-
<section>
|
|
80
|
+
<section data-compodoc="block-index">
|
|
78
81
|
<h3 id="index">Index</h3>
|
|
79
82
|
<table class="table table-sm table-bordered index-table">
|
|
80
83
|
<tbody>
|
|
@@ -106,7 +109,7 @@
|
|
|
106
109
|
</table>
|
|
107
110
|
</section>
|
|
108
111
|
|
|
109
|
-
<section>
|
|
112
|
+
<section data-compodoc="block-constructor">
|
|
110
113
|
<h3 id="constructor">Constructor</h3>
|
|
111
114
|
<table class="table table-sm table-bordered">
|
|
112
115
|
<tbody>
|
|
@@ -150,7 +153,7 @@
|
|
|
150
153
|
</table>
|
|
151
154
|
</section>
|
|
152
155
|
|
|
153
|
-
<section>
|
|
156
|
+
<section data-compodoc="block-properties">
|
|
154
157
|
|
|
155
158
|
<h3 id="inputs">
|
|
156
159
|
Properties
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
16
16
|
|
|
17
|
-
<div class="navbar navbar-default navbar-fixed-top
|
|
17
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
18
|
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
19
19
|
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
20
20
|
</div>
|
|
@@ -44,18 +44,21 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<ol class="breadcrumb">
|
|
47
|
-
<li>Classes</li>
|
|
48
|
-
<li >AddAppLoadedConfigModulesAction</li>
|
|
47
|
+
<li class="breadcrumb-item">Classes</li>
|
|
48
|
+
<li class="breadcrumb-item" >AddAppLoadedConfigModulesAction</li>
|
|
49
49
|
</ol>
|
|
50
50
|
|
|
51
51
|
<ul class="nav nav-tabs" role="tablist">
|
|
52
|
-
<li class="
|
|
53
|
-
<a href="#info"
|
|
52
|
+
<li class="nav-item">
|
|
53
|
+
<a href="#info"
|
|
54
|
+
class="nav-link"
|
|
55
|
+
class="nav-link active"
|
|
56
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
54
57
|
</li>
|
|
55
58
|
</ul>
|
|
56
59
|
|
|
57
60
|
<div class="tab-content">
|
|
58
|
-
<div class="tab-pane fade active in" id="
|
|
61
|
+
<div class="tab-pane fade active in" id="info">
|
|
59
62
|
<p class="comment">
|
|
60
63
|
<h3>File</h3>
|
|
61
64
|
</p>
|
|
@@ -74,7 +77,7 @@
|
|
|
74
77
|
</p>
|
|
75
78
|
|
|
76
79
|
|
|
77
|
-
<section>
|
|
80
|
+
<section data-compodoc="block-index">
|
|
78
81
|
<h3 id="index">Index</h3>
|
|
79
82
|
<table class="table table-sm table-bordered index-table">
|
|
80
83
|
<tbody>
|
|
@@ -106,7 +109,7 @@
|
|
|
106
109
|
</table>
|
|
107
110
|
</section>
|
|
108
111
|
|
|
109
|
-
<section>
|
|
112
|
+
<section data-compodoc="block-constructor">
|
|
110
113
|
<h3 id="constructor">Constructor</h3>
|
|
111
114
|
<table class="table table-sm table-bordered">
|
|
112
115
|
<tbody>
|
|
@@ -150,7 +153,7 @@
|
|
|
150
153
|
</table>
|
|
151
154
|
</section>
|
|
152
155
|
|
|
153
|
-
<section>
|
|
156
|
+
<section data-compodoc="block-properties">
|
|
154
157
|
|
|
155
158
|
<h3 id="inputs">
|
|
156
159
|
Properties
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
16
16
|
|
|
17
|
-
<div class="navbar navbar-default navbar-fixed-top
|
|
17
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
18
|
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
19
19
|
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
20
20
|
</div>
|
|
@@ -44,18 +44,21 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<ol class="breadcrumb">
|
|
47
|
-
<li>Classes</li>
|
|
48
|
-
<li >ApiQueueServiceMock</li>
|
|
47
|
+
<li class="breadcrumb-item">Classes</li>
|
|
48
|
+
<li class="breadcrumb-item" >ApiQueueServiceMock</li>
|
|
49
49
|
</ol>
|
|
50
50
|
|
|
51
51
|
<ul class="nav nav-tabs" role="tablist">
|
|
52
|
-
<li class="
|
|
53
|
-
<a href="#info"
|
|
52
|
+
<li class="nav-item">
|
|
53
|
+
<a href="#info"
|
|
54
|
+
class="nav-link"
|
|
55
|
+
class="nav-link active"
|
|
56
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
54
57
|
</li>
|
|
55
58
|
</ul>
|
|
56
59
|
|
|
57
60
|
<div class="tab-content">
|
|
58
|
-
<div class="tab-pane fade active in" id="
|
|
61
|
+
<div class="tab-pane fade active in" id="info">
|
|
59
62
|
<p class="comment">
|
|
60
63
|
<h3>File</h3>
|
|
61
64
|
</p>
|
|
@@ -74,7 +77,7 @@
|
|
|
74
77
|
|
|
75
78
|
|
|
76
79
|
|
|
77
|
-
<section>
|
|
80
|
+
<section data-compodoc="block-index">
|
|
78
81
|
<h3 id="index">Index</h3>
|
|
79
82
|
<table class="table table-sm table-bordered index-table">
|
|
80
83
|
<tbody>
|
|
@@ -123,7 +126,7 @@
|
|
|
123
126
|
</table>
|
|
124
127
|
</section>
|
|
125
128
|
|
|
126
|
-
<section>
|
|
129
|
+
<section data-compodoc="block-constructor">
|
|
127
130
|
<h3 id="constructor">Constructor</h3>
|
|
128
131
|
<table class="table table-sm table-bordered">
|
|
129
132
|
<tbody>
|
|
@@ -138,7 +141,7 @@
|
|
|
138
141
|
</section>
|
|
139
142
|
|
|
140
143
|
|
|
141
|
-
<section>
|
|
144
|
+
<section data-compodoc="block-methods">
|
|
142
145
|
|
|
143
146
|
<h3 id="methods">
|
|
144
147
|
Methods
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
16
16
|
|
|
17
|
-
<div class="navbar navbar-default navbar-fixed-top
|
|
17
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
18
|
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
19
19
|
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
20
20
|
</div>
|
|
@@ -44,18 +44,21 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<ol class="breadcrumb">
|
|
47
|
-
<li>Classes</li>
|
|
48
|
-
<li >AsyncStorageService</li>
|
|
47
|
+
<li class="breadcrumb-item">Classes</li>
|
|
48
|
+
<li class="breadcrumb-item" >AsyncStorageService</li>
|
|
49
49
|
</ol>
|
|
50
50
|
|
|
51
51
|
<ul class="nav nav-tabs" role="tablist">
|
|
52
|
-
<li class="
|
|
53
|
-
<a href="#info"
|
|
52
|
+
<li class="nav-item">
|
|
53
|
+
<a href="#info"
|
|
54
|
+
class="nav-link"
|
|
55
|
+
class="nav-link active"
|
|
56
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
54
57
|
</li>
|
|
55
58
|
</ul>
|
|
56
59
|
|
|
57
60
|
<div class="tab-content">
|
|
58
|
-
<div class="tab-pane fade active in" id="
|
|
61
|
+
<div class="tab-pane fade active in" id="info">
|
|
59
62
|
<p class="comment">
|
|
60
63
|
<h3>File</h3>
|
|
61
64
|
</p>
|
|
@@ -81,7 +84,7 @@
|
|
|
81
84
|
|
|
82
85
|
|
|
83
86
|
|
|
84
|
-
<section>
|
|
87
|
+
<section data-compodoc="block-index">
|
|
85
88
|
<h3 id="index">Index</h3>
|
|
86
89
|
<table class="table table-sm table-bordered index-table">
|
|
87
90
|
<tbody>
|
|
@@ -145,7 +148,7 @@
|
|
|
145
148
|
|
|
146
149
|
|
|
147
150
|
|
|
148
|
-
<section>
|
|
151
|
+
<section data-compodoc="block-methods">
|
|
149
152
|
|
|
150
153
|
<h3 id="methods">
|
|
151
154
|
Methods
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
16
16
|
|
|
17
|
-
<div class="navbar navbar-default navbar-fixed-top
|
|
17
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
18
|
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
19
19
|
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
20
20
|
</div>
|
|
@@ -44,18 +44,21 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<ol class="breadcrumb">
|
|
47
|
-
<li>Classes</li>
|
|
48
|
-
<li >AsyncStorageServiceMock</li>
|
|
47
|
+
<li class="breadcrumb-item">Classes</li>
|
|
48
|
+
<li class="breadcrumb-item" >AsyncStorageServiceMock</li>
|
|
49
49
|
</ol>
|
|
50
50
|
|
|
51
51
|
<ul class="nav nav-tabs" role="tablist">
|
|
52
|
-
<li class="
|
|
53
|
-
<a href="#info"
|
|
52
|
+
<li class="nav-item">
|
|
53
|
+
<a href="#info"
|
|
54
|
+
class="nav-link"
|
|
55
|
+
class="nav-link active"
|
|
56
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
54
57
|
</li>
|
|
55
58
|
</ul>
|
|
56
59
|
|
|
57
60
|
<div class="tab-content">
|
|
58
|
-
<div class="tab-pane fade active in" id="
|
|
61
|
+
<div class="tab-pane fade active in" id="info">
|
|
59
62
|
<p class="comment">
|
|
60
63
|
<h3>File</h3>
|
|
61
64
|
</p>
|
|
@@ -74,7 +77,7 @@
|
|
|
74
77
|
|
|
75
78
|
|
|
76
79
|
|
|
77
|
-
<section>
|
|
80
|
+
<section data-compodoc="block-index">
|
|
78
81
|
<h3 id="index">Index</h3>
|
|
79
82
|
<table class="table table-sm table-bordered index-table">
|
|
80
83
|
<tbody>
|
|
@@ -122,7 +125,7 @@
|
|
|
122
125
|
|
|
123
126
|
|
|
124
127
|
|
|
125
|
-
<section>
|
|
128
|
+
<section data-compodoc="block-methods">
|
|
126
129
|
|
|
127
130
|
<h3 id="methods">
|
|
128
131
|
Methods
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
16
16
|
|
|
17
|
-
<div class="navbar navbar-default navbar-fixed-top
|
|
17
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
18
|
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
19
19
|
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
20
20
|
</div>
|
|
@@ -44,18 +44,21 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<ol class="breadcrumb">
|
|
47
|
-
<li>Classes</li>
|
|
48
|
-
<li >EmptyApiQueueAction</li>
|
|
47
|
+
<li class="breadcrumb-item">Classes</li>
|
|
48
|
+
<li class="breadcrumb-item" >EmptyApiQueueAction</li>
|
|
49
49
|
</ol>
|
|
50
50
|
|
|
51
51
|
<ul class="nav nav-tabs" role="tablist">
|
|
52
|
-
<li class="
|
|
53
|
-
<a href="#info"
|
|
52
|
+
<li class="nav-item">
|
|
53
|
+
<a href="#info"
|
|
54
|
+
class="nav-link"
|
|
55
|
+
class="nav-link active"
|
|
56
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
54
57
|
</li>
|
|
55
58
|
</ul>
|
|
56
59
|
|
|
57
60
|
<div class="tab-content">
|
|
58
|
-
<div class="tab-pane fade active in" id="
|
|
61
|
+
<div class="tab-pane fade active in" id="info">
|
|
59
62
|
<p class="comment">
|
|
60
63
|
<h3>File</h3>
|
|
61
64
|
</p>
|
|
@@ -74,7 +77,7 @@
|
|
|
74
77
|
</p>
|
|
75
78
|
|
|
76
79
|
|
|
77
|
-
<section>
|
|
80
|
+
<section data-compodoc="block-index">
|
|
78
81
|
<h3 id="index">Index</h3>
|
|
79
82
|
<table class="table table-sm table-bordered index-table">
|
|
80
83
|
<tbody>
|
|
@@ -106,7 +109,7 @@
|
|
|
106
109
|
</table>
|
|
107
110
|
</section>
|
|
108
111
|
|
|
109
|
-
<section>
|
|
112
|
+
<section data-compodoc="block-constructor">
|
|
110
113
|
<h3 id="constructor">Constructor</h3>
|
|
111
114
|
<table class="table table-sm table-bordered">
|
|
112
115
|
<tbody>
|
|
@@ -150,7 +153,7 @@
|
|
|
150
153
|
</table>
|
|
151
154
|
</section>
|
|
152
155
|
|
|
153
|
-
<section>
|
|
156
|
+
<section data-compodoc="block-properties">
|
|
154
157
|
|
|
155
158
|
<h3 id="inputs">
|
|
156
159
|
Properties
|