@eui/components 18.0.0-rc.24 → 18.0.0-rc.25
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/components/EuiPageBreadcrumbComponent.html +8 -0
- package/docs/components/EuiPageColumnComponent.html +19 -113
- package/docs/components/EuiPageColumnsComponent.html +8 -0
- package/docs/components/EuiPageComponent.html +8 -0
- package/docs/components/EuiPageContentComponent.html +8 -0
- package/docs/components/EuiPageFooterComponent.html +8 -0
- package/docs/components/EuiPageHeaderActionItemsComponent.html +8 -0
- package/docs/components/EuiPageHeaderBodyComponent.html +8 -0
- package/docs/components/EuiPageHeaderComponent.html +15 -2
- package/docs/components/EuiPageHeaderSubLabelComponent.html +8 -0
- package/docs/components/EuiPageHeroHeaderComponent.html +8 -0
- package/docs/components/EuiPageTopContentComponent.html +8 -0
- package/docs/dependencies.html +3 -1
- package/docs/directives/EuiPageColumnBodyContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnFooterContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderBodyContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderCollapsedContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderLeftContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderRightContentDirective.html +4 -0
- package/docs/js/menu-wc.js +87 -17
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +51 -51
- package/docs/modules/EuiHeaderModule.html +68 -20
- package/docs/modules/EuiPageModule.html +95 -17
- package/docs/modules/EuiToolbarModule.html +68 -20
- package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +29 -42
- package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-body.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +14 -6
- package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +4 -4
- package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +5 -3
- package/esm2022/eui-page/eui-page.component.mjs +4 -4
- package/esm2022/eui-page/eui-page.module.mjs +9 -28
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +2 -2
- package/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.d.ts +1 -1
- package/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts +7 -8
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts +1 -1
- package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-content/eui-page-content.component.d.ts +1 -1
- package/eui-page/components/eui-page-content/eui-page-content.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-footer/eui-page-footer.component.d.ts +1 -1
- package/eui-page/components/eui-page-footer/eui-page-footer.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-body.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-body.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.d.ts +1 -1
- package/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-top-content/eui-page-top-content.component.d.ts +1 -1
- package/eui-page/components/eui-page-top-content/eui-page-top-content.component.d.ts.map +1 -1
- package/eui-page/eui-page.component.d.ts +1 -1
- package/eui-page/eui-page.component.d.ts.map +1 -1
- package/eui-page/eui-page.module.d.ts +1 -6
- package/eui-page/eui-page.module.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-page.mjs +73 -83
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +2 -2
- package/package.json +3 -3
@@ -125,9 +125,6 @@
|
|
125
125
|
<li>
|
126
126
|
<a href="#COMPONENTS" title="packages/eui/packages/components/eui-avatar/eui-avatar.module.ts" ><b>COMPONENTS</b> (packages/.../eui-avatar.module.ts)</a>
|
127
127
|
</li>
|
128
|
-
<li>
|
129
|
-
<a href="#COMPONENTS" title="packages/eui/packages/components/eui-page/eui-page.module.ts" ><b>COMPONENTS</b> (packages/.../eui-page.module.ts)</a>
|
130
|
-
</li>
|
131
128
|
<li>
|
132
129
|
<a href="#COMPONENTS" title="packages/eui/packages/components/eui-skeleton/eui-skeleton.module.ts" ><b>COMPONENTS</b> (packages/.../eui-skeleton.module.ts)</a>
|
133
130
|
</li>
|
@@ -299,6 +296,9 @@
|
|
299
296
|
<li>
|
300
297
|
<a href="#showHide" title="packages/eui/packages/components/directives/eui-tooltip/animations/show-hide.ts" ><b>showHide</b> (packages/.../show-hide.ts)</a>
|
301
298
|
</li>
|
299
|
+
<li>
|
300
|
+
<a href="#STA_COMPONENTS" title="packages/eui/packages/components/eui-page/eui-page.module.ts" ><b>STA_COMPONENTS</b> (packages/.../eui-page.module.ts)</a>
|
301
|
+
</li>
|
302
302
|
<li>
|
303
303
|
<a href="#STA_COMPONENTS" title="packages/eui/packages/components/layout/eui-header/header.module.ts" ><b>STA_COMPONENTS</b> (packages/.../header.module.ts)</a>
|
304
304
|
</li>
|
@@ -1016,54 +1016,6 @@
|
|
1016
1016
|
</tr>
|
1017
1017
|
|
1018
1018
|
|
1019
|
-
</tbody>
|
1020
|
-
</table>
|
1021
|
-
</section>
|
1022
|
-
<h3>packages/eui/packages/components/eui-page/eui-page.module.ts</h3>
|
1023
|
-
<section data-compodoc="block-properties">
|
1024
|
-
<h3></h3> <table class="table table-sm table-bordered">
|
1025
|
-
<tbody>
|
1026
|
-
<tr>
|
1027
|
-
<td class="col-md-4">
|
1028
|
-
<a name="COMPONENTS"></a>
|
1029
|
-
<span class="name">
|
1030
|
-
<span ><b>COMPONENTS</b></span>
|
1031
|
-
<a href="#COMPONENTS"><span class="icon ion-ios-link"></span></a>
|
1032
|
-
</span>
|
1033
|
-
</td>
|
1034
|
-
</tr>
|
1035
|
-
<tr>
|
1036
|
-
<td class="col-md-4">
|
1037
|
-
<i>Type : </i> <code>[]</code>
|
1038
|
-
|
1039
|
-
</td>
|
1040
|
-
</tr>
|
1041
|
-
<tr>
|
1042
|
-
<td class="col-md-4">
|
1043
|
-
<i>Default value : </i><code>[
|
1044
|
-
EuiPageComponent,
|
1045
|
-
EuiPageColumnComponent,
|
1046
|
-
EuiPageColumnHeaderBodyContentDirective,
|
1047
|
-
EuiPageColumnHeaderLeftContentDirective,
|
1048
|
-
EuiPageColumnHeaderRightContentDirective,
|
1049
|
-
EuiPageColumnHeaderCollapsedContentDirective,
|
1050
|
-
EuiPageColumnBodyContentDirective,
|
1051
|
-
EuiPageColumnFooterContentDirective,
|
1052
|
-
EuiPageColumnsComponent,
|
1053
|
-
EuiPageContentComponent,
|
1054
|
-
EuiPageHeaderComponent,
|
1055
|
-
EuiPageHeaderSubLabelComponent,
|
1056
|
-
EuiPageHeaderBodyComponent,
|
1057
|
-
EuiPageHeaderActionItemsComponent,
|
1058
|
-
EuiPageHeroHeaderComponent,
|
1059
|
-
EuiPageFooterComponent,
|
1060
|
-
EuiPageBreadcrumbComponent,
|
1061
|
-
EuiPageTopContentComponent,
|
1062
|
-
]</code>
|
1063
|
-
</td>
|
1064
|
-
</tr>
|
1065
|
-
|
1066
|
-
|
1067
1019
|
</tbody>
|
1068
1020
|
</table>
|
1069
1021
|
</section>
|
@@ -2661,6 +2613,54 @@
|
|
2661
2613
|
</tr>
|
2662
2614
|
|
2663
2615
|
|
2616
|
+
</tbody>
|
2617
|
+
</table>
|
2618
|
+
</section>
|
2619
|
+
<h3>packages/eui/packages/components/eui-page/eui-page.module.ts</h3>
|
2620
|
+
<section data-compodoc="block-properties">
|
2621
|
+
<h3></h3> <table class="table table-sm table-bordered">
|
2622
|
+
<tbody>
|
2623
|
+
<tr>
|
2624
|
+
<td class="col-md-4">
|
2625
|
+
<a name="STA_COMPONENTS"></a>
|
2626
|
+
<span class="name">
|
2627
|
+
<span ><b>STA_COMPONENTS</b></span>
|
2628
|
+
<a href="#STA_COMPONENTS"><span class="icon ion-ios-link"></span></a>
|
2629
|
+
</span>
|
2630
|
+
</td>
|
2631
|
+
</tr>
|
2632
|
+
<tr>
|
2633
|
+
<td class="col-md-4">
|
2634
|
+
<i>Type : </i> <code>[]</code>
|
2635
|
+
|
2636
|
+
</td>
|
2637
|
+
</tr>
|
2638
|
+
<tr>
|
2639
|
+
<td class="col-md-4">
|
2640
|
+
<i>Default value : </i><code>[
|
2641
|
+
EuiPageComponent,
|
2642
|
+
EuiPageColumnComponent,
|
2643
|
+
EuiPageColumnHeaderBodyContentDirective,
|
2644
|
+
EuiPageColumnHeaderLeftContentDirective,
|
2645
|
+
EuiPageColumnHeaderRightContentDirective,
|
2646
|
+
EuiPageColumnHeaderCollapsedContentDirective,
|
2647
|
+
EuiPageColumnBodyContentDirective,
|
2648
|
+
EuiPageColumnFooterContentDirective,
|
2649
|
+
EuiPageColumnsComponent,
|
2650
|
+
EuiPageContentComponent,
|
2651
|
+
EuiPageHeaderComponent,
|
2652
|
+
EuiPageHeaderSubLabelComponent,
|
2653
|
+
EuiPageHeaderBodyComponent,
|
2654
|
+
EuiPageHeaderActionItemsComponent,
|
2655
|
+
EuiPageHeroHeaderComponent,
|
2656
|
+
EuiPageFooterComponent,
|
2657
|
+
EuiPageBreadcrumbComponent,
|
2658
|
+
EuiPageTopContentComponent,
|
2659
|
+
]</code>
|
2660
|
+
</td>
|
2661
|
+
</tr>
|
2662
|
+
|
2663
|
+
|
2664
2664
|
</tbody>
|
2665
2665
|
</table>
|
2666
2666
|
</section>
|
@@ -120,34 +120,58 @@
|
|
120
120
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
121
121
|
<ul class="list-group">
|
122
122
|
<li class="list-group-item">
|
123
|
-
<a href="../modules/
|
123
|
+
<a href="../modules/EuiPageBreadcrumbComponent.html">EuiPageBreadcrumbComponent</a>
|
124
124
|
</li>
|
125
125
|
<li class="list-group-item">
|
126
|
-
<a href="../modules/
|
126
|
+
<a href="../modules/EuiPageColumnBodyContentDirective.html">EuiPageColumnBodyContentDirective</a>
|
127
127
|
</li>
|
128
128
|
<li class="list-group-item">
|
129
|
-
<a href="../modules/
|
129
|
+
<a href="../modules/EuiPageColumnComponent.html">EuiPageColumnComponent</a>
|
130
130
|
</li>
|
131
131
|
<li class="list-group-item">
|
132
|
-
<a href="../modules/
|
132
|
+
<a href="../modules/EuiPageColumnFooterContentDirective.html">EuiPageColumnFooterContentDirective</a>
|
133
133
|
</li>
|
134
134
|
<li class="list-group-item">
|
135
|
-
<a href="../modules/
|
135
|
+
<a href="../modules/EuiPageColumnHeaderBodyContentDirective.html">EuiPageColumnHeaderBodyContentDirective</a>
|
136
136
|
</li>
|
137
137
|
<li class="list-group-item">
|
138
|
-
<a href="../modules/
|
138
|
+
<a href="../modules/EuiPageColumnHeaderCollapsedContentDirective.html">EuiPageColumnHeaderCollapsedContentDirective</a>
|
139
139
|
</li>
|
140
140
|
<li class="list-group-item">
|
141
|
-
<a href="../modules/
|
141
|
+
<a href="../modules/EuiPageColumnHeaderLeftContentDirective.html">EuiPageColumnHeaderLeftContentDirective</a>
|
142
142
|
</li>
|
143
143
|
<li class="list-group-item">
|
144
|
-
<a href="../modules/
|
144
|
+
<a href="../modules/EuiPageColumnHeaderRightContentDirective.html">EuiPageColumnHeaderRightContentDirective</a>
|
145
145
|
</li>
|
146
146
|
<li class="list-group-item">
|
147
|
-
<a href="../modules/
|
147
|
+
<a href="../modules/EuiPageColumnsComponent.html">EuiPageColumnsComponent</a>
|
148
148
|
</li>
|
149
149
|
<li class="list-group-item">
|
150
|
-
<a href="../modules/
|
150
|
+
<a href="../modules/EuiPageComponent.html">EuiPageComponent</a>
|
151
|
+
</li>
|
152
|
+
<li class="list-group-item">
|
153
|
+
<a href="../modules/EuiPageContentComponent.html">EuiPageContentComponent</a>
|
154
|
+
</li>
|
155
|
+
<li class="list-group-item">
|
156
|
+
<a href="../modules/EuiPageFooterComponent.html">EuiPageFooterComponent</a>
|
157
|
+
</li>
|
158
|
+
<li class="list-group-item">
|
159
|
+
<a href="../modules/EuiPageHeaderActionItemsComponent.html">EuiPageHeaderActionItemsComponent</a>
|
160
|
+
</li>
|
161
|
+
<li class="list-group-item">
|
162
|
+
<a href="../modules/EuiPageHeaderBodyComponent.html">EuiPageHeaderBodyComponent</a>
|
163
|
+
</li>
|
164
|
+
<li class="list-group-item">
|
165
|
+
<a href="../modules/EuiPageHeaderComponent.html">EuiPageHeaderComponent</a>
|
166
|
+
</li>
|
167
|
+
<li class="list-group-item">
|
168
|
+
<a href="../modules/EuiPageHeaderSubLabelComponent.html">EuiPageHeaderSubLabelComponent</a>
|
169
|
+
</li>
|
170
|
+
<li class="list-group-item">
|
171
|
+
<a href="../modules/EuiPageHeroHeaderComponent.html">EuiPageHeroHeaderComponent</a>
|
172
|
+
</li>
|
173
|
+
<li class="list-group-item">
|
174
|
+
<a href="../modules/EuiPageTopContentComponent.html">EuiPageTopContentComponent</a>
|
151
175
|
</li>
|
152
176
|
</ul>
|
153
177
|
</div>
|
@@ -157,34 +181,58 @@
|
|
157
181
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
158
182
|
<ul class="list-group">
|
159
183
|
<li class="list-group-item">
|
160
|
-
<a href="../components/
|
184
|
+
<a href="../components/EuiPageBreadcrumbComponent.html">EuiPageBreadcrumbComponent</a>
|
185
|
+
</li>
|
186
|
+
<li class="list-group-item">
|
187
|
+
<a href="../directives/EuiPageColumnBodyContentDirective.html">EuiPageColumnBodyContentDirective</a>
|
188
|
+
</li>
|
189
|
+
<li class="list-group-item">
|
190
|
+
<a href="../components/EuiPageColumnComponent.html">EuiPageColumnComponent</a>
|
191
|
+
</li>
|
192
|
+
<li class="list-group-item">
|
193
|
+
<a href="../directives/EuiPageColumnFooterContentDirective.html">EuiPageColumnFooterContentDirective</a>
|
194
|
+
</li>
|
195
|
+
<li class="list-group-item">
|
196
|
+
<a href="../directives/EuiPageColumnHeaderBodyContentDirective.html">EuiPageColumnHeaderBodyContentDirective</a>
|
197
|
+
</li>
|
198
|
+
<li class="list-group-item">
|
199
|
+
<a href="../directives/EuiPageColumnHeaderCollapsedContentDirective.html">EuiPageColumnHeaderCollapsedContentDirective</a>
|
200
|
+
</li>
|
201
|
+
<li class="list-group-item">
|
202
|
+
<a href="../directives/EuiPageColumnHeaderLeftContentDirective.html">EuiPageColumnHeaderLeftContentDirective</a>
|
203
|
+
</li>
|
204
|
+
<li class="list-group-item">
|
205
|
+
<a href="../directives/EuiPageColumnHeaderRightContentDirective.html">EuiPageColumnHeaderRightContentDirective</a>
|
206
|
+
</li>
|
207
|
+
<li class="list-group-item">
|
208
|
+
<a href="../components/EuiPageColumnsComponent.html">EuiPageColumnsComponent</a>
|
161
209
|
</li>
|
162
210
|
<li class="list-group-item">
|
163
|
-
<a href="../components/
|
211
|
+
<a href="../components/EuiPageComponent.html">EuiPageComponent</a>
|
164
212
|
</li>
|
165
213
|
<li class="list-group-item">
|
166
|
-
<a href="../components/
|
214
|
+
<a href="../components/EuiPageContentComponent.html">EuiPageContentComponent</a>
|
167
215
|
</li>
|
168
216
|
<li class="list-group-item">
|
169
|
-
<a href="../components/
|
217
|
+
<a href="../components/EuiPageFooterComponent.html">EuiPageFooterComponent</a>
|
170
218
|
</li>
|
171
219
|
<li class="list-group-item">
|
172
|
-
<a href="../components/
|
220
|
+
<a href="../components/EuiPageHeaderActionItemsComponent.html">EuiPageHeaderActionItemsComponent</a>
|
173
221
|
</li>
|
174
222
|
<li class="list-group-item">
|
175
|
-
<a href="../components/
|
223
|
+
<a href="../components/EuiPageHeaderBodyComponent.html">EuiPageHeaderBodyComponent</a>
|
176
224
|
</li>
|
177
225
|
<li class="list-group-item">
|
178
|
-
<a href="../components/
|
226
|
+
<a href="../components/EuiPageHeaderComponent.html">EuiPageHeaderComponent</a>
|
179
227
|
</li>
|
180
228
|
<li class="list-group-item">
|
181
|
-
<a href="../components/
|
229
|
+
<a href="../components/EuiPageHeaderSubLabelComponent.html">EuiPageHeaderSubLabelComponent</a>
|
182
230
|
</li>
|
183
231
|
<li class="list-group-item">
|
184
|
-
<a href="../components/
|
232
|
+
<a href="../components/EuiPageHeroHeaderComponent.html">EuiPageHeroHeaderComponent</a>
|
185
233
|
</li>
|
186
234
|
<li class="list-group-item">
|
187
|
-
<a href="../components/
|
235
|
+
<a href="../components/EuiPageTopContentComponent.html">EuiPageTopContentComponent</a>
|
188
236
|
</li>
|
189
237
|
</ul>
|
190
238
|
</div>
|
@@ -115,33 +115,63 @@
|
|
115
115
|
<div class="container-fluid module">
|
116
116
|
<div class="row">
|
117
117
|
<div class="col-sm-3">
|
118
|
-
<h3>
|
119
|
-
title="Official documentation about module
|
118
|
+
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
|
119
|
+
title="Official documentation about module imports"><span
|
120
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
120
121
|
<ul class="list-group">
|
121
122
|
<li class="list-group-item">
|
122
|
-
<a href="../
|
123
|
+
<a href="../modules/EuiPageBreadcrumbComponent.html">EuiPageBreadcrumbComponent</a>
|
123
124
|
</li>
|
124
125
|
<li class="list-group-item">
|
125
|
-
<a href="../
|
126
|
+
<a href="../modules/EuiPageColumnBodyContentDirective.html">EuiPageColumnBodyContentDirective</a>
|
127
|
+
</li>
|
128
|
+
<li class="list-group-item">
|
129
|
+
<a href="../modules/EuiPageColumnComponent.html">EuiPageColumnComponent</a>
|
130
|
+
</li>
|
131
|
+
<li class="list-group-item">
|
132
|
+
<a href="../modules/EuiPageColumnFooterContentDirective.html">EuiPageColumnFooterContentDirective</a>
|
133
|
+
</li>
|
134
|
+
<li class="list-group-item">
|
135
|
+
<a href="../modules/EuiPageColumnHeaderBodyContentDirective.html">EuiPageColumnHeaderBodyContentDirective</a>
|
136
|
+
</li>
|
137
|
+
<li class="list-group-item">
|
138
|
+
<a href="../modules/EuiPageColumnHeaderCollapsedContentDirective.html">EuiPageColumnHeaderCollapsedContentDirective</a>
|
139
|
+
</li>
|
140
|
+
<li class="list-group-item">
|
141
|
+
<a href="../modules/EuiPageColumnHeaderLeftContentDirective.html">EuiPageColumnHeaderLeftContentDirective</a>
|
142
|
+
</li>
|
143
|
+
<li class="list-group-item">
|
144
|
+
<a href="../modules/EuiPageColumnHeaderRightContentDirective.html">EuiPageColumnHeaderRightContentDirective</a>
|
145
|
+
</li>
|
146
|
+
<li class="list-group-item">
|
147
|
+
<a href="../modules/EuiPageColumnsComponent.html">EuiPageColumnsComponent</a>
|
148
|
+
</li>
|
149
|
+
<li class="list-group-item">
|
150
|
+
<a href="../modules/EuiPageComponent.html">EuiPageComponent</a>
|
151
|
+
</li>
|
152
|
+
<li class="list-group-item">
|
153
|
+
<a href="../modules/EuiPageContentComponent.html">EuiPageContentComponent</a>
|
154
|
+
</li>
|
155
|
+
<li class="list-group-item">
|
156
|
+
<a href="../modules/EuiPageFooterComponent.html">EuiPageFooterComponent</a>
|
157
|
+
</li>
|
158
|
+
<li class="list-group-item">
|
159
|
+
<a href="../modules/EuiPageHeaderActionItemsComponent.html">EuiPageHeaderActionItemsComponent</a>
|
160
|
+
</li>
|
161
|
+
<li class="list-group-item">
|
162
|
+
<a href="../modules/EuiPageHeaderBodyComponent.html">EuiPageHeaderBodyComponent</a>
|
126
163
|
</li>
|
127
|
-
</ul>
|
128
|
-
</div>
|
129
|
-
<div class="col-sm-3">
|
130
|
-
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
|
131
|
-
title="Official documentation about module imports"><span
|
132
|
-
class="icon ion-ios-information-circle-outline"></a></h3>
|
133
|
-
<ul class="list-group">
|
134
164
|
<li class="list-group-item">
|
135
|
-
<a href="../modules/
|
165
|
+
<a href="../modules/EuiPageHeaderComponent.html">EuiPageHeaderComponent</a>
|
136
166
|
</li>
|
137
167
|
<li class="list-group-item">
|
138
|
-
<a href="../modules/
|
168
|
+
<a href="../modules/EuiPageHeaderSubLabelComponent.html">EuiPageHeaderSubLabelComponent</a>
|
139
169
|
</li>
|
140
170
|
<li class="list-group-item">
|
141
|
-
<a href="../modules/
|
171
|
+
<a href="../modules/EuiPageHeroHeaderComponent.html">EuiPageHeroHeaderComponent</a>
|
142
172
|
</li>
|
143
173
|
<li class="list-group-item">
|
144
|
-
<a href="../modules/
|
174
|
+
<a href="../modules/EuiPageTopContentComponent.html">EuiPageTopContentComponent</a>
|
145
175
|
</li>
|
146
176
|
</ul>
|
147
177
|
</div>
|
@@ -151,10 +181,58 @@
|
|
151
181
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
152
182
|
<ul class="list-group">
|
153
183
|
<li class="list-group-item">
|
154
|
-
<a href="../components/
|
184
|
+
<a href="../components/EuiPageBreadcrumbComponent.html">EuiPageBreadcrumbComponent</a>
|
185
|
+
</li>
|
186
|
+
<li class="list-group-item">
|
187
|
+
<a href="../directives/EuiPageColumnBodyContentDirective.html">EuiPageColumnBodyContentDirective</a>
|
188
|
+
</li>
|
189
|
+
<li class="list-group-item">
|
190
|
+
<a href="../components/EuiPageColumnComponent.html">EuiPageColumnComponent</a>
|
191
|
+
</li>
|
192
|
+
<li class="list-group-item">
|
193
|
+
<a href="../directives/EuiPageColumnFooterContentDirective.html">EuiPageColumnFooterContentDirective</a>
|
194
|
+
</li>
|
195
|
+
<li class="list-group-item">
|
196
|
+
<a href="../directives/EuiPageColumnHeaderBodyContentDirective.html">EuiPageColumnHeaderBodyContentDirective</a>
|
197
|
+
</li>
|
198
|
+
<li class="list-group-item">
|
199
|
+
<a href="../directives/EuiPageColumnHeaderCollapsedContentDirective.html">EuiPageColumnHeaderCollapsedContentDirective</a>
|
200
|
+
</li>
|
201
|
+
<li class="list-group-item">
|
202
|
+
<a href="../directives/EuiPageColumnHeaderLeftContentDirective.html">EuiPageColumnHeaderLeftContentDirective</a>
|
203
|
+
</li>
|
204
|
+
<li class="list-group-item">
|
205
|
+
<a href="../directives/EuiPageColumnHeaderRightContentDirective.html">EuiPageColumnHeaderRightContentDirective</a>
|
206
|
+
</li>
|
207
|
+
<li class="list-group-item">
|
208
|
+
<a href="../components/EuiPageColumnsComponent.html">EuiPageColumnsComponent</a>
|
209
|
+
</li>
|
210
|
+
<li class="list-group-item">
|
211
|
+
<a href="../components/EuiPageComponent.html">EuiPageComponent</a>
|
212
|
+
</li>
|
213
|
+
<li class="list-group-item">
|
214
|
+
<a href="../components/EuiPageContentComponent.html">EuiPageContentComponent</a>
|
215
|
+
</li>
|
216
|
+
<li class="list-group-item">
|
217
|
+
<a href="../components/EuiPageFooterComponent.html">EuiPageFooterComponent</a>
|
218
|
+
</li>
|
219
|
+
<li class="list-group-item">
|
220
|
+
<a href="../components/EuiPageHeaderActionItemsComponent.html">EuiPageHeaderActionItemsComponent</a>
|
221
|
+
</li>
|
222
|
+
<li class="list-group-item">
|
223
|
+
<a href="../components/EuiPageHeaderBodyComponent.html">EuiPageHeaderBodyComponent</a>
|
224
|
+
</li>
|
225
|
+
<li class="list-group-item">
|
226
|
+
<a href="../components/EuiPageHeaderComponent.html">EuiPageHeaderComponent</a>
|
227
|
+
</li>
|
228
|
+
<li class="list-group-item">
|
229
|
+
<a href="../components/EuiPageHeaderSubLabelComponent.html">EuiPageHeaderSubLabelComponent</a>
|
230
|
+
</li>
|
231
|
+
<li class="list-group-item">
|
232
|
+
<a href="../components/EuiPageHeroHeaderComponent.html">EuiPageHeroHeaderComponent</a>
|
155
233
|
</li>
|
156
234
|
<li class="list-group-item">
|
157
|
-
<a href="../components/
|
235
|
+
<a href="../components/EuiPageTopContentComponent.html">EuiPageTopContentComponent</a>
|
158
236
|
</li>
|
159
237
|
</ul>
|
160
238
|
</div>
|
@@ -120,34 +120,58 @@
|
|
120
120
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
121
121
|
<ul class="list-group">
|
122
122
|
<li class="list-group-item">
|
123
|
-
<a href="../modules/
|
123
|
+
<a href="../modules/EuiPageBreadcrumbComponent.html">EuiPageBreadcrumbComponent</a>
|
124
124
|
</li>
|
125
125
|
<li class="list-group-item">
|
126
|
-
<a href="../modules/
|
126
|
+
<a href="../modules/EuiPageColumnBodyContentDirective.html">EuiPageColumnBodyContentDirective</a>
|
127
127
|
</li>
|
128
128
|
<li class="list-group-item">
|
129
|
-
<a href="../modules/
|
129
|
+
<a href="../modules/EuiPageColumnComponent.html">EuiPageColumnComponent</a>
|
130
130
|
</li>
|
131
131
|
<li class="list-group-item">
|
132
|
-
<a href="../modules/
|
132
|
+
<a href="../modules/EuiPageColumnFooterContentDirective.html">EuiPageColumnFooterContentDirective</a>
|
133
133
|
</li>
|
134
134
|
<li class="list-group-item">
|
135
|
-
<a href="../modules/
|
135
|
+
<a href="../modules/EuiPageColumnHeaderBodyContentDirective.html">EuiPageColumnHeaderBodyContentDirective</a>
|
136
136
|
</li>
|
137
137
|
<li class="list-group-item">
|
138
|
-
<a href="../modules/
|
138
|
+
<a href="../modules/EuiPageColumnHeaderCollapsedContentDirective.html">EuiPageColumnHeaderCollapsedContentDirective</a>
|
139
139
|
</li>
|
140
140
|
<li class="list-group-item">
|
141
|
-
<a href="../modules/
|
141
|
+
<a href="../modules/EuiPageColumnHeaderLeftContentDirective.html">EuiPageColumnHeaderLeftContentDirective</a>
|
142
142
|
</li>
|
143
143
|
<li class="list-group-item">
|
144
|
-
<a href="../modules/
|
144
|
+
<a href="../modules/EuiPageColumnHeaderRightContentDirective.html">EuiPageColumnHeaderRightContentDirective</a>
|
145
145
|
</li>
|
146
146
|
<li class="list-group-item">
|
147
|
-
<a href="../modules/
|
147
|
+
<a href="../modules/EuiPageColumnsComponent.html">EuiPageColumnsComponent</a>
|
148
148
|
</li>
|
149
149
|
<li class="list-group-item">
|
150
|
-
<a href="../modules/
|
150
|
+
<a href="../modules/EuiPageComponent.html">EuiPageComponent</a>
|
151
|
+
</li>
|
152
|
+
<li class="list-group-item">
|
153
|
+
<a href="../modules/EuiPageContentComponent.html">EuiPageContentComponent</a>
|
154
|
+
</li>
|
155
|
+
<li class="list-group-item">
|
156
|
+
<a href="../modules/EuiPageFooterComponent.html">EuiPageFooterComponent</a>
|
157
|
+
</li>
|
158
|
+
<li class="list-group-item">
|
159
|
+
<a href="../modules/EuiPageHeaderActionItemsComponent.html">EuiPageHeaderActionItemsComponent</a>
|
160
|
+
</li>
|
161
|
+
<li class="list-group-item">
|
162
|
+
<a href="../modules/EuiPageHeaderBodyComponent.html">EuiPageHeaderBodyComponent</a>
|
163
|
+
</li>
|
164
|
+
<li class="list-group-item">
|
165
|
+
<a href="../modules/EuiPageHeaderComponent.html">EuiPageHeaderComponent</a>
|
166
|
+
</li>
|
167
|
+
<li class="list-group-item">
|
168
|
+
<a href="../modules/EuiPageHeaderSubLabelComponent.html">EuiPageHeaderSubLabelComponent</a>
|
169
|
+
</li>
|
170
|
+
<li class="list-group-item">
|
171
|
+
<a href="../modules/EuiPageHeroHeaderComponent.html">EuiPageHeroHeaderComponent</a>
|
172
|
+
</li>
|
173
|
+
<li class="list-group-item">
|
174
|
+
<a href="../modules/EuiPageTopContentComponent.html">EuiPageTopContentComponent</a>
|
151
175
|
</li>
|
152
176
|
</ul>
|
153
177
|
</div>
|
@@ -157,34 +181,58 @@
|
|
157
181
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
158
182
|
<ul class="list-group">
|
159
183
|
<li class="list-group-item">
|
160
|
-
<a href="../components/
|
184
|
+
<a href="../components/EuiPageBreadcrumbComponent.html">EuiPageBreadcrumbComponent</a>
|
185
|
+
</li>
|
186
|
+
<li class="list-group-item">
|
187
|
+
<a href="../directives/EuiPageColumnBodyContentDirective.html">EuiPageColumnBodyContentDirective</a>
|
188
|
+
</li>
|
189
|
+
<li class="list-group-item">
|
190
|
+
<a href="../components/EuiPageColumnComponent.html">EuiPageColumnComponent</a>
|
191
|
+
</li>
|
192
|
+
<li class="list-group-item">
|
193
|
+
<a href="../directives/EuiPageColumnFooterContentDirective.html">EuiPageColumnFooterContentDirective</a>
|
194
|
+
</li>
|
195
|
+
<li class="list-group-item">
|
196
|
+
<a href="../directives/EuiPageColumnHeaderBodyContentDirective.html">EuiPageColumnHeaderBodyContentDirective</a>
|
197
|
+
</li>
|
198
|
+
<li class="list-group-item">
|
199
|
+
<a href="../directives/EuiPageColumnHeaderCollapsedContentDirective.html">EuiPageColumnHeaderCollapsedContentDirective</a>
|
200
|
+
</li>
|
201
|
+
<li class="list-group-item">
|
202
|
+
<a href="../directives/EuiPageColumnHeaderLeftContentDirective.html">EuiPageColumnHeaderLeftContentDirective</a>
|
203
|
+
</li>
|
204
|
+
<li class="list-group-item">
|
205
|
+
<a href="../directives/EuiPageColumnHeaderRightContentDirective.html">EuiPageColumnHeaderRightContentDirective</a>
|
206
|
+
</li>
|
207
|
+
<li class="list-group-item">
|
208
|
+
<a href="../components/EuiPageColumnsComponent.html">EuiPageColumnsComponent</a>
|
161
209
|
</li>
|
162
210
|
<li class="list-group-item">
|
163
|
-
<a href="../components/
|
211
|
+
<a href="../components/EuiPageComponent.html">EuiPageComponent</a>
|
164
212
|
</li>
|
165
213
|
<li class="list-group-item">
|
166
|
-
<a href="../components/
|
214
|
+
<a href="../components/EuiPageContentComponent.html">EuiPageContentComponent</a>
|
167
215
|
</li>
|
168
216
|
<li class="list-group-item">
|
169
|
-
<a href="../components/
|
217
|
+
<a href="../components/EuiPageFooterComponent.html">EuiPageFooterComponent</a>
|
170
218
|
</li>
|
171
219
|
<li class="list-group-item">
|
172
|
-
<a href="../components/
|
220
|
+
<a href="../components/EuiPageHeaderActionItemsComponent.html">EuiPageHeaderActionItemsComponent</a>
|
173
221
|
</li>
|
174
222
|
<li class="list-group-item">
|
175
|
-
<a href="../components/
|
223
|
+
<a href="../components/EuiPageHeaderBodyComponent.html">EuiPageHeaderBodyComponent</a>
|
176
224
|
</li>
|
177
225
|
<li class="list-group-item">
|
178
|
-
<a href="../components/
|
226
|
+
<a href="../components/EuiPageHeaderComponent.html">EuiPageHeaderComponent</a>
|
179
227
|
</li>
|
180
228
|
<li class="list-group-item">
|
181
|
-
<a href="../components/
|
229
|
+
<a href="../components/EuiPageHeaderSubLabelComponent.html">EuiPageHeaderSubLabelComponent</a>
|
182
230
|
</li>
|
183
231
|
<li class="list-group-item">
|
184
|
-
<a href="../components/
|
232
|
+
<a href="../components/EuiPageHeroHeaderComponent.html">EuiPageHeroHeaderComponent</a>
|
185
233
|
</li>
|
186
234
|
<li class="list-group-item">
|
187
|
-
<a href="../components/
|
235
|
+
<a href="../components/EuiPageTopContentComponent.html">EuiPageTopContentComponent</a>
|
188
236
|
</li>
|
189
237
|
</ul>
|
190
238
|
</div>
|
@@ -1,20 +1,22 @@
|
|
1
|
-
import { Component, HostBinding, ViewEncapsulation } from '@angular/core';
|
1
|
+
import { ChangeDetectionStrategy, Component, HostBinding, ViewEncapsulation } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export class EuiPageBreadcrumbComponent {
|
4
4
|
constructor() {
|
5
5
|
this.class = 'eui-page-breadcrumb';
|
6
6
|
}
|
7
7
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: EuiPageBreadcrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0", type: EuiPageBreadcrumbComponent, selector: "eui-page-breadcrumb", host: { properties: { "class": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, encapsulation: i0.ViewEncapsulation.None }); }
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0", type: EuiPageBreadcrumbComponent, isStandalone: true, selector: "eui-page-breadcrumb", host: { properties: { "class": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
9
9
|
}
|
10
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: EuiPageBreadcrumbComponent, decorators: [{
|
11
11
|
type: Component,
|
12
12
|
args: [{
|
13
13
|
selector: 'eui-page-breadcrumb',
|
14
14
|
template: '<ng-content></ng-content>',
|
15
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
15
16
|
encapsulation: ViewEncapsulation.None,
|
17
|
+
standalone: true,
|
16
18
|
}]
|
17
19
|
}], propDecorators: { class: [{
|
18
20
|
type: HostBinding
|
19
21
|
}] } });
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLXBhZ2UtYnJlYWRjcnVtYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9ldWktcGFnZS9jb21wb25lbnRzL2V1aS1wYWdlLWJyZWFkY3J1bWIvZXVpLXBhZ2UtYnJlYWRjcnVtYi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBU25HLE1BQU0sT0FBTywwQkFBMEI7SUFQdkM7UUFRbUIsVUFBSyxHQUFHLHFCQUFxQixDQUFDO0tBQ2hEOzhHQUZZLDBCQUEwQjtrR0FBMUIsMEJBQTBCLGdJQUx6QiwyQkFBMkI7OzJGQUs1QiwwQkFBMEI7a0JBUHRDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHFCQUFxQjtvQkFDL0IsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO29CQUNyQyxVQUFVLEVBQUUsSUFBSTtpQkFDbkI7OEJBRWtCLEtBQUs7c0JBQW5CLFdBQVciLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBIb3N0QmluZGluZywgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldWktcGFnZS1icmVhZGNydW1iJyxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpUGFnZUJyZWFkY3J1bWJDb21wb25lbnQge1xuICAgIEBIb3N0QmluZGluZygpIGNsYXNzID0gJ2V1aS1wYWdlLWJyZWFkY3J1bWInO1xufVxuIl19
|