@eui/components 19.2.3-snapshot-1747395391757 → 19.2.3-snapshot-1747408180222
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/EuiDatepickerComponent.html +173 -3
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +8 -8
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiCoerceBooleanPipeModule.html +16 -1
- package/docs/modules/EuiTruncatePipeModule.html +16 -1
- package/eui-datepicker/eui-datepicker.component.d.ts +25 -12
- package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +2 -2
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +46 -27
- package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
- package/fesm2022/eui-components-pipes.mjs +12 -0
- package/fesm2022/eui-components-pipes.mjs.map +1 -1
- package/package.json +3 -3
- package/pipes/eui-is-empty.pipe.d.ts +6 -0
- package/pipes/eui-is-empty.pipe.d.ts.map +1 -1
- package/pipes/eui-truncate.pipe.d.ts +6 -0
- package/pipes/eui-truncate.pipe.d.ts.map +1 -1
| @@ -170,6 +170,7 @@ | |
| 170 170 | 
             
                                            <code><a href="../miscellaneous/variables.html#EUI_INPUT_GROUP" target="_self" >EUI_INPUT_GROUP</a></code>
         | 
| 171 171 | 
             
                                            <code><a href="../miscellaneous/variables.html#EUI_BUTTON" target="_self" >EUI_BUTTON</a></code>
         | 
| 172 172 | 
             
                                            <code><a href="../miscellaneous/variables.html#EUI_ICON" target="_self" >EUI_ICON</a></code>
         | 
| 173 | 
            +
                                            <code><a href="../miscellaneous/variables.html#EUI_TIMEPICKER" target="_self" >EUI_TIMEPICKER</a></code>
         | 
| 173 174 | 
             
                            </td>
         | 
| 174 175 | 
             
                        </tr>
         | 
| 175 176 |  | 
| @@ -209,6 +210,7 @@ | |
| 209 210 | 
             
                                <td class="col-md-4">
         | 
| 210 211 | 
             
                                    <ul class="index-list">
         | 
| 211 212 | 
             
                                        <li>
         | 
| 213 | 
            +
                                                <span class="modifier">Public</span>
         | 
| 212 214 | 
             
                                            <a href="#baseStatesDirective" >baseStatesDirective</a>
         | 
| 213 215 | 
             
                                        </li>
         | 
| 214 216 | 
             
                                        <li>
         | 
| @@ -224,6 +226,9 @@ | |
| 224 226 | 
             
                                            <a href="#euiActionButtons" >euiActionButtons</a>
         | 
| 225 227 | 
             
                                        </li>
         | 
| 226 228 | 
             
                                        <li>
         | 
| 229 | 
            +
                                                <span class="modifier"></span>
         | 
| 230 | 
            +
                                                <span class="modifier"></span>
         | 
| 231 | 
            +
                                                <span class="modifier">Public</span>
         | 
| 227 232 | 
             
                                            <a href="#euiLetterFormat" >euiLetterFormat</a>
         | 
| 228 233 | 
             
                                        </li>
         | 
| 229 234 | 
             
                                        <li>
         | 
| @@ -489,10 +494,160 @@ | |
| 489 494 | 
             
                        <tbody>
         | 
| 490 495 | 
             
                            <tr>
         | 
| 491 496 | 
             
                                <td class="col-md-4">
         | 
| 492 | 
            -
            <code>constructor()</code>
         | 
| 497 | 
            +
            <code>constructor(adapter: DateAdapter<any>, translateService: TranslateService, localeService: LocaleService, EuiAppShellService: EuiAppShellService, componentFactoryResolver: ComponentFactoryResolver, injector: Injector, appRef: ApplicationRef, viewContainerRef: ViewContainerRef, baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>, euiLetterFormat: <a href="../directives/EuiLetterFormatDirective.html" target="_self">EuiLetterFormatDirective</a>, control: NgControl)</code>
         | 
| 493 498 | 
             
                                </td>
         | 
