@eui/components 19.2.0-snapshot-1745996221459 → 19.2.0
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/dependencies.html +2 -2
- package/docs/js/menu-wc.js +4 -4
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiLayoutModule.html +1 -9
- package/fesm2022/eui-components-layout.mjs +0 -1
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-layout.module.d.ts +0 -1
- package/layout/eui-layout.module.d.ts.map +1 -1
- package/package.json +4 -4
@@ -87,9 +87,7 @@
|
|
87
87
|
|
88
88
|
<ol class="breadcrumb">
|
89
89
|
<li class="breadcrumb-item">Modules</li>
|
90
|
-
<li class="breadcrumb-item"
|
91
|
-
class="breadcrumb-item deprecated-name"
|
92
|
-
>EuiLayoutModule</li>
|
90
|
+
<li class="breadcrumb-item" >EuiLayoutModule</li>
|
93
91
|
</ol>
|
94
92
|
|
95
93
|
|
@@ -113,12 +111,6 @@
|
|
113
111
|
</p>
|
114
112
|
|
115
113
|
|
116
|
-
<p class="comment">
|
117
|
-
<h3 class="deprecated">Deprecated</h3>
|
118
|
-
</p>
|
119
|
-
<p class="comment">
|
120
|
-
[object Object],[object Object],[object Object]
|
121
|
-
</p>
|
122
114
|
|
123
115
|
<p class="comment">
|
124
116
|
<h3>Description</h3>
|
@@ -2806,7 +2806,6 @@ const COMPONENTS = [
|
|
2806
2806
|
* @description
|
2807
2807
|
* Module providing all the layout related components
|
2808
2808
|
*
|
2809
|
-
* @deprecated Use {@link EUI_LAYOUT} instead.
|
2810
2809
|
*/
|
2811
2810
|
class EuiLayoutModule {
|
2812
2811
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: EuiLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|