@eui/core 17.0.0-next.11 → 17.0.0-next.12

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.
Files changed (164) hide show
  1. package/docs/classes/ActivatedRouteAction.html +282 -0
  2. package/docs/classes/AddApiQueueItemAction.html +282 -0
  3. package/docs/classes/AddAppLoadedConfigModulesAction.html +282 -0
  4. package/docs/classes/ApiQueueServiceMock.html +549 -0
  5. package/docs/classes/AsyncStorageService.html +923 -0
  6. package/docs/classes/AsyncStorageServiceMock.html +427 -0
  7. package/docs/classes/EmptyApiQueueAction.html +282 -0
  8. package/docs/classes/ErrorSubClass.html +357 -0
  9. package/docs/classes/EuiCoreRootGuardClass.html +167 -0
  10. package/docs/classes/EuiError.html +363 -0
  11. package/docs/classes/I18nResourceImpl.html +504 -0
  12. package/docs/classes/InitStoreAction.html +282 -0
  13. package/docs/classes/LogServiceMock.html +223 -0
  14. package/docs/classes/OpenIdConnectServiceMock.html +223 -0
  15. package/docs/classes/RemoveApiQueueItemAction.html +282 -0
  16. package/docs/classes/RouterMock.html +495 -0
  17. package/docs/classes/StorageService.html +630 -0
  18. package/docs/classes/StorageServiceMock.html +325 -0
  19. package/docs/classes/StoreMock.html +404 -0
  20. package/docs/classes/TranslateServiceMock.html +907 -0
  21. package/docs/classes/UpdateAppConnectionAction.html +282 -0
  22. package/docs/classes/UpdateAppStatusAction.html +282 -0
  23. package/docs/classes/UpdateAppVersionAction.html +282 -0
  24. package/docs/classes/UpdateCurrentModuleAction.html +282 -0
  25. package/docs/classes/UpdateI18nStateAction.html +282 -0
  26. package/docs/classes/UpdateLocaleStateAction.html +282 -0
  27. package/docs/classes/UpdateNotificationsListAction.html +282 -0
  28. package/docs/classes/UpdateUserDashboardAction.html +282 -0
  29. package/docs/classes/UpdateUserDetailsAction.html +282 -0
  30. package/docs/classes/UpdateUserPreferencesAction.html +282 -0
  31. package/docs/classes/UpdateUserRightsAction.html +282 -0
  32. package/docs/classes/UpdateUserStateAction.html +282 -0
  33. package/docs/dependencies.html +333 -0
  34. package/docs/directives/TranslateMockDirective.html +266 -0
  35. package/docs/fonts/ionicons.eot +0 -0
  36. package/docs/fonts/ionicons.svg +2090 -0
  37. package/docs/fonts/ionicons.ttf +0 -0
  38. package/docs/fonts/ionicons.woff +0 -0
  39. package/docs/fonts/ionicons.woff2 +0 -0
  40. package/docs/fonts/roboto-v15-latin-300.eot +0 -0
  41. package/docs/fonts/roboto-v15-latin-300.svg +314 -0
  42. package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
  43. package/docs/fonts/roboto-v15-latin-300.woff +0 -0
  44. package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
  45. package/docs/fonts/roboto-v15-latin-700.eot +0 -0
  46. package/docs/fonts/roboto-v15-latin-700.svg +310 -0
  47. package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
  48. package/docs/fonts/roboto-v15-latin-700.woff +0 -0
  49. package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
  50. package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
  51. package/docs/fonts/roboto-v15-latin-italic.svg +323 -0
  52. package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
  53. package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
  54. package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
  55. package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
  56. package/docs/fonts/roboto-v15-latin-regular.svg +308 -0
  57. package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
  58. package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
  59. package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
  60. package/docs/images/compodoc-vectorise-inverted.png +0 -0
  61. package/docs/images/compodoc-vectorise-inverted.svg +201 -0
  62. package/docs/images/compodoc-vectorise.png +0 -0
  63. package/docs/images/compodoc-vectorise.svg +201 -0
  64. package/docs/images/favicon.ico +0 -0
  65. package/docs/index.html +171 -0
  66. package/docs/injectables/ApiQueueService.html +792 -0
  67. package/docs/injectables/CoreAppEffects.html +390 -0
  68. package/docs/injectables/EuiAppShellService.html +2346 -0
  69. package/docs/injectables/EuiDynamicComponentService.html +433 -0
  70. package/docs/injectables/EuiDynamicMenuService.html +377 -0
  71. package/docs/injectables/EuiGrowlService.html +821 -0
  72. package/docs/injectables/EuiPermissionService.html +642 -0
  73. package/docs/injectables/EuiTimezoneService.html +378 -0
  74. package/docs/injectables/GlobalErrorHandler.html +291 -0
  75. package/docs/injectables/I18nLoader.html +589 -0
  76. package/docs/injectables/I18nService.html +927 -0
  77. package/docs/injectables/I18nServiceMock.html +626 -0
  78. package/docs/injectables/LocalForageService.html +761 -0
  79. package/docs/injectables/LocalStorageService.html +548 -0
  80. package/docs/injectables/LocaleService.html +753 -0
  81. package/docs/injectables/LocaleServiceMock.html +453 -0
  82. package/docs/injectables/LogService.html +352 -0
  83. package/docs/injectables/OpenIdConnectService.html +225 -0
  84. package/docs/injectables/SessionStorageService.html +548 -0
  85. package/docs/injectables/StoreService.html +641 -0
  86. package/docs/injectables/StoreServiceMock.html +455 -0
  87. package/docs/injectables/UserService.html +738 -0
  88. package/docs/injectables/UserServiceMock.html +635 -0
  89. package/docs/interceptors/AddLangParamInterceptor.html +303 -0
  90. package/docs/interceptors/CachePreventionInterceptor.html +252 -0
  91. package/docs/interceptors/CorsSecurityInterceptor.html +252 -0
  92. package/docs/interceptors/CsrfPreventionInterceptor.html +252 -0
  93. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +252 -0
  94. package/docs/interceptors/HttpErrorHandlerInterceptor.html +319 -0
  95. package/docs/interceptors/OpenIdConnectInterceptor.html +345 -0
  96. package/docs/interceptors/UxRequestErrorModelInterceptor.html +295 -0
  97. package/docs/interfaces/EuiTimeZone.html +247 -0
  98. package/docs/interfaces/LoadedResources.html +292 -0
  99. package/docs/interfaces/LoadedResourcesError.html +247 -0
  100. package/docs/interfaces/ModuleLoadEvent.html +292 -0
  101. package/docs/interfaces/OpenIdConnectUserDetails.html +439 -0
  102. package/docs/interfaces/ResourceError.html +298 -0
  103. package/docs/interfaces/UIState.html +1945 -0
  104. package/docs/js/compodoc.js +14 -0
  105. package/docs/js/lazy-load-graphs.js +44 -0
  106. package/docs/js/libs/EventDispatcher.js +5 -0
  107. package/docs/js/libs/bootstrap-native.js +1 -0
  108. package/docs/js/libs/clipboard.min.js +7 -0
  109. package/docs/js/libs/custom-elements-es5-adapter.js +15 -0
  110. package/docs/js/libs/custom-elements.min.js +38 -0
  111. package/docs/js/libs/d3.v3.min.js +2 -0
  112. package/docs/js/libs/deep-iterator.js +2 -0
  113. package/docs/js/libs/es6-shim.min.js +11 -0
  114. package/docs/js/libs/htmlparser.js +23 -0
  115. package/docs/js/libs/innersvg.js +9 -0
  116. package/docs/js/libs/lit-html.js +1 -0
  117. package/docs/js/libs/prism.js +46 -0
  118. package/docs/js/libs/promise.min.js +6 -0
  119. package/docs/js/libs/svg-pan-zoom.min.js +3 -0
  120. package/docs/js/libs/tablesort.min.js +6 -0
  121. package/docs/js/libs/tablesort.number.min.js +6 -0
  122. package/docs/js/libs/vis.min.js +47 -0
  123. package/docs/js/libs/zepto.min.js +2 -0
  124. package/docs/js/menu-wc.js +377 -0
  125. package/docs/js/menu-wc_es5.js +42 -0
  126. package/docs/js/menu.js +325 -0
  127. package/docs/js/routes.js +301 -0
  128. package/docs/js/search/lunr.min.js +6 -0
  129. package/docs/js/search/search-lunr.js +67 -0
  130. package/docs/js/search/search.js +268 -0
  131. package/docs/js/search/search_index.js +4 -0
  132. package/docs/js/sourceCode.js +58 -0
  133. package/docs/js/svg-pan-zoom.controls.js +53 -0
  134. package/docs/js/tabs.js +21 -0
  135. package/docs/js/tree.js +147 -0
  136. package/docs/license.html +379 -0
  137. package/docs/miscellaneous/enumerations.html +418 -0
  138. package/docs/miscellaneous/functions.html +1754 -0
  139. package/docs/miscellaneous/typealiases.html +258 -0
  140. package/docs/miscellaneous/variables.html +3969 -0
  141. package/docs/modules/CoreModule.html +254 -0
  142. package/docs/modules/I18nModule.html +198 -0
  143. package/docs/modules/LogModule.html +301 -0
  144. package/docs/modules/TranslateMockModule.html +176 -0
  145. package/docs/modules.html +168 -0
  146. package/docs/pipes/TranslateMockPipe.html +225 -0
  147. package/docs/properties.html +124 -0
  148. package/docs/styles/bootstrap-card.css +219 -0
  149. package/docs/styles/bootstrap.min.css +6 -0
  150. package/docs/styles/compodoc.css +1121 -0
  151. package/docs/styles/dark.css +121 -0
  152. package/docs/styles/ionicons.min.css +11 -0
  153. package/docs/styles/laravel.css +113 -0
  154. package/docs/styles/material.css +131 -0
  155. package/docs/styles/original.css +51 -0
  156. package/docs/styles/postmark.css +238 -0
  157. package/docs/styles/prism.css +301 -0
  158. package/docs/styles/readthedocs.css +117 -0
  159. package/docs/styles/reset.css +129 -0
  160. package/docs/styles/stripe.css +106 -0
  161. package/docs/styles/style.css +7 -0
  162. package/docs/styles/tablesort.css +33 -0
  163. package/docs/styles/vagrant.css +130 -0
  164. package/package.json +1 -1