| 494 499 | 
             
                            </tr>
         | 
| 495 500 |  | 
| 501 | 
            +
                            <tr>
         | 
| 502 | 
            +
                                <td class="col-md-4">
         | 
| 503 | 
            +
                                        <div>
         | 
| 504 | 
            +
                                                <b>Parameters :</b>
         | 
| 505 | 
            +
                                                <table class="params">
         | 
| 506 | 
            +
                                                    <thead>
         | 
| 507 | 
            +
                                                        <tr>
         | 
| 508 | 
            +
                                                            <td>Name</td>
         | 
| 509 | 
            +
                                                                <td>Type</td>
         | 
| 510 | 
            +
                                                            <td>Optional</td>
         | 
| 511 | 
            +
                                                        </tr>
         | 
| 512 | 
            +
                                                    </thead>
         | 
| 513 | 
            +
                                                    <tbody>
         | 
| 514 | 
            +
                                                            <tr>
         | 
| 515 | 
            +
                                                                    <td>adapter</td>
         | 
| 516 | 
            +
                                                              
         | 
| 517 | 
            +
                                                                    <td>
         | 
| 518 | 
            +
                                                                                <code>DateAdapter<any></code>
         | 
| 519 | 
            +
                                                                    </td>
         | 
| 520 | 
            +
                                                              
         | 
| 521 | 
            +
                                                                <td>
         | 
| 522 | 
            +
                                                                        No
         | 
| 523 | 
            +
                                                                </td>
         | 
| 524 | 
            +
                                                                
         | 
| 525 | 
            +
                                                            </tr>
         | 
| 526 | 
            +
                                                            <tr>
         | 
| 527 | 
            +
                                                                    <td>translateService</td>
         | 
| 528 | 
            +
                                                              
         | 
| 529 | 
            +
                                                                    <td>
         | 
| 530 | 
            +
                                                                                <code>TranslateService</code>
         | 
| 531 | 
            +
                                                                    </td>
         | 
| 532 | 
            +
                                                              
         | 
| 533 | 
            +
                                                                <td>
         | 
| 534 | 
            +
                                                                        No
         | 
| 535 | 
            +
                                                                </td>
         | 
| 536 | 
            +
                                                                
         | 
| 537 | 
            +
                                                            </tr>
         | 
| 538 | 
            +
                                                            <tr>
         | 
| 539 | 
            +
                                                                    <td>localeService</td>
         | 
| 540 | 
            +
                                                              
         | 
| 541 | 
            +
                                                                    <td>
         | 
| 542 | 
            +
                                                                                <code>LocaleService</code>
         | 
| 543 | 
            +
                                                                    </td>
         | 
| 544 | 
            +
                                                              
         | 
| 545 | 
            +
                                                                <td>
         | 
| 546 | 
            +
                                                                        No
         | 
| 547 | 
            +
                                                                </td>
         | 
| 548 | 
            +
                                                                
         | 
| 549 | 
            +
                                                            </tr>
         | 
| 550 | 
            +
                                                            <tr>
         | 
| 551 | 
            +
                                                                    <td>EuiAppShellService</td>
         | 
| 552 | 
            +
                                                              
         | 
| 553 | 
            +
                                                                    <td>
         | 
| 554 | 
            +
                                                                                <code>EuiAppShellService</code>
         | 
| 555 | 
            +
                                                                    </td>
         | 
| 556 | 
            +
                                                              
         | 
| 557 | 
            +
                                                                <td>
         | 
| 558 | 
            +
                                                                        No
         | 
| 559 | 
            +
                                                                </td>
         | 
| 560 | 
            +
                                                                
         | 
| 561 | 
            +
                                                            </tr>
         | 
| 562 | 
            +
                                                            <tr>
         | 
| 563 | 
            +
                                                                    <td>componentFactoryResolver</td>
         | 
| 564 | 
            +
                                                              
         | 
| 565 | 
            +
                                                                    <td>
         | 
