@eui/components 19.1.2-snapshot-1741681025211 → 19.1.2-snapshot-1741955106555
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/EuiAutocompleteComponent.html +377 -0
- package/docs/components/EuiAutocompleteOptionComponent.html +50 -0
- package/docs/components/EuiAutocompleteOptionGroupComponent.html +38 -0
- package/docs/components/EuiBlockDocumentComponent.html +64 -0
- package/docs/components/EuiDropdownComponent.html +25 -1
- package/docs/components/EuiProgressBarComponent.html +115 -109
- package/docs/components/EuiTableV2Component.html +228 -63
- package/docs/components/EuiTableV2FilterComponent.html +39 -0
- package/docs/components/EuiTableV2SelectableHeaderComponent.html +33 -0
- package/docs/components/EuiTableV2SelectableRowComponent.html +45 -0
- package/docs/components/EuiTableV2SortableColComponent.html +47 -0
- package/docs/dependencies.html +2 -2
- package/docs/directives/EuiDropdownContentDirective.html +69 -0
- package/docs/directives/EuiTableV2ExpandableRowDirective.html +7 -0
- package/docs/directives/EuiTableV2StickyColDirective.html +7 -0
- package/docs/injectables/EuiTableV2SelectableRowService.html +106 -0
- package/docs/injectables/EuiTableV2SortService.html +47 -0
- package/docs/js/menu-wc.js +33 -16
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiAutocompleteModule.html +11 -0
- package/docs/modules/EuiBlockDocumentModule.html +22 -4
- package/docs/modules/EuiProgressBarModule.html +2 -14
- package/docs/modules/EuiTableV2Module.html +11 -0
- package/docs/pipes/EuiTableV2HighlightPipe.html +26 -0
- package/eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.d.ts +29 -0
- package/eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete-option-group/eui-autocomplete-option-group.component.d.ts +17 -0
- package/eui-autocomplete/eui-autocomplete-option-group/eui-autocomplete-option-group.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts +311 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.module.d.ts +12 -0
- package/eui-autocomplete/eui-autocomplete.module.d.ts.map +1 -1
- package/eui-autocomplete/validators/force-selection-from-data.validator.d.ts +1 -1
- package/eui-block-document/eui-block-document.component.d.ts +41 -1
- package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
- package/eui-block-document/eui-block-document.module.d.ts +12 -2
- package/eui-block-document/eui-block-document.module.d.ts.map +1 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts +10 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts.map +1 -1
- package/eui-datepicker/eui-datepicker.component.d.ts +10 -1
- package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts +1 -0
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts +2 -1
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/eui-progress-bar/eui-progress-bar.component.d.ts +16 -9
- package/eui-progress-bar/eui-progress-bar.component.d.ts.map +1 -1
- package/eui-progress-bar/eui-progress-bar.module.d.ts +5 -17
- package/eui-progress-bar/eui-progress-bar.module.d.ts.map +1 -1
- package/eui-table-v2/directives/eui-table-v2-expandable-row.directive.d.ts +4 -0
- package/eui-table-v2/directives/eui-table-v2-expandable-row.directive.d.ts.map +1 -1
- package/eui-table-v2/directives/eui-table-v2-sticky-col.directive.d.ts +4 -0
- package/eui-table-v2/directives/eui-table-v2-sticky-col.directive.d.ts.map +1 -1
- package/eui-table-v2/eui-table-v2.component.d.ts +273 -1
- package/eui-table-v2/eui-table-v2.component.d.ts.map +1 -1
- package/eui-table-v2/eui-table-v2.module.d.ts +12 -0
- package/eui-table-v2/eui-table-v2.module.d.ts.map +1 -1
- package/eui-table-v2/filter/eui-table-v2-filter.component.d.ts +21 -0
- package/eui-table-v2/filter/eui-table-v2-filter.component.d.ts.map +1 -1
- package/eui-table-v2/pipes/eui-table-v2-highlight.pipe.d.ts +19 -0
- package/eui-table-v2/pipes/eui-table-v2-highlight.pipe.d.ts.map +1 -1
- package/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.d.ts +19 -0
- package/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.d.ts.map +1 -1
- package/eui-table-v2/selectable-row/eui-table-v2-selectable-row.component.d.ts +28 -0
- package/eui-table-v2/selectable-row/eui-table-v2-selectable-row.component.d.ts.map +1 -1
- package/eui-table-v2/services/eui-table-v2-selectable-row.service.d.ts +71 -0
- package/eui-table-v2/services/eui-table-v2-selectable-row.service.d.ts.map +1 -1
- package/eui-table-v2/services/eui-table-v2-sort.service.d.ts +22 -0
- package/eui-table-v2/services/eui-table-v2-sort.service.d.ts.map +1 -1
- package/eui-table-v2/sortable-col/eui-table-v2-sortable-col.component.d.ts +32 -0
- package/eui-table-v2/sortable-col/eui-table-v2-sortable-col.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +354 -4
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-document.mjs +56 -7
- package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +1 -1
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +7 -3
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +7 -3
- package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +12 -5
- package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-group.mjs +2 -2
- package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-language-selector.mjs +1 -1
- package/fesm2022/eui-components-eui-language-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-navbar.mjs +1 -1
- package/fesm2022/eui-components-eui-navbar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +2 -2
- package/fesm2022/eui-components-eui-popover.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-bar.mjs +37 -31
- package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table-v2.mjs +482 -5
- package/fesm2022/eui-components-eui-table-v2.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +1 -1
- package/fesm2022/eui-components-eui-table.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +2 -2
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +1 -1
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/package.json +7 -7
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-autocomplete.component.d.ts","sourceRoot":"","sources":["../../eui-autocomplete/eui-autocomplete.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,MAAM,EACN,SAAS,EACT,SAAS,EACT,aAAa,EAEb,aAAa,EACb,gBAAgB,EAEhB,WAAW,EACX,UAAU,EAEV,YAAY,EAIZ,iBAAiB,EAEjB,SAAS,EAKT,OAAO,EACV,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,eAAe,EAAuD,MAAM,MAAM,CAAC;AAE5F,OAAO,EAAmE,OAAO,EAChF,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAiB,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACnG,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,OAAO,EAAkB,MAAM,0BAA0B,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;
|
1
|
+
{"version":3,"file":"eui-autocomplete.component.d.ts","sourceRoot":"","sources":["../../eui-autocomplete/eui-autocomplete.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,MAAM,EACN,SAAS,EACT,SAAS,EACT,aAAa,EAEb,aAAa,EACb,gBAAgB,EAEhB,WAAW,EACX,UAAU,EAEV,YAAY,EAIZ,iBAAiB,EAEjB,SAAS,EAKT,OAAO,EACV,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,eAAe,EAAuD,MAAM,MAAM,CAAC;AAE5F,OAAO,EAAmE,OAAO,EAChF,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAiB,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACnG,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,OAAO,EAAkB,MAAM,0BAA0B,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;;;AAG3E;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAsBa,wBAAyB,YAAW,MAAM,EAAE,SAAS,EAAE,oBAAoB,EAAE,SAAS,EAAE,aAAa,EAAE,OAAO;IAqRnH,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,mBAAmB;IACP,OAAO,CAAC,OAAO;IACd,OAAO,CAAC,UAAU;IA7R3C;;;;;OAKG;IACH,IACW,UAAU,IAAI,MAAM,CAO9B;IACD;;OAEG;IACM,OAAO,EAAE,MAAM,CAAC;IACzB;;OAEG;IACM,gBAAgB,EAAE,mBAAmB,EAAE,CAAM;IACtD;;;;OAIG;IACM,cAAc,SAAK;IAC5B;;;;OAIG;IACM,QAAQ,EAAE,WAAW,GAAG,UAAU,CAAc;IACzD;;OAEG;IACM,WAAW,SAAM;IAC1B;;OAEG;IACM,wBAAwB,EAAE,mBAAmB,EAAE,CAAM;IAC9D;;;;;OAKG;IACM,cAAc,EAAE,KAAK,GAAG,MAAM,CAAS;IAChD;;;;;OAKG;IACM,cAAc,EAAE,KAAK,GAAG,MAAM,CAAS;IAChD;;;;;OAKG;IACM,aAAa,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAS;IAC5D;;OAEG;IACM,OAAO,EAAE,MAAM,CAAC;IACzB;;OAEG;IACM,mBAAmB,EAAE,MAAM,CAAQ;IAC5C;;OAEG;IACM,mBAAmB,EAAE,MAAM,CAAQ;IAC5C;;OAEG;IACM,SAAS,EAAE,MAAM,CAAQ;IAClC;;;;OAIG;IACM,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;IACrC;;OAEG;IACM,qBAAqB,EAAE,MAAM,CAAC;IACvC;;OAEG;IACM,sBAAsB,EAAE,MAAM,EAAE,CAAM;IAE/C;;;;OAIG;IACqC,kBAAkB,UAAQ;IAClE;;;;OAIG;IACqC,UAAU,UAAS;IAC3D;;;;OAIG;IACqC,SAAS,UAAS;IAC1D;;;;OAIG;IACqC,QAAQ,UAAS;IACzD;;;;OAIG;IACqC,OAAO,UAAS;IACxD;;;;OAIG;IACqC,aAAa,UAAS;IAC9D;;;;OAIG;IACqC,aAAa,UAAS;IAC9D;;;;;OAKG;IACqC,gBAAgB,UAAQ;IAChE;;;;;OAKG;IACqC,uBAAuB,UAAS;IACxE;;;;OAIG;IACqC,WAAW,UAAU;IAC7D;;;;OAIG;IACqC,gBAAgB,UAAS;IACjE;;OAEG;IACoC,oBAAoB,MAAQ;IACnE;;OAEG;IACoC,uBAAuB,MAAQ;IACtE;;;;OAIG;IACqC,uBAAuB,UAAS;IACxE;;;;OAIG;IACqC,kBAAkB,UAAS;IAE5D,mBAAmB,8CAAqE;IACxF,mBAAmB,SAAK;IACxB,mBAAmB,sBAA+B;IAClD,UAAU,UAAS;IACnB,KAAK,EAAE,OAAO,EAAE,CAAM;IACtB,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,cAAc;;qBAAkD,mBAAmB,EAAE;4BAAkB,MAAM;;OAAU;IACvH,iBAAiB,SAAK;IACtB,QAAQ,SAAM;IACd,0BAA0B,EAAE,WAAW,CAAC;QAAE,SAAS,EAAE,mBAAmB,CAAA;KAAE,CAAC,CAAC;IAC5E,4BAA4B,EAAE,WAAW,CAAC;QAAE,SAAS,EAAE;YAAE,KAAK,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC,CAAC;IAE5C,SAAS,EAAE,SAAS,CAAC,oBAAoB,CAAC,CAAC;IAE9C,qBAAqB,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;IACnD,iBAAiB,EAAE,UAAU,CAAC;IAC/B,gBAAgB,EAAE,wBAAwB,CAAC;IAChC,KAAK,EAAE,UAAU,CAAC;IAE5D;;OAEG;IACO,UAAU,oBAAsB;IAC1C;;OAEG;IACO,SAAS,oBAAsB;IACzC;;OAEG;IACO,UAAU,oBAAsB;IAC1C;;OAEG;IACO,SAAS,oBAAsB;IACzC;;OAEG;IACO,KAAK,oBAAsB;IACrC;;OAEG;IACO,eAAe,2CAA6C;IACtE;;OAEG;IACO,OAAO,yCAA2C;IAC5D;;OAEG;IACO,UAAU,yCAA2C;IAC/D;;OAEG;IACO,WAAW,uBAA8B;IACnD;;OAEG;IACO,aAAa,gCAAuC;IAC9D;;OAEG;IACO,eAAe,gCAAuC;IAChE;;OAEG;IACO,QAAQ,gCAAuC;IAEzD,SAAS,CAAC,wBAAwB,EAAE,OAAO,CAAC;IAC5C,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,OAAO,CAAuC;IACtD,OAAO,CAAC,cAAc,CAA0B;IAChD,OAAO,CAAC,yCAAyC,CAAsB;IACvE,OAAO,CAAC,iCAAiC,CAAsB;IAC/D,OAAO,CAAC,4BAA4B,CAAsB;IAC1D,OAAO,CAAC,oBAAoB,CAAsB;IAClD,OAAO,CAAC,+BAA+B,CAAsB;IAC7D,OAAO,CAAC,4BAA4B,CAAsB;IAC1D,OAAO,CAAC,wBAAwB,CAAsB;IACtD,OAAO,CAAC,KAAK,CAAqD;IAClE,OAAO,CAAC,GAAG,CAGR;IACH,OAAO,CAAC,MAAM,CAGX;IACH,OAAO,CAAC,iBAAiB,CAAqD;gBAGlE,OAAO,EAAE,OAAO,EAChB,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EAClC,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,kBAAkB,EAAE,kBAAkB,EACtC,mBAAmB,EAAE,mBAAmB,EACpB,OAAO,EAAE,SAAS,EACjB,UAAU,EAAE,MAAM;IAOnD,WAAW,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAYnC,QAAQ,IAAI,IAAI;IAkDhB,SAAS,IAAI,IAAI;IAUjB,eAAe,IAAI,IAAI;IAavB,WAAW,IAAI,IAAI;IAWnB;;;;OAIG;IACH,IAAI,wBAAwB,IAAI,MAAM,CAwBrC;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED;;;;OAIG;IACH,IAAI,gBAAgB,IAAI,OAAO,CAE9B;IAED;;OAEG;IACI,SAAS,IAAI,IAAI;IAoNxB;;OAEG;IACI,UAAU,IAAI,IAAI;IAazB;;;;OAIG;IACI,gBAAgB,CAAC,CAAC,EAAE,mBAAmB,GAAG,IAAI;IAuBrD;;;;OAIG;IACI,GAAG,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAwBxB,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,mBAAmB,GAAG,MAAM,GAAG,MAAM;IAI3E,UAAU,CAAC,KAAK,EAAE,mBAAmB,GAAG,mBAAmB,EAAE,GAAG,IAAI;IAepE,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAa3C,gBAAgB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAItC,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,OAAO,IAAI,IAAI;IAItB;;OAEG;IACI,OAAO,IAAI,IAAI;IAkCtB;;OAEG;IACI,MAAM,IAAI,IAAI;IAMrB;;;;OAIG;IACI,YAAY,CAAC,CAAC,EAAE;QAAE,KAAK,EAAE,OAAO,EAAE,CAAC;QAAC,OAAO,EAAE,OAAO,GAAG;YAAE,IAAI,EAAE,OAAO,CAAC;YAAC,KAAK,EAAE,KAAK,CAAA;SAAE,CAAA;KAAE,GAAG,IAAI;IAgBtG;;;;OAIG;IACI,aAAa,CAAC,CAAC,EAAE,eAAe,GAAG,IAAI;IAa9C;;;;OAIG;IACI,iBAAiB,CAAC,CAAC,EAAE,eAAe,GAAG,IAAI;IAIlD;;;;OAIG;IACI,kBAAkB,CAAC,CAAC,EAAE,eAAe,GAAG,IAAI;IAInD;;;;OAIG;IACH,OAAO,CAAC,WAAW;IAKnB;;;;;OAKG;IACH,OAAO,CAAC,UAAU;IAWlB;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;OAIG;IACH,OAAO,CAAC,iBAAiB;IAIzB;;;;;OAKG;IACH,OAAO,CAAC,aAAa;IAgCrB;;;;;OAKG;IACH,OAAO,CAAC,SAAS;IAqBjB;;;;;;OAMG;IACH,OAAO,CAAC,UAAU;IA2BlB;;;;;;OAMG;IACH,OAAO,CAAC,eAAe;IAoBvB;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;IAWjB,OAAO,CAAC,QAAQ,CAEd;IAEF,OAAO,CAAC,OAAO,CAEb;IAEF;;;OAGG;IACH,OAAO,CAAC,gCAAgC;yCAvjC/B,wBAAwB;2CAAxB,wBAAwB;iDAojCF,OAAQ;yCAAR,OAAQ;wCAAR,OAAQ;uCAAR,OAAQ;sCAAR,OAAQ;4CAAR,OAAQ;4CAAR,OAAQ;+CAAR,OAAQ;sDAAR,OAAQ;0CAAR,OAAQ;+CAAR,OAAQ;mDAQky1O,OAAQ;sDAAR,OAAQ;sDARlz1O,OAAQ;iDAAR,OAAQ;CAO1C"}
|
@@ -11,6 +11,18 @@ import * as i9 from "@angular/cdk/a11y";
|
|
11
11
|
import * as i10 from "@eui/components/eui-chip-list";
|
12
12
|
import * as i11 from "@eui/components/eui-chip";
|
13
13
|
import * as i12 from "@eui/components/eui-icon";
|
14
|
+
/**
|
15
|
+
* @description
|
16
|
+
* Module that provides the EuiAutocomplete component and its dependencies
|
17
|
+
*
|
18
|
+
* @example
|
19
|
+
* ```typescript
|
20
|
+
* \@NgModule({
|
21
|
+
* imports: [EuiAutocompleteModule]
|
22
|
+
* })
|
23
|
+
* export class YourModule { }
|
24
|
+
* ```
|
25
|
+
*/
|
14
26
|
export declare class EuiAutocompleteModule {
|
15
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAutocompleteModule, never>;
|
16
28
|
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiAutocompleteModule, [typeof i1.EuiAutocompleteComponent, typeof i2.EuiAutocompleteOptionComponent, typeof i3.EuiAutocompleteOptionGroupComponent], [typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.OverlayModule, typeof i7.EuiInputTextModule, typeof i8.ScrollingModule, typeof i9.A11yModule, typeof i10.EuiChipListModule, typeof i11.EuiChipModule, typeof i12.EuiIconModule], [typeof i1.EuiAutocompleteComponent]>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-autocomplete.module.d.ts","sourceRoot":"","sources":["../../eui-autocomplete/eui-autocomplete.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAgBA,qBAmBa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
|
1
|
+
{"version":3,"file":"eui-autocomplete.module.d.ts","sourceRoot":"","sources":["../../eui-autocomplete/eui-autocomplete.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAgBA;;;;;;;;;;;GAWG;AACH,qBAmBa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
|
@@ -4,7 +4,7 @@ import { EuiAutoCompleteItem } from '../models/eui-autocomplete-item.model';
|
|
4
4
|
* @description
|
5
5
|
* Validator checking if the user choose the value in the panel.
|
6
6
|
*
|
7
|
-
* @
|
7
|
+
* @example
|
8
8
|
* ```typescript
|
9
9
|
* autocompleteData: EuiAutoCompleteItem[] = [
|
10
10
|
* { id: 1, label: 'Ananas' },
|
@@ -1,11 +1,51 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
+
/**
|
3
|
+
* @description
|
4
|
+
* EuiBlockDocumentComponent creates a document overlay that can be toggled into
|
5
|
+
* a blocked state. When blocked, a loading indicator is displayed.
|
6
|
+
* Uses OnPush change detection strategy for better performance.
|
7
|
+
*
|
8
|
+
* @example
|
9
|
+
* <!-- Basic usage -->
|
10
|
+
* <eui-block-document></eui-block-document>
|
11
|
+
*
|
12
|
+
* <!-- With blocked state and custom accessibility -->
|
13
|
+
* <eui-block-document
|
14
|
+
* [isBlocked]="true"
|
15
|
+
* role="region"
|
16
|
+
* ariaLabel="Loading document content">
|
17
|
+
* </eui-block-document>
|
18
|
+
*/
|
2
19
|
export declare class EuiBlockDocumentComponent {
|
20
|
+
/**
|
21
|
+
* Applies CSS classes to the host element.
|
22
|
+
* Always includes 'eui-block-document' and conditionally adds
|
23
|
+
* 'eui-block-document--blocked' when isBlocked is true.
|
24
|
+
*
|
25
|
+
* @returns String of space-separated CSS classes
|
26
|
+
*/
|
3
27
|
get cssClasses(): string;
|
28
|
+
/**
|
29
|
+
* Controls whether the document is in blocked state.
|
30
|
+
* When true, displays the loading indicator.
|
31
|
+
*
|
32
|
+
* @default false
|
33
|
+
*/
|
4
34
|
isBlocked: boolean;
|
35
|
+
/**
|
36
|
+
* ARIA role for the document component.
|
37
|
+
*
|
38
|
+
* @default 'region'
|
39
|
+
*/
|
5
40
|
role: string;
|
41
|
+
/**
|
42
|
+
* ARIA label for the document component.
|
43
|
+
*
|
44
|
+
* @default 'eUI Block Document'
|
45
|
+
*/
|
6
46
|
ariaLabel: string;
|
7
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiBlockDocumentComponent, never>;
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiBlockDocumentComponent, "eui-block-document", never, { "isBlocked": { "alias": "isBlocked"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never,
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiBlockDocumentComponent, "eui-block-document", never, { "isBlocked": { "alias": "isBlocked"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
|
9
49
|
static ngAcceptInputType_isBlocked: unknown;
|
10
50
|
}
|
11
51
|
//# sourceMappingURL=eui-block-document.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-block-document.component.d.ts","sourceRoot":"","sources":["../../eui-block-document/eui-block-document.component.ts"],"names":[],"mappings":";AAEA,
|
1
|
+
{"version":3,"file":"eui-block-document.component.d.ts","sourceRoot":"","sources":["../../eui-block-document/eui-block-document.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;GAgBG;AACH,qBAMa,yBAAyB;IAClC;;;;;;OAMG;IACH,IACI,UAAU,IAAI,MAAM,CAKvB;IAED;;;;;OAKG;IACqC,SAAS,UAAS;IAE1D;;;;OAIG;IACuB,IAAI,SAAY;IAE1C;;;;OAIG;IACsC,SAAS,SAAuB;yCApChE,yBAAyB;2CAAzB,yBAAyB;wCAsCu11C,OAAQ;CADp41C"}
|
@@ -1,9 +1,19 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./eui-block-document.component";
|
3
|
-
|
3
|
+
/**
|
4
|
+
* EuiBlockDocumentModule is an Angular module that declares and exports the EuiBlockDocumentComponent.
|
5
|
+
*
|
6
|
+
* @deprecated Use {@link EuiBlockDocumentComponent} instead.
|
7
|
+
*
|
8
|
+
* @example
|
9
|
+
* @NgModule({
|
10
|
+
* imports: [EuiBlockDocumentModule]
|
11
|
+
* })
|
12
|
+
* export class AppModule {}
|
13
|
+
*/
|
4
14
|
export declare class EuiBlockDocumentModule {
|
5
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiBlockDocumentModule, never>;
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiBlockDocumentModule, [typeof i1.EuiBlockDocumentComponent], [typeof
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiBlockDocumentModule, never, [typeof i1.EuiBlockDocumentComponent], [typeof i1.EuiBlockDocumentComponent]>;
|
7
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiBlockDocumentModule>;
|
8
18
|
}
|
9
19
|
//# sourceMappingURL=eui-block-document.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-block-document.module.d.ts","sourceRoot":"","sources":["../../eui-block-document/eui-block-document.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-block-document.module.d.ts","sourceRoot":"","sources":["../../eui-block-document/eui-block-document.module.ts"],"names":[],"mappings":";;AAGA;;;;;;;;;;GAUG;AACH,qBAIa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
@@ -12,6 +12,10 @@ export declare class EuiDateRangeSelectorComponent implements OnInit, OnDestroy,
|
|
12
12
|
protected translateService: TranslateService;
|
13
13
|
protected localeService: LocaleService;
|
14
14
|
protected adapter: DateAdapter<any>;
|
15
|
+
/**
|
16
|
+
* @deprecated will be removed in the next major version
|
17
|
+
* @breaking-change 21.0.0
|
18
|
+
*/
|
15
19
|
private componentFactoryResolver;
|
16
20
|
private injector;
|
17
21
|
private appRef;
|
@@ -54,7 +58,12 @@ export declare class EuiDateRangeSelectorComponent implements OnInit, OnDestroy,
|
|
54
58
|
private portalHost;
|
55
59
|
private portal;
|
56
60
|
protected timeRangeInstance: EuiTimeRangepickerComponent;
|
57
|
-
constructor(translateService: TranslateService, localeService: LocaleService, adapter: DateAdapter<any>,
|
61
|
+
constructor(translateService: TranslateService, localeService: LocaleService, adapter: DateAdapter<any>,
|
62
|
+
/**
|
63
|
+
* @deprecated will be removed in the next major version
|
64
|
+
* @breaking-change 21.0.0
|
65
|
+
*/
|
66
|
+
componentFactoryResolver: ComponentFactoryResolver, injector: Injector, appRef: ApplicationRef, control: NgControl);
|
58
67
|
ngOnInit(): void;
|
59
68
|
ngDoCheck(): void;
|
60
69
|
ngOnChanges(changes: SimpleChanges): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-date-range-selector.component.d.ts","sourceRoot":"","sources":["../../eui-date-range-selector/eui-date-range-selector.component.ts"],"names":[],"mappings":"AACA,OAAO,EACH,cAAc,EAEd,wBAAwB,EAExB,OAAO,EACP,YAAY,EAEZ,QAAQ,EAER,SAAS,EACT,SAAS,EACT,MAAM,EAIN,aAAa,EAIhB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAErD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAIvD,OAAO,oBAAoB,CAAC;AAE5B,OAAO,EAA4B,aAAa,EAAY,MAAM,WAAW,CAAC;AAC9E,OAAO,EAAE,yBAAyB,EAAE,MAAM,8CAA8C,CAAC;AACzF,OAAO,EAAE,2BAA2B,EAAE,MAAM,yDAAyD,CAAC;;AAGtG,qBAOa,6BAA8B,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,oBAAoB,EAAE,OAAO;IAqDzG,SAAS,CAAC,gBAAgB,EAAE,gBAAgB;IAChC,SAAS,CAAC,aAAa,EAAE,aAAa;IAClD,SAAS,CAAC,OAAO,EAAE,WAAW,CAAC,GAAG,CAAC;IACnC,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACM,SAAS,CAAC,OAAO,EAAE,SAAS;
|
1
|
+
{"version":3,"file":"eui-date-range-selector.component.d.ts","sourceRoot":"","sources":["../../eui-date-range-selector/eui-date-range-selector.component.ts"],"names":[],"mappings":"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"}
|
@@ -16,6 +16,10 @@ export declare class EuiDatepickerComponent implements OnInit, AfterViewInit, Co
|
|
16
16
|
private translateService;
|
17
17
|
private localeService;
|
18
18
|
private EuiAppShellService;
|
19
|
+
/**
|
20
|
+
* @deprecated will be removed in the next major version
|
21
|
+
* @breaking-change 21.0.0
|
22
|
+
*/
|
19
23
|
private componentFactoryResolver;
|
20
24
|
private injector;
|
21
25
|
private appRef;
|
@@ -75,7 +79,12 @@ export declare class EuiDatepickerComponent implements OnInit, AfterViewInit, Co
|
|
75
79
|
private portal;
|
76
80
|
private templatePortal;
|
77
81
|
private isNull;
|
78
|
-
constructor(adapter: DateAdapter<any>, translateService: TranslateService, localeService: LocaleService, EuiAppShellService: EuiAppShellService,
|
82
|
+
constructor(adapter: DateAdapter<any>, translateService: TranslateService, localeService: LocaleService, EuiAppShellService: EuiAppShellService,
|
83
|
+
/**
|
84
|
+
* @deprecated will be removed in the next major version
|
85
|
+
* @breaking-change 21.0.0
|
86
|
+
*/
|
87
|
+
componentFactoryResolver: ComponentFactoryResolver, injector: Injector, appRef: ApplicationRef, viewContainerRef: ViewContainerRef, baseStatesDirective: BaseStatesDirective, euiLetterFormat: EuiLetterFormatDirective, control: NgControl);
|
79
88
|
ngOnInit(): void;
|
80
89
|
ngAfterViewInit(): void;
|
81
90
|
ngDoCheck(): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-datepicker.component.d.ts","sourceRoot":"","sources":["../../eui-datepicker/eui-datepicker.component.ts"],"names":[],"mappings":"AACA,OAAO,EACH,cAAc,EAEd,wBAAwB,EACxB,YAAY,EAEZ,QAAQ,EAER,SAAS,EACT,SAAS,EACT,OAAO,EACP,MAAM,EAIN,aAAa,EAQb,aAAa,EACb,WAAW,EACX,gBAAgB,EAIhB,UAAU,EACb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAoC,MAAM,wBAAwB,CAAC;AACvF,OAAO,EAAE,4BAA4B,EAAE,aAAa,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACpH,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAIvD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,oBAAoB,CAAC;AAE5B,OAAO,EAAE,sBAAsB,EAA2B,MAAM,gCAAgC,CAAC;AACjG,OAAO,EAA4B,aAAa,EAAE,kBAAkB,EAAY,MAAM,WAAW,CAAC;AAClG,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAI7D,qBAmBa,sBAAuB,YAAW,MAAM,EAAE,aAAa,EAAE,oBAAoB,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO;IA+FjH,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,gBAAgB;IACjB,mBAAmB,EAAE,mBAAmB;IACwB,eAAe,EAAE,wBAAwB;IAC5F,OAAO,CAAC,OAAO;
|
1
|
+
{"version":3,"file":"eui-datepicker.component.d.ts","sourceRoot":"","sources":["../../eui-datepicker/eui-datepicker.component.ts"],"names":[],"mappings":"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"}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class EuiDropdownContentDirective {
|
3
3
|
role: string;
|
4
|
+
c: string;
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiDropdownContentDirective, never>;
|
5
6
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EuiDropdownContentDirective, "eui-dropdown-content", never, {}, {}, never, never, false, never>;
|
6
7
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-dropdown-content.directive.d.ts","sourceRoot":"","sources":["../../../eui-dropdown/directives/eui-dropdown-content.directive.ts"],"names":[],"mappings":";AAGA,qBACa,2BAA2B;IACV,IAAI,SAAU;
|
1
|
+
{"version":3,"file":"eui-dropdown-content.directive.d.ts","sourceRoot":"","sources":["../../../eui-dropdown/directives/eui-dropdown-content.directive.ts"],"names":[],"mappings":";AAGA,qBACa,2BAA2B;IACV,IAAI,SAAU;IAClB,CAAC,SAA0B;yCAFxC,2BAA2B;2CAA3B,2BAA2B;CAGvC"}
|
@@ -16,6 +16,7 @@ export declare class EuiDropdownComponent implements OnInit, OnDestroy, AfterVie
|
|
16
16
|
e2eAttr: string;
|
17
17
|
tabIndex: number;
|
18
18
|
width: string;
|
19
|
+
height: string;
|
19
20
|
position: 'top' | 'right' | 'bottom' | 'left';
|
20
21
|
subDropdownPosition: 'right' | 'left';
|
21
22
|
isBlock: boolean;
|
@@ -97,7 +98,7 @@ export declare class EuiDropdownComponent implements OnInit, OnDestroy, AfterVie
|
|
97
98
|
private isTriggerFocusableOnClose;
|
98
99
|
private setPosition;
|
99
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiDropdownComponent, never>;
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiDropdownComponent, "eui-dropdown", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "width": { "alias": "width"; "required": false; }; "position": { "alias": "position"; "required": false; }; "subDropdownPosition": { "alias": "subDropdownPosition"; "required": false; }; "isBlock": { "alias": "isBlock"; "required": false; }; "isDropDownRightAligned": { "alias": "isDropDownRightAligned"; "required": false; }; "hasClosedOnClickInside": { "alias": "hasClosedOnClickInside"; "required": false; }; "isLabelUpdatedFromSelectedItem": { "alias": "isLabelUpdatedFromSelectedItem"; "required": false; }; "isExpandOnHover": { "alias": "isExpandOnHover"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; "isRightClickEnabled": { "alias": "isRightClickEnabled"; "required": false; }; "euiDisabled": { "alias": "euiDisabled"; "required": false; }; }, { "expand": "expand"; }, ["euiDropdownItems"], ["*", "eui-dropdown-content"], false, never>;
|
101
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiDropdownComponent, "eui-dropdown", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "position": { "alias": "position"; "required": false; }; "subDropdownPosition": { "alias": "subDropdownPosition"; "required": false; }; "isBlock": { "alias": "isBlock"; "required": false; }; "isDropDownRightAligned": { "alias": "isDropDownRightAligned"; "required": false; }; "hasClosedOnClickInside": { "alias": "hasClosedOnClickInside"; "required": false; }; "isLabelUpdatedFromSelectedItem": { "alias": "isLabelUpdatedFromSelectedItem"; "required": false; }; "isExpandOnHover": { "alias": "isExpandOnHover"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; "isRightClickEnabled": { "alias": "isRightClickEnabled"; "required": false; }; "euiDisabled": { "alias": "euiDisabled"; "required": false; }; }, { "expand": "expand"; }, ["euiDropdownItems"], ["*", "eui-dropdown-content"], false, never>;
|
101
102
|
static ngAcceptInputType_isBlock: unknown;
|
102
103
|
static ngAcceptInputType_isDropDownRightAligned: unknown;
|
103
104
|
static ngAcceptInputType_hasClosedOnClickInside: unknown;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-dropdown.component.d.ts","sourceRoot":"","sources":["../../eui-dropdown/eui-dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EACN,SAAS,EACT,aAAa,EACb,gBAAgB,EAEhB,WAAW,EAEX,SAAS,EACT,UAAU,EACV,SAAS,EAET,YAAY,EAIZ,iBAAiB,EAEpB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAMH,OAAO,EAEP,gBAAgB,EACnB,MAAM,sBAAsB,CAAC;AAG9B,OAAO,EAA8B,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAG9E,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAC;AACvF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;;AAE5D,qBASa,oBAAqB,YAAW,MAAM,EAAE,SAAS,EAAE,aAAa;
|
1
|
+
{"version":3,"file":"eui-dropdown.component.d.ts","sourceRoot":"","sources":["../../eui-dropdown/eui-dropdown.component.ts"],"names":[],"mappings":"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"}
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { SimpleChanges, OnChanges } from '@angular/core';
|
2
|
+
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
2
3
|
import { BaseStatesDirective } from '@eui/components/shared';
|
3
4
|
import * as i0 from "@angular/core";
|
4
5
|
import * as i1 from "@eui/components/shared";
|
@@ -14,36 +15,42 @@ import * as i1 from "@eui/components/shared";
|
|
14
15
|
* euiSuccess>
|
15
16
|
* </eui-progress-bar>
|
16
17
|
*/
|
17
|
-
export declare class EuiProgressBarComponent {
|
18
|
+
export declare class EuiProgressBarComponent implements OnChanges {
|
18
19
|
/** Element attribute for e2e testing */
|
19
20
|
e2eAttr: string;
|
20
21
|
/** CSS classes applied to the host element */
|
21
22
|
get cssClasses(): string;
|
22
23
|
/** Optional label displayed above the progress bar */
|
23
|
-
label:
|
24
|
+
label: string;
|
24
25
|
/**
|
25
26
|
* Current progress value (0-100)
|
26
27
|
* Values greater than 100 will be capped at 100
|
27
28
|
*/
|
28
|
-
progress:
|
29
|
+
progress: NumberInput;
|
29
30
|
/**
|
30
31
|
* When true, shows an indeterminate progress animation
|
31
32
|
* instead of a specific progress value
|
32
33
|
*/
|
33
|
-
isIndeterminate:
|
34
|
+
isIndeterminate: BooleanInput;
|
34
35
|
/**
|
35
36
|
* When true, displays a status icon based on the current state
|
36
37
|
* (success, warning, error, etc.)
|
37
38
|
*/
|
38
|
-
hasStatusIcon:
|
39
|
-
/**
|
40
|
-
|
39
|
+
hasStatusIcon: BooleanInput;
|
40
|
+
/**
|
41
|
+
* Reference to the BaseStatesDirective for managing component states
|
42
|
+
*/
|
43
|
+
baseStatesDirective: BaseStatesDirective;
|
44
|
+
ngOnChanges(changes: SimpleChanges): void;
|
41
45
|
/**
|
42
46
|
* Generates CSS classes for the component based on current state
|
43
47
|
* @returns Space-separated string of CSS class names
|
44
48
|
*/
|
45
49
|
private getCssClasses;
|
46
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiProgressBarComponent, never>;
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiProgressBarComponent, "eui-progress-bar", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "label": { "alias": "label"; "required": false;
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiProgressBarComponent, "eui-progress-bar", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "label": { "alias": "label"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "isIndeterminate": { "alias": "isIndeterminate"; "required": false; }; "hasStatusIcon": { "alias": "hasStatusIcon"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiSecondary": "euiSecondary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiSize2XS": "euiSize2XS"; "euiSizeXS": "euiSizeXS"; "euiSizeS": "euiSizeS"; "euiSizeM": "euiSizeM"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiVariant": "euiVariant"; "euiSizeVariant": "euiSizeVariant"; }; outputs: {}; }]>;
|
52
|
+
static ngAcceptInputType_progress: unknown;
|
53
|
+
static ngAcceptInputType_isIndeterminate: unknown;
|
54
|
+
static ngAcceptInputType_hasStatusIcon: unknown;
|
48
55
|
}
|
49
56
|
//# sourceMappingURL=eui-progress-bar.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-progress-bar.component.d.ts","sourceRoot":"","sources":["../../eui-progress-bar/eui-progress-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"eui-progress-bar.component.d.ts","sourceRoot":"","sources":["../../eui-progress-bar/eui-progress-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,aAAa,EACb,SAAS,EAKZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAElE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAW7D;;;;;;;;;;;GAWG;AACH,qBA4Ba,uBAAwB,YAAW,SAAS;IACrD,wCAAwC;IAGxC,OAAO,SAAsB;IAE7B,8CAA8C;IAC9C,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,sDAAsD;IAC7C,KAAK,SAAM;IAEpB;;;OAGG;IAEH,QAAQ,EAAE,WAAW,CAAC;IAEtB;;;OAGG;IAEH,eAAe,EAAE,YAAY,CAAS;IAEtC;;;OAGG;IAEH,aAAa,EAAE,YAAY,CAAS;IAEpC;;OAEG;IACI,mBAAmB,EAAE,mBAAmB,CAA+B;IAE9E,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASzC;;;OAGG;IACH,OAAO,CAAC,aAAa;yCAtDZ,uBAAuB;2CAAvB,uBAAuB;uCAgE2noR,OAAQ;8CAA3l2O,OAAQ;4CAAR,OAAQ;CADnlyC"}
|
@@ -1,7 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "
|
3
|
-
import * as i2 from "@eui/components/eui-icon-state";
|
4
|
-
import * as i3 from "./eui-progress-bar.component";
|
2
|
+
import * as i1 from "./eui-progress-bar.component";
|
5
3
|
/**
|
6
4
|
* Module providing the EuiProgressBar component and its dependencies.
|
7
5
|
*
|
@@ -9,26 +7,16 @@ import * as i3 from "./eui-progress-bar.component";
|
|
9
7
|
* This module is maintained for backward compatibility.
|
10
8
|
*
|
11
9
|
* @example
|
12
|
-
*
|
13
|
-
*
|
10
|
+
* Instead of importing the module:
|
11
|
+
* import { EuiProgressBarModule } from '@eui/components/eui-progress-bar';
|
14
12
|
*
|
15
|
-
* // Import the standalone component:
|
16
|
-
* import { EuiProgressBarComponent } from '@eui/components/eui-progress-bar';
|
17
|
-
*
|
18
|
-
* @example
|
19
|
-
* // Instead of adding to NgModule imports:
|
20
|
-
* // @NgModule({
|
21
|
-
* // imports: [EuiProgressBarModule]
|
22
|
-
* // })
|
23
|
-
*
|
24
|
-
* // Add the standalone component:
|
25
13
|
* @NgModule({
|
26
|
-
* imports: [
|
14
|
+
* imports: [EuiProgressBarModule]
|
27
15
|
* })
|
28
16
|
*/
|
29
17
|
export declare class EuiProgressBarModule {
|
30
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiProgressBarModule, never>;
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiProgressBarModule, never, [typeof i1.
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiProgressBarModule, never, [typeof i1.EuiProgressBarComponent], [typeof i1.EuiProgressBarComponent]>;
|
32
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiProgressBarModule>;
|
33
21
|
}
|
34
22
|
//# sourceMappingURL=eui-progress-bar.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-progress-bar.module.d.ts","sourceRoot":"","sources":["../../eui-progress-bar/eui-progress-bar.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-progress-bar.module.d.ts","sourceRoot":"","sources":["../../eui-progress-bar/eui-progress-bar.module.ts"],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;GAaG;AACH,qBAIa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
@@ -1,6 +1,10 @@
|
|
1
1
|
import { ElementRef, OnInit } from '@angular/core';
|
2
2
|
import { AnimationBuilder } from '@angular/animations';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* @description
|
6
|
+
* Directive used to activate the expandable feature on a orw of the table.
|
7
|
+
*/
|
4
8
|
export declare class EuiTableV2ExpandableRowDirective implements OnInit {
|
5
9
|
private el;
|
6
10
|
private animationBuilder;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-table-v2-expandable-row.directive.d.ts","sourceRoot":"","sources":["../../../eui-table-v2/directives/eui-table-v2-expandable-row.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAmC,MAAM,qBAAqB,CAAC;;AAExF,qBAKa,gCAAiC,YAAW,MAAM;IAI/C,OAAO,CAAC,EAAE;IAAc,OAAO,CAAC,gBAAgB;IAHtC,MAAM,SAAiC;IAC7D,OAAO,CAAC,eAAe,CAAkB;gBAErB,EAAE,EAAE,UAAU,EAAU,gBAAgB,EAAE,gBAAgB;IAE9E,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED,QAAQ,IAAI,IAAI;yCAVP,gCAAgC;2CAAhC,gCAAgC;CAmB5C"}
|
1
|
+
{"version":3,"file":"eui-table-v2-expandable-row.directive.d.ts","sourceRoot":"","sources":["../../../eui-table-v2/directives/eui-table-v2-expandable-row.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAmC,MAAM,qBAAqB,CAAC;;AAExF;;;GAGG;AACH,qBAKa,gCAAiC,YAAW,MAAM;IAI/C,OAAO,CAAC,EAAE;IAAc,OAAO,CAAC,gBAAgB;IAHtC,MAAM,SAAiC;IAC7D,OAAO,CAAC,eAAe,CAAkB;gBAErB,EAAE,EAAE,UAAU,EAAU,gBAAgB,EAAE,gBAAgB;IAE9E,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED,QAAQ,IAAI,IAAI;yCAVP,gCAAgC;2CAAhC,gCAAgC;CAmB5C"}
|
@@ -1,4 +1,8 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
+
/**
|
3
|
+
* @description
|
4
|
+
* Directive used to activate the sticky feature on a column of the table.
|
5
|
+
*/
|
2
6
|
export declare class EuiTableV2StickyColDirective {
|
3
7
|
class: string;
|
4
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTableV2StickyColDirective, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-table-v2-sticky-col.directive.d.ts","sourceRoot":"","sources":["../../../eui-table-v2/directives/eui-table-v2-sticky-col.directive.ts"],"names":[],"mappings":";AAEA,qBAKa,4BAA4B;IACf,KAAK,SAA+B;yCADjD,4BAA4B;2CAA5B,4BAA4B;CAExC"}
|
1
|
+
{"version":3,"file":"eui-table-v2-sticky-col.directive.d.ts","sourceRoot":"","sources":["../../../eui-table-v2/directives/eui-table-v2-sticky-col.directive.ts"],"names":[],"mappings":";AAEA;;;GAGG;AACH,qBAKa,4BAA4B;IACf,KAAK,SAA+B;yCADjD,4BAA4B;2CAA5B,4BAA4B;CAExC"}
|