@@ -0,0 +1,792 @@
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" >ApiQueueService</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/queue/api-queue.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
+
74
+ <tr>
75
+ <td class="col-md-4">
76
+ <h6><b>Methods</b></h6>
77
+ </td>
78
+ </tr>
79
+ <tr>
80
+ <td class="col-md-4">
81
+ <ul class="index-list">
82
+ <li>
83
+ <a href="#addQueueItem" >addQueueItem</a>
84
+ </li>
85
+ <li>
86
+ <a href="#getQueue" >getQueue</a>
87
+ </li>
88
+ <li>
89
+ <a href="#getQueueItem" >getQueueItem</a>
90
+ </li>
91
+ <li>
92
+ <a href="#processAllQueueItems" >processAllQueueItems</a>
93
+ </li>
94
+ <li>
95
+ <a href="#processAllQueueItemsSequential" >processAllQueueItemsSequential</a>
96
+ </li>
97
+ <li>
98
+ <a href="#processQueueItem" >processQueueItem</a>
99
+ </li>
100
+ <li>
101
+ <a href="#removeAllQueueItem" >removeAllQueueItem</a>
102
+ </li>
103
+ <li>
104
+ <a href="#removeQueueItem" >removeQueueItem</a>
105
+ </li>
106
+ </ul>
107
+ </td>
108
+ </tr>
109
+
110
+
111
+
112
+
113
+
114
+ </tbody>
115
+ </table>
116
+ </section>
117
+
118
+ <section data-compodoc="block-constructor">
119
+ <h3 id="constructor">Constructor</h3>
120
+ <table class="table table-sm table-bordered">
121
+ <tbody>
122
+ <tr>
123
+ <td class="col-md-4">
124
+ <code>constructor(store: <a href="../injectables/StoreService.html" target="_self">StoreService</a>, http: HttpClient, logService: <a href="../injectables/LogService.html" target="_self">LogService</a>)</code>
125
+ </td>
126
+ </tr>
127
+
128
+ <tr>
129
+ <td class="col-md-4">
130
+ <div>
131
+ <b>Parameters :</b>
132
+ <table class="params">
133
+ <thead>
134
+ <tr>
135
+ <td>Name</td>
136
+ <td>Type</td>
137
+ <td>Optional</td>
138
+ </tr>
139
+ </thead>
140
+ <tbody>
141
+ <tr>
142
+ <td>store</td>
143
+
144
+ <td>
145
+ <code><a href="../injectables/StoreService.html" target="_self" >StoreService</a></code>
146
+ </td>
147
+
148
+ <td>
149
+ No
150
+ </td>
151
+
152
+ </tr>
153
+ <tr>
154
+ <td>http</td>
155
+
156
+ <td>
157
+ <code>HttpClient</code>
158
+ </td>
159
+
160
+ <td>
161
+ No
162
+ </td>
163
+
164
+ </tr>
165
+ <tr>
166
+ <td>logService</td>
167
+
168
+ <td>
169
+ <code><a href="../injectables/LogService.html" target="_self" >LogService</a></code>
170
+ </td>
171
+
172
+ <td>
173
+ No
174
+ </td>
175
+
176
+ </tr>
177
+ </tbody>
178
+ </table>
179
+ </div>
180
+ </td>
181
+ </tr>
182
+ </tbody>
183
+ </table>
184
+ </section>
185
+
186
+ <section data-compodoc="block-methods">
187
+
188
+ <h3 id="methods">
189
+ Methods
190
+ </h3>
191
+ <table class="table table-sm table-bordered">
192
+ <tbody>
193
+ <tr>
194
+ <td class="col-md-4">
195
+ <a name="addQueueItem"></a>
196
+ <span class="name">
197
+ <span ><b>addQueueItem</b></span>
198
+ <a href="#addQueueItem"><span class="icon ion-ios-link"></span></a>
199
+ </span>
200
+ </td>
201
+ </tr>
202
+ <tr>
203
+ <td class="col-md-4">
204
+ <code>addQueueItem(id: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, item: ApiQueueItem)</code>
205
+ </td>
206
+ </tr>
207
+
208
+
209
+
210
+
211
+ <tr>
212
+ <td class="col-md-4">
213
+ <div class="io-description"><p>Adds an item in the queue by dispatching an action to the store.
214
+ WARNING if matches any other queue item id will overwrite it.</p>
215
+ </div>
216
+
217
+ <div class="io-description">
218
+ <b>Parameters :</b>
219
+
220
+ <table class="params">
221
+ <thead>
222
+ <tr>
223
+ <td>Name</td>
224
+ <td>Type</td>
225
+ <td>Optional</td>
226
+ <td>Description</td>
227
+ </tr>
228
+ </thead>
229
+ <tbody>
230
+ <tr>
231
+ <td>id</td>
232
+ <td>
233
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
234
+ </td>
235
+
236
+ <td>
237
+ No
238
+ </td>
239
+
240
+
241
+ <td>
242
+ <ul>
243
+ <li>The id of the item inside the queue.
244
+ WARNING if matches any other queue item id will overwrite it.</li>
245
+ </ul>
246
+
247
+ </td>
248
+ </tr>
249
+ <tr>
250
+ <td>item</td>
251
+ <td>
252
+ <code>ApiQueueItem</code>
253
+ </td>
254
+
255
+ <td>
256
+ No
257
+ </td>
258
+
259
+
260
+ <td>
261
+ <ul>
262
+ <li>an item for Queue</li>
263
+ </ul>
264
+
265
+ </td>
266
+ </tr>
267
+ </tbody>
268
+ </table>
269
+ </div>
270
+ <div class="io-description">
271
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
272
+
273
+ </div>
274
+ <div class="io-description">
275
+
276
+ </div>
277
+ </td>
278
+ </tr>
279
+ </tbody>
280
+ </table>
281
+ <table class="table table-sm table-bordered">
282
+ <tbody>
283
+ <tr>
284
+ <td class="col-md-4">
285
+ <a name="getQueue"></a>
286
+ <span class="name">
287
+ <span ><b>getQueue</b></span>
288
+ <a href="#getQueue"><span class="icon ion-ios-link"></span></a>
289
+ </span>
290
+ </td>
291
+ </tr>
292
+ <tr>
293
+ <td class="col-md-4">
294
+ <code>getQueue()</code>
295
+ </td>
296
+ </tr>
297
+
298
+
299
+
300
+
301
+ <tr>
302
+ <td class="col-md-4">
303
+ <div class="io-description"><p>Subscribes to the store to retrieve queue and then converts the queue object to an array of items.</p>
304
+ </div>
305
+
306
+ <div class="io-description">
307
+ <b>Returns : </b> <code>Observable&lt;ApiQueueItem[]&gt;</code>
308
+
309
+ </div>
310
+ <div class="io-description">
311
+ <p>An Observable of array of all items inside the current queue (ApiQueueItem[])</p>
312
+
313
+ </div>
314
+ </td>
315
+ </tr>
316
+ </tbody>
317
+ </table>
318
+ <table class="table table-sm table-bordered">
319
+ <tbody>
320
+ <tr>
321
+ <td class="col-md-4">
322
+ <a name="getQueueItem"></a>
323
+ <span class="name">
324
+ <span ><b>getQueueItem</b></span>
325
+ <a href="#getQueueItem"><span class="icon ion-ios-link"></span></a>
326
+ </span>
327
+ </td>
328
+ </tr>
329
+ <tr>
330
+ <td class="col-md-4">
331
+ <code>getQueueItem(id: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
332
+ </td>
333
+ </tr>
334
+
335
+
336
+
337
+
338
+ <tr>
339
+ <td class="col-md-4">
340
+ <div class="io-description"><p>Subscribes to the store to retrieve an item from the queue.</p>
341
+ </div>
342
+
343
+ <div class="io-description">
344
+ <b>Parameters :</b>
345
+
346
+ <table class="params">
347
+ <thead>
348
+ <tr>
349
+ <td>Name</td>
350
+ <td>Type</td>
351
+ <td>Optional</td>
352
+ <td>Description</td>
353
+ </tr>
354
+ </thead>
355
+ <tbody>
356
+ <tr>
357
+ <td>id</td>
358
+ <td>
359
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
360
+ </td>
361
+
362
+ <td>
363
+ No
364
+ </td>
365
+
366
+
367
+ <td>
368
+ <ul>
369
+ <li>id of the item inside the queue</li>
370
+ </ul>
371
+
372
+ </td>
373
+ </tr>
374
+ </tbody>
375
+ </table>
376
+ </div>
377
+ <div class="io-description">
378
+ <b>Returns : </b> <code>Observable&lt;ApiQueueItem&gt;</code>
379
+
380
+ </div>
381
+ <div class="io-description">
382
+ <p>An Observable of ApiQueueItem type</p>
383
+
384
+ </div>
385
+ </td>
386
+ </tr>
387
+ </tbody>
388
+ </table>
389
+ <table class="table table-sm table-bordered">
390
+ <tbody>
391
+ <tr>
392
+ <td class="col-md-4">
393
+ <a name="processAllQueueItems"></a>
394
+ <span class="name">
395
+ <span ><b>processAllQueueItems</b></span>
396
+ <a href="#processAllQueueItems"><span class="icon ion-ios-link"></span></a>
397
+ </span>
398
+ </td>
399
+ </tr>
400
+ <tr>
401
+ <td class="col-md-4">
402
+ <code>processAllQueueItems(continueOnError: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank">boolean</a>)</code>
403
+ </td>
404
+ </tr>
405
+
406
+
407
+
408
+
409
+ <tr>
410
+ <td class="col-md-4">
411
+ <div class="io-description"><p>Process all the items inside the queue.</p>
412
+ </div>
413
+
414
+ <div class="io-description">
415
+ <b>Parameters :</b>
416
+
417
+ <table class="params">
418
+ <thead>
419
+ <tr>
420
+ <td>Name</td>
421
+ <td>Type</td>
422
+ <td>Optional</td>
423
+ <td>Default value</td>
424
+ <td>Description</td>
425
+ </tr>
426
+ </thead>
427
+ <tbody>
428
+ <tr>
429
+ <td>continueOnError</td>
430
+ <td>
431
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
432
+ </td>
433
+
434
+ <td>
435
+ No
436
+ </td>
437
+
438
+ <td>
439
+ <code>true</code>
440
+ </td>
441
+
442
+ <td>
443
+ <ul>
444
+ <li>in case of an item request fails continue with the rest in queue</li>
445
+ </ul>
446
+
447
+ </td>
448
+ </tr>
449
+ </tbody>
450
+ </table>
451
+ </div>
452
+ <div class="io-description">
453
+ <b>Returns : </b> <code>Observable&lt;any[]&gt;</code>
454
+
455
+ </div>
456
+ <div class="io-description">
457
+ <p>An Observable with an array which contains all responses from all items in queue.</p>
458
+
459
+ </div>
460
+ </td>
461
+ </tr>
462
+ </tbody>
463
+ </table>
464
+ <table class="table table-sm table-bordered">
465
+ <tbody>
466
+ <tr>
467
+ <td class="col-md-4">
468
+ <a name="processAllQueueItemsSequential"></a>
469
+ <span class="name">
470
+ <span ><b>processAllQueueItemsSequential</b></span>
471
+ <a href="#processAllQueueItemsSequential"><span class="icon ion-ios-link"></span></a>
472
+ </span>
473
+ </td>
474
+ </tr>
475
+ <tr>
476
+ <td class="col-md-4">
477
+ <code>processAllQueueItemsSequential(ascending: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank">boolean</a>)</code>
478
+ </td>
479
+ </tr>
480
+
481
+
482
+
483
+
484
+ <tr>
485
+ <td class="col-md-4">
486
+ <div class="io-description"><p>Process all items in queue after it order them based on their timestamp. Beware that order
487
+ matter in execution of Http Request in queue. When a request completes only then next will begin. Emission
488
+ or Http response follows order.</p>
489
+ </div>
490
+
491
+ <div class="io-description">
492
+ <b>Parameters :</b>
493
+
494
+ <table class="params">
495
+ <thead>
496
+ <tr>
497
+ <td>Name</td>
498
+ <td>Type</td>
499
+ <td>Optional</td>
500
+ <td>Default value</td>
501
+ <td>Description</td>
502
+ </tr>
503
+ </thead>
504
+ <tbody>
505
+ <tr>
506
+ <td>ascending</td>
507
+ <td>
508
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
509
+ </td>
510
+
511
+ <td>
512
+ No
513
+ </td>
514
+
515
+ <td>
516
+ <code>true</code>
517
+ </td>
518
+
519
+ <td>
520
+ <ul>
521
+ <li>sets the order of queue items based on timestamp</li>
522
+ </ul>
523
+
524
+ </td>
525
+ </tr>
526
+ </tbody>
527
+ </table>
528
+ </div>
529
+ <div class="io-description">
530
+ <b>Returns : </b> <code>Observable&lt;any&gt;</code>
531
+
532
+ </div>
533
+ <div class="io-description">
534
+
535
+ </div>
536
+ </td>
537
+ </tr>
538
+ </tbody>
539
+ </table>
540
+ <table class="table table-sm table-bordered">
541
+ <tbody>
542
+ <tr>
543
+ <td class="col-md-4">
544
+ <a name="processQueueItem"></a>
545
+ <span class="name">
546
+ <span ><b>processQueueItem</b></span>
547
+ <a href="#processQueueItem"><span class="icon ion-ios-link"></span></a>
548
+ </span>
549
+ </td>
550
+ </tr>
551
+ <tr>
552
+ <td class="col-md-4">
553
+ <code>processQueueItem(id: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
554
+ </td>
555
+ </tr>
556
+
557
+
558
+
559
+
560
+ <tr>
561
+ <td class="col-md-4">
562
+ <div class="io-description"><p>Process an item from the queue.</p>
563
+ </div>
564
+
565
+ <div class="io-description">
566
+ <b>Parameters :</b>
567
+
568
+ <table class="params">
569
+ <thead>
570
+ <tr>
571
+ <td>Name</td>
572
+ <td>Type</td>
573
+ <td>Optional</td>
574
+ <td>Description</td>
575
+ </tr>
576
+ </thead>
577
+ <tbody>
578
+ <tr>
579
+ <td>id</td>
580
+ <td>
581
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
582
+ </td>
583
+
584
+ <td>
585
+ No
586
+ </td>
587
+
588
+
589
+ <td>
590
+ <ul>
591
+ <li>id of the item inside the queue</li>
592
+ </ul>
593
+
594
+ </td>
595
+ </tr>
596
+ </tbody>
597
+ </table>
598
+ </div>
599
+ <div class="io-description">
600
+ <b>Returns : </b> <code>Observable&lt;any&gt;</code>
601
+
602
+ </div>
603
+ <div class="io-description">
604
+ <p>An Observable of type any</p>
605
+
606
+ </div>
607
+ </td>
608
+ </tr>
609
+ </tbody>
610
+ </table>
611
+ <table class="table table-sm table-bordered">
612
+ <tbody>
613
+ <tr>
614
+ <td class="col-md-4">
615
+ <a name="removeAllQueueItem"></a>
616
+ <span class="name">
617
+ <span ><b>removeAllQueueItem</b></span>
618
+ <a href="#removeAllQueueItem"><span class="icon ion-ios-link"></span></a>
619
+ </span>
620
+ </td>
621
+ </tr>
622
+ <tr>
623
+ <td class="col-md-4">
624
+ <code>removeAllQueueItem()</code>
625
+ </td>
626
+ </tr>
627
+
628
+
629
+
630
+
631
+ <tr>
632
+ <td class="col-md-4">
633
+ <div class="io-description"><p>Removes all items placed in the queue.</p>
634
+ </div>
635
+
636
+ <div class="io-description">
637
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
638
+
639
+ </div>
640
+ </td>
641
+ </tr>
642
+ </tbody>
643
+ </table>
644
+ <table class="table table-sm table-bordered">
645
+ <tbody>
646
+ <tr>
647
+ <td class="col-md-4">
648
+ <a name="removeQueueItem"></a>
649
+ <span class="name">
650
+ <span ><b>removeQueueItem</b></span>
651
+ <a href="#removeQueueItem"><span class="icon ion-ios-link"></span></a>
652
+ </span>
653
+ </td>
654
+ </tr>
655
+ <tr>
656
+ <td class="col-md-4">
657
+ <code>removeQueueItem(id: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
658
+ </td>
659
+ </tr>
660
+
661
+
662
+
663
+
664
+ <tr>
665
+ <td class="col-md-4">
666
+ <div class="io-description"><p>Removes a given item from the queue.</p>
667
+ </div>
668
+
669
+ <div class="io-description">
670
+ <b>Parameters :</b>
671
+
672
+ <table class="params">
673
+ <thead>
674
+ <tr>
675
+ <td>Name</td>
676
+ <td>Type</td>
677
+ <td>Optional</td>
678
+ <td>Description</td>
679
+ </tr>
680
+ </thead>
681
+ <tbody>
682
+ <tr>
683
+ <td>id</td>
684
+ <td>
685
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
686
+ </td>
687
+
688
+ <td>
689
+ No
690
+ </td>
691
+
692
+
693
+ <td>
694
+ <ul>
695
+ <li>id of the item inside the queue</li>
696
+ </ul>
697
+
698
+ </td>
699
+ </tr>
700
+ </tbody>
701
+ </table>
702
+ </div>
703
+ <div class="io-description">
704
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
705
+
706
+ </div>
707
+ <div class="io-description">
708
+
709
+ </div>
710
+ </td>
711
+ </tr>
712
+ </tbody>
713
+ </table>
714
+ </section>
715
+
716
+ </div>
717
+
718
+
719
+
720
+ </div>
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+ </div><div class="search-results">
735
+ <div class="has-results">
736
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
737
+ <ul class="search-results-list"></ul>
738
+ </div>
739
+ <div class="no-results">
740
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
741
+ </div>
742
+ </div>
743
+ </div>
744
+ <!-- END CONTENT -->
745
+ </div>
746
+ </div>
747
+
748
+ <label class="dark-mode-switch">
749
+ <input type="checkbox">
750
+ <span class="slider">
751
+ <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">
752
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
753
+ </svg>
754
+ </span>
755
+ </label>
756
+
757
+ <script>
758
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
759
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
760
+ var COMPODOC_CURRENT_PAGE_URL = 'ApiQueueService.html';
761
+ var MAX_SEARCH_RESULTS = 15;
762
+ </script>
763
+
764
+ <script src="../js/libs/custom-elements.min.js"></script>
765
+ <script src="../js/libs/lit-html.js"></script>
766
+
767
+ <script src="../js/menu-wc.js" defer></script>
768
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
769
+
770
+ <script src="../js/libs/bootstrap-native.js"></script>
771
+
772
+ <script src="../js/libs/es6-shim.min.js"></script>
773
+ <script src="../js/libs/EventDispatcher.js"></script>
774
+ <script src="../js/libs/promise.min.js"></script>
775
+ <script src="../js/libs/zepto.min.js"></script>
776
+
777
+ <script src="../js/compodoc.js"></script>
778
+
779
+ <script src="../js/tabs.js"></script>
780
+ <script src="../js/menu.js"></script>
781
+ <script src="../js/libs/clipboard.min.js"></script>
782
+ <script src="../js/libs/prism.js"></script>
783
+ <script src="../js/sourceCode.js"></script>
784
+ <script src="../js/search/search.js"></script>
785
+ <script src="../js/search/lunr.min.js"></script>
786
+ <script src="../js/search/search-lunr.js"></script>
787
+ <script src="../js/search/search_index.js"></script>
788
+ <script src="../js/lazy-load-graphs.js"></script>
789
+
790
+
791
+ </body>
792
+ </html>