| 566 | 
            +
                                                                                <code>ComponentFactoryResolver</code>
         | 
| 567 | 
            +
                                                                    </td>
         | 
| 568 | 
            +
                                                              
         | 
| 569 | 
            +
                                                                <td>
         | 
| 570 | 
            +
                                                                        No
         | 
| 571 | 
            +
                                                                </td>
         | 
| 572 | 
            +
                                                                
         | 
| 573 | 
            +
                                                            </tr>
         | 
| 574 | 
            +
                                                            <tr>
         | 
| 575 | 
            +
                                                                    <td>injector</td>
         | 
| 576 | 
            +
                                                              
         | 
| 577 | 
            +
                                                                    <td>
         | 
| 578 | 
            +
                                                                                <code>Injector</code>
         | 
| 579 | 
            +
                                                                    </td>
         | 
| 580 | 
            +
                                                              
         | 
| 581 | 
            +
                                                                <td>
         | 
| 582 | 
            +
                                                                        No
         | 
| 583 | 
            +
                                                                </td>
         | 
| 584 | 
            +
                                                                
         | 
| 585 | 
            +
                                                            </tr>
         | 
| 586 | 
            +
                                                            <tr>
         | 
| 587 | 
            +
                                                                    <td>appRef</td>
         | 
| 588 | 
            +
                                                              
         | 
| 589 | 
            +
                                                                    <td>
         | 
| 590 | 
            +
                                                                                <code>ApplicationRef</code>
         | 
| 591 | 
            +
                                                                    </td>
         | 
| 592 | 
            +
                                                              
         | 
| 593 | 
            +
                                                                <td>
         | 
| 594 | 
            +
                                                                        No
         | 
| 595 | 
            +
                                                                </td>
         | 
| 596 | 
            +
                                                                
         | 
| 597 | 
            +
                                                            </tr>
         | 
| 598 | 
            +
                                                            <tr>
         | 
| 599 | 
            +
                                                                    <td>viewContainerRef</td>
         | 
| 600 | 
            +
                                                              
         | 
| 601 | 
            +
                                                                    <td>
         | 
| 602 | 
            +
                                                                                <code>ViewContainerRef</code>
         | 
| 603 | 
            +
                                                                    </td>
         | 
| 604 | 
            +
                                                              
         | 
| 605 | 
            +
                                                                <td>
         | 
| 606 | 
            +
                                                                        No
         | 
| 607 | 
            +
                                                                </td>
         | 
| 608 | 
            +
                                                                
         | 
| 609 | 
            +
                                                            </tr>
         | 
| 610 | 
            +
                                                            <tr>
         | 
| 611 | 
            +
                                                                    <td>baseStatesDirective</td>
         | 
| 612 | 
            +
                                                              
         | 
| 613 | 
            +
                                                                    <td>
         | 
| 614 | 
            +
                                                                                    <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
         | 
| 615 | 
            +
                                                                    </td>
         | 
| 616 | 
            +
                                                              
         | 
| 617 | 
            +
                                                                <td>
         | 
| 618 | 
            +
                                                                        No
         | 
| 619 | 
            +
                                                                </td>
         | 
| 620 | 
            +
                                                                
         | 
| 621 | 
            +
                                                            </tr>
         | 
| 622 | 
            +
                                                            <tr>
         | 
| 623 | 
            +
                                                                    <td>euiLetterFormat</td>
         | 
| 624 | 
            +
                                                              
         | 
| 625 | 
            +
                                                                    <td>
         | 
| 626 | 
            +
                                                                                    <code><a href="../directives/EuiLetterFormatDirective.html" target="_self" >EuiLetterFormatDirective</a></code>
         | 
| 627 | 
            +
                                                                    </td>
         | 
| 628 | 
            +
                                                              
         | 
| 629 | 
            +
                                                                <td>
         | 
| 630 | 
            +
                                                                        No
         | 
