@eui/core 18.0.0-rc.31 → 18.0.0-rc.33

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.
@@ -284,7 +284,7 @@
284
284
  <li>
285
285
  <b>@stackblitz/sdk</b> : 1.10.0</li>
286
286
  <li>
287
- <b>@eui/ecl</b> : 18.0.0-rc.30</li>
287
+ <b>@eui/ecl</b> : 18.0.0-rc.32</li>
288
288
  <li>
289
289
  <b>@eui/tools</b> : ^6.0.0</li>
290
290
  </ul>
@@ -186,7 +186,7 @@
186
186
  <tbody>
187
187
  <tr>
188
188
  <td class="col-md-4">
189
- <code>constructor(log: <a href="../injectables/LogService.html" target="_self">LogService</a>)</code>
189
+ <code>constructor(log: <a href="../injectables/LogService.html" target="_self">LogService</a>, platformId)</code>
190
190
  </td>
191
191
  </tr>
192
192
 
@@ -215,6 +215,17 @@
215
215
  </td>
216
216
 
217
217
  </tr>
218
+ <tr>
219
+ <td>platformId</td>
220
+
221
+ <td>
222
+ </td>
223
+
224
+ <td>
225
+ No
226
+ </td>
227
+
228
+ </tr>
218
229
  </tbody>
219
230
  </table>
220
231
  </div>
@@ -164,7 +164,7 @@
164
164
  <tbody>
165
165
  <tr>
166
166
  <td class="col-md-4">
167
- <code>constructor(store: Store<T>, logService: <a href="../injectables/LogService.html" target="_self">LogService</a>)</code>
167
+ <code>constructor(store: Store<T>, logService: <a href="../injectables/LogService.html" target="_self">LogService</a>, platformId)</code>
168
168
  </td>
169
169
  </tr>
170
170
 
@@ -205,6 +205,17 @@
205
205
  </td>
206
206
 
207
207
  </tr>
208
+ <tr>
209
+ <td>platformId</td>
210
+
211
+ <td>
212
+ </td>
213
+
214
+ <td>
215
+ No
216
+ </td>
217
+
218
+ </tr>
208
219
  </tbody>
209
220
  </table>
210
221
  </div>