@eui/ecl 22.0.0-alpha.2 → 22.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/changelog.html +62 -0
- package/docs/components/EclDateBlockComponent.html +0 -9
- package/docs/components/EclMenuItemComponent.html +46 -0
- package/docs/components/EclSiteFooterRowCommonComponent.html +1 -1
- package/docs/components/EclSiteHeaderLanguageComponent.html +5 -627
- package/docs/components/EclSiteHeaderLanguagePopoverComponent.html +99 -440
- package/docs/components/EclSiteHeaderLoginComponent.html +9 -453
- package/docs/components/EclSiteHeaderSearchComponent.html +18 -470
- package/docs/components/EclSocialMediaFollowComponent.html +28 -39
- package/docs/components/EclSocialMediaFollowItemComponent.html +21 -124
- package/docs/directives/ECLClickOutsideDirective.html +3 -0
- package/docs/directives/EclDividerDirective.html +0 -116
- package/docs/directives/EclFileUploadDirective.html +2 -390
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/EclSiteHeaderLanguagePopoverComponent.md +6 -6
- package/docs/json/EclSiteHeaderSearchComponent.md +1 -0
- package/docs/json/EclSocialMediaFollowComponent.md +1 -0
- package/docs/json/documentation.json +685 -1161
- package/docs/llms.txt +20 -43
- package/docs/miscellaneous/variables.html +222 -41
- package/docs/properties.html +1 -1
- package/fesm2022/eui-ecl-components-ecl-date-block.mjs +2 -2
- package/fesm2022/eui-ecl-components-ecl-date-block.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-divider.mjs +6 -13
- package/fesm2022/eui-ecl-components-ecl-divider.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-file-upload.mjs +13 -27
- package/fesm2022/eui-ecl-components-ecl-file-upload.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs +53 -9
- package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-menu.mjs +16 -3
- package/fesm2022/eui-ecl-components-ecl-menu.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs +2 -2
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-header.mjs +326 -261
- package/fesm2022/eui-ecl-components-ecl-site-header.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs +17 -17
- package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eui-ecl-components-ecl-date-block.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-divider.d.ts +0 -4
- package/types/eui-ecl-components-ecl-divider.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-file-upload.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-inpage-navigation.d.ts +25 -0
- package/types/eui-ecl-components-ecl-inpage-navigation.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-menu.d.ts +12 -1
- package/types/eui-ecl-components-ecl-menu.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-site-header.d.ts +240 -216
- package/types/eui-ecl-components-ecl-site-header.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-social-media-follow.d.ts +4 -2
- package/types/eui-ecl-components-ecl-social-media-follow.d.ts.map +1 -1
package/docs/llms.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# eui documentation
|
|
2
2
|
|
|
3
|
-
> Generated by compodoc 2.0.0 at 2026-
|
|
3
|
+
> Generated by compodoc 2.0.0 at 2026-09-09T16:22:28.168Z, llm-md export.
|
|
4
4
|
|
|
5
5
|
## Modules
|
|
6
6
|
|
|
@@ -2724,25 +2724,15 @@ Properties:
|
|
|
2724
2724
|
- `isPushLeft: boolean` — This property is used for dropdown positioning on the screen.
|
|
2725
2725
|
- `isPushRight: boolean` — This property is used for dropdown positioning on the screen.
|
|
2726
2726
|
- `isStack: boolean` — This property is used for dropdown positioning on the screen.
|
|
2727
|
-
- `LANGUAGE_MAX_COLUMNS: number = 8`
|
|
2728
2727
|
- `languageArrowPosition: string` — This property is used for dropdown positioning on the screen.
|
|
2729
2728
|
- `languageCode: string = 'en'`
|
|
2730
|
-
- `languageLinkElement: unknown = viewChild('languageLink', { read: ElementRef })` — The link to open the popover dialog.
|
|
2731
|
-
- `languagePopover: unknown = viewChild(EclSiteHeaderLanguagePopoverComponent)` — The language popover, that shows all available languages (configured in the config file of the current site).
|
|
2732
2729
|
- `leftPosition: number`
|
|
2733
|
-
- `MOBILE_BREAKPOINT: number = 768`
|
|
2734
2730
|
- `nonEuColumnsCount: number = 1`
|
|
2735
2731
|
- `nonEuLanguages: EuiLanguage[] = []` — Array of non-EU languages, that can be selected for the current site.
|
|
2736
2732
|
- `rightPosition: number`
|
|
2737
2733
|
|
|
2738
2734
|
Methods:
|
|
2739
|
-
- `getLanguageLabel(): string`
|
|
2740
2735
|
- `hasLanguageCodes(): boolean`
|
|
2741
|
-
- `onClickOutside(): void` — Close the dropdown, when clicking outside of the component.
|
|
2742
|
-
- `onEscapeKeydownHandler(): void` — Close the dropdown, when pressing ESC key.
|
|
2743
|
-
- `onLanguageClick(evt: Event): void` — Toggle the language dropdown when clicking the link, showing the current language.
|
|
2744
|
-
- `onLanguageClosed(evt: EclSiteHeaderLanguageCloseEvent): void`
|
|
2745
|
-
- `onLanguageSelected(evt: EclSiteHeaderLanguageSelectedEvent): void`
|
|
2746
2736
|
- `getCssClasses(rootClass: string): string`
|
|
2747
2737
|
|
|
2748
2738
|
### EclSiteHeaderLanguagePopoverComponent
|
|
@@ -2753,19 +2743,19 @@ Selector: `ecl-site-header-language-popover`
|
|
|
2753
2743
|
Description: This component is a popover, that appears after the user clicks on language link. It contains all the available languages, configured for the current site. Adds styling and functionality for the dialog. Emits events when language is selected and when dialog is closed.
|
|
2754
2744
|
|
|
2755
2745
|
Inputs:
|
|
2756
|
-
- `euLanguages: EuiLanguage[] = []`
|
|
2757
|
-
- `languageArrowPosition: string` — Property to position the arrow of the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2758
|
-
- `languageCode: string` — Current language
|
|
2759
|
-
- `leftPosition: number` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2760
|
-
- `nonEuLanguages: EuiLanguage[] = []`
|
|
2761
|
-
- `rightPosition: number` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2762
2746
|
- `euColumnsCount: number = undefined` — Number of columns for eu languages. Calculated by the parent component 'ecl-site-header-language'.
|
|
2747
|
+
- `euLanguages: EuiLanguage[] = []`
|
|
2763
2748
|
- `isFull: boolean = false` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2764
2749
|
- `isHidden: boolean = false` — Property to show/hide the dialog.
|
|
2765
2750
|
- `isPushLeft: boolean = false` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2766
2751
|
- `isPushRight: boolean = false` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2767
2752
|
- `isStack: boolean = false` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2753
|
+
- `languageArrowPosition: string = undefined` — Property to position the arrow of the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2754
|
+
- `languageCode: string = undefined` — Current language
|
|
2755
|
+
- `leftPosition: number = undefined` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2768
2756
|
- `nonEuColumnsCount: number = undefined` — Number of columns for non-eu languages. Calculated by the parent component 'ecl-site-header-language'.
|
|
2757
|
+
- `nonEuLanguages: EuiLanguage[] = []`
|
|
2758
|
+
- `rightPosition: number = undefined` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2769
2759
|
- `class: string`
|
|
2770
2760
|
- `e2eAttr: any`
|
|
2771
2761
|
- `tabindex: number`
|
|
@@ -2776,10 +2766,8 @@ Outputs:
|
|
|
2776
2766
|
|
|
2777
2767
|
Properties:
|
|
2778
2768
|
- `el: unknown = inject(ElementRef)`
|
|
2779
|
-
- `labelledBy: string = 'ecl-site-header__language-title'`
|
|
2780
2769
|
- `languageContent: unknown = viewChild<ElementRef>('languageContent')` — The div, that wraps all the languages.
|
|
2781
2770
|
- `languageContentMaxHeight: number`
|
|
2782
|
-
- `role: string = 'dialog'` — The role of the dialog is 'dialog'. Should not be changed.
|
|
2783
2771
|
|
|
2784
2772
|
Methods:
|
|
2785
2773
|
- `onCloseClick(): void`
|
|
@@ -2805,17 +2793,9 @@ Outputs:
|
|
|
2805
2793
|
- `login: EclSiteHeaderLoginEvent`
|
|
2806
2794
|
|
|
2807
2795
|
Properties:
|
|
2808
|
-
- `
|
|
2809
|
-
- `isLoginBoxActive: unknown = false` — If login popover is open (true) or closed (false).
|
|
2810
|
-
- `loginArrowPosition: string` — The position of the arrow of the popover.
|
|
2811
|
-
- `loginLinkElement: unknown = viewChild('loginLink', { read: ElementRef })`
|
|
2812
|
-
- `TABLET_BREAKPOINT: number = 996`
|
|
2796
|
+
- `isLoginBoxActive: unknown = false` — If login popover is open (true) or closed (false). Kept public because the parent ecl-site-header resets it directly when the search box opens.
|
|
2813
2797
|
|
|
2814
2798
|
Methods:
|
|
2815
|
-
- `getLoginBoxCssClasses(): string`
|
|
2816
|
-
- `onClickOutsideMegaMenu(): void` — Close the login popover on click outside.
|
|
2817
|
-
- `onLoginBoxToggle(evt: MouseEvent): void`
|
|
2818
|
-
- `onLoginClick(evt: MouseEvent): void`
|
|
2819
2799
|
- `getCssClasses(rootClass: string): string`
|
|
2820
2800
|
|
|
2821
2801
|
### EclSiteHeaderNotificationComponent
|
|
@@ -2855,17 +2835,9 @@ Outputs:
|
|
|
2855
2835
|
- `searchEvent: EclSiteHeaderSearchEvent`
|
|
2856
2836
|
|
|
2857
2837
|
Properties:
|
|
2858
|
-
- `
|
|
2859
|
-
- `isSearchBoxActive: unknown = false`
|
|
2860
|
-
- `role: string = 'search'` — The default role of the component is 'search', should not be changed.
|
|
2861
|
-
- `searchArrowPosition: string` — The arrow position of the serahc dropdown, when in mobile mode.
|
|
2862
|
-
- `searchLinkElement: unknown = viewChild('searchLink', { read: ElementRef })` — The search link element from the view, i.e. the search button.
|
|
2838
|
+
- `isSearchBoxActive: unknown = false` — Whether the search dropdown is open. Kept public because the parent ecl-site-header resets it directly when the login box opens.
|
|
2863
2839
|
|
|
2864
2840
|
Methods:
|
|
2865
|
-
- `getSearchBoxCssClasses(): string`
|
|
2866
|
-
- `onModelChange(newValue: string): void`
|
|
2867
|
-
- `onSearch(evt: EclSearchFormEvent): boolean`
|
|
2868
|
-
- `onSearchBoxToggle(evt: MouseEvent): void`
|
|
2869
2841
|
- `registerOnChange(fn: any): void`
|
|
2870
2842
|
- `registerOnTouched(fn: any): void`
|
|
2871
2843
|
- `writeValue(value: any): void`
|
|
@@ -2896,6 +2868,7 @@ Selector: `ecl-social-media-follow`
|
|
|
2896
2868
|
Inputs:
|
|
2897
2869
|
- `description: string = undefined`
|
|
2898
2870
|
- `horizontalAlignment: 'right' | 'left' | string = 'left'`
|
|
2871
|
+
- `isIconOnly: boolean = false`
|
|
2899
2872
|
- `isVertical: boolean = false`
|
|
2900
2873
|
- `class: string`
|
|
2901
2874
|
- `e2eAttr: any`
|
|
@@ -2925,9 +2898,6 @@ Inputs:
|
|
|
2925
2898
|
Outputs:
|
|
2926
2899
|
- `itemClick: EclSocialMediaFollowItemClickEvent`
|
|
2927
2900
|
|
|
2928
|
-
Properties:
|
|
2929
|
-
- `role: string = 'listitem'`
|
|
2930
|
-
|
|
2931
2901
|
Methods:
|
|
2932
2902
|
- `onItemClick(evt: unknown): void`
|
|
2933
2903
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -4249,9 +4219,6 @@ Inputs:
|
|
|
4249
4219
|
- `e2eAttr: any`
|
|
4250
4220
|
- `tabindex: number`
|
|
4251
4221
|
|
|
4252
|
-
Properties:
|
|
4253
|
-
- `hasClass: unknown = true` — Binds the ecl-separator CSS class to the host \<hr\> element.
|
|
4254
|
-
|
|
4255
4222
|
Methods:
|
|
4256
4223
|
- `getCssClasses(rootClass: string): string`
|
|
4257
4224
|
|
|
@@ -7627,6 +7594,12 @@ Properties:
|
|
|
7627
7594
|
|
|
7628
7595
|
## Public variables
|
|
7629
7596
|
|
|
7597
|
+
- `ARROW_SIZE: string = '0.5rem'` — Half the arrow's own width, matching ECL's arrowSize .
|
|
7598
|
+
Defined in `packages/ecl/components/ecl-site-header/language/ecl-site-header-language.component.ts`
|
|
7599
|
+
- `ARROW_SIZE: string = '0.5rem'` — Half the arrow's own width, matching ECL's arrowSize .
|
|
7600
|
+
Defined in `packages/ecl/components/ecl-site-header/login/ecl-site-header-login.component.ts`
|
|
7601
|
+
- `ARROW_SIZE: string = '0.5rem'` — Half the arrow's own width, matching ECL's arrowSize .
|
|
7602
|
+
Defined in `packages/ecl/components/ecl-site-header/search/ecl-site-header-search.component.ts`
|
|
7630
7603
|
- `AVAILABLE_NON_EU_LOGO_COUNTRY_CODES: string[] = ['ar', 'ca', 'is', 'jp', 'lb', 'no', 'ru', 'sw', 'tr', 'uk', 'zh'] as const`
|
|
7631
7604
|
Defined in `packages/ecl/core/utils/constants/constants.ts`
|
|
7632
7605
|
- `DEFAULT_LOGO_COUNTRY_CODE: string = 'en'`
|
|
@@ -7793,5 +7766,9 @@ Properties:
|
|
|
7793
7766
|
Defined in `packages/ecl/components/ecl-search-form/ecl-search-form.component.ts`
|
|
7794
7767
|
- `noop: unknown = (): void => { /** empty*/ }`
|
|
7795
7768
|
Defined in `packages/ecl/components/ecl-site-header/search/ecl-site-header-search.component.ts`
|
|
7769
|
+
- `RESIZE_DEBOUNCE: number = 200` — Debounce for the resize recomputation, matching ECL's handleResize .
|
|
7770
|
+
Defined in `packages/ecl/components/ecl-site-header/login/ecl-site-header-login.component.ts`
|
|
7771
|
+
- `RESIZE_DEBOUNCE: number = 200` — Debounce for the resize recomputation, matching ECL's handleResize .
|
|
7772
|
+
Defined in `packages/ecl/components/ecl-site-header/search/ecl-site-header-search.component.ts`
|
|
7796
7773
|
- `testBed: unknown = getTestBed()`
|
|
7797
7774
|
Defined in `packages/ecl/test-setup.ts`
|
|
@@ -137,6 +137,15 @@
|
|
|
137
137
|
<tr>
|
|
138
138
|
<td class="col-md-4">
|
|
139
139
|
<ul class="index-list">
|
|
140
|
+
<li>
|
|
141
|
+
<a href="#ARROW_SIZE" title="packages/ecl/components/ecl-site-header/language/ecl-site-header-language.component.ts" class="reference-link "><span class="reference-badge reference-badge--variable" aria-hidden="true">V</span><span class="reference-link-label"><b>ARROW_SIZE</b> (packages/.../ecl-site-header-language.component.ts)</span></a>
|
|
142
|
+
</li>
|
|
143
|
+
<li>
|
|
144
|
+
<a href="#ARROW_SIZE" title="packages/ecl/components/ecl-site-header/login/ecl-site-header-login.component.ts" class="reference-link "><span class="reference-badge reference-badge--variable" aria-hidden="true">V</span><span class="reference-link-label"><b>ARROW_SIZE</b> (packages/.../ecl-site-header-login.component.ts)</span></a>
|
|
145
|
+
</li>
|
|
146
|
+
<li>
|
|
147
|
+
<a href="#ARROW_SIZE" 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>ARROW_SIZE</b> (packages/.../ecl-site-header-search.component.ts)</span></a>
|
|
148
|
+
</li>
|
|
140
149
|
<li>
|
|
141
150
|
<a href="#AVAILABLE_NON_EU_LOGO_COUNTRY_CODES" title="packages/ecl/core/utils/constants/constants.ts" class="reference-link "><span class="reference-badge reference-badge--variable" aria-hidden="true">V</span><span class="reference-link-label"><b>AVAILABLE_NON_EU_LOGO_COUNTRY_CODES</b> (packages/.../constants.ts)</span></a>
|
|
142
151
|
</li>
|
|
@@ -386,6 +395,12 @@
|
|
|
386
395
|
<li>
|
|
387
396
|
<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>
|
|
388
397
|
</li>
|
|
398
|
+
<li>
|
|
399
|
+
<a href="#RESIZE_DEBOUNCE" title="packages/ecl/components/ecl-site-header/login/ecl-site-header-login.component.ts" class="reference-link "><span class="reference-badge reference-badge--variable" aria-hidden="true">V</span><span class="reference-link-label"><b>RESIZE_DEBOUNCE</b> (packages/.../ecl-site-header-login.component.ts)</span></a>
|
|
400
|
+
</li>
|
|
401
|
+
<li>
|
|
402
|
+
<a href="#RESIZE_DEBOUNCE" 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>RESIZE_DEBOUNCE</b> (packages/.../ecl-site-header-search.component.ts)</span></a>
|
|
403
|
+
</li>
|
|
389
404
|
<li>
|
|
390
405
|
<a href="#testBed" title="packages/ecl/test-setup.ts" class="reference-link "><span class="reference-badge reference-badge--variable" aria-hidden="true">V</span><span class="reference-link-label"><b>testBed</b> (packages/.../test-setup.ts)</span></a>
|
|
391
406
|
</li>
|
|
@@ -396,42 +411,51 @@
|
|
|
396
411
|
</table>
|
|
397
412
|
</section>
|
|
398
413
|
|
|
399
|
-
<h3>packages/ecl/
|
|
414
|
+
<h3>packages/ecl/components/ecl-site-header/language/ecl-site-header-language.component.ts</h3>
|
|
400
415
|
<section data-compodoc="block-properties">
|
|
401
416
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
402
417
|
<tbody>
|
|
403
418
|
<tr>
|
|
404
419
|
<td class="col-md-4">
|
|
405
|
-
<a name="
|
|
420
|
+
<a name="ARROW_SIZE"></a>
|
|
406
421
|
<span class="name">
|
|
407
|
-
<span ><b>
|
|
408
|
-
<a href="#
|
|
422
|
+
<span ><b>ARROW_SIZE</b></span>
|
|
423
|
+
<a href="#ARROW_SIZE"><span class="icon ion-ios-link"></span></a>
|
|
409
424
|
</span>
|
|
410
425
|
</td>
|
|
411
426
|
</tr>
|
|
412
427
|
<tr>
|
|
413
428
|
<td class="col-md-4">
|
|
414
|
-
<i>Type : </i>
|
|
429
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
415
430
|
|
|
416
431
|
</td>
|
|
417
432
|
</tr>
|
|
418
433
|
<tr>
|
|
419
434
|
<td class="col-md-4">
|
|
420
|
-
<i>Default value : </i><code
|
|
435
|
+
<i>Default value : </i><code>'0.5rem'</code>
|
|
421
436
|
</td>
|
|
422
437
|
</tr>
|
|
423
438
|
|
|
439
|
+
<tr>
|
|
440
|
+
<td class="col-md-4">
|
|
441
|
+
<div class="io-description"><p>Half the arrow's own width, matching ECL's <code>arrowSize</code>.</p>
|
|
442
|
+
</div>
|
|
443
|
+
</td>
|
|
444
|
+
</tr>
|
|
424
445
|
|
|
425
446
|
</tbody>
|
|
426
447
|
</table>
|
|
427
|
-
|
|
448
|
+
</section>
|
|
449
|
+
<h3>packages/ecl/components/ecl-site-header/login/ecl-site-header-login.component.ts</h3>
|
|
450
|
+
<section data-compodoc="block-properties">
|
|
451
|
+
<h3></h3> <table class="table table-sm table-bordered">
|
|
428
452
|
<tbody>
|
|
429
453
|
<tr>
|
|
430
454
|
<td class="col-md-4">
|
|
431
|
-
<a name="
|
|
455
|
+
<a name="ARROW_SIZE"></a>
|
|
432
456
|
<span class="name">
|
|
433
|
-
<span ><b>
|
|
434
|
-
<a href="#
|
|
457
|
+
<span ><b>ARROW_SIZE</b></span>
|
|
458
|
+
<a href="#ARROW_SIZE"><span class="icon ion-ios-link"></span></a>
|
|
435
459
|
</span>
|
|
436
460
|
</td>
|
|
437
461
|
</tr>
|
|
@@ -443,57 +467,94 @@
|
|
|
443
467
|
</tr>
|
|
444
468
|
<tr>
|
|
445
469
|
<td class="col-md-4">
|
|
446
|
-
<i>Default value : </i><code>'
|
|
470
|
+
<i>Default value : </i><code>'0.5rem'</code>
|
|
447
471
|
</td>
|
|
448
472
|
</tr>
|
|
449
473
|
|
|
474
|
+
<tr>
|
|
475
|
+
<td class="col-md-4">
|
|
476
|
+
<div class="io-description"><p>Half the arrow's own width, matching ECL's <code>arrowSize</code>.</p>
|
|
477
|
+
</div>
|
|
478
|
+
</td>
|
|
479
|
+
</tr>
|
|
450
480
|
|
|
451
481
|
</tbody>
|
|
452
482
|
</table>
|
|
453
|
-
|
|
454
|
-
<h3>packages/ecl/components/ecl-highlighted-search/ecl-highlighted-search.component.ts</h3>
|
|
455
|
-
<section data-compodoc="block-properties">
|
|
456
|
-
<h3></h3> <table class="table table-sm table-bordered">
|
|
483
|
+
<table class="table table-sm table-bordered">
|
|
457
484
|
<tbody>
|
|
458
485
|
<tr>
|
|
459
486
|
<td class="col-md-4">
|
|
460
|
-
<a name="
|
|
487
|
+
<a name="RESIZE_DEBOUNCE"></a>
|
|
461
488
|
<span class="name">
|
|
462
|
-
<span ><b>
|
|
463
|
-
<a href="#
|
|
489
|
+
<span ><b>RESIZE_DEBOUNCE</b></span>
|
|
490
|
+
<a href="#RESIZE_DEBOUNCE"><span class="icon ion-ios-link"></span></a>
|
|
464
491
|
</span>
|
|
465
492
|
</td>
|
|
466
493
|
</tr>
|
|
467
494
|
<tr>
|
|
468
495
|
<td class="col-md-4">
|
|
469
|
-
<i>Type : </i> <code><a href="https://
|
|
496
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
470
497
|
|
|
471
498
|
</td>
|
|
472
499
|
</tr>
|
|
473
500
|
<tr>
|
|
474
501
|
<td class="col-md-4">
|
|
475
|
-
<i>Default value : </i><code>
|
|
476
|
-
provide: NG_VALUE_ACCESSOR,
|
|
477
|
-
useExisting: forwardRef(() => EclHighlightedSearchComponent),
|
|
478
|
-
multi: true,
|
|
479
|
-
}</code>
|
|
502
|
+
<i>Default value : </i><code>200</code>
|
|
480
503
|
</td>
|
|
481
504
|
</tr>
|
|
482
505
|
|
|
506
|
+
<tr>
|
|
507
|
+
<td class="col-md-4">
|
|
508
|
+
<div class="io-description"><p>Debounce for the resize recomputation, matching ECL's <code>handleResize</code>.</p>
|
|
509
|
+
</div>
|
|
510
|
+
</td>
|
|
511
|
+
</tr>
|
|
483
512
|
|
|
484
513
|
</tbody>
|
|
485
514
|
</table>
|
|
486
515
|
</section>
|
|
487
|
-
<h3>packages/ecl/components/ecl-
|
|
516
|
+
<h3>packages/ecl/components/ecl-site-header/search/ecl-site-header-search.component.ts</h3>
|
|
488
517
|
<section data-compodoc="block-properties">
|
|
489
518
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
490
519
|
<tbody>
|
|
491
520
|
<tr>
|
|
492
521
|
<td class="col-md-4">
|
|
493
|
-
<a name="
|
|
522
|
+
<a name="ARROW_SIZE"></a>
|
|
494
523
|
<span class="name">
|
|
495
|
-
<span ><b>
|
|
496
|
-
<a href="#
|
|
524
|
+
<span ><b>ARROW_SIZE</b></span>
|
|
525
|
+
<a href="#ARROW_SIZE"><span class="icon ion-ios-link"></span></a>
|
|
526
|
+
</span>
|
|
527
|
+
</td>
|
|
528
|
+
</tr>
|
|
529
|
+
<tr>
|
|
530
|
+
<td class="col-md-4">
|
|
531
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
532
|
+
|
|
533
|
+
</td>
|
|
534
|
+
</tr>
|
|
535
|
+
<tr>
|
|
536
|
+
<td class="col-md-4">
|
|
537
|
+
<i>Default value : </i><code>'0.5rem'</code>
|
|
538
|
+
</td>
|
|
539
|
+
</tr>
|
|
540
|
+
|
|
541
|
+
<tr>
|
|
542
|
+
<td class="col-md-4">
|
|
543
|
+
<div class="io-description"><p>Half the arrow's own width, matching ECL's <code>arrowSize</code>.</p>
|
|
544
|
+
</div>
|
|
545
|
+
</td>
|
|
546
|
+
</tr>
|
|
547
|
+
|
|
548
|
+
</tbody>
|
|
549
|
+
</table>
|
|
550
|
+
<table class="table table-sm table-bordered">
|
|
551
|
+
<tbody>
|
|
552
|
+
<tr>
|
|
553
|
+
<td class="col-md-4">
|
|
554
|
+
<a name="ECL_SITE_HEADER_SEARCH_VALUE_ACCESSOR"></a>
|
|
555
|
+
<span class="name">
|
|
556
|
+
<span ><b>ECL_SITE_HEADER_SEARCH_VALUE_ACCESSOR</b></span>
|
|
557
|
+
<a href="#ECL_SITE_HEADER_SEARCH_VALUE_ACCESSOR"><span class="icon ion-ios-link"></span></a>
|
|
497
558
|
</span>
|
|
498
559
|
</td>
|
|
499
560
|
</tr>
|
|
@@ -507,7 +568,7 @@
|
|
|
507
568
|
<td class="col-md-4">
|
|
508
569
|
<i>Default value : </i><code>{
|
|
509
570
|
provide: NG_VALUE_ACCESSOR,
|
|
510
|
-
useExisting: forwardRef(() =>
|
|
571
|
+
useExisting: forwardRef(() => EclSiteHeaderSearchComponent),
|
|
511
572
|
multi: true,
|
|
512
573
|
}</code>
|
|
513
574
|
</td>
|
|
@@ -536,25 +597,112 @@
|
|
|
536
597
|
<tr>
|
|
537
598
|
<td class="col-md-4">
|
|
538
599
|
<i>Default value : </i><code>(): void => {
|
|
539
|
-
/** empty
|
|
600
|
+
/** empty*/
|
|
540
601
|
}</code>
|
|
541
602
|
</td>
|
|
542
603
|
</tr>
|
|
543
604
|
|
|
544
605
|
|
|
606
|
+
</tbody>
|
|
607
|
+
</table>
|
|
608
|
+
<table class="table table-sm table-bordered">
|
|
609
|
+
<tbody>
|
|
610
|
+
<tr>
|
|
611
|
+
<td class="col-md-4">
|
|
612
|
+
<a name="RESIZE_DEBOUNCE"></a>
|
|
613
|
+
<span class="name">
|
|
614
|
+
<span ><b>RESIZE_DEBOUNCE</b></span>
|
|
615
|
+
<a href="#RESIZE_DEBOUNCE"><span class="icon ion-ios-link"></span></a>
|
|
616
|
+
</span>
|
|
617
|
+
</td>
|
|
618
|
+
</tr>
|
|
619
|
+
<tr>
|
|
620
|
+
<td class="col-md-4">
|
|
621
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
622
|
+
|
|
623
|
+
</td>
|
|
624
|
+
</tr>
|
|
625
|
+
<tr>
|
|
626
|
+
<td class="col-md-4">
|
|
627
|
+
<i>Default value : </i><code>200</code>
|
|
628
|
+
</td>
|
|
629
|
+
</tr>
|
|
630
|
+
|
|
631
|
+
<tr>
|
|
632
|
+
<td class="col-md-4">
|
|
633
|
+
<div class="io-description"><p>Debounce for the resize recomputation, matching ECL's <code>handleResize</code>.</p>
|
|
634
|
+
</div>
|
|
635
|
+
</td>
|
|
636
|
+
</tr>
|
|
637
|
+
|
|
545
638
|
</tbody>
|
|
546
639
|
</table>
|
|
547
640
|
</section>
|
|
548
|
-
<h3>packages/ecl/
|
|
641
|
+
<h3>packages/ecl/core/utils/constants/constants.ts</h3>
|
|
549
642
|
<section data-compodoc="block-properties">
|
|
550
643
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
551
644
|
<tbody>
|
|
552
645
|
<tr>
|
|
553
646
|
<td class="col-md-4">
|
|
554
|
-
<a name="
|
|
647
|
+
<a name="AVAILABLE_NON_EU_LOGO_COUNTRY_CODES"></a>
|
|
555
648
|
<span class="name">
|
|
556
|
-
<span ><b>
|
|
557
|
-
<a href="#
|
|
649
|
+
<span ><b>AVAILABLE_NON_EU_LOGO_COUNTRY_CODES</b></span>
|
|
650
|
+
<a href="#AVAILABLE_NON_EU_LOGO_COUNTRY_CODES"><span class="icon ion-ios-link"></span></a>
|
|
651
|
+
</span>
|
|
652
|
+
</td>
|
|
653
|
+
</tr>
|
|
654
|
+
<tr>
|
|
655
|
+
<td class="col-md-4">
|
|
656
|
+
<i>Type : </i> <code>string[]</code>
|
|
657
|
+
|
|
658
|
+
</td>
|
|
659
|
+
</tr>
|
|
660
|
+
<tr>
|
|
661
|
+
<td class="col-md-4">
|
|
662
|
+
<i>Default value : </i><code>['ar', 'ca', 'is', 'jp', 'lb', 'no', 'ru', 'sw', 'tr', 'uk', 'zh'] as const</code>
|
|
663
|
+
</td>
|
|
664
|
+
</tr>
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
</tbody>
|
|
668
|
+
</table>
|
|
669
|
+
<table class="table table-sm table-bordered">
|
|
670
|
+
<tbody>
|
|
671
|
+
<tr>
|
|
672
|
+
<td class="col-md-4">
|
|
673
|
+
<a name="DEFAULT_LOGO_COUNTRY_CODE"></a>
|
|
674
|
+
<span class="name">
|
|
675
|
+
<span ><b>DEFAULT_LOGO_COUNTRY_CODE</b></span>
|
|
676
|
+
<a href="#DEFAULT_LOGO_COUNTRY_CODE"><span class="icon ion-ios-link"></span></a>
|
|
677
|
+
</span>
|
|
678
|
+
</td>
|
|
679
|
+
</tr>
|
|
680
|
+
<tr>
|
|
681
|
+
<td class="col-md-4">
|
|
682
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
683
|
+
|
|
684
|
+
</td>
|
|
685
|
+
</tr>
|
|
686
|
+
<tr>
|
|
687
|
+
<td class="col-md-4">
|
|
688
|
+
<i>Default value : </i><code>'en'</code>
|
|
689
|
+
</td>
|
|
690
|
+
</tr>
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
</tbody>
|
|
694
|
+
</table>
|
|
695
|
+
</section>
|
|
696
|
+
<h3>packages/ecl/components/ecl-highlighted-search/ecl-highlighted-search.component.ts</h3>
|
|
697
|
+
<section data-compodoc="block-properties">
|
|
698
|
+
<h3></h3> <table class="table table-sm table-bordered">
|
|
699
|
+
<tbody>
|
|
700
|
+
<tr>
|
|
701
|
+
<td class="col-md-4">
|
|
702
|
+
<a name="ECL_HIGHLIGHTED_SEARCH_VALUE_ACCESSOR"></a>
|
|
703
|
+
<span class="name">
|
|
704
|
+
<span ><b>ECL_HIGHLIGHTED_SEARCH_VALUE_ACCESSOR</b></span>
|
|
705
|
+
<a href="#ECL_HIGHLIGHTED_SEARCH_VALUE_ACCESSOR"><span class="icon ion-ios-link"></span></a>
|
|
558
706
|
</span>
|
|
559
707
|
</td>
|
|
560
708
|
</tr>
|
|
@@ -568,7 +716,40 @@
|
|
|
568
716
|
<td class="col-md-4">
|
|
569
717
|
<i>Default value : </i><code>{
|
|
570
718
|
provide: NG_VALUE_ACCESSOR,
|
|
571
|
-
useExisting: forwardRef(() =>
|
|
719
|
+
useExisting: forwardRef(() => EclHighlightedSearchComponent),
|
|
720
|
+
multi: true,
|
|
721
|
+
}</code>
|
|
722
|
+
</td>
|
|
723
|
+
</tr>
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
</tbody>
|
|
727
|
+
</table>
|
|
728
|
+
</section>
|
|
729
|
+
<h3>packages/ecl/components/ecl-rating-field/ecl-rating-field.component.ts</h3>
|
|
730
|
+
<section data-compodoc="block-properties">
|
|
731
|
+
<h3></h3> <table class="table table-sm table-bordered">
|
|
732
|
+
<tbody>
|
|
733
|
+
<tr>
|
|
734
|
+
<td class="col-md-4">
|
|
735
|
+
<a name="ECL_RATINGFIELD_VALUE_ACCESSOR"></a>
|
|
736
|
+
<span class="name">
|
|
737
|
+
<span ><b>ECL_RATINGFIELD_VALUE_ACCESSOR</b></span>
|
|
738
|
+
<a href="#ECL_RATINGFIELD_VALUE_ACCESSOR"><span class="icon ion-ios-link"></span></a>
|
|
739
|
+
</span>
|
|
740
|
+
</td>
|
|
741
|
+
</tr>
|
|
742
|
+
<tr>
|
|
743
|
+
<td class="col-md-4">
|
|
744
|
+
<i>Type : </i> <code><a href="https://angular.dev/api/core/Provider" target="_blank" >Provider</a></code>
|
|
745
|
+
|
|
746
|
+
</td>
|
|
747
|
+
</tr>
|
|
748
|
+
<tr>
|
|
749
|
+
<td class="col-md-4">
|
|
750
|
+
<i>Default value : </i><code>{
|
|
751
|
+
provide: NG_VALUE_ACCESSOR,
|
|
752
|
+
useExisting: forwardRef(() => EclRatingFieldComponent),
|
|
572
753
|
multi: true,
|
|
573
754
|
}</code>
|
|
574
755
|
</td>
|
|
@@ -597,7 +778,7 @@
|
|
|
597
778
|
<tr>
|
|
598
779
|
<td class="col-md-4">
|
|
599
780
|
<i>Default value : </i><code>(): void => {
|
|
600
|
-
/** empty*/
|
|
781
|
+
/** empty */
|
|
601
782
|
}</code>
|
|
602
783
|
</td>
|
|
603
784
|
</tr>
|
|
@@ -606,16 +787,16 @@
|
|
|
606
787
|
</tbody>
|
|
607
788
|
</table>
|
|
608
789
|
</section>
|
|
609
|
-
<h3>packages/ecl/components/ecl-
|
|
790
|
+
<h3>packages/ecl/components/ecl-search-form/ecl-search-form.component.ts</h3>
|
|
610
791
|
<section data-compodoc="block-properties">
|
|
611
792
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
612
793
|
<tbody>
|
|
613
794
|
<tr>
|
|
614
795
|
<td class="col-md-4">
|
|
615
|
-
<a name="
|
|
796
|
+
<a name="ECL_SEARCH_FORM_VALUE_ACCESSOR"></a>
|
|
616
797
|
<span class="name">
|
|
617
|
-
<span ><b>
|
|
618
|
-
<a href="#
|
|
798
|
+
<span ><b>ECL_SEARCH_FORM_VALUE_ACCESSOR</b></span>
|
|
799
|
+
<a href="#ECL_SEARCH_FORM_VALUE_ACCESSOR"><span class="icon ion-ios-link"></span></a>
|
|
619
800
|
</span>
|
|
620
801
|
</td>
|
|
621
802
|
</tr>
|
|
@@ -629,7 +810,7 @@
|
|
|
629
810
|
<td class="col-md-4">
|
|
630
811
|
<i>Default value : </i><code>{
|
|
631
812
|
provide: NG_VALUE_ACCESSOR,
|
|
632
|
-
useExisting: forwardRef(() =>
|
|
813
|
+
useExisting: forwardRef(() => EclSearchFormComponent),
|
|
633
814
|
multi: true,
|
|
634
815
|
}</code>
|
|
635
816
|
</td>
|
package/docs/properties.html
CHANGED
|
@@ -109,11 +109,11 @@ class EclDateBlockComponent extends ECLBaseDirective {
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EclDateBlockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
112
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "22.1.2", type: EclDateBlockComponent, isStandalone: true, selector: "time[eclDateBlock]", inputs: { date: { classPropertyName: "date", publicName: "date", isSignal: true, isRequired: false, transformFunction: null }, dateFormat: { classPropertyName: "dateFormat", publicName: "dateFormat", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, day: { classPropertyName: "day", publicName: "day", isSignal: true, isRequired: false, transformFunction: null }, month: { classPropertyName: "month", publicName: "month", isSignal: true, isRequired: false, transformFunction: null }, monthTitle: { classPropertyName: "monthTitle", publicName: "monthTitle", isSignal: true, isRequired: false, transformFunction: null }, year: { classPropertyName: "year", publicName: "year", isSignal: true, isRequired: false, transformFunction: null }, datetime: { classPropertyName: "datetime", publicName: "datetime", isSignal: false, isRequired: false, transformFunction: null } }, host: { properties: { "class": "this.cssClasses", "attr.datetime": "this.datetime" } },
|
|
112
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "22.1.2", type: EclDateBlockComponent, isStandalone: true, selector: "time[eclDateBlock]", inputs: { date: { classPropertyName: "date", publicName: "date", isSignal: true, isRequired: false, transformFunction: null }, dateFormat: { classPropertyName: "dateFormat", publicName: "dateFormat", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, day: { classPropertyName: "day", publicName: "day", isSignal: true, isRequired: false, transformFunction: null }, month: { classPropertyName: "month", publicName: "month", isSignal: true, isRequired: false, transformFunction: null }, monthTitle: { classPropertyName: "monthTitle", publicName: "monthTitle", isSignal: true, isRequired: false, transformFunction: null }, year: { classPropertyName: "year", publicName: "year", isSignal: true, isRequired: false, transformFunction: null }, datetime: { classPropertyName: "datetime", publicName: "datetime", isSignal: false, isRequired: false, transformFunction: null } }, host: { properties: { "class": "this.cssClasses", "attr.datetime": "this.datetime" } }, usesInheritance: true, ngImport: i0, template: "<span class=\"ecl-date-block__daytime\">{{ datetime || (date() | date: dateFormat()) }}</span>\n<span class=\"ecl-date-block__day\" aria-hidden=\"true\">{{ day() || (date() | date: 'd') }}</span>\n<abbr [title]=\"monthTitle() || month() || (date() | date: 'MMMM' : '' : locale)\" class=\"ecl-date-block__month\" aria-hidden=\"true\">\n {{ month() || (date() | date: 'MMM' : '' : locale) }}\n</abbr>\n<span class=\"ecl-date-block__year\" aria-hidden=\"true\">{{ year() || (date() | date: 'yyyy') }}</span>\n", dependencies: [{ kind: "pipe", type: DatePipe, name: "date" }] }); }
|
|
113
113
|
}
|
|
114
114
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EclDateBlockComponent, decorators: [{
|
|
115
115
|
type: Component,
|
|
116
|
-
args: [{ selector: 'time[eclDateBlock]', imports: [DatePipe],
|
|
116
|
+
args: [{ selector: 'time[eclDateBlock]', imports: [DatePipe], template: "<span class=\"ecl-date-block__daytime\">{{ datetime || (date() | date: dateFormat()) }}</span>\n<span class=\"ecl-date-block__day\" aria-hidden=\"true\">{{ day() || (date() | date: 'd') }}</span>\n<abbr [title]=\"monthTitle() || month() || (date() | date: 'MMMM' : '' : locale)\" class=\"ecl-date-block__month\" aria-hidden=\"true\">\n {{ month() || (date() | date: 'MMM' : '' : locale) }}\n</abbr>\n<span class=\"ecl-date-block__year\" aria-hidden=\"true\">{{ year() || (date() | date: 'yyyy') }}</span>\n" }]
|
|
117
117
|
}], ctorParameters: () => [], propDecorators: { date: [{ type: i0.Input, args: [{ isSignal: true, alias: "date", required: false }] }], dateFormat: [{ type: i0.Input, args: [{ isSignal: true, alias: "dateFormat", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], day: [{ type: i0.Input, args: [{ isSignal: true, alias: "day", required: false }] }], month: [{ type: i0.Input, args: [{ isSignal: true, alias: "month", required: false }] }], monthTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "monthTitle", required: false }] }], year: [{ type: i0.Input, args: [{ isSignal: true, alias: "year", required: false }] }], cssClasses: [{
|
|
118
118
|
type: HostBinding,
|
|
119
119
|
args: ['class']
|