@eui/ecl 19.0.2 → 19.0.3-snapshot-1737728205029
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/components/ecl-inpage-navigation/ecl-inpage-navigation-list.directive.d.ts +4 -2
- package/components/ecl-inpage-navigation/ecl-inpage-navigation-list.directive.d.ts.map +1 -1
- package/components/ecl-inpage-navigation/ecl-inpage-navigation.component.d.ts +6 -1
- package/components/ecl-inpage-navigation/ecl-inpage-navigation.component.d.ts.map +1 -1
- package/docs/components/EclInpageNavigationComponent.html +26 -2
- package/docs/dependencies.html +2 -2
- package/docs/directives/EclInpageNavigationListDirective.html +108 -1
- package/docs/js/search/search_index.js +2 -2
- package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs +25 -9
- package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
import { AfterContentInit, OnDestroy } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import { EclInpageNavigationService } from './services/ecl-inpage-navigation.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EclInpageNavigationListDirective extends ECLBaseDirective implements AfterContentInit, OnDestroy {
|
|
6
6
|
private eclInpageNavigationService;
|
|
7
|
+
el: ElementRef;
|
|
7
8
|
hasClass: boolean;
|
|
8
9
|
isVisible: boolean;
|
|
10
|
+
maxHeight: any;
|
|
9
11
|
private destroy$;
|
|
10
|
-
constructor(eclInpageNavigationService: EclInpageNavigationService);
|
|
12
|
+
constructor(eclInpageNavigationService: EclInpageNavigationService, el: ElementRef);
|
|
11
13
|
ngAfterContentInit(): void;
|
|
12
14
|
ngOnDestroy(): void;
|
|
13
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclInpageNavigationListDirective, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-inpage-navigation-list.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-inpage-navigation/ecl-inpage-navigation-list.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ecl-inpage-navigation-list.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-inpage-navigation/ecl-inpage-navigation-list.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAa,UAAU,EAAe,SAAS,EAAE,MAAM,eAAe,CAAC;AAEhG,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;;AAEtF,qBAKa,gCAAiC,SAAQ,gBAAiB,YAAW,gBAAgB,EAAE,SAAS;IAO7F,OAAO,CAAC,0BAA0B;IAAqC,EAAE,EAAE,UAAU;IAN/C,QAAQ,UAAQ;IACP,SAAS,UAAS;IACzC,SAAS,MAAQ;IAErD,OAAO,CAAC,QAAQ,CAA4C;gBAExC,0BAA0B,EAAE,0BAA0B,EAAS,EAAE,EAAE,UAAU;IAIjG,kBAAkB,IAAI,IAAI;IAM1B,WAAW,IAAI,IAAI;yCAjBV,gCAAgC;2CAAhC,gCAAgC;CAqB5C"}
|
|
@@ -24,8 +24,12 @@ export declare class EclInpageNavigationComponent extends ECLBaseDirective imple
|
|
|
24
24
|
eclTitle: string;
|
|
25
25
|
marginTop: number;
|
|
26
26
|
marginBottom: number;
|
|
27
|
+
offsetTop: number;
|
|
27
28
|
togglerButton: ElementRef<HTMLButtonElement>;
|
|
28
29
|
toggleWrapper: ElementRef<HTMLDivElement>;
|
|
30
|
+
/**
|
|
31
|
+
* @deprecated To be removed in v20. Not needed, replaced by 'eclNavigationList'
|
|
32
|
+
*/
|
|
29
33
|
listContainer: ElementRef<HTMLUListElement>;
|
|
30
34
|
navTittle: ElementRef<HTMLDivElement>;
|
|
31
35
|
sectionEnter: EventEmitter<EclInpageNavigationSectionEnterEvent>;
|
|
@@ -67,6 +71,7 @@ export declare class EclInpageNavigationComponent extends ECLBaseDirective imple
|
|
|
67
71
|
private findActiveSectionElement;
|
|
68
72
|
private observeBreakpointChanges;
|
|
69
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclInpageNavigationComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EclInpageNavigationComponent, "ecl-inpage-navigation", never, { "eclTitle": { "alias": "eclTitle"; "required": false; }; "marginTop": { "alias": "marginTop"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; }, { "sectionEnter": "sectionEnter"; }, ["eclNavigationList", "eclNavigationLinkItems"], ["*"], false, never>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EclInpageNavigationComponent, "ecl-inpage-navigation", never, { "eclTitle": { "alias": "eclTitle"; "required": false; }; "marginTop": { "alias": "marginTop"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "offsetTop": { "alias": "offsetTop"; "required": false; }; }, { "sectionEnter": "sectionEnter"; }, ["eclNavigationList", "eclNavigationLinkItems"], ["*"], false, never>;
|
|
75
|
+
static ngAcceptInputType_offsetTop: unknown;
|
|
71
76
|
}
|
|
72
77
|
//# sourceMappingURL=ecl-inpage-navigation.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-inpage-navigation.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-inpage-navigation/ecl-inpage-navigation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,OAAO,EACP,UAAU,EACV,YAAY,EAEI,eAAe,EAC/B,MAAM,EACN,SAAS,EACT,MAAM,EAEN,SAAS,
|
|
1
|
+
{"version":3,"file":"ecl-inpage-navigation.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-inpage-navigation/ecl-inpage-navigation.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
</li>
|
|
216
216
|
<li>
|
|
217
217
|
<span class="modifier"></span>
|
|
218
|
-
<a href="#listContainer" >listContainer</a>
|
|
218
|
+
<a href="#listContainer" class="deprecated-name">listContainer</a>
|
|
219
219
|
</li>
|
|
220
220
|
<li>
|
|
221
221
|
<span class="modifier">Public</span>
|
|
@@ -275,6 +275,9 @@
|
|
|
275
275
|
<li>
|
|
276
276
|
<a href="#marginTop" >marginTop</a>
|
|
277
277
|
</li>
|
|
278
|
+
<li>
|
|
279
|
+
<a href="#offsetTop" >offsetTop</a>
|
|
280
|
+
</li>
|
|
278
281
|
<li>
|
|
279
282
|
<a href="#class" >class</a>
|
|
280
283
|
</li>
|
|
@@ -510,6 +513,22 @@
|
|
|
510
513
|
</tr>
|
|
511
514
|
</tbody>
|
|
512
515
|
</table>
|
|
516
|
+
<table class="table table-sm table-bordered">
|
|
517
|
+
<tbody>
|
|
518
|
+
<tr>
|
|
519
|
+
<td class="col-md-4">
|
|
520
|
+
<a name="offsetTop"></a>
|
|
521
|
+
<b>offsetTop</b>
|
|
522
|
+
</td>
|
|
523
|
+
</tr>
|
|
524
|
+
<tr>
|
|
525
|
+
<td class="col-md-4">
|
|
526
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
527
|
+
|
|
528
|
+
</td>
|
|
529
|
+
</tr>
|
|
530
|
+
</tbody>
|
|
531
|
+
</table>
|
|
513
532
|
<table class="table table-sm table-bordered">
|
|
514
533
|
<tbody>
|
|
515
534
|
<tr>
|
|
@@ -897,10 +916,15 @@
|
|
|
897
916
|
<a name="listContainer"></a>
|
|
898
917
|
<span class="name">
|
|
899
918
|
<span class="modifier"></span>
|
|
900
|
-
<span ><b>listContainer</b></span>
|
|
919
|
+
<span class="deprecated-name"><b>listContainer</b></span>
|
|
901
920
|
<a href="#listContainer"><span class="icon ion-ios-link"></span></a>
|
|
902
921
|
</span>
|
|
903
922
|
</td>
|
|
923
|
+
</tr>
|
|
924
|
+
<tr>
|
|
925
|
+
<td class="col-md-4 deprecated">
|
|
926
|
+
To be removed in v20. Not needed, replaced by 'eclNavigationList'
|
|
927
|
+
</td>
|
|
904
928
|
</tr>
|
|
905
929
|
<tr>
|
|
906
930
|
<td class="col-md-4">
|
package/docs/dependencies.html
CHANGED
|
@@ -266,9 +266,9 @@
|
|
|
266
266
|
<li>
|
|
267
267
|
<b>@stackblitz/sdk</b> : 1.11.0</li>
|
|
268
268
|
<li>
|
|
269
|
-
<b>@eui/styles</b> : 19.0.
|
|
269
|
+
<b>@eui/styles</b> : 19.0.3-snapshot-1736863765061</li>
|
|
270
270
|
<li>
|
|
271
|
-
<b>@eui/ecl</b> : 19.0.
|
|
271
|
+
<b>@eui/ecl</b> : 19.0.3-snapshot-1736863765061</li>
|
|
272
272
|
<li>
|
|
273
273
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
274
274
|
</ul>
|
|
@@ -159,6 +159,10 @@
|
|
|
159
159
|
<tr>
|
|
160
160
|
<td class="col-md-4">
|
|
161
161
|
<ul class="index-list">
|
|
162
|
+
<li>
|
|
163
|
+
<span class="modifier">Public</span>
|
|
164
|
+
<a href="#el" >el</a>
|
|
165
|
+
</li>
|
|
162
166
|
<li>
|
|
163
167
|
<span class="modifier"></span>
|
|
164
168
|
<a href="#hasClass" >hasClass</a>
|
|
@@ -167,6 +171,10 @@
|
|
|
167
171
|
<span class="modifier"></span>
|
|
168
172
|
<a href="#isVisible" >isVisible</a>
|
|
169
173
|
</li>
|
|
174
|
+
<li>
|
|
175
|
+
<span class="modifier"></span>
|
|
176
|
+
<a href="#maxHeight" >maxHeight</a>
|
|
177
|
+
</li>
|
|
170
178
|
</ul>
|
|
171
179
|
</td>
|
|
172
180
|
</tr>
|
|
@@ -222,6 +230,9 @@
|
|
|
222
230
|
<li>
|
|
223
231
|
<a href="#class.ecl-inpage-navigation__list--visible" >class.ecl-inpage-navigation__list--visible</a>
|
|
224
232
|
</li>
|
|
233
|
+
<li>
|
|
234
|
+
<a href="#style.max-height.px" >style.max-height.px</a>
|
|
235
|
+
</li>
|
|
225
236
|
</ul>
|
|
226
237
|
</td>
|
|
227
238
|
</tr>
|
|
@@ -237,7 +248,7 @@
|
|
|
237
248
|
<tbody>
|
|
238
249
|
<tr>
|
|
239
250
|
<td class="col-md-4">
|
|
240
|
-
<code>constructor(eclInpageNavigationService: <a href="../injectables/EclInpageNavigationService.html" target="_self">EclInpageNavigationService</a
|
|
251
|
+
<code>constructor(eclInpageNavigationService: <a href="../injectables/EclInpageNavigationService.html" target="_self">EclInpageNavigationService</a>, el: ElementRef)</code>
|
|
241
252
|
</td>
|
|
242
253
|
</tr>
|
|
243
254
|
|
|
@@ -266,6 +277,18 @@
|
|
|
266
277
|
</td>
|
|
267
278
|
|
|
268
279
|
</tr>
|
|
280
|
+
<tr>
|
|
281
|
+
<td>el</td>
|
|
282
|
+
|
|
283
|
+
<td>
|
|
284
|
+
<code>ElementRef</code>
|
|
285
|
+
</td>
|
|
286
|
+
|
|
287
|
+
<td>
|
|
288
|
+
No
|
|
289
|
+
</td>
|
|
290
|
+
|
|
291
|
+
</tr>
|
|
269
292
|
</tbody>
|
|
270
293
|
</table>
|
|
271
294
|
</div>
|
|
@@ -378,6 +401,32 @@
|
|
|
378
401
|
</tr>
|
|
379
402
|
|
|
380
403
|
|
|
404
|
+
</tbody>
|
|
405
|
+
</table>
|
|
406
|
+
<table class="table table-sm table-bordered">
|
|
407
|
+
<tbody>
|
|
408
|
+
<tr>
|
|
409
|
+
<td class="col-md-4">
|
|
410
|
+
<a name="style.max-height.px"></a>
|
|
411
|
+
<span class="name">
|
|
412
|
+
<span ><b>style.max-height.px</b></span>
|
|
413
|
+
<a href="#style.max-height.px"><span class="icon ion-ios-link"></span></a>
|
|
414
|
+
</span>
|
|
415
|
+
</td>
|
|
416
|
+
</tr>
|
|
417
|
+
<tr>
|
|
418
|
+
<td class="col-md-4">
|
|
419
|
+
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
420
|
+
|
|
421
|
+
</td>
|
|
422
|
+
</tr>
|
|
423
|
+
<tr>
|
|
424
|
+
<td class="col-md-4">
|
|
425
|
+
<i>Default value : </i><code>null</code>
|
|
426
|
+
</td>
|
|
427
|
+
</tr>
|
|
428
|
+
|
|
429
|
+
|
|
381
430
|
</tbody>
|
|
382
431
|
</table>
|
|
383
432
|
</section>
|
|
@@ -455,6 +504,28 @@
|
|
|
455
504
|
<h3 id="inputs">
|
|
456
505
|
Properties
|
|
457
506
|
</h3>
|
|
507
|
+
<table class="table table-sm table-bordered">
|
|
508
|
+
<tbody>
|
|
509
|
+
<tr>
|
|
510
|
+
<td class="col-md-4">
|
|
511
|
+
<a name="el"></a>
|
|
512
|
+
<span class="name">
|
|
513
|
+
<span class="modifier">Public</span>
|
|
514
|
+
<span ><b>el</b></span>
|
|
515
|
+
<a href="#el"><span class="icon ion-ios-link"></span></a>
|
|
516
|
+
</span>
|
|
517
|
+
</td>
|
|
518
|
+
</tr>
|
|
519
|
+
<tr>
|
|
520
|
+
<td class="col-md-4">
|
|
521
|
+
<i>Type : </i> <code>ElementRef</code>
|
|
522
|
+
|
|
523
|
+
</td>
|
|
524
|
+
</tr>
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
</tbody>
|
|
528
|
+
</table>
|
|
458
529
|
<table class="table table-sm table-bordered">
|
|
459
530
|
<tbody>
|
|
460
531
|
<tr>
|
|
@@ -513,6 +584,42 @@
|
|
|
513
584
|
</tr>
|
|
514
585
|
|
|
515
586
|
|
|
587
|
+
</tbody>
|
|
588
|
+
</table>
|
|
589
|
+
<table class="table table-sm table-bordered">
|
|
590
|
+
<tbody>
|
|
591
|
+
<tr>
|
|
592
|
+
<td class="col-md-4">
|
|
593
|
+
<a name="maxHeight"></a>
|
|
594
|
+
<span class="name">
|
|
595
|
+
<span class="modifier"></span>
|
|
596
|
+
<span ><b>maxHeight</b></span>
|
|
597
|
+
<a href="#maxHeight"><span class="icon ion-ios-link"></span></a>
|
|
598
|
+
</span>
|
|
599
|
+
</td>
|
|
600
|
+
</tr>
|
|
601
|
+
<tr>
|
|
602
|
+
<td class="col-md-4">
|
|
603
|
+
<i>Type : </i> <code>null</code>
|
|
604
|
+
|
|
605
|
+
</td>
|
|
606
|
+
</tr>
|
|
607
|
+
<tr>
|
|
608
|
+
<td class="col-md-4">
|
|
609
|
+
<i>Default value : </i><code>null</code>
|
|
610
|
+
</td>
|
|
611
|
+
</tr>
|
|
612
|
+
<tr>
|
|
613
|
+
<td class="col-md-4">
|
|
614
|
+
<b>Decorators : </b>
|
|
615
|
+
<br />
|
|
616
|
+
<code>
|
|
617
|
+
@HostBinding('style.max-height.px')<br />
|
|
618
|
+
</code>
|
|
619
|
+
</td>
|
|
620
|
+
</tr>
|
|
621
|
+
|
|
622
|
+
|
|
516
623
|
</tbody>
|
|
517
624
|
</table>
|
|
518
625
|
</section>
|