@eui/ecl 19.3.1-snapshot-1750923072435 → 19.3.1-snapshot-1750941212567

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.
@@ -2,12 +2,25 @@ import { BreakpointObserver } from '@angular/cdk/layout';
2
2
  import { ElementRef, OnDestroy, Renderer2 } from '@angular/core';
3
3
  import { ECLBaseDirective } from '@eui/ecl/core';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * This is a component, that has fixed position on the screen. It is a wrapper for other components,
7
+ * when their position needs to be fixed. For example it is used in the 'ecl-inpage-navigation'.
8
+ */
5
9
  export declare class EclStickyContainerComponent extends ECLBaseDirective implements OnDestroy {
6
10
  private cdkBreakpointObserver;
7
11
  private renderer;
8
12
  private el;
13
+ /**
14
+ * This property gives the option to disable ti default behaviour, when value os 'false'.
15
+ */
9
16
  isEnabled: boolean;
17
+ /**
18
+ * Sets the 'top' style property.
19
+ */
10
20
  marginTop: number;
21
+ /**
22
+ * Sets the 'botom' style property.
23
+ */
11
24
  marginBottom: number;
12
25
  get cssClasses(): string;
13
26
  get top(): number;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-sticky-container.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-sticky-container/ecl-sticky-container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAa,UAAU,EAAsB,SAAS,EAAE,SAAS,EAAqC,MAAM,eAAe,CAAC;AAGnI,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAoBa,2BAA4B,SAAQ,gBAAiB,YAAW,SAAS;IAuBtE,OAAO,CAAC,qBAAqB;IAAsB,OAAO,CAAC,QAAQ;IAAa,OAAO,CAAC,EAAE;IAtB9D,SAAS,UAAQ;IAChD,SAAS,SAAK;IACd,YAAY,SAAK;IAE1B,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,IACI,GAAG,IAAI,MAAM,CAEhB;IAED,IACI,MAAM,IAAI,MAAM,CAEnB;IAED,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,0BAA0B,CAAO;gBAErB,qBAAqB,EAAE,kBAAkB,EAAU,QAAQ,EAAE,SAAS,EAAU,EAAE,EAAE,UAAU;IAOlH,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,wBAAwB;yCAnCvB,2BAA2B;2CAA3B,2BAA2B;wCAgDo39c,OAAQ;CADn69c"}
1
+ {"version":3,"file":"ecl-sticky-container.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-sticky-container/ecl-sticky-container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAa,UAAU,EAAsB,SAAS,EAAE,SAAS,EAAqC,MAAM,eAAe,CAAC;AAGnI,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAoBa,2BAA4B,SAAQ,gBAAiB,YAAW,SAAS;IAgCtE,OAAO,CAAC,qBAAqB;IAAsB,OAAO,CAAC,QAAQ;IAAa,OAAO,CAAC,EAAE;IA/BtG;;OAEG;IACqC,SAAS,UAAQ;IACzD;;OAEG;IACM,SAAS,SAAK;IACvB;;OAEG;IACM,YAAY,SAAK;IAE1B,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,IACI,GAAG,IAAI,MAAM,CAEhB;IAED,IACI,MAAM,IAAI,MAAM,CAEnB;IAED,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,0BAA0B,CAAO;gBAErB,qBAAqB,EAAE,kBAAkB,EAAU,QAAQ,EAAE,SAAS,EAAU,EAAE,EAAE,UAAU;IAOlH,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,wBAAwB;yCA5CvB,2BAA2B;2CAA3B,2BAA2B;wCAyDy88c,OAAQ;CADx/8c"}
@@ -109,6 +109,14 @@
109
109
  </p>
110
110
 
111
111
 
112
+ <p class="comment">
113
+ <h3>Description</h3>
114
+ </p>
115
+ <p class="comment">
116
+ <p>This is a component, that has fixed position on the screen. It is a wrapper for other components,
117
+ when their position needs to be fixed. For example it is used in the &#39;ecl-inpage-navigation&#39;.</p>
118
+
119
+ </p>
112
120
 
113
121
  <p class="comment">
114
122
  <h3>Extends</h3>
@@ -369,6 +377,12 @@
369
377
  <i>Default value : </i><code>true</code>
370
378
  </td>
371
379
  </tr>
380
+ <tr>
381
+ <td class="col-md-4">
382
+ <div class="io-description"><p>This property gives the option to disable ti default behaviour, when value os &#39;false&#39;.</p>
383
+ </div>
384
+ </td>
385
+ </tr>
372
386
  </tbody>
373
387
  </table>
374
388
  <table class="table table-sm table-bordered">
@@ -390,6 +404,12 @@
390
404
  <i>Default value : </i><code>0</code>
391
405
  </td>
392
406
  </tr>
407
+ <tr>
408
+ <td class="col-md-4">
409
+ <div class="io-description"><p>Sets the &#39;botom&#39; style property.</p>
410
+ </div>
411
+ </td>
412
+ </tr>
393
413
  </tbody>
394
414
  </table>
395
415
  <table class="table table-sm table-bordered">
@@ -411,6 +431,12 @@
411
431
  <i>Default value : </i><code>0</code>
412
432
  </td>
413
433
  </tr>
434
+ <tr>
435
+ <td class="col-md-4">
436
+ <div class="io-description"><p>Sets the &#39;top&#39; style property.</p>
437
+ </div>
438
+ </td>
439
+ </tr>
414
440
  </tbody>
415
441
  </table>
416
442
  <table class="table table-sm table-bordered">
@@ -268,9 +268,9 @@
268
268
  <li>
269
269
  <b>@stackblitz/sdk</b> : 1.11.0</li>
270
270
  <li>
271
- <b>@eui/styles</b> : 19.3.1-snapshot-1750864122845</li>
271
+ <b>@eui/styles</b> : 19.3.1-snapshot-1750931067902</li>
272
272
  <li>
273
- <b>@eui/ecl</b> : 19.3.1-snapshot-1750864122845</li>
273
+ <b>@eui/ecl</b> : 19.3.1-snapshot-1750931067902</li>
274
274
  <li>
275
275
  <b>@eui/tools</b> : ^6.0.0</li>
276
276
  </ul>