| 631 | 
            +
                                                                </td>
         | 
| 632 | 
            +
                                                                
         | 
| 633 | 
            +
                                                            </tr>
         | 
| 634 | 
            +
                                                            <tr>
         | 
| 635 | 
            +
                                                                    <td>control</td>
         | 
| 636 | 
            +
                                                              
         | 
| 637 | 
            +
                                                                    <td>
         | 
| 638 | 
            +
                                                                                <code>NgControl</code>
         | 
| 639 | 
            +
                                                                    </td>
         | 
| 640 | 
            +
                                                              
         | 
| 641 | 
            +
                                                                <td>
         | 
| 642 | 
            +
                                                                        No
         | 
| 643 | 
            +
                                                                </td>
         | 
| 644 | 
            +
                                                                
         | 
| 645 | 
            +
                                                            </tr>
         | 
| 646 | 
            +
                                                    </tbody>
         | 
| 647 | 
            +
                                                </table>
         | 
| 648 | 
            +
                                        </div>
         | 
| 649 | 
            +
                                </td>
         | 
| 650 | 
            +
                            </tr>
         | 
| 496 651 | 
             
                        </tbody>
         | 
| 497 652 | 
             
                    </table>
         | 
| 498 653 | 
             
            </section>
         | 
| @@ -2435,6 +2590,7 @@ and creates the time config passed to the timepicker component.</p> | |
| 2435 2590 | 
             
                            <td class="col-md-4">
         | 
| 2436 2591 | 
             
                                <a name="baseStatesDirective"></a>
         | 
| 2437 2592 | 
             
                                <span class="name">
         | 
| 2593 | 
            +
                                        <span class="modifier">Public</span>
         | 
| 2438 2594 | 
             
                                    <span ><b>baseStatesDirective</b></span>
         | 
| 2439 2595 | 
             
                                    <a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
         | 
| 2440 2596 | 
             
                                </span>
         | 
| @@ -2442,7 +2598,8 @@ and creates the time config passed to the timepicker component.</p> | |
| 2442 2598 | 
             
                        </tr>
         | 
| 2443 2599 | 
             
                            <tr>
         | 
| 2444 2600 | 
             
                                <td class="col-md-4">
         | 
| 2445 | 
            -
                                    <i> | 
| 2601 | 
            +
                                    <i>Type : </i>        <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
         | 
| 2602 | 
            +
             | 
| 2446 2603 | 
             
                                </td>
         | 
| 2447 2604 | 
             
                            </tr>
         | 
| 2448 2605 |  | 
| @@ -2551,6 +2708,9 @@ and creates the time config passed to the timepicker component.</p> | |
| 2551 2708 | 
             
                            <td class="col-md-4">
         | 
| 2552 2709 | 
             
                                <a name="euiLetterFormat"></a>
         | 
| 2553 2710 | 
             
                                <span class="name">
         | 
| 2711 | 
            +
                                        <span class="modifier"></span>
         | 
| 2712 | 
            +
                                        <span class="modifier"></span>
         | 
| 2713 | 
            +
                                        <span class="modifier">Public</span>
         | 
| 2554 2714 | 
             
                                    <span ><b>euiLetterFormat</b></span>
         | 
| 2555 2715 | 
             
                                    <a href="#euiLetterFormat"><span class="icon ion-ios-link"></span></a>
         | 
| 2556 2716 | 
             
                                </span>
         | 
| @@ -2558,7 +2718,17 @@ and creates the time config passed to the timepicker component.</p> | |
| 2558 2718 | 
             
                        </tr>
         | 
| 2559 2719 | 
             
                            <tr>
         | 
| 2560 2720 | 
             
                                <td class="col-md-4">
         | 
| 2561 | 
            -
                                    <i> | 
| 2721 | 
            +
                                    <i>Type : </i>        <code><a href="../directives/EuiLetterFormatDirective.html" target="_self" >EuiLetterFormatDirective</a></code>
         | 
