@eui/components 18.0.0-rc.29 → 18.0.0-rc.30
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/directives/eui-smooth-scroll.directive.d.ts +2 -1
- package/directives/eui-smooth-scroll.directive.d.ts.map +1 -1
- package/docs/components/EuiAppComponent.html +13 -1
- package/docs/components/EuiAutocompleteComponent.html +13 -1
- package/docs/dependencies.html +1 -1
- package/docs/directives/EuiSmoothScrollDirective.html +13 -1
- package/docs/js/menu-wc.js +3 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/directives/eui-smooth-scroll.directive.mjs +23 -17
- package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +14 -7
- package/esm2022/layout/eui-app/eui-app.component.mjs +26 -19
- package/eui-autocomplete/eui-autocomplete.component.d.ts +3 -2
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +22 -16
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +14 -8
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +25 -19
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app.component.d.ts +2 -1
- package/layout/eui-app/eui-app.component.d.ts.map +1 -1
- package/package.json +3 -3
@@ -18,8 +18,9 @@ export declare class EuiSmoothScrollToDirective {
|
|
18
18
|
static ngAcceptInputType_offset: unknown;
|
19
19
|
}
|
20
20
|
export declare class EuiSmoothScrollDirective implements OnInit {
|
21
|
+
private platformId;
|
21
22
|
private el;
|
22
|
-
constructor(el: ElementRef);
|
23
|
+
constructor(el: ElementRef, platformId: object);
|
23
24
|
scrollIf: boolean;
|
24
25
|
duration: number;
|
25
26
|
offset: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-smooth-scroll.directive.d.ts","sourceRoot":"","sources":["../../directives/eui-smooth-scroll.directive.ts"],"names":[],"mappings":"AAIA,OAAO,
|
1
|
+
{"version":3,"file":"eui-smooth-scroll.directive.d.ts","sourceRoot":"","sources":["../../directives/eui-smooth-scroll.directive.ts"],"names":[],"mappings":"AAIA,OAAO,EAKH,MAAM,EACN,UAAU,EAKb,MAAM,eAAe,CAAC;;;AAGvB,qBAGa,0BAA0B;IACnC,aAAa,EAAE,GAAG,CAAC;IAEU,QAAQ,EAAE,MAAM,CAAC;IACkB,QAAQ,EAAE,MAAM,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC;IACrC,MAAM,EAAE,MAAM,CAAC;IACP,cAAc,EAAE,GAAG,CAAC;IACrB,aAAa,EAAE,GAAG,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,GAAG,CAAC;IAEvB,OAAO;yCAZrB,0BAA0B;2CAA1B,0BAA0B;uCAwO+6sP,OAAQ;qCAAR,OAAQ;CA3M79sP;AAED,qBAGa,wBAAyB,YAAW,MAAM;IAGF,OAAO,CAAC,UAAU;IAFnE,OAAO,CAAC,EAAE,CAAC;gBAEC,EAAE,EAAE,UAAU,EAA+B,UAAU,EAAE,MAAM;IAIjD,QAAQ,EAAE,OAAO,CAAC;IACC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACpC,MAAM,EAAE,MAAM,CAAC;IACP,cAAc,EAAE,GAAG,CAAC;IACrB,aAAa,EAAE,GAAG,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACF,aAAa,EAAE,OAAO,CAAC;IACzC,WAAW,EAAE,GAAG,CAAC;IAEJ,OAAO,CAAC,MAAM,KAAA;IAMjD,QAAQ;IAIf,OAAO,CAAC,MAAM;yCA3BL,wBAAwB;2CAAxB,wBAAwB;uCAsMi7sP,OAAQ;qCAAR,OAAQ;4CAAhgnO,OAAQ;CAzJr+lB;AAkJD,qBAKa,8BAA8B;yCAA9B,8BAA8B;0CAA9B,8BAA8B,UAtO9B,0BAA0B,SAkC1B,wBAAwB,qCAlCxB,0BAA0B,SAkC1B,wBAAwB;0CAoMxB,8BAA8B;CAAI"}
|
@@ -271,7 +271,7 @@
|
|
271
271
|
<tbody>
|
272
272
|
<tr>
|
273
273
|
<td class="col-md-4">
|
274
|
-
<code>constructor(asService: EuiAppShellService, euiGrowlService: EuiGrowlService, cdRef: ChangeDetectorRef)</code>
|
274
|
+
<code>constructor(asService: EuiAppShellService, euiGrowlService: EuiGrowlService, cdRef: ChangeDetectorRef, platformId: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank">object</a>)</code>
|
275
275
|
</td>
|
276
276
|
</tr>
|
277
277
|
|
@@ -324,6 +324,18 @@
|
|
324
324
|
</td>
|
325
325
|
|
326
326
|
</tr>
|
327
|
+
<tr>
|
328
|
+
<td>platformId</td>
|
329
|
+
|
330
|
+
<td>
|
331
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank" >object</a></code>
|
332
|
+
</td>
|
333
|
+
|
334
|
+
<td>
|
335
|
+
No
|
336
|
+
</td>
|
337
|
+
|
338
|
+
</tr>
|
327
339
|
</tbody>
|
328
340
|
</table>
|
329
341
|
</div>
|
@@ -542,7 +542,7 @@
|
|
542
542
|
<tbody>
|
543
543
|
<tr>
|
544
544
|
<td class="col-md-4">
|
545
|
-
<code>constructor(overlay: Overlay, cd: ChangeDetectorRef, viewContainerRef: ViewContainerRef, elementRef: ElementRef, liveAnnouncer: LiveAnnouncer, scrollDispatcher: ScrollDispatcher, euiAppShellService: EuiAppShellService, baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>, control: NgControl)</code>
|
545
|
+
<code>constructor(overlay: Overlay, cd: ChangeDetectorRef, viewContainerRef: ViewContainerRef, elementRef: ElementRef, liveAnnouncer: LiveAnnouncer, scrollDispatcher: ScrollDispatcher, euiAppShellService: EuiAppShellService, baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>, control: NgControl, platformId: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank">object</a>)</code>
|
546
546
|
</td>
|
547
547
|
</tr>
|
548
548
|
|
@@ -667,6 +667,18 @@
|
|
667
667
|
</td>
|
668
668
|
|
669
669
|
</tr>
|
670
|
+
<tr>
|
671
|
+
<td>platformId</td>
|
672
|
+
|
673
|
+
<td>
|
674
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank" >object</a></code>
|
675
|
+
</td>
|
676
|
+
|
677
|
+
<td>
|
678
|
+
No
|
679
|
+
</td>
|
680
|
+
|
681
|
+
</tr>
|
670
682
|
</tbody>
|
671
683
|
</table>
|
672
684
|
</div>
|
package/docs/dependencies.html
CHANGED
@@ -225,7 +225,7 @@
|
|
225
225
|
<tbody>
|
226
226
|
<tr>
|
227
227
|
<td class="col-md-4">
|
228
|
-
<code>constructor(el: ElementRef)</code>
|
228
|
+
<code>constructor(el: ElementRef, platformId: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank">object</a>)</code>
|
229
229
|
</td>
|
230
230
|
</tr>
|
231
231
|
|
@@ -254,6 +254,18 @@
|
|
254
254
|
</td>
|
255
255
|
|
256
256
|
</tr>
|
257
|
+
<tr>
|
258
|
+
<td>platformId</td>
|
259
|
+
|
260
|
+
<td>
|
261
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank" >object</a></code>
|
262
|
+
</td>
|
263
|
+
|
264
|
+
<td>
|
265
|
+
No
|
266
|
+
</td>
|
267
|
+
|
268
|
+
</tr>
|
257
269
|
</tbody>
|
258
270
|
</table>
|
259
271
|
</div>
|
package/docs/js/menu-wc.js
CHANGED
@@ -1982,13 +1982,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
1982
1982
|
<a href="modules/EuiSmoothScrollDirectiveModule.html" data-type="entity-link" >EuiSmoothScrollDirectiveModule</a>
|
1983
1983
|
<li class="chapter inner">
|
1984
1984
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1985
|
-
'data-bs-target="#directives-links-module-EuiSmoothScrollDirectiveModule-
|
1985
|
+
'data-bs-target="#directives-links-module-EuiSmoothScrollDirectiveModule-c34e80594e7668e312ee1aac5a469baff71f22286a1f16b97230197a174e080f106886cb7bdbb69d027f62bab3799078cb2ca4cc89eb24417536fe6dbf0ec3bd"' : 'data-bs-target="#xs-directives-links-module-EuiSmoothScrollDirectiveModule-c34e80594e7668e312ee1aac5a469baff71f22286a1f16b97230197a174e080f106886cb7bdbb69d027f62bab3799078cb2ca4cc89eb24417536fe6dbf0ec3bd"' }>
|
1986
1986
|
<span class="icon ion-md-code-working"></span>
|
1987
1987
|
<span>Directives</span>
|
1988
1988
|
<span class="icon ion-ios-arrow-down"></span>
|
1989
1989
|
</div>
|
1990
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiSmoothScrollDirectiveModule-
|
1991
|
-
'id="xs-directives-links-module-EuiSmoothScrollDirectiveModule-
|
1990
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiSmoothScrollDirectiveModule-c34e80594e7668e312ee1aac5a469baff71f22286a1f16b97230197a174e080f106886cb7bdbb69d027f62bab3799078cb2ca4cc89eb24417536fe6dbf0ec3bd"' :
|
1991
|
+
'id="xs-directives-links-module-EuiSmoothScrollDirectiveModule-c34e80594e7668e312ee1aac5a469baff71f22286a1f16b97230197a174e080f106886cb7bdbb69d027f62bab3799078cb2ca4cc89eb24417536fe6dbf0ec3bd"' }>
|
1992
1992
|
<li class="link">
|
1993
1993
|
<a href="directives/EuiSmoothScrollDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiSmoothScrollDirective</a>
|
1994
1994
|
</li>
|