@eui/ecl 23.0.0-alpha.3 → 23.0.0-alpha.4
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/llms.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# eui documentation
|
|
2
2
|
|
|
3
|
-
> Generated by compodoc 2.0.0 at 2026-07-
|
|
3
|
+
> Generated by compodoc 2.0.0 at 2026-07-09T11:34:15.331Z, llm-md export.
|
|
4
4
|
|
|
5
5
|
## Modules
|
|
6
6
|
|
|
@@ -7459,10 +7459,10 @@ Properties:
|
|
|
7459
7459
|
Defined in `packages/ecl/core/utils/dom/dom-helpers.ts`
|
|
7460
7460
|
- `hasPreviousSiblingWithAttribute: unknown = (element: Element, attribute: string): boolean => { const previousSibling = element && element.previousElementSibling; if (previousSibling) { if (previousSiblin…`
|
|
7461
7461
|
Defined in `packages/ecl/core/utils/dom/dom-helpers.ts`
|
|
7462
|
-
- `noop: unknown = (): void => { /** empty */ }`
|
|
7463
|
-
Defined in `packages/ecl/components/ecl-rating-field/ecl-rating-field.component.ts`
|
|
7464
7462
|
- `noop: unknown = (): void => { /** empty*/ }`
|
|
7465
7463
|
Defined in `packages/ecl/components/ecl-search-form/ecl-search-form.component.ts`
|
|
7464
|
+
- `noop: unknown = (): void => { /** empty */ }`
|
|
7465
|
+
Defined in `packages/ecl/components/ecl-rating-field/ecl-rating-field.component.ts`
|
|
7466
7466
|
- `noop: unknown = (): void => { /** empty*/ }`
|
|
7467
7467
|
Defined in `packages/ecl/components/ecl-site-header/search/ecl-site-header-search.component.ts`
|
|
7468
7468
|
- `testBed: unknown = getTestBed()`
|
|
@@ -360,10 +360,10 @@
|
|
|
360
360
|
<a href="#hasPreviousSiblingWithAttribute" title="packages/ecl/core/utils/dom/dom-helpers.ts" class="reference-link "><span class="reference-badge reference-badge--variable" aria-hidden="true">V</span><span class="reference-link-label"><b>hasPreviousSiblingWithAttribute</b> (packages/.../dom-helpers.ts)</span></a>
|
|
361
361
|
</li>
|
|
362
362
|
<li>
|
|
363
|
-
<a href="#noop" title="packages/ecl/components/ecl-
|
|
363
|
+
<a href="#noop" title="packages/ecl/components/ecl-search-form/ecl-search-form.component.ts" class="reference-link "><span class="reference-badge reference-badge--variable" aria-hidden="true">V</span><span class="reference-link-label"><b>noop</b> (packages/.../ecl-search-form.component.ts)</span></a>
|
|
364
364
|
</li>
|
|
365
365
|
<li>
|
|
366
|
-
<a href="#noop" title="packages/ecl/components/ecl-
|
|
366
|
+
<a href="#noop" title="packages/ecl/components/ecl-rating-field/ecl-rating-field.component.ts" class="reference-link "><span class="reference-badge reference-badge--variable" aria-hidden="true">V</span><span class="reference-link-label"><b>noop</b> (packages/.../ecl-rating-field.component.ts)</span></a>
|
|
367
367
|
</li>
|
|
368
368
|
<li>
|
|
369
369
|
<a href="#noop" title="packages/ecl/components/ecl-site-header/search/ecl-site-header-search.component.ts" class="reference-link "><span class="reference-badge reference-badge--variable" aria-hidden="true">V</span><span class="reference-link-label"><b>noop</b> (packages/.../ecl-site-header-search.component.ts)</span></a>
|
package/docs/properties.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/ecl",
|
|
3
|
-
"version": "23.0.0-alpha.
|
|
3
|
+
"version": "23.0.0-alpha.4",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -15,9 +15,14 @@
|
|
|
15
15
|
"@angular/forms": "^21.0.0 || ^22.0.0",
|
|
16
16
|
"@angular/router": "^21.0.0 || ^22.0.0",
|
|
17
17
|
"@angular/cdk": "^21.0.0 || ^22.0.0",
|
|
18
|
+
"@eui/core": "^23.0.0-alpha.0",
|
|
19
|
+
"@eui/base": "^23.0.0-alpha.0",
|
|
20
|
+
"@ngx-translate/core": "^18.0.0",
|
|
18
21
|
"rxjs": "^7.0.0",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
22
|
+
"embla-carousel": "^8.0.0",
|
|
23
|
+
"embla-carousel-angular": "^22.0.0",
|
|
24
|
+
"embla-carousel-reactive-utils": "^8.0.0",
|
|
25
|
+
"hammerjs": "^2.0.0"
|
|
21
26
|
},
|
|
22
27
|
"engines": {
|
|
23
28
|
"node": "^20.19.0 || ^22.12.0 || >=24.15.0"
|