| 2722 | 
            +
             | 
| 2723 | 
            +
                                </td>
         | 
| 2724 | 
            +
                            </tr>
         | 
| 2725 | 
            +
                            <tr>
         | 
| 2726 | 
            +
                                <td class="col-md-4">
         | 
| 2727 | 
            +
                                    <b>Decorators : </b>
         | 
| 2728 | 
            +
                                    <br />
         | 
| 2729 | 
            +
                                    <code>
         | 
| 2730 | 
            +
                                        @Optional()<br />@Inject(undefined)<br />
         | 
| 2731 | 
            +
                                    </code>
         | 
| 2562 2732 | 
             
                                </td>
         | 
| 2563 2733 | 
             
                            </tr>
         | 
| 2564 2734 |  | 
    
        package/docs/dependencies.html
    CHANGED
    
    | @@ -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.2.3-snapshot- | 
| 271 | 
            +
                        <b>@eui/styles</b> : 19.2.3-snapshot-1747400598528</li>
         | 
| 272 272 | 
             
                    <li>
         | 
| 273 | 
            -
                        <b>@eui/ecl</b> : 19.2.3-snapshot- | 
| 273 | 
            +
                        <b>@eui/ecl</b> : 19.2.3-snapshot-1747400598528</li>
         | 
| 274 274 | 
             
                    <li>
         | 
| 275 275 | 
             
                        <b>@eui/tools</b> : ^6.0.0</li>
         | 
| 276 276 | 
             
                </ul>
         | 
    
        package/docs/js/menu-wc.js
    CHANGED
    
    | @@ -639,16 +639,16 @@ customElements.define('compodoc-menu', class extends HTMLElement { | |
| 639 639 | 
             
                                                </li>
         | 
| 640 640 | 
             
                                        </li>
         | 
| 641 641 | 
             
                                        <li class="link">
         | 
| 642 | 
            -
                                            <a href="modules/EuiCoerceBooleanPipeModule.html" data-type="entity-link" >EuiCoerceBooleanPipeModule</a>
         | 
| 642 | 
            +
                                            <a href="modules/EuiCoerceBooleanPipeModule.html" data-type="entity-link" class="deprecated-name">EuiCoerceBooleanPipeModule</a>
         | 
| 643 643 | 
             
                                                <li class="chapter inner">
         | 
| 644 644 | 
             
                                                    <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
         | 
| 645 | 
            -
                                                        'data-bs-target="#pipes-links-module-EuiCoerceBooleanPipeModule- | 
| 645 | 
            +
                                                        'data-bs-target="#pipes-links-module-EuiCoerceBooleanPipeModule-b8919dfefd0bb8fd8434b8459bb7dd11658c64ce3a47deabb321a1499ced77221031d1ade387525b98109095ac976225c3942a24830d008f4860d7cd37626747"' : 'data-bs-target="#xs-pipes-links-module-EuiCoerceBooleanPipeModule-b8919dfefd0bb8fd8434b8459bb7dd11658c64ce3a47deabb321a1499ced77221031d1ade387525b98109095ac976225c3942a24830d008f4860d7cd37626747"' }>
         | 
| 646 646 | 
             
                                                        <span class="icon ion-md-add"></span>
         | 
| 647 647 | 
             
                                                        <span>Pipes</span>
         | 
| 648 648 | 
             
                                                        <span class="icon ion-ios-arrow-down"></span>
         | 
| 649 649 | 
             
                                                    </div>
         | 
| 650 | 
            -
                                                    <ul class="links collapse" ${ isNormalMode ? 'id="pipes-links-module-EuiCoerceBooleanPipeModule- | 
| 651 | 
            -
                                                        'id="xs-pipes-links-module-EuiCoerceBooleanPipeModule- | 
| 650 | 
            +
                                                    <ul class="links collapse" ${ isNormalMode ? 'id="pipes-links-module-EuiCoerceBooleanPipeModule-b8919dfefd0bb8fd8434b8459bb7dd11658c64ce3a47deabb321a1499ced77221031d1ade387525b98109095ac976225c3942a24830d008f4860d7cd37626747"' :
         | 
| 651 | 
            +
                                                        'id="xs-pipes-links-module-EuiCoerceBooleanPipeModule-b8919dfefd0bb8fd8434b8459bb7dd11658c64ce3a47deabb321a1499ced77221031d1ade387525b98109095ac976225c3942a24830d008f4860d7cd37626747"' }>
         | 
| 652 652 | 
             
                                                        <li class="link">
         | 
| 653 653 | 
             
                                                            <a href="pipes/EuiCoerceBooleanPipe.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiCoerceBooleanPipe</a>
         | 
| 654 654 | 
             
                                                        </li>
         | 
| @@ -2511,16 +2511,16 @@ customElements.define('compodoc-menu', class extends HTMLElement { | |
| 2511 2511 | 
             
                                                </li>
         | 
| 2512 2512 | 
             
                                        </li>
         | 
| 2513 2513 | 
             
                                        <li class="link">
         | 
| 2514 | 
            -
                                            <a href="modules/EuiTruncatePipeModule.html" data-type="entity-link" >EuiTruncatePipeModule</a>
         | 
| 2514 | 
            +
                                            <a href="modules/EuiTruncatePipeModule.html" data-type="entity-link" class="deprecated-name">EuiTruncatePipeModule</a>
         | 
| 2515 2515 | 
             
                                                <li class="chapter inner">
         | 
| 2516 2516 | 
             
                                                    <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
         | 
| 2517 | 
            -
                                                        'data-bs-target="#pipes-links-module-EuiTruncatePipeModule- | 
| 2517 | 
            +
                                                        'data-bs-target="#pipes-links-module-EuiTruncatePipeModule-6ad699272caca90d9e30947b03a0acb008af4dca9d69692a77af63c26c00a5e9ffd71833561ee03c21b2ec97407612616c35b35932f21206410a9298b8fc857b"' : 'data-bs-target="#xs-pipes-links-module-EuiTruncatePipeModule-6ad699272caca90d9e30947b03a0acb008af4dca9d69692a77af63c26c00a5e9ffd71833561ee03c21b2ec97407612616c35b35932f21206410a9298b8fc857b"' }>
         | 
| 2518 2518 | 
             
                                                        <span class="icon ion-md-add"></span>
         | 
| 2519 2519 | 
             
                                                        <span>Pipes</span>
         | 
| 2520 2520 | 
             
                                                        <span class="icon ion-ios-arrow-down"></span>
         | 
| 2521 2521 | 
             
                                                    </div>
         | 
| 2522 | 
            -
                                                    <ul class="links collapse" ${ isNormalMode ? 'id="pipes-links-module-EuiTruncatePipeModule- | 
| 2523 | 
            -
                                                        'id="xs-pipes-links-module-EuiTruncatePipeModule- | 
| 2522 | 
            +
                                                    <ul class="links collapse" ${ isNormalMode ? 'id="pipes-links-module-EuiTruncatePipeModule-6ad699272caca90d9e30947b03a0acb008af4dca9d69692a77af63c26c00a5e9ffd71833561ee03c21b2ec97407612616c35b35932f21206410a9298b8fc857b"' :
         | 
| 2523 | 
            +
                                                        'id="xs-pipes-links-module-EuiTruncatePipeModule-6ad699272caca90d9e30947b03a0acb008af4dca9d69692a77af63c26c00a5e9ffd71833561ee03c21b2ec97407612616c35b35932f21206410a9298b8fc857b"' }>
         | 
| 2524 2524 | 
             
                                                        <li class="link">
         | 
| 2525 2525 | 
             
                                                            <a href="pipes/EuiTruncatePipe.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiTruncatePipe</a>
         | 
| 2526 2526 | 
             
                                                        </li>
         |