@eui/components 17.0.0-next.7 → 17.0.0-next.9

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.
Files changed (390) hide show
  1. package/directives/eui-clearable.directive.d.ts.map +1 -1
  2. package/esm2022/directives/eui-clearable.directive.mjs +10 -9
  3. package/esm2022/directives/eui-has-permission.directive.mjs +9 -9
  4. package/esm2022/directives/eui-loading.directive.mjs +5 -5
  5. package/esm2022/directives/eui-maxlength.directive.mjs +10 -10
  6. package/esm2022/directives/eui-resizable/eui-resizable.component.mjs +3 -3
  7. package/esm2022/directives/eui-resizable/eui-resizable.directive.mjs +6 -6
  8. package/esm2022/directives/eui-resizable/eui-resizable.module.mjs +4 -4
  9. package/esm2022/directives/eui-scroll-handler.directive.mjs +15 -15
  10. package/esm2022/directives/eui-smooth-scroll.directive.mjs +13 -13
  11. package/esm2022/directives/eui-template.directive.mjs +9 -9
  12. package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +6 -6
  13. package/esm2022/directives/eui-tooltip/eui-tooltip.directive.mjs +5 -5
  14. package/esm2022/directives/eui-tooltip/eui-tooltip.module.mjs +4 -4
  15. package/esm2022/eui-alert/eui-alert.component.mjs +9 -9
  16. package/esm2022/eui-all/eui-all.module.mjs +10 -9
  17. package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +11 -9
  18. package/esm2022/eui-autocomplete/eui-autocomplete.module.mjs +4 -4
  19. package/esm2022/eui-badge/eui-badge.component.mjs +9 -9
  20. package/esm2022/eui-block-content/eui-block-content.component.mjs +5 -5
  21. package/esm2022/eui-block-content/eui-block-content.module.mjs +4 -4
  22. package/esm2022/eui-block-document/eui-block-document.component.mjs +5 -5
  23. package/esm2022/eui-block-document/eui-block-document.module.mjs +4 -4
  24. package/esm2022/eui-button/eui-button.component.mjs +9 -9
  25. package/esm2022/eui-button-group/eui-button-group.component.mjs +9 -9
  26. package/esm2022/eui-buttons/eui-buttons.component.mjs +15 -15
  27. package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +3 -3
  28. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.mjs +3 -3
  29. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.mjs +3 -3
  30. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.mjs +3 -3
  31. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer.component.mjs +4 -4
  32. package/esm2022/eui-card/components/eui-card-header/eui-card-header-left-content.component.mjs +3 -3
  33. package/esm2022/eui-card/components/eui-card-header/eui-card-header-right-content.component.mjs +3 -3
  34. package/esm2022/eui-card/components/eui-card-header/eui-card-header-subtitle.component.mjs +3 -3
  35. package/esm2022/eui-card/components/eui-card-header/eui-card-header-title.component.mjs +3 -3
  36. package/esm2022/eui-card/components/eui-card-header/eui-card-header.component.mjs +5 -5
  37. package/esm2022/eui-card/components/eui-card-header-body/eui-card-header-body.component.mjs +3 -3
  38. package/esm2022/eui-card/components/eui-card-media/eui-card-media.component.mjs +3 -3
  39. package/esm2022/eui-card/eui-card.component.mjs +5 -5
  40. package/esm2022/eui-card/eui-card.module.mjs +4 -4
  41. package/esm2022/eui-card/services/ui-state.service.mjs +3 -3
  42. package/esm2022/eui-chip/eui-chip.component.mjs +5 -5
  43. package/esm2022/eui-chip/eui-chip.module.mjs +4 -4
  44. package/esm2022/eui-chip-list/eui-chip-list.component.mjs +8 -8
  45. package/esm2022/eui-chip-list/eui-chip-list.module.mjs +4 -4
  46. package/esm2022/eui-chip-list/services/eui-chip-list-drag.service.mjs +3 -3
  47. package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +15 -15
  48. package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +9 -9
  49. package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +7 -7
  50. package/esm2022/eui-date-range-selector/eui-date-range-selector.module.mjs +4 -4
  51. package/esm2022/eui-datepicker/eui-datepicker.component.mjs +19 -19
  52. package/esm2022/eui-datepicker/eui-datepicker.module.mjs +4 -4
  53. package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +21 -7
  54. package/esm2022/eui-dialog/eui-dialog.component.mjs +11 -11
  55. package/esm2022/eui-dialog/eui-dialog.module.mjs +4 -4
  56. package/esm2022/eui-dialog/services/eui-dialog.service.mjs +4 -4
  57. package/esm2022/eui-dimmer/dimmer.component.mjs +5 -5
  58. package/esm2022/eui-dimmer/dimmer.module.mjs +4 -4
  59. package/esm2022/eui-disable-content/eui-disable-content.component.mjs +9 -9
  60. package/esm2022/eui-discussion-thread/eui-discussion-thread-item.component.mjs +3 -3
  61. package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +3 -3
  62. package/esm2022/eui-discussion-thread/eui-discussion-thread.module.mjs +4 -4
  63. package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +3 -3
  64. package/esm2022/eui-dropdown/dropdown-item/eui-dropdown-item.component.mjs +6 -6
  65. package/esm2022/eui-dropdown/eui-dropdown.component.mjs +7 -7
  66. package/esm2022/eui-dropdown/eui-dropdown.module.mjs +8 -8
  67. package/esm2022/eui-dropdown/eui-dropdown.service.mjs +3 -3
  68. package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +5 -5
  69. package/esm2022/eui-feedback-message/eui-feedback-message.module.mjs +4 -4
  70. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +11 -11
  71. package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -4
  72. package/esm2022/eui-file-upload/eui-file-upload.component.mjs +3 -3
  73. package/esm2022/eui-file-upload/eui-file-upload.module.mjs +4 -4
  74. package/esm2022/eui-file-upload/file-preview/file-preview.component.mjs +5 -5
  75. package/esm2022/eui-file-upload/pipes/filesize.pipe.mjs +3 -3
  76. package/esm2022/eui-file-upload/progress/eui-file-upload-progress.component.mjs +3 -3
  77. package/esm2022/eui-file-upload/utils/eui-file-upload.utils.mjs +4 -4
  78. package/esm2022/eui-growl/eui-growl.component.mjs +5 -5
  79. package/esm2022/eui-growl/eui-growl.module.mjs +4 -4
  80. package/esm2022/eui-icon/eui-icon-color.component.mjs +3 -3
  81. package/esm2022/eui-icon/eui-icon-svg.component.mjs +6 -6
  82. package/esm2022/eui-icon/eui-icon.component.mjs +5 -5
  83. package/esm2022/eui-icon/eui-icon.module.mjs +4 -4
  84. package/esm2022/eui-icon-toggle/eui-icon-toggle.component.mjs +3 -3
  85. package/esm2022/eui-icon-toggle/eui-icon-toggle.module.mjs +4 -4
  86. package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +6 -6
  87. package/esm2022/eui-input-checkbox/eui-input-checkbox.module.mjs +4 -4
  88. package/esm2022/eui-input-group/eui-input-group.component.mjs +4 -4
  89. package/esm2022/eui-input-group/eui-input-group.module.mjs +4 -4
  90. package/esm2022/eui-input-number/eui-input-number.component.mjs +7 -7
  91. package/esm2022/eui-input-number/eui-input-number.module.mjs +4 -4
  92. package/esm2022/eui-input-number/eui-number-control.directive.mjs +5 -5
  93. package/esm2022/eui-input-radio/eui-input-radio.component.mjs +6 -6
  94. package/esm2022/eui-input-radio/eui-input-radio.module.mjs +4 -4
  95. package/esm2022/eui-input-text/eui-input-text.component.mjs +7 -7
  96. package/esm2022/eui-input-text/eui-input-text.module.mjs +4 -4
  97. package/esm2022/eui-label/eui-label.component.mjs +5 -5
  98. package/esm2022/eui-label/eui-label.module.mjs +4 -4
  99. package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +5 -5
  100. package/esm2022/eui-list/eui-list.component.mjs +5 -5
  101. package/esm2022/eui-list/eui-list.module.mjs +4 -4
  102. package/esm2022/eui-list/services/eui-list.service.mjs +3 -3
  103. package/esm2022/eui-menu/eui-menu-item.component.mjs +5 -5
  104. package/esm2022/eui-menu/eui-menu.component.mjs +5 -5
  105. package/esm2022/eui-menu/eui-menu.module.mjs +4 -4
  106. package/esm2022/eui-message-box/eui-message-box.component.mjs +18 -9
  107. package/esm2022/eui-message-box/eui-message-box.module.mjs +4 -4
  108. package/esm2022/eui-message-box/services/eui-message-box.service.mjs +6 -6
  109. package/esm2022/eui-overlay/components/eui-overlay-body/eui-overlay-body.component.mjs +5 -5
  110. package/esm2022/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.mjs +5 -5
  111. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +5 -5
  112. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.mjs +5 -5
  113. package/esm2022/eui-overlay/eui-overlay.component.mjs +31 -16
  114. package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +3 -3
  115. package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +23 -23
  116. package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +3 -3
  117. package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +3 -3
  118. package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +5 -5
  119. package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +10 -10
  120. package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +3 -3
  121. package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +5 -5
  122. package/esm2022/eui-page/eui-page.component.mjs +4 -4
  123. package/esm2022/eui-page/eui-page.module.mjs +4 -4
  124. package/esm2022/eui-paginator/eui-paginator.component.mjs +5 -5
  125. package/esm2022/eui-paginator/eui-paginator.module.mjs +4 -4
  126. package/esm2022/eui-picker/eui-picker.component.mjs +5 -5
  127. package/esm2022/eui-picker/eui-picker.module.mjs +4 -4
  128. package/esm2022/eui-picker/modal-picker/eui-modal-picker.component.mjs +5 -5
  129. package/esm2022/eui-popover/directives/eui-popover-arrow-position.directive.mjs +6 -6
  130. package/esm2022/eui-popover/eui-popover.component.mjs +5 -5
  131. package/esm2022/eui-popover/eui-popover.module.mjs +4 -4
  132. package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +5 -5
  133. package/esm2022/eui-progress-bar/eui-progress-bar.module.mjs +4 -4
  134. package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +9 -9
  135. package/esm2022/eui-select/eui-select-control.directive.mjs +6 -6
  136. package/esm2022/eui-select/eui-select-multiple.directive.mjs +6 -6
  137. package/esm2022/eui-select/eui-select-mutli-option.directive.mjs +6 -6
  138. package/esm2022/eui-select/eui-select-option.directive.mjs +6 -6
  139. package/esm2022/eui-select/eui-select.component.mjs +6 -6
  140. package/esm2022/eui-select/eui-select.module.mjs +4 -4
  141. package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +3 -3
  142. package/esm2022/eui-sidebar-menu/eui-sidebar-menu.module.mjs +4 -4
  143. package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +6 -6
  144. package/esm2022/eui-slide-toggle/eui-slide-toggle.module.mjs +4 -4
  145. package/esm2022/eui-table/directives/eui-table-sticky-columns.directive.mjs +3 -3
  146. package/esm2022/eui-table/eui-table.component.mjs +39 -9
  147. package/esm2022/eui-table/eui-table.module.mjs +4 -4
  148. package/esm2022/eui-table/expandable-row/eui-table-expandable-row.component.mjs +3 -3
  149. package/esm2022/eui-table/filter/eui-table-filter.component.mjs +5 -5
  150. package/esm2022/eui-table/pipes/eui-table-highlight-filter.pipe.mjs +3 -3
  151. package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +5 -5
  152. package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +5 -5
  153. package/esm2022/eui-table/services/eui-table-selectable-row.service.mjs +3 -3
  154. package/esm2022/eui-table/services/eui-table-sort.service.mjs +3 -3
  155. package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +5 -5
  156. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +5 -5
  157. package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +5 -5
  158. package/esm2022/eui-tabs/eui-tab-label/eui-tab-label.component.mjs +8 -8
  159. package/esm2022/eui-tabs/eui-tabs.component.mjs +8 -8
  160. package/esm2022/eui-tabs/eui-tabs.module.mjs +4 -4
  161. package/esm2022/eui-textarea/auto-resize.directive.mjs +6 -6
  162. package/esm2022/eui-textarea/eui-textarea.component.mjs +6 -6
  163. package/esm2022/eui-textarea/eui-textarea.module.mjs +4 -4
  164. package/esm2022/eui-timebar/eui-timebar.component.mjs +9 -9
  165. package/esm2022/eui-timeline/eui-timeline-item.component.mjs +6 -6
  166. package/esm2022/eui-timeline/eui-timeline.component.mjs +3 -3
  167. package/esm2022/eui-timeline/eui-timeline.module.mjs +4 -4
  168. package/esm2022/eui-timepicker/eui-timepicker.component.mjs +6 -6
  169. package/esm2022/eui-timepicker/eui-timepicker.module.mjs +4 -4
  170. package/esm2022/eui-tree/eui-dropdown-tree.directive.mjs +10 -10
  171. package/esm2022/eui-tree/eui-tree-form-control.directive.mjs +10 -10
  172. package/esm2022/eui-tree/eui-tree.component.mjs +9 -9
  173. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +3 -3
  174. package/esm2022/eui-wizard/eui-wizard.component.mjs +3 -3
  175. package/esm2022/eui-wizard/eui-wizard.module.mjs +4 -4
  176. package/esm2022/eui-wizard/services/eui-wizard.service.mjs +4 -4
  177. package/esm2022/externals/charts/chart/chart.component.mjs +3 -3
  178. package/esm2022/externals/charts/eui-charts.module.mjs +4 -4
  179. package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +3 -3
  180. package/esm2022/externals/eui-editor/directives/eui-editor-maxlength.directive.mjs +6 -6
  181. package/esm2022/externals/eui-editor/eui-editor.component.mjs +10 -10
  182. package/esm2022/externals/eui-editor/eui-editor.module.mjs +4 -4
  183. package/esm2022/externals/eui-editor/html-view/eui-editor-html-view.component.mjs +5 -5
  184. package/esm2022/externals/eui-editor/image-url-dialog/image-url-dialog.component.mjs +5 -5
  185. package/esm2022/externals/eui-editor/json-view/eui-editor-json-view.component.mjs +6 -6
  186. package/esm2022/externals/quill/quill-editor.component.mjs +6 -6
  187. package/esm2022/externals/quill/quill.module.mjs +4 -4
  188. package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.component.mjs +5 -5
  189. package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.module.mjs +4 -4
  190. package/esm2022/layout/eui-app/eui-app-footer/footer.component.mjs +3 -3
  191. package/esm2022/layout/eui-app/eui-app-footer/footer.module.mjs +4 -4
  192. package/esm2022/layout/eui-app/eui-app-header/header.component.mjs +5 -5
  193. package/esm2022/layout/eui-app/eui-app-header/header.module.mjs +4 -4
  194. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-body/sidebar-body.component.mjs +3 -3
  195. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-drawer/sidebar-drawer.component.mjs +3 -3
  196. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
  197. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.mjs +5 -5
  198. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.mjs +5 -5
  199. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +5 -5
  200. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +6 -6
  201. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.module.mjs +4 -4
  202. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +5 -5
  203. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.module.mjs +4 -4
  204. package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +5 -5
  205. package/esm2022/layout/eui-app/eui-app-top-message/top-message.module.mjs +4 -4
  206. package/esm2022/layout/eui-app/eui-app.component.mjs +9 -9
  207. package/esm2022/layout/eui-app/eui-app.module.mjs +4 -4
  208. package/esm2022/layout/eui-breadcrumb/breadcrumb.component.mjs +5 -5
  209. package/esm2022/layout/eui-breadcrumb/breadcrumb.module.mjs +4 -4
  210. package/esm2022/layout/eui-breadcrumb/breadcrumb.service.mjs +4 -4
  211. package/esm2022/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.mjs +8 -8
  212. package/esm2022/layout/eui-breadcrumb/item/breadcrumb-item.component.mjs +6 -6
  213. package/esm2022/layout/eui-footer/footer.component.mjs +5 -5
  214. package/esm2022/layout/eui-footer/footer.module.mjs +4 -4
  215. package/esm2022/layout/eui-header/header-app/header-app.component.mjs +15 -15
  216. package/esm2022/layout/eui-header/header-app-name/header-app-name.component.mjs +6 -6
  217. package/esm2022/layout/eui-header/header-app-name-logo/header-app-name-logo.component.mjs +6 -6
  218. package/esm2022/layout/eui-header/header-app-subtitle/header-app-subtitle.component.mjs +6 -6
  219. package/esm2022/layout/eui-header/header-environment/header-environment.component.mjs +6 -6
  220. package/esm2022/layout/eui-header/header-logo/header-logo.component.mjs +6 -6
  221. package/esm2022/layout/eui-header/header-user-profile/header-user-profile.component.mjs +4 -4
  222. package/esm2022/layout/eui-header/header.component.mjs +3 -3
  223. package/esm2022/layout/eui-header/header.module.mjs +4 -4
  224. package/esm2022/layout/eui-language-selector/language-selector.component.mjs +5 -5
  225. package/esm2022/layout/eui-language-selector/language-selector.module.mjs +4 -4
  226. package/esm2022/layout/eui-language-selector/modal-selector/modal-selector.component.mjs +5 -5
  227. package/esm2022/layout/eui-layout.module.mjs +4 -4
  228. package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +3 -3
  229. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +3 -3
  230. package/esm2022/layout/eui-notifications/eui-notifications.module.mjs +4 -4
  231. package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +3 -3
  232. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +3 -3
  233. package/esm2022/layout/eui-notifications-v2/eui-notifications.module.mjs +4 -4
  234. package/esm2022/layout/eui-search/search.component.mjs +5 -5
  235. package/esm2022/layout/eui-search/search.module.mjs +4 -4
  236. package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.component.mjs +5 -5
  237. package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.module.mjs +4 -4
  238. package/esm2022/layout/eui-toolbar/toolbar-app/toolbar-app.component.mjs +3 -3
  239. package/esm2022/layout/eui-toolbar/toolbar-center/toolbar-center.component.mjs +3 -3
  240. package/esm2022/layout/eui-toolbar/toolbar-environment/toolbar-environment.component.mjs +3 -3
  241. package/esm2022/layout/eui-toolbar/toolbar-item/toolbar-item.component.mjs +3 -3
  242. package/esm2022/layout/eui-toolbar/toolbar-item-notifications/toolbar-item-notifications.component.mjs +3 -3
  243. package/esm2022/layout/eui-toolbar/toolbar-item-search/toolbar-item-search.component.mjs +3 -3
  244. package/esm2022/layout/eui-toolbar/toolbar-item-user-profile/toolbar-item-user-profile.component.mjs +4 -4
  245. package/esm2022/layout/eui-toolbar/toolbar-items/toolbar-items.component.mjs +5 -5
  246. package/esm2022/layout/eui-toolbar/toolbar-logo/toolbar-logo.component.mjs +5 -5
  247. package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +5 -5
  248. package/esm2022/layout/eui-toolbar/toolbar.component.mjs +5 -5
  249. package/esm2022/layout/eui-toolbar/toolbar.module.mjs +4 -4
  250. package/esm2022/layout/eui-user-profile/user-profile-card/user-profile-card.component.mjs +5 -5
  251. package/esm2022/layout/eui-user-profile/user-profile-menu/user-profile-menu.component.mjs +5 -5
  252. package/esm2022/layout/eui-user-profile/user-profile-menu-item/user-profile-menu-item.component.mjs +5 -5
  253. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +5 -5
  254. package/esm2022/layout/eui-user-profile/user-profile.module.mjs +4 -4
  255. package/esm2022/pipes/eui-is-empty.pipe.mjs +7 -7
  256. package/esm2022/pipes/eui-truncate.pipe.mjs +7 -7
  257. package/esm2022/shared/base/base-states.directive.mjs +3 -3
  258. package/esm2022/shared/base/base.directive.mjs +3 -3
  259. package/esm2022/shared/eui-common-header/common-header.component.mjs +7 -7
  260. package/esm2022/shared/eui-expand-content/eui-expand-content.component.mjs +7 -7
  261. package/esm2022/shared/input.directive.mjs +5 -5
  262. package/eui-all/eui-all.module.d.ts +20 -19
  263. package/eui-all/eui-all.module.d.ts.map +1 -1
  264. package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
  265. package/eui-dialog/container/eui-dialog-container.component.d.ts +4 -0
  266. package/eui-dialog/container/eui-dialog-container.component.d.ts.map +1 -1
  267. package/eui-message-box/eui-message-box.component.d.ts +4 -1
  268. package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
  269. package/eui-overlay/eui-overlay.component.d.ts +5 -2
  270. package/eui-overlay/eui-overlay.component.d.ts.map +1 -1
  271. package/eui-table/eui-table.component.d.ts +1 -0
  272. package/eui-table/eui-table.component.d.ts.map +1 -1
  273. package/fesm2022/eui-components-directives.mjs +89 -88
  274. package/fesm2022/eui-components-directives.mjs.map +1 -1
  275. package/fesm2022/eui-components-eui-alert.mjs +8 -8
  276. package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
  277. package/fesm2022/eui-components-eui-all.mjs +9 -8
  278. package/fesm2022/eui-components-eui-all.mjs.map +1 -1
  279. package/fesm2022/eui-components-eui-autocomplete.mjs +14 -12
  280. package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
  281. package/fesm2022/eui-components-eui-badge.mjs +8 -8
  282. package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
  283. package/fesm2022/eui-components-eui-block-content.mjs +8 -8
  284. package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
  285. package/fesm2022/eui-components-eui-block-document.mjs +8 -8
  286. package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
  287. package/fesm2022/eui-components-eui-button-group.mjs +8 -8
  288. package/fesm2022/eui-components-eui-button-group.mjs.map +1 -1
  289. package/fesm2022/eui-components-eui-button.mjs +8 -8
  290. package/fesm2022/eui-components-eui-button.mjs.map +1 -1
  291. package/fesm2022/eui-components-eui-buttons.mjs +14 -14
  292. package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
  293. package/fesm2022/eui-components-eui-card.mjs +48 -48
  294. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  295. package/fesm2022/eui-components-eui-chip-list.mjs +14 -14
  296. package/fesm2022/eui-components-eui-chip-list.mjs.map +1 -1
  297. package/fesm2022/eui-components-eui-chip.mjs +8 -8
  298. package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
  299. package/fesm2022/eui-components-eui-dashboard-button.mjs +14 -14
  300. package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
  301. package/fesm2022/eui-components-eui-dashboard-card.mjs +8 -8
  302. package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
  303. package/fesm2022/eui-components-eui-date-range-selector.mjs +10 -10
  304. package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
  305. package/fesm2022/eui-components-eui-datepicker.mjs +22 -22
  306. package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
  307. package/fesm2022/eui-components-eui-dialog.mjs +38 -24
  308. package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
  309. package/fesm2022/eui-components-eui-dimmer.mjs +8 -8
  310. package/fesm2022/eui-components-eui-dimmer.mjs.map +1 -1
  311. package/fesm2022/eui-components-eui-disable-content.mjs +8 -8
  312. package/fesm2022/eui-components-eui-disable-content.mjs.map +1 -1
  313. package/fesm2022/eui-components-eui-discussion-thread.mjs +10 -10
  314. package/fesm2022/eui-components-eui-dropdown.mjs +25 -25
  315. package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
  316. package/fesm2022/eui-components-eui-feedback-message.mjs +8 -8
  317. package/fesm2022/eui-components-eui-feedback-message.mjs.map +1 -1
  318. package/fesm2022/eui-components-eui-fieldset.mjs +14 -14
  319. package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
  320. package/fesm2022/eui-components-eui-file-upload.mjs +21 -21
  321. package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
  322. package/fesm2022/eui-components-eui-growl.mjs +8 -8
  323. package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
  324. package/fesm2022/eui-components-eui-icon-toggle.mjs +7 -7
  325. package/fesm2022/eui-components-eui-icon.mjs +16 -16
  326. package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
  327. package/fesm2022/eui-components-eui-input-checkbox.mjs +9 -9
  328. package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
  329. package/fesm2022/eui-components-eui-input-group.mjs +8 -8
  330. package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
  331. package/fesm2022/eui-components-eui-input-number.mjs +15 -15
  332. package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
  333. package/fesm2022/eui-components-eui-input-radio.mjs +9 -9
  334. package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
  335. package/fesm2022/eui-components-eui-input-text.mjs +10 -10
  336. package/fesm2022/eui-components-eui-input-text.mjs.map +1 -1
  337. package/fesm2022/eui-components-eui-label.mjs +8 -8
  338. package/fesm2022/eui-components-eui-label.mjs.map +1 -1
  339. package/fesm2022/eui-components-eui-list.mjs +15 -15
  340. package/fesm2022/eui-components-eui-list.mjs.map +1 -1
  341. package/fesm2022/eui-components-eui-menu.mjs +12 -12
  342. package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
  343. package/fesm2022/eui-components-eui-message-box.mjs +26 -17
  344. package/fesm2022/eui-components-eui-message-box.mjs.map +1 -1
  345. package/fesm2022/eui-components-eui-overlay.mjs +46 -31
  346. package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
  347. package/fesm2022/eui-components-eui-page.mjs +59 -59
  348. package/fesm2022/eui-components-eui-page.mjs.map +1 -1
  349. package/fesm2022/eui-components-eui-paginator.mjs +8 -8
  350. package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
  351. package/fesm2022/eui-components-eui-picker.mjs +13 -13
  352. package/fesm2022/eui-components-eui-picker.mjs.map +1 -1
  353. package/fesm2022/eui-components-eui-popover.mjs +13 -13
  354. package/fesm2022/eui-components-eui-popover.mjs.map +1 -1
  355. package/fesm2022/eui-components-eui-progress-bar.mjs +8 -8
  356. package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
  357. package/fesm2022/eui-components-eui-progress-circle.mjs +8 -8
  358. package/fesm2022/eui-components-eui-progress-circle.mjs.map +1 -1
  359. package/fesm2022/eui-components-eui-select.mjs +29 -29
  360. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  361. package/fesm2022/eui-components-eui-sidebar-menu.mjs +7 -7
  362. package/fesm2022/eui-components-eui-slide-toggle.mjs +9 -9
  363. package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
  364. package/fesm2022/eui-components-eui-table.mjs +73 -43
  365. package/fesm2022/eui-components-eui-table.mjs.map +1 -1
  366. package/fesm2022/eui-components-eui-tabs.mjs +26 -26
  367. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  368. package/fesm2022/eui-components-eui-textarea.mjs +14 -14
  369. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  370. package/fesm2022/eui-components-eui-timebar.mjs +8 -8
  371. package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
  372. package/fesm2022/eui-components-eui-timeline.mjs +12 -12
  373. package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
  374. package/fesm2022/eui-components-eui-timepicker.mjs +9 -9
  375. package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
  376. package/fesm2022/eui-components-eui-tree.mjs +26 -26
  377. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  378. package/fesm2022/eui-components-eui-wizard.mjs +14 -14
  379. package/fesm2022/eui-components-externals-charts.mjs +7 -7
  380. package/fesm2022/eui-components-externals-eui-editor.mjs +35 -35
  381. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  382. package/fesm2022/eui-components-externals-quill.mjs +9 -9
  383. package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
  384. package/fesm2022/eui-components-layout.mjs +277 -277
  385. package/fesm2022/eui-components-layout.mjs.map +1 -1
  386. package/fesm2022/eui-components-pipes.mjs +14 -14
  387. package/fesm2022/eui-components-shared-base.mjs +6 -6
  388. package/fesm2022/eui-components-shared.mjs +18 -18
  389. package/fesm2022/eui-components-shared.mjs.map +1 -1
  390. package/package.json +7 -7
@@ -68,10 +68,10 @@ export class EuiWizardStepComponent {
68
68
  url: this.url,
69
69
  };
70
70
  }
71
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
72
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiWizardStepComponent, selector: "eui-wizard-step", inputs: { id: "id", indexLabel: "indexLabel", indexIconClass: "indexIconClass", indexIconSvgName: "indexIconSvgName", label: "label", subLabel: "subLabel", index: "index", url: "url", isCompleted: "isCompleted", isActive: "isActive", isShowStepTitle: "isShowStepTitle", isInvalid: "isInvalid", isWarning: "isWarning", isDisabled: "isDisabled" }, ngImport: i0, template: "<ng-container *ngIf=\"isActive\">\n <ng-content></ng-content>\n</ng-container>\n", styles: [".eui-wizard{border-bottom:1px solid var(--eui-base-color-grey-20);display:flex;margin:var(--eui-base-spacing-xl) 0 -1px 0;padding-bottom:var(--eui-base-spacing-l)}.eui-wizard-step{cursor:pointer;flex:1;position:relative;text-align:center}.eui-wizard-step__content{margin:var(--eui-base-spacing-m) 0}.eui-wizard-step__current-marker{bottom:0;left:50%;position:absolute;transform:translate(-50%,75%)}.eui-wizard-step__current-marker-icon>svg{color:var(--eui-base-color-grey-75);fill:var(--eui-base-color-grey-75);height:var(--eui-base-spacing-4xl);width:var(--eui-base-spacing-4xl)}.eui-wizard-step__indicator-wrapper{border-bottom:3px solid var(--eui-base-color-grey-25);content:\"\";margin-bottom:var(--eui-base-spacing-s);top:var(--eui-base-spacing-s);width:100%}.eui-wizard-step__bullet-item{background-color:var(--eui-base-color-white);border:2px solid var(--eui-base-color-grey-80);border-radius:100%;height:var(--eui-base-spacing-3xl);margin:-40px auto 0;padding-top:var(--eui-base-spacing-xs);width:var(--eui-base-spacing-3xl)}.eui-t-compact .eui-wizard-step__bullet-item{margin-top:-30px}.eui-wizard-step__bullet-item-icon,.eui-wizard-step__bullet-item-icon .eui-wizard-step__icon{font-size:var(--eui-base-font-size-3xl)}.eui-wizard-step__label-wrapper{margin-top:var(--eui-base-spacing-m)}.eui-wizard-step__label-wrapper-label{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700}.eui-wizard-step__label-wrapper-sub-label{font-size:95%;margin-top:var(--eui-base-spacing-2xs)}.eui-wizard-step--active .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-primary-100);color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-primary-75)}.eui-wizard-step--completed .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-success-110);border-color:var(--eui-base-color-success-110);color:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-success-110)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-success-120)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-success-110)}.eui-wizard-step--error .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-danger-100)}.eui-wizard-step--error .eui-wizard-step__label-wrapper-label,.eui-wizard-step--error .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-danger-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100);color:var(--eui-base-color-grey-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--warning .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-warning-140)}.eui-wizard-step--warning .eui-wizard-step__label-wrapper-label,.eui-wizard-step--warning .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-warning-140)}.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-label,.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-sub-label,.eui-wizard-step--disabled .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-grey-20);color:var(--eui-base-color-grey-90)}.eui-wizard-step--disabled .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-grey-25)}.eui-wizard-step--disabled:hover{cursor:not-allowed}.eui-wizard-step--notallowed .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed.eui-wizard-step--disabled .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-grey-80)}.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--completed .eui-wizard-step__bullet-item-icon,.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--error .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed:hover{cursor:not-allowed}.eui-wizard-step:focus .eui-wizard-step__bullet-item{border:2px solid transparent;border-color:var(--eui-base-color-accent-110);border-radius:50%}.eui-wizard-step:first-child .eui-wizard-step__indicator-wrapper{margin-left:50%;width:50%}.eui-wizard-step:last-child .eui-wizard-step__indicator-wrapper{margin-right:50%;width:50%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
71
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
72
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.7", type: EuiWizardStepComponent, selector: "eui-wizard-step", inputs: { id: "id", indexLabel: "indexLabel", indexIconClass: "indexIconClass", indexIconSvgName: "indexIconSvgName", label: "label", subLabel: "subLabel", index: "index", url: "url", isCompleted: "isCompleted", isActive: "isActive", isShowStepTitle: "isShowStepTitle", isInvalid: "isInvalid", isWarning: "isWarning", isDisabled: "isDisabled" }, ngImport: i0, template: "<ng-container *ngIf=\"isActive\">\n <ng-content></ng-content>\n</ng-container>\n", styles: [".eui-wizard{border-bottom:1px solid var(--eui-base-color-grey-20);display:flex;margin:var(--eui-base-spacing-xl) 0 -1px 0;padding-bottom:var(--eui-base-spacing-l)}.eui-wizard-step{cursor:pointer;flex:1;position:relative;text-align:center}.eui-wizard-step__content{margin:var(--eui-base-spacing-m) 0}.eui-wizard-step__current-marker{bottom:0;left:50%;position:absolute;transform:translate(-50%,75%)}.eui-wizard-step__current-marker-icon>svg{color:var(--eui-base-color-grey-75);fill:var(--eui-base-color-grey-75);height:var(--eui-base-spacing-4xl);width:var(--eui-base-spacing-4xl)}.eui-wizard-step__indicator-wrapper{border-bottom:3px solid var(--eui-base-color-grey-25);content:\"\";margin-bottom:var(--eui-base-spacing-s);top:var(--eui-base-spacing-s);width:100%}.eui-wizard-step__bullet-item{background-color:var(--eui-base-color-white);border:2px solid var(--eui-base-color-grey-80);border-radius:100%;height:var(--eui-base-spacing-3xl);margin:-40px auto 0;padding-top:var(--eui-base-spacing-xs);width:var(--eui-base-spacing-3xl)}.eui-t-compact .eui-wizard-step__bullet-item{margin-top:-30px}.eui-wizard-step__bullet-item-icon,.eui-wizard-step__bullet-item-icon .eui-wizard-step__icon{font-size:var(--eui-base-font-size-3xl)}.eui-wizard-step__label-wrapper{margin-top:var(--eui-base-spacing-m)}.eui-wizard-step__label-wrapper-label{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700}.eui-wizard-step__label-wrapper-sub-label{font-size:95%;margin-top:var(--eui-base-spacing-2xs)}.eui-wizard-step--active .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-primary-100);color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-primary-75)}.eui-wizard-step--completed .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-success-110);border-color:var(--eui-base-color-success-110);color:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-success-110)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-success-120)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-success-110)}.eui-wizard-step--error .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-danger-100)}.eui-wizard-step--error .eui-wizard-step__label-wrapper-label,.eui-wizard-step--error .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-danger-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100);color:var(--eui-base-color-grey-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--warning .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-warning-140)}.eui-wizard-step--warning .eui-wizard-step__label-wrapper-label,.eui-wizard-step--warning .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-warning-140)}.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-label,.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-sub-label,.eui-wizard-step--disabled .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-grey-20);color:var(--eui-base-color-grey-90)}.eui-wizard-step--disabled .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-grey-25)}.eui-wizard-step--disabled:hover{cursor:not-allowed}.eui-wizard-step--notallowed .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed.eui-wizard-step--disabled .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-grey-80)}.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--completed .eui-wizard-step__bullet-item-icon,.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--error .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed:hover{cursor:not-allowed}.eui-wizard-step:focus .eui-wizard-step__bullet-item{border:2px solid transparent;border-color:var(--eui-base-color-accent-110);border-radius:50%}.eui-wizard-step:first-child .eui-wizard-step__indicator-wrapper{margin-left:50%;width:50%}.eui-wizard-step:last-child .eui-wizard-step__indicator-wrapper{margin-right:50%;width:50%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
73
73
  }
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardStepComponent, decorators: [{
74
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardStepComponent, decorators: [{
75
75
  type: Component,
76
76
  args: [{ selector: 'eui-wizard-step', changeDetection: ChangeDetectionStrategy.Default, encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"isActive\">\n <ng-content></ng-content>\n</ng-container>\n", styles: [".eui-wizard{border-bottom:1px solid var(--eui-base-color-grey-20);display:flex;margin:var(--eui-base-spacing-xl) 0 -1px 0;padding-bottom:var(--eui-base-spacing-l)}.eui-wizard-step{cursor:pointer;flex:1;position:relative;text-align:center}.eui-wizard-step__content{margin:var(--eui-base-spacing-m) 0}.eui-wizard-step__current-marker{bottom:0;left:50%;position:absolute;transform:translate(-50%,75%)}.eui-wizard-step__current-marker-icon>svg{color:var(--eui-base-color-grey-75);fill:var(--eui-base-color-grey-75);height:var(--eui-base-spacing-4xl);width:var(--eui-base-spacing-4xl)}.eui-wizard-step__indicator-wrapper{border-bottom:3px solid var(--eui-base-color-grey-25);content:\"\";margin-bottom:var(--eui-base-spacing-s);top:var(--eui-base-spacing-s);width:100%}.eui-wizard-step__bullet-item{background-color:var(--eui-base-color-white);border:2px solid var(--eui-base-color-grey-80);border-radius:100%;height:var(--eui-base-spacing-3xl);margin:-40px auto 0;padding-top:var(--eui-base-spacing-xs);width:var(--eui-base-spacing-3xl)}.eui-t-compact .eui-wizard-step__bullet-item{margin-top:-30px}.eui-wizard-step__bullet-item-icon,.eui-wizard-step__bullet-item-icon .eui-wizard-step__icon{font-size:var(--eui-base-font-size-3xl)}.eui-wizard-step__label-wrapper{margin-top:var(--eui-base-spacing-m)}.eui-wizard-step__label-wrapper-label{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700}.eui-wizard-step__label-wrapper-sub-label{font-size:95%;margin-top:var(--eui-base-spacing-2xs)}.eui-wizard-step--active .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-primary-100);color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-primary-75)}.eui-wizard-step--completed .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-success-110);border-color:var(--eui-base-color-success-110);color:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-success-110)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-success-120)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-success-110)}.eui-wizard-step--error .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-danger-100)}.eui-wizard-step--error .eui-wizard-step__label-wrapper-label,.eui-wizard-step--error .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-danger-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100);color:var(--eui-base-color-grey-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--warning .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-warning-140)}.eui-wizard-step--warning .eui-wizard-step__label-wrapper-label,.eui-wizard-step--warning .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-warning-140)}.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-label,.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-sub-label,.eui-wizard-step--disabled .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-grey-20);color:var(--eui-base-color-grey-90)}.eui-wizard-step--disabled .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-grey-25)}.eui-wizard-step--disabled:hover{cursor:not-allowed}.eui-wizard-step--notallowed .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed.eui-wizard-step--disabled .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-grey-80)}.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--completed .eui-wizard-step__bullet-item-icon,.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--error .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed:hover{cursor:not-allowed}.eui-wizard-step:focus .eui-wizard-step__bullet-item{border:2px solid transparent;border-color:var(--eui-base-color-accent-110);border-radius:50%}.eui-wizard-step:first-child .eui-wizard-step__indicator-wrapper{margin-left:50%;width:50%}.eui-wizard-step:last-child .eui-wizard-step__indicator-wrapper{margin-right:50%;width:50%}\n"] }]
77
77
  }], propDecorators: { id: [{
@@ -135,10 +135,10 @@ export class EuiWizardComponent {
135
135
  }
136
136
  return null;
137
137
  }
138
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
139
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiWizardComponent, selector: "eui-wizard", inputs: { activeStepIndex: "activeStepIndex", steps: "steps", tabindex: "tabindex", e2eAttr: "e2eAttr", isCustomContent: "isCustomContent", isShowStepTitle: "isShowStepTitle", isNavigationAllowed: "isNavigationAllowed" }, outputs: { selectStep: "selectStep" }, queries: [{ propertyName: "childrenSteps", predicate: EuiWizardStepComponent }], viewQueries: [{ propertyName: "canBeFocused", predicate: ["canBeFocused"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"eui-wizard\" role=\"tablist\" aria-orientation=\"horizontal\" aria-label=\"\" attr.data-e2e=\"{{ e2eAttr }}\">\n <div\n #canBeFocused\n *ngFor=\"let step of steps; let idx = index; trackBy: trackByFn\"\n class=\"eui-wizard-step\"\n role=\"tab\"\n [id]=\"step.id\"\n attr.aria-label=\"{{ step?.label }} {{ step?.subLabel }}\"\n [attr.aria-disabled]=\"step?.isDisabled\"\n [attr.aria-controls]=\"stepContentId\"\n [tabindex]=\"step?.isDisabled || !isNavigationAllowed ? -1 : tabindex\"\n [class.eui-wizard-step--completed]=\"step?.isCompleted\"\n [class.eui-wizard-step--notallowed]=\"!isNavigationAllowed\"\n [class.eui-wizard-step--active]=\"step?.isActive\"\n [class.eui-wizard-step--disabled]=\"step?.isDisabled || !isNavigationAllowed\"\n [class.eui-wizard-step--error]=\"step?.isInvalid\"\n [class.eui-wizard-step--warning]=\"step?.isWarning\"\n (click)=\"onSelectStep(step, idx + 1)\"\n (keydown)=\"onKeyDown($event)\">\n <div class=\"eui-wizard-step__indicator-wrapper\" role=\"presentation\"></div>\n\n <div class=\"eui-wizard-step__bullet-item\">\n <span class=\"eui-wizard-step__bullet-item-icon\">\n <ng-container *ngIf=\"!step?.indexIconClass && !step?.indexIconSvgName; else customIconContent\">\n <eui-icon-svg *ngIf=\"step?.isCompleted && !step?.isActive\" icon=\"eui-check\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"step?.isInvalid && !step?.isActive\" icon=\"eui-exclamation\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"step?.isActive\" icon=\"eui-create\"></eui-icon-svg>\n </ng-container>\n\n <ng-template #customIconContent>\n <!-- v15 OK-->\n <span *ngIf=\"step?.indexIconClass && step?.indexIconClass !== undefined\" role=\"presentation\">\n <span class=\"eui-wizard-step__icon eui-icon {{ step?.indexIconClass }}\"></span>\n </span>\n\n <span *ngIf=\"step?.indexIconSvgName && step?.indexIconSvgName !== undefined\" role=\"presentation\">\n <eui-icon-svg icon=\"{{ step?.indexIconSvgName }}\" class=\"eui-wizard-step__icon\"></eui-icon-svg>\n </span>\n </ng-template>\n\n <span\n *ngIf=\"!step?.indexIconClass && !step?.indexIconSvgName && !step?.isActive && !step?.isCompleted && !step?.isInvalid\"\n role=\"presentation\">\n {{ step?.indexLabel !== undefined ? step?.indexLabel : idx + 1 }}\n </span>\n </span>\n </div>\n <div class=\"eui-wizard-step__label-wrapper\" role=\"presentation\">\n <div class=\"eui-wizard-step__label-wrapper-label\" role=\"presentation\">\n {{ step?.label }}\n </div>\n <div class=\"eui-wizard-step__label-wrapper-sub-label\" role=\"presentation\">\n {{ step?.subLabel }}\n </div>\n </div>\n\n <div *ngIf=\"step?.isActive\" class=\"eui-wizard-step__current-marker\" role=\"presentation\">\n <eui-icon-svg icon=\"eui-ecl-solid-arrow\" class=\"eui-wizard-step__current-marker-icon\"></eui-icon-svg>\n </div>\n </div>\n</div>\n<div [id]=\"stepContentId\" class=\"step-content\" role=\"tabpanel\" [attr.aria-labelledby]=\"stepIds\">\n <ng-content></ng-content>\n</div>\n", styles: [".eui-wizard{border-bottom:1px solid var(--eui-base-color-grey-20);display:flex;margin:var(--eui-base-spacing-xl) 0 -1px 0;padding-bottom:var(--eui-base-spacing-l)}.eui-wizard-step{cursor:pointer;flex:1;position:relative;text-align:center}.eui-wizard-step__content{margin:var(--eui-base-spacing-m) 0}.eui-wizard-step__current-marker{bottom:0;left:50%;position:absolute;transform:translate(-50%,75%)}.eui-wizard-step__current-marker-icon>svg{color:var(--eui-base-color-grey-75);fill:var(--eui-base-color-grey-75);height:var(--eui-base-spacing-4xl);width:var(--eui-base-spacing-4xl)}.eui-wizard-step__indicator-wrapper{border-bottom:3px solid var(--eui-base-color-grey-25);content:\"\";margin-bottom:var(--eui-base-spacing-s);top:var(--eui-base-spacing-s);width:100%}.eui-wizard-step__bullet-item{background-color:var(--eui-base-color-white);border:2px solid var(--eui-base-color-grey-80);border-radius:100%;height:var(--eui-base-spacing-3xl);margin:-40px auto 0;padding-top:var(--eui-base-spacing-xs);width:var(--eui-base-spacing-3xl)}.eui-t-compact .eui-wizard-step__bullet-item{margin-top:-30px}.eui-wizard-step__bullet-item-icon,.eui-wizard-step__bullet-item-icon .eui-wizard-step__icon{font-size:var(--eui-base-font-size-3xl)}.eui-wizard-step__label-wrapper{margin-top:var(--eui-base-spacing-m)}.eui-wizard-step__label-wrapper-label{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700}.eui-wizard-step__label-wrapper-sub-label{font-size:95%;margin-top:var(--eui-base-spacing-2xs)}.eui-wizard-step--active .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-primary-100);color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-primary-75)}.eui-wizard-step--completed .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-success-110);border-color:var(--eui-base-color-success-110);color:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-success-110)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-success-120)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-success-110)}.eui-wizard-step--error .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-danger-100)}.eui-wizard-step--error .eui-wizard-step__label-wrapper-label,.eui-wizard-step--error .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-danger-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100);color:var(--eui-base-color-grey-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--warning .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-warning-140)}.eui-wizard-step--warning .eui-wizard-step__label-wrapper-label,.eui-wizard-step--warning .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-warning-140)}.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-label,.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-sub-label,.eui-wizard-step--disabled .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-grey-20);color:var(--eui-base-color-grey-90)}.eui-wizard-step--disabled .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-grey-25)}.eui-wizard-step--disabled:hover{cursor:not-allowed}.eui-wizard-step--notallowed .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed.eui-wizard-step--disabled .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-grey-80)}.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--completed .eui-wizard-step__bullet-item-icon,.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--error .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed:hover{cursor:not-allowed}.eui-wizard-step:focus .eui-wizard-step__bullet-item{border:2px solid transparent;border-color:var(--eui-base-color-accent-110);border-radius:50%}.eui-wizard-step:first-child .eui-wizard-step__indicator-wrapper{margin-left:50%;width:50%}.eui-wizard-step:last-child .eui-wizard-step__indicator-wrapper{margin-right:50%;width:50%}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }], encapsulation: i0.ViewEncapsulation.None }); }
138
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
139
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.7", type: EuiWizardComponent, selector: "eui-wizard", inputs: { activeStepIndex: "activeStepIndex", steps: "steps", tabindex: "tabindex", e2eAttr: "e2eAttr", isCustomContent: "isCustomContent", isShowStepTitle: "isShowStepTitle", isNavigationAllowed: "isNavigationAllowed" }, outputs: { selectStep: "selectStep" }, queries: [{ propertyName: "childrenSteps", predicate: EuiWizardStepComponent }], viewQueries: [{ propertyName: "canBeFocused", predicate: ["canBeFocused"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"eui-wizard\" role=\"tablist\" aria-orientation=\"horizontal\" aria-label=\"\" attr.data-e2e=\"{{ e2eAttr }}\">\n <div\n #canBeFocused\n *ngFor=\"let step of steps; let idx = index; trackBy: trackByFn\"\n class=\"eui-wizard-step\"\n role=\"tab\"\n [id]=\"step.id\"\n attr.aria-label=\"{{ step?.label }} {{ step?.subLabel }}\"\n [attr.aria-disabled]=\"step?.isDisabled\"\n [attr.aria-controls]=\"stepContentId\"\n [tabindex]=\"step?.isDisabled || !isNavigationAllowed ? -1 : tabindex\"\n [class.eui-wizard-step--completed]=\"step?.isCompleted\"\n [class.eui-wizard-step--notallowed]=\"!isNavigationAllowed\"\n [class.eui-wizard-step--active]=\"step?.isActive\"\n [class.eui-wizard-step--disabled]=\"step?.isDisabled || !isNavigationAllowed\"\n [class.eui-wizard-step--error]=\"step?.isInvalid\"\n [class.eui-wizard-step--warning]=\"step?.isWarning\"\n (click)=\"onSelectStep(step, idx + 1)\"\n (keydown)=\"onKeyDown($event)\">\n <div class=\"eui-wizard-step__indicator-wrapper\" role=\"presentation\"></div>\n\n <div class=\"eui-wizard-step__bullet-item\">\n <span class=\"eui-wizard-step__bullet-item-icon\">\n <ng-container *ngIf=\"!step?.indexIconClass && !step?.indexIconSvgName; else customIconContent\">\n <eui-icon-svg *ngIf=\"step?.isCompleted && !step?.isActive\" icon=\"eui-check\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"step?.isInvalid && !step?.isActive\" icon=\"eui-exclamation\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"step?.isActive\" icon=\"eui-create\"></eui-icon-svg>\n </ng-container>\n\n <ng-template #customIconContent>\n <!-- v15 OK-->\n <span *ngIf=\"step?.indexIconClass && step?.indexIconClass !== undefined\" role=\"presentation\">\n <span class=\"eui-wizard-step__icon eui-icon {{ step?.indexIconClass }}\"></span>\n </span>\n\n <span *ngIf=\"step?.indexIconSvgName && step?.indexIconSvgName !== undefined\" role=\"presentation\">\n <eui-icon-svg icon=\"{{ step?.indexIconSvgName }}\" class=\"eui-wizard-step__icon\"></eui-icon-svg>\n </span>\n </ng-template>\n\n <span\n *ngIf=\"!step?.indexIconClass && !step?.indexIconSvgName && !step?.isActive && !step?.isCompleted && !step?.isInvalid\"\n role=\"presentation\">\n {{ step?.indexLabel !== undefined ? step?.indexLabel : idx + 1 }}\n </span>\n </span>\n </div>\n <div class=\"eui-wizard-step__label-wrapper\" role=\"presentation\">\n <div class=\"eui-wizard-step__label-wrapper-label\" role=\"presentation\">\n {{ step?.label }}\n </div>\n <div class=\"eui-wizard-step__label-wrapper-sub-label\" role=\"presentation\">\n {{ step?.subLabel }}\n </div>\n </div>\n\n <div *ngIf=\"step?.isActive\" class=\"eui-wizard-step__current-marker\" role=\"presentation\">\n <eui-icon-svg icon=\"eui-ecl-solid-arrow\" class=\"eui-wizard-step__current-marker-icon\"></eui-icon-svg>\n </div>\n </div>\n</div>\n<div [id]=\"stepContentId\" class=\"step-content\" role=\"tabpanel\" [attr.aria-labelledby]=\"stepIds\">\n <ng-content></ng-content>\n</div>\n", styles: [".eui-wizard{border-bottom:1px solid var(--eui-base-color-grey-20);display:flex;margin:var(--eui-base-spacing-xl) 0 -1px 0;padding-bottom:var(--eui-base-spacing-l)}.eui-wizard-step{cursor:pointer;flex:1;position:relative;text-align:center}.eui-wizard-step__content{margin:var(--eui-base-spacing-m) 0}.eui-wizard-step__current-marker{bottom:0;left:50%;position:absolute;transform:translate(-50%,75%)}.eui-wizard-step__current-marker-icon>svg{color:var(--eui-base-color-grey-75);fill:var(--eui-base-color-grey-75);height:var(--eui-base-spacing-4xl);width:var(--eui-base-spacing-4xl)}.eui-wizard-step__indicator-wrapper{border-bottom:3px solid var(--eui-base-color-grey-25);content:\"\";margin-bottom:var(--eui-base-spacing-s);top:var(--eui-base-spacing-s);width:100%}.eui-wizard-step__bullet-item{background-color:var(--eui-base-color-white);border:2px solid var(--eui-base-color-grey-80);border-radius:100%;height:var(--eui-base-spacing-3xl);margin:-40px auto 0;padding-top:var(--eui-base-spacing-xs);width:var(--eui-base-spacing-3xl)}.eui-t-compact .eui-wizard-step__bullet-item{margin-top:-30px}.eui-wizard-step__bullet-item-icon,.eui-wizard-step__bullet-item-icon .eui-wizard-step__icon{font-size:var(--eui-base-font-size-3xl)}.eui-wizard-step__label-wrapper{margin-top:var(--eui-base-spacing-m)}.eui-wizard-step__label-wrapper-label{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700}.eui-wizard-step__label-wrapper-sub-label{font-size:95%;margin-top:var(--eui-base-spacing-2xs)}.eui-wizard-step--active .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-primary-100);color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-primary-75)}.eui-wizard-step--completed .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-success-110);border-color:var(--eui-base-color-success-110);color:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-success-110)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-success-120)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-success-110)}.eui-wizard-step--error .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-danger-100)}.eui-wizard-step--error .eui-wizard-step__label-wrapper-label,.eui-wizard-step--error .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-danger-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100);color:var(--eui-base-color-grey-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--warning .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-warning-140)}.eui-wizard-step--warning .eui-wizard-step__label-wrapper-label,.eui-wizard-step--warning .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-warning-140)}.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-label,.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-sub-label,.eui-wizard-step--disabled .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-grey-20);color:var(--eui-base-color-grey-90)}.eui-wizard-step--disabled .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-grey-25)}.eui-wizard-step--disabled:hover{cursor:not-allowed}.eui-wizard-step--notallowed .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed.eui-wizard-step--disabled .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-grey-80)}.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--completed .eui-wizard-step__bullet-item-icon,.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--error .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed:hover{cursor:not-allowed}.eui-wizard-step:focus .eui-wizard-step__bullet-item{border:2px solid transparent;border-color:var(--eui-base-color-accent-110);border-radius:50%}.eui-wizard-step:first-child .eui-wizard-step__indicator-wrapper{margin-left:50%;width:50%}.eui-wizard-step:last-child .eui-wizard-step__indicator-wrapper{margin-right:50%;width:50%}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }], encapsulation: i0.ViewEncapsulation.None }); }
140
140
  }
141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardComponent, decorators: [{
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardComponent, decorators: [{
142
142
  type: Component,
143
143
  args: [{ selector: 'eui-wizard', encapsulation: ViewEncapsulation.None, template: "<div class=\"eui-wizard\" role=\"tablist\" aria-orientation=\"horizontal\" aria-label=\"\" attr.data-e2e=\"{{ e2eAttr }}\">\n <div\n #canBeFocused\n *ngFor=\"let step of steps; let idx = index; trackBy: trackByFn\"\n class=\"eui-wizard-step\"\n role=\"tab\"\n [id]=\"step.id\"\n attr.aria-label=\"{{ step?.label }} {{ step?.subLabel }}\"\n [attr.aria-disabled]=\"step?.isDisabled\"\n [attr.aria-controls]=\"stepContentId\"\n [tabindex]=\"step?.isDisabled || !isNavigationAllowed ? -1 : tabindex\"\n [class.eui-wizard-step--completed]=\"step?.isCompleted\"\n [class.eui-wizard-step--notallowed]=\"!isNavigationAllowed\"\n [class.eui-wizard-step--active]=\"step?.isActive\"\n [class.eui-wizard-step--disabled]=\"step?.isDisabled || !isNavigationAllowed\"\n [class.eui-wizard-step--error]=\"step?.isInvalid\"\n [class.eui-wizard-step--warning]=\"step?.isWarning\"\n (click)=\"onSelectStep(step, idx + 1)\"\n (keydown)=\"onKeyDown($event)\">\n <div class=\"eui-wizard-step__indicator-wrapper\" role=\"presentation\"></div>\n\n <div class=\"eui-wizard-step__bullet-item\">\n <span class=\"eui-wizard-step__bullet-item-icon\">\n <ng-container *ngIf=\"!step?.indexIconClass && !step?.indexIconSvgName; else customIconContent\">\n <eui-icon-svg *ngIf=\"step?.isCompleted && !step?.isActive\" icon=\"eui-check\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"step?.isInvalid && !step?.isActive\" icon=\"eui-exclamation\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"step?.isActive\" icon=\"eui-create\"></eui-icon-svg>\n </ng-container>\n\n <ng-template #customIconContent>\n <!-- v15 OK-->\n <span *ngIf=\"step?.indexIconClass && step?.indexIconClass !== undefined\" role=\"presentation\">\n <span class=\"eui-wizard-step__icon eui-icon {{ step?.indexIconClass }}\"></span>\n </span>\n\n <span *ngIf=\"step?.indexIconSvgName && step?.indexIconSvgName !== undefined\" role=\"presentation\">\n <eui-icon-svg icon=\"{{ step?.indexIconSvgName }}\" class=\"eui-wizard-step__icon\"></eui-icon-svg>\n </span>\n </ng-template>\n\n <span\n *ngIf=\"!step?.indexIconClass && !step?.indexIconSvgName && !step?.isActive && !step?.isCompleted && !step?.isInvalid\"\n role=\"presentation\">\n {{ step?.indexLabel !== undefined ? step?.indexLabel : idx + 1 }}\n </span>\n </span>\n </div>\n <div class=\"eui-wizard-step__label-wrapper\" role=\"presentation\">\n <div class=\"eui-wizard-step__label-wrapper-label\" role=\"presentation\">\n {{ step?.label }}\n </div>\n <div class=\"eui-wizard-step__label-wrapper-sub-label\" role=\"presentation\">\n {{ step?.subLabel }}\n </div>\n </div>\n\n <div *ngIf=\"step?.isActive\" class=\"eui-wizard-step__current-marker\" role=\"presentation\">\n <eui-icon-svg icon=\"eui-ecl-solid-arrow\" class=\"eui-wizard-step__current-marker-icon\"></eui-icon-svg>\n </div>\n </div>\n</div>\n<div [id]=\"stepContentId\" class=\"step-content\" role=\"tabpanel\" [attr.aria-labelledby]=\"stepIds\">\n <ng-content></ng-content>\n</div>\n", styles: [".eui-wizard{border-bottom:1px solid var(--eui-base-color-grey-20);display:flex;margin:var(--eui-base-spacing-xl) 0 -1px 0;padding-bottom:var(--eui-base-spacing-l)}.eui-wizard-step{cursor:pointer;flex:1;position:relative;text-align:center}.eui-wizard-step__content{margin:var(--eui-base-spacing-m) 0}.eui-wizard-step__current-marker{bottom:0;left:50%;position:absolute;transform:translate(-50%,75%)}.eui-wizard-step__current-marker-icon>svg{color:var(--eui-base-color-grey-75);fill:var(--eui-base-color-grey-75);height:var(--eui-base-spacing-4xl);width:var(--eui-base-spacing-4xl)}.eui-wizard-step__indicator-wrapper{border-bottom:3px solid var(--eui-base-color-grey-25);content:\"\";margin-bottom:var(--eui-base-spacing-s);top:var(--eui-base-spacing-s);width:100%}.eui-wizard-step__bullet-item{background-color:var(--eui-base-color-white);border:2px solid var(--eui-base-color-grey-80);border-radius:100%;height:var(--eui-base-spacing-3xl);margin:-40px auto 0;padding-top:var(--eui-base-spacing-xs);width:var(--eui-base-spacing-3xl)}.eui-t-compact .eui-wizard-step__bullet-item{margin-top:-30px}.eui-wizard-step__bullet-item-icon,.eui-wizard-step__bullet-item-icon .eui-wizard-step__icon{font-size:var(--eui-base-font-size-3xl)}.eui-wizard-step__label-wrapper{margin-top:var(--eui-base-spacing-m)}.eui-wizard-step__label-wrapper-label{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700}.eui-wizard-step__label-wrapper-sub-label{font-size:95%;margin-top:var(--eui-base-spacing-2xs)}.eui-wizard-step--active .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-primary-100);color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-primary-100)}.eui-wizard-step--active .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-primary-75)}.eui-wizard-step--completed .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-success-110);border-color:var(--eui-base-color-success-110);color:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--completed .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-success-110)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-label{color:var(--eui-base-color-success-120)}.eui-wizard-step--completed .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-success-110)}.eui-wizard-step--error .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--error .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-danger-100)}.eui-wizard-step--error .eui-wizard-step__label-wrapper-label,.eui-wizard-step--error .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-danger-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100);color:var(--eui-base-color-grey-100)}.eui-wizard-step--warning .eui-wizard-step__bullet-item .eui-icon-svg>svg{color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-wizard-step--warning .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-warning-140)}.eui-wizard-step--warning .eui-wizard-step__label-wrapper-label,.eui-wizard-step--warning .eui-wizard-step__label-wrapper-sub-label{color:var(--eui-base-color-warning-140)}.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-label,.eui-wizard-step--disabled .eui-wizard-step__label-wrapper-sub-label,.eui-wizard-step--disabled .eui-wizard-step__bullet-item{border-color:var(--eui-base-color-grey-20);color:var(--eui-base-color-grey-90)}.eui-wizard-step--disabled .eui-wizard-step__indicator-wrapper{border-bottom-color:var(--eui-base-color-grey-25)}.eui-wizard-step--disabled:hover{cursor:not-allowed}.eui-wizard-step--notallowed .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed.eui-wizard-step--disabled .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-grey-80)}.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--completed .eui-wizard-step__bullet-item-icon,.eui-wizard-step--notallowed.eui-wizard-step--disabled.eui-wizard-step--error .eui-wizard-step__bullet-item-icon{color:var(--eui-base-color-white)}.eui-wizard-step--notallowed:hover{cursor:not-allowed}.eui-wizard-step:focus .eui-wizard-step__bullet-item{border:2px solid transparent;border-color:var(--eui-base-color-accent-110);border-radius:50%}.eui-wizard-step:first-child .eui-wizard-step__indicator-wrapper{margin-left:50%;width:50%}.eui-wizard-step:last-child .eui-wizard-step__indicator-wrapper{margin-right:50%;width:50%}\n"] }]
144
144
  }], propDecorators: { activeStepIndex: [{
@@ -7,11 +7,11 @@ import { EuiWizardComponent } from './eui-wizard.component';
7
7
  import { EuiIconModule } from '@eui/components/eui-icon';
8
8
  import * as i0 from "@angular/core";
9
9
  export class EuiWizardModule {
10
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardModule, declarations: [EuiWizardStepComponent, EuiWizardComponent], imports: [CommonModule, RouterModule, EuiIconModule], exports: [EuiWizardStepComponent, EuiWizardComponent] }); }
12
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardModule, providers: [EuiWizardService], imports: [CommonModule, RouterModule, EuiIconModule] }); }
10
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardModule, declarations: [EuiWizardStepComponent, EuiWizardComponent], imports: [CommonModule, RouterModule, EuiIconModule], exports: [EuiWizardStepComponent, EuiWizardComponent] }); }
12
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardModule, providers: [EuiWizardService], imports: [CommonModule, RouterModule, EuiIconModule] }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  imports: [CommonModule, RouterModule, EuiIconModule],
@@ -33,10 +33,10 @@ export class EuiWizardService {
33
33
  _navigateToStep(url) {
34
34
  this.router.navigate([url], { relativeTo: this.route });
35
35
  }
36
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardService, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
37
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardService }); }
36
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardService, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
37
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardService }); }
38
38
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiWizardService, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiWizardService, decorators: [{
40
40
  type: Injectable
41
- }], ctorParameters: function () { return [{ type: i1.Router }]; } });
41
+ }], ctorParameters: () => [{ type: i1.Router }] });
42
42
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLXdpemFyZC5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZXVpLXdpemFyZC9zZXJ2aWNlcy9ldWktd2l6YXJkLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBSzNDLE1BQU0sT0FBTyxnQkFBZ0I7SUFLekIsWUFBb0IsTUFBYztRQUFkLFdBQU0sR0FBTixNQUFNLENBQVE7UUFKbEMsb0JBQWUsR0FBRyxDQUFDLENBQUM7UUFDcEIsVUFBSyxHQUFvQixFQUFFLENBQUM7SUFHUyxDQUFDO0lBRXRDLElBQUksQ0FBQyxLQUFzQixFQUFFLEtBQXFCO1FBQzlDLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO1FBQ25CLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO1FBQ25CLE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDO1FBQ3JDLE1BQU0sY0FBYyxHQUFHLFlBQVksQ0FBQyxNQUFNLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQztRQUM5RSxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLElBQUksRUFBRSxLQUFLLEVBQUUsRUFBRTtZQUMvQixJQUFJLElBQUksQ0FBQyxHQUFHLEtBQUssY0FBYyxFQUFFO2dCQUM3QixJQUFJLENBQUMsZUFBZSxHQUFHLEtBQUssR0FBRyxDQUFDLENBQUM7YUFDcEM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxtQkFBbUIsQ0FBQyxTQUFpQjtRQUNqQyxNQUFNLFFBQVEsR0FBVyxJQUFJLENBQUMsZUFBZSxHQUFHLFNBQVMsQ0FBQztRQUMxRCxJQUFJLFFBQVEsSUFBSSxDQUFDLElBQUksUUFBUSxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxFQUFFO1lBQ2hELElBQUksQ0FBQyxlQUFlLEdBQUcsUUFBUSxDQUFDO1NBQ25DO0lBQ0wsQ0FBQztJQUVELFVBQVUsQ0FBQyxJQUFtQjtRQUMxQixJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUM7UUFDbEMsSUFBSSxJQUFJLENBQUMsR0FBRyxFQUFFO1lBQ1YsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7U0FDbEM7SUFDTCxDQUFDO0lBRU8sZUFBZSxDQUFDLEdBQVc7UUFDL0IsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxHQUFHLENBQUMsRUFBRSxFQUFFLFVBQVUsRUFBRSxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBQztJQUM1RCxDQUFDO3dJQW5DUSxnQkFBZ0I7NElBQWhCLGdCQUFnQjs7a0dBQWhCLGdCQUFnQjtrQkFENUIsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjdGl2YXRlZFJvdXRlLCBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgRXVpV2l6YXJkU3RlcCB9IGZyb20gJy4uL21vZGVscy9ldWktd2l6YXJkLXN0ZXAnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRXVpV2l6YXJkU2VydmljZSB7XG4gICAgYWN0aXZlU3RlcEluZGV4ID0gMTtcbiAgICBzdGVwczogRXVpV2l6YXJkU3RlcFtdID0gW107XG4gICAgcm91dGU6IEFjdGl2YXRlZFJvdXRlO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSByb3V0ZXI6IFJvdXRlcikge31cblxuICAgIGluaXQoc3RlcHM6IEV1aVdpemFyZFN0ZXBbXSwgcm91dGU6IEFjdGl2YXRlZFJvdXRlKTogdm9pZCB7XG4gICAgICAgIHRoaXMuc3RlcHMgPSBzdGVwcztcbiAgICAgICAgdGhpcy5yb3V0ZSA9IHJvdXRlO1xuICAgICAgICBjb25zdCBjdXJyZW50Um91dGUgPSB0aGlzLnJvdXRlci51cmw7XG4gICAgICAgIGNvbnN0IGN1cnJlbnRTdGVwVXJsID0gY3VycmVudFJvdXRlLnN1YnN0cihjdXJyZW50Um91dGUubGFzdEluZGV4T2YoJy8nKSArIDEpO1xuICAgICAgICB0aGlzLnN0ZXBzLmZvckVhY2goKHN0ZXAsIGluZGV4KSA9PiB7XG4gICAgICAgICAgICBpZiAoc3RlcC51cmwgPT09IGN1cnJlbnRTdGVwVXJsKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5hY3RpdmVTdGVwSW5kZXggPSBpbmRleCArIDE7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG5hdmlnYXRpb25JbmNyZW1lbnQoaW5jcmVtZW50OiBudW1iZXIpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgbmV3SW5kZXg6IG51bWJlciA9IHRoaXMuYWN0aXZlU3RlcEluZGV4ICsgaW5jcmVtZW50O1xuICAgICAgICBpZiAobmV3SW5kZXggPj0gMSAmJiBuZXdJbmRleCA8PSB0aGlzLnN0ZXBzLmxlbmd0aCkge1xuICAgICAgICAgICAgdGhpcy5hY3RpdmVTdGVwSW5kZXggPSBuZXdJbmRleDtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHNlbGVjdFN0ZXAoc3RlcDogRXVpV2l6YXJkU3RlcCk6IHZvaWQge1xuICAgICAgICB0aGlzLmFjdGl2ZVN0ZXBJbmRleCA9IHN0ZXAuaW5kZXg7XG4gICAgICAgIGlmIChzdGVwLnVybCkge1xuICAgICAgICAgICAgdGhpcy5fbmF2aWdhdGVUb1N0ZXAoc3RlcC51cmwpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBfbmF2aWdhdGVUb1N0ZXAodXJsOiBzdHJpbmcpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUoW3VybF0sIHsgcmVsYXRpdmVUbzogdGhpcy5yb3V0ZSB9KTtcbiAgICB9XG59XG4iXX0=
@@ -180,10 +180,10 @@ export class ChartComponent {
180
180
  this.chartObj = new ApexCharts(this.chartElement.nativeElement, options);
181
181
  this.render();
182
182
  }
183
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: ChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
184
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: ChartComponent, selector: "eui-apex-chart", inputs: { chart: "chart", annotations: "annotations", colors: "colors", dataLabels: "dataLabels", series: "series", stroke: "stroke", labels: "labels", legend: "legend", markers: "markers", noData: "noData", fill: "fill", tooltip: "tooltip", plotOptions: "plotOptions", responsive: "responsive", xaxis: "xaxis", yaxis: "yaxis", grid: "grid", states: "states", title: "title", subtitle: "subtitle", theme: "theme", forecastDataPoints: "forecastDataPoints", autoUpdateSeries: "autoUpdateSeries", hasTableLegend: "hasTableLegend" }, viewQueries: [{ propertyName: "chartElement", first: true, predicate: ["chart"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"eui-apex-chart-wrapper\">\n <div #chart></div>\n</div>\n\n<div *ngIf=\"chartType === 'pie' && getHasTableLegend\" class=\"chart-legend__container text-center\">\n <ul class=\"chart-legend\">\n <li class=\"chart-legend-item\" *ngFor=\"let item of getSeries; let i = index\">\n <span class=\"chart-legend-item-marker ux-icon ux-icon-fw ux-icon-circle\" [style.color]=\"colors[i]\"></span>\n <span class=\"chart-legend-item-label\">{{ labels[i] }}</span>\n <span class=\"chart-legend-item-counter\" *ngIf=\"chartType === 'pie'\">{{ item }}</span>\n </li>\n </ul>\n</div>\n", styles: [".eui-apex-chart-wrapper{display:block!important;margin:1rem auto;min-height:10px!important;position:relative;width:100%}.eui-apex-chart-wrapper .apexcharts-canvas{margin:0 auto}.apexcharts-legend-series{font-weight:400}.apexcharts-gridline{pointer-events:none;stroke:#efefef}.apexcharts-legend-text{font-size:13px!important}.apexcharts-pie-label{fill:#fff!important}.apexcharts-yaxis text,.apexcharts-xaxis text{fill:#fff}.apexcharts-point-annotations text,.apexcharts-xaxis-annotations text,.apexcharts-yaxis-annotations text{fill:#fff}.apexcharts-radar-series polygon{fill:transparent}.apexcharts-pie-label,.apexcharts-datalabel,.apexcharts-datalabel-label,.apexcharts-datalabel-value{fill:#fff!important}.chart-legend__container{margin-bottom:var(--eui-base-spacing-l)}.chart-legend__container .chart-legend{display:block;margin:0;padding:0}.chart-legend{background-color:var(--eui-base-color-grey-15);font-size:var(--eui-base-font-size-s);margin:var(--eui-base-spacing-l) 2% 0 2%;padding:var(--eui-base-spacing-xs)}.chart-legend .chart-legend-item{align-items:center;border-bottom:1px solid var(--eui-base-color-grey-35);display:flex;padding:var(--eui-base-spacing-s)}.chart-legend .chart-legend-item:last-child{border-bottom:none}.chart-legend .chart-legend-item .chart-legend-item-marker{flex:none;margin-right:var(--eui-base-spacing-xs)}.chart-legend .chart-legend-item .chart-legend-item-counter{flex:none;margin-left:auto;padding-left:var(--eui-base-spacing-xs)}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
183
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: ChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
184
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.7", type: ChartComponent, selector: "eui-apex-chart", inputs: { chart: "chart", annotations: "annotations", colors: "colors", dataLabels: "dataLabels", series: "series", stroke: "stroke", labels: "labels", legend: "legend", markers: "markers", noData: "noData", fill: "fill", tooltip: "tooltip", plotOptions: "plotOptions", responsive: "responsive", xaxis: "xaxis", yaxis: "yaxis", grid: "grid", states: "states", title: "title", subtitle: "subtitle", theme: "theme", forecastDataPoints: "forecastDataPoints", autoUpdateSeries: "autoUpdateSeries", hasTableLegend: "hasTableLegend" }, viewQueries: [{ propertyName: "chartElement", first: true, predicate: ["chart"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"eui-apex-chart-wrapper\">\n <div #chart></div>\n</div>\n\n<div *ngIf=\"chartType === 'pie' && getHasTableLegend\" class=\"chart-legend__container text-center\">\n <ul class=\"chart-legend\">\n <li class=\"chart-legend-item\" *ngFor=\"let item of getSeries; let i = index\">\n <span class=\"chart-legend-item-marker ux-icon ux-icon-fw ux-icon-circle\" [style.color]=\"colors[i]\"></span>\n <span class=\"chart-legend-item-label\">{{ labels[i] }}</span>\n <span class=\"chart-legend-item-counter\" *ngIf=\"chartType === 'pie'\">{{ item }}</span>\n </li>\n </ul>\n</div>\n", styles: [".eui-apex-chart-wrapper{display:block!important;margin:1rem auto;min-height:10px!important;position:relative;width:100%}.eui-apex-chart-wrapper .apexcharts-canvas{margin:0 auto}.apexcharts-legend-series{font-weight:400}.apexcharts-gridline{pointer-events:none;stroke:#efefef}.apexcharts-legend-text{font-size:13px!important}.apexcharts-pie-label{fill:#fff!important}.apexcharts-yaxis text,.apexcharts-xaxis text{fill:#fff}.apexcharts-point-annotations text,.apexcharts-xaxis-annotations text,.apexcharts-yaxis-annotations text{fill:#fff}.apexcharts-radar-series polygon{fill:transparent}.apexcharts-pie-label,.apexcharts-datalabel,.apexcharts-datalabel-label,.apexcharts-datalabel-value{fill:#fff!important}.chart-legend__container{margin-bottom:var(--eui-base-spacing-l)}.chart-legend__container .chart-legend{display:block;margin:0;padding:0}.chart-legend{background-color:var(--eui-base-color-grey-15);font-size:var(--eui-base-font-size-s);margin:var(--eui-base-spacing-l) 2% 0 2%;padding:var(--eui-base-spacing-xs)}.chart-legend .chart-legend-item{align-items:center;border-bottom:1px solid var(--eui-base-color-grey-35);display:flex;padding:var(--eui-base-spacing-s)}.chart-legend .chart-legend-item:last-child{border-bottom:none}.chart-legend .chart-legend-item .chart-legend-item-marker{flex:none;margin-right:var(--eui-base-spacing-xs)}.chart-legend .chart-legend-item .chart-legend-item-counter{flex:none;margin-left:auto;padding-left:var(--eui-base-spacing-xs)}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
185
185
  }
186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: ChartComponent, decorators: [{
186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: ChartComponent, decorators: [{
187
187
  type: Component,
188
188
  args: [{ selector: 'eui-apex-chart', template: "<div class=\"eui-apex-chart-wrapper\">\n <div #chart></div>\n</div>\n\n<div *ngIf=\"chartType === 'pie' && getHasTableLegend\" class=\"chart-legend__container text-center\">\n <ul class=\"chart-legend\">\n <li class=\"chart-legend-item\" *ngFor=\"let item of getSeries; let i = index\">\n <span class=\"chart-legend-item-marker ux-icon ux-icon-fw ux-icon-circle\" [style.color]=\"colors[i]\"></span>\n <span class=\"chart-legend-item-label\">{{ labels[i] }}</span>\n <span class=\"chart-legend-item-counter\" *ngIf=\"chartType === 'pie'\">{{ item }}</span>\n </li>\n </ul>\n</div>\n", styles: [".eui-apex-chart-wrapper{display:block!important;margin:1rem auto;min-height:10px!important;position:relative;width:100%}.eui-apex-chart-wrapper .apexcharts-canvas{margin:0 auto}.apexcharts-legend-series{font-weight:400}.apexcharts-gridline{pointer-events:none;stroke:#efefef}.apexcharts-legend-text{font-size:13px!important}.apexcharts-pie-label{fill:#fff!important}.apexcharts-yaxis text,.apexcharts-xaxis text{fill:#fff}.apexcharts-point-annotations text,.apexcharts-xaxis-annotations text,.apexcharts-yaxis-annotations text{fill:#fff}.apexcharts-radar-series polygon{fill:transparent}.apexcharts-pie-label,.apexcharts-datalabel,.apexcharts-datalabel-label,.apexcharts-datalabel-value{fill:#fff!important}.chart-legend__container{margin-bottom:var(--eui-base-spacing-l)}.chart-legend__container .chart-legend{display:block;margin:0;padding:0}.chart-legend{background-color:var(--eui-base-color-grey-15);font-size:var(--eui-base-font-size-s);margin:var(--eui-base-spacing-l) 2% 0 2%;padding:var(--eui-base-spacing-xs)}.chart-legend .chart-legend-item{align-items:center;border-bottom:1px solid var(--eui-base-color-grey-35);display:flex;padding:var(--eui-base-spacing-s)}.chart-legend .chart-legend-item:last-child{border-bottom:none}.chart-legend .chart-legend-item .chart-legend-item-marker{flex:none;margin-right:var(--eui-base-spacing-xs)}.chart-legend .chart-legend-item .chart-legend-item-counter{flex:none;margin-left:auto;padding-left:var(--eui-base-spacing-xs)}\n"] }]
189
189
  }], propDecorators: { chart: [{
@@ -6,11 +6,11 @@ import * as i0 from "@angular/core";
6
6
  window.ApexCharts = ApexCharts;
7
7
  const COMPONENTS = [ChartComponent];
8
8
  export class EuiChartsModule {
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiChartsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiChartsModule, declarations: [ChartComponent], imports: [CommonModule], exports: [ChartComponent] }); }
11
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiChartsModule, imports: [CommonModule] }); }
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiChartsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiChartsModule, declarations: [ChartComponent], imports: [CommonModule], exports: [ChartComponent] }); }
11
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiChartsModule, imports: [CommonModule] }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiChartsModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiChartsModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [CommonModule],
@@ -28,10 +28,10 @@ export class EuiEditorCountersComponent {
28
28
  set hasWordsCounter(value) {
29
29
  this._hasWordsCounter = coerceBooleanProperty(value);
30
30
  }
31
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiEditorCountersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiEditorCountersComponent, selector: "eui-editor-counters", inputs: { charactersCounter: "charactersCounter", charactersLabel: "charactersLabel", wordsCounter: "wordsCounter", wordsLabel: "wordsLabel", isMaxLengthValid: "isMaxLengthValid", hasCharactersCounter: "hasCharactersCounter", hasWordsCounter: "hasWordsCounter" }, ngImport: i0, template: "<button class=\"editor-counters\">\n <div *ngIf=\"hasCharactersCounter\" class=\"eui-u-flex eui-u-flex-column eui-u-mv-2xs\">\n <span class=\"chars-counter\" [class.chars-counter--error]=\"!isMaxLengthValid\">{{ charactersCounter }}</span>\n <span class=\"chars-label\">{{ charactersLabel }}</span>\n </div>\n <div *ngIf=\"hasWordsCounter\" class=\"eui-u-flex eui-u-flex-column eui-u-mv-2xs\">\n <span class=\"words-counter\">{{ wordsCounter }}</span>\n <span class=\"words-label\">{{ wordsLabel }}</span>\n </div>\n</button>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
31
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiEditorCountersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.7", type: EuiEditorCountersComponent, selector: "eui-editor-counters", inputs: { charactersCounter: "charactersCounter", charactersLabel: "charactersLabel", wordsCounter: "wordsCounter", wordsLabel: "wordsLabel", isMaxLengthValid: "isMaxLengthValid", hasCharactersCounter: "hasCharactersCounter", hasWordsCounter: "hasWordsCounter" }, ngImport: i0, template: "<button class=\"editor-counters\">\n <div *ngIf=\"hasCharactersCounter\" class=\"eui-u-flex eui-u-flex-column eui-u-mv-2xs\">\n <span class=\"chars-counter\" [class.chars-counter--error]=\"!isMaxLengthValid\">{{ charactersCounter }}</span>\n <span class=\"chars-label\">{{ charactersLabel }}</span>\n </div>\n <div *ngIf=\"hasWordsCounter\" class=\"eui-u-flex eui-u-flex-column eui-u-mv-2xs\">\n <span class=\"words-counter\">{{ wordsCounter }}</span>\n <span class=\"words-label\">{{ wordsLabel }}</span>\n </div>\n</button>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiEditorCountersComponent, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiEditorCountersComponent, decorators: [{
35
35
  type: Component,
36
36
  args: [{ selector: 'eui-editor-counters', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<button class=\"editor-counters\">\n <div *ngIf=\"hasCharactersCounter\" class=\"eui-u-flex eui-u-flex-column eui-u-mv-2xs\">\n <span class=\"chars-counter\" [class.chars-counter--error]=\"!isMaxLengthValid\">{{ charactersCounter }}</span>\n <span class=\"chars-label\">{{ charactersLabel }}</span>\n </div>\n <div *ngIf=\"hasWordsCounter\" class=\"eui-u-flex eui-u-flex-column eui-u-mv-2xs\">\n <span class=\"words-counter\">{{ wordsCounter }}</span>\n <span class=\"words-label\">{{ wordsLabel }}</span>\n </div>\n</button>\n" }]
37
37
  }], propDecorators: { charactersCounter: [{
@@ -108,22 +108,22 @@ export class EuiEditorMaxlengthDirective {
108
108
  this.renderer.removeChild(this.wrapper.parentElement, this.wrapper);
109
109
  }
110
110
  }
111
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiEditorMaxlengthDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.NgControl, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
112
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiEditorMaxlengthDirective, selector: "[formControlName][euiEditorMaxlength]", inputs: { format: "format", euiEditorMaxlength: "euiEditorMaxlength", isShowMaxlength: "isShowMaxlength" }, usesOnChanges: true, ngImport: i0 }); }
111
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiEditorMaxlengthDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.NgControl, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
112
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: EuiEditorMaxlengthDirective, selector: "[formControlName][euiEditorMaxlength]", inputs: { format: "format", euiEditorMaxlength: "euiEditorMaxlength", isShowMaxlength: "isShowMaxlength" }, usesOnChanges: true, ngImport: i0 }); }
113
113
  }
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiEditorMaxlengthDirective, decorators: [{
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiEditorMaxlengthDirective, decorators: [{
115
115
  type: Directive,
116
116
  args: [{
117
117
  /* eslint-disable-next-line */
118
118
  selector: '[formControlName][euiEditorMaxlength]',
119
119
  }]
120
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.NgControl, decorators: [{
120
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.NgControl, decorators: [{
121
121
  type: Self
122
- }] }]; }, propDecorators: { format: [{
122
+ }] }], propDecorators: { format: [{
123
123
  type: Input
124
124
  }], euiEditorMaxlength: [{
125
125
  type: Input
126
126
  }], isShowMaxlength: [{
127
127
  type: Input
128
128
  }] } });
129
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVkaXRvci1tYXhsZW5ndGguZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vZXh0ZXJuYWxzL2V1aS1lZGl0b3IvZGlyZWN0aXZlcy9ldWktZWRpdG9yLW1heGxlbmd0aC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQStCLElBQUksRUFBdUMsTUFBTSxlQUFlLENBQUM7QUFHckksT0FBTyxFQUFFLHFCQUFxQixFQUFFLG9CQUFvQixFQUE2QixNQUFNLHVCQUF1QixDQUFDOzs7QUFNL0csTUFBTSxPQUFPLDJCQUEyQjtJQUVwQyxJQUNJLGtCQUFrQjtRQUNsQixPQUFPLElBQUksQ0FBQyxtQkFBbUIsQ0FBQztJQUNwQyxDQUFDO0lBQ0QsSUFBSSxrQkFBa0IsQ0FBQyxLQUFrQjtRQUNyQyxJQUFJLENBQUMsbUJBQW1CLEdBQUcsb0JBQW9CLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDM0QsQ0FBQztJQUVELElBQ0ksZUFBZTtRQUNmLE9BQU8sSUFBSSxDQUFDLGdCQUFnQixDQUFDO0lBQ2pDLENBQUM7SUFDRCxJQUFJLGVBQWUsQ0FBQyxLQUFtQjtRQUNuQyxJQUFJLENBQUMsZ0JBQWdCLEdBQUcscUJBQXFCLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekQsQ0FBQztJQU9ELFlBQW9CLEVBQWMsRUFBVSxRQUFtQixFQUFrQixPQUFrQjtRQUEvRSxPQUFFLEdBQUYsRUFBRSxDQUFZO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUFrQixZQUFPLEdBQVAsT0FBTyxDQUFXO1FBdEIxRixXQUFNLEdBQW9CLE1BQU0sQ0FBQztRQWdCbEMscUJBQWdCLEdBQUcsSUFBSSxDQUFDO0lBTXNFLENBQUM7SUFFdkcsV0FBVyxDQUFDLE9BQXNCO1FBQzlCLElBQUksT0FBTyxDQUFDLGlCQUFpQixDQUFDLElBQUksSUFBSSxDQUFDLGFBQWEs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Z0JBQ3ZELElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUUsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDO2FBQy9EO1NBQ0o7SUFDTCxDQUFDO0lBRU8sbUJBQW1CO1FBQ3ZCLElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRTtZQUNwQixJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLGFBQWEsRUFBRSxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUM7U0FDbkY7UUFFRCxJQUFJLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFDZCxNQUFNLE1BQU0sR0FBUyxJQUFJLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQztZQUM3QyxNQUFNLGFBQWEsR0FBZ0IsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLENBQUM7WUFDekQsTUFBTSxDQUFDLFlBQVksQ0FBQyxhQUFhLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1lBQ2pELElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztTQUN2RTtJQUNMLENBQUM7d0lBeEhRLDJCQUEyQjs0SEFBM0IsMkJBQTJCOztrR0FBM0IsMkJBQTJCO2tCQUp2QyxTQUFTO21CQUFDO29CQUNQLDhCQUE4QjtvQkFDOUIsUUFBUSxFQUFFLHVDQUF1QztpQkFDcEQ7OzBCQXdCcUUsSUFBSTs0Q0F0QjdELE1BQU07c0JBQWQsS0FBSztnQkFFRixrQkFBa0I7c0JBRHJCLEtBQUs7Z0JBU0YsZUFBZTtzQkFEbEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSW5wdXQsIEFmdGVyQ29udGVudEluaXQsIE9uRGVzdHJveSwgU2VsZiwgT25DaGFuZ2VzLCBTaW1wbGVDaGFuZ2VzLCBSZW5kZXJlcjIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5nQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgY29lcmNlQm9vbGVhblByb3BlcnR5LCBjb2VyY2VOdW1iZXJQcm9wZXJ0eSwgQm9vbGVhbklucHV0LCBOdW1iZXJJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5cbkBEaXJlY3RpdmUoe1xuICAgIC8qIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSAqL1xuICAgIHNlbGVjdG9yOiAnW2Zvcm1Db250cm9sTmFtZV1bZXVpRWRpdG9yTWF4bGVuZ3RoXScsXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVkaXRvck1heGxlbmd0aERpcmVjdGl2ZSBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQsIE9uRGVzdHJveSwgT25DaGFuZ2VzIHtcbiAgICBASW5wdXQoKSBmb3JtYXQ6ICdodG1sJyB8ICdqc29uJyA9ICdodG1sJztcbiAgICBASW5wdXQoKVxuICAgIGdldCBldWlFZGl0b3JNYXhsZW5ndGgoKTogbnVtYmVyIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2V1aUVkaXRvck1heGxlbmd0aDtcbiAgICB9XG4gICAgc2V0IGV1aUVkaXRvck1heGxlbmd0aCh2YWx1ZTogTnVtYmVySW5wdXQpIHtcbiAgICAgICAgdGhpcy5fZXVpRWRpdG9yTWF4bGVuZ3RoID0gY29lcmNlTnVtYmVyUHJvcGVydHkodmFsdWUpO1xuICAgIH1cbiAgICBwcml2YXRlIF9ldWlFZGl0b3JNYXhsZW5ndGg6IG51bWJlcjtcbiAgICBASW5wdXQoKVxuICAgIGdldCBpc1Nob3dNYXhsZW5ndGgoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9pc1Nob3dNYXhsZW5ndGg7XG4gICAgfVxuICAgIHNldCBpc1Nob3dNYXhsZW5ndGgodmFsdWU6IEJvb2xlYW5JbnB1dCkge1xuICAgICAgICB0aGlzLl9pc1Nob3dNYXhsZW5ndGggPSBjb2VyY2VCb29sZWFuUHJvcGVydHkodmFsdWUpO1xuICAgIH1cbiAgICBwcml2YXRlIF9pc1Nob3dNYXhsZW5ndGggPSB0cnVlO1xuXG4gICAgcHJpdmF0ZSB2YWx1ZUNoYW5nZXNTdWJzY3JpcHRpb246IFN1YnNjcmlwdGlvbjtcbiAgICBwcml2YXRlIG1heExlbmd0aFNwYW46IEhUTUxTcGFuRWxlbWVudDtcbiAgICBwcml2YXRlIHdyYXBwZXI6IEhUTUxEaXZFbGVtZW50O1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBlbDogRWxlbWVudFJlZiwgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyLCBAU2VsZigpIHByaXZhdGUgY29udHJvbDogTmdDb250cm9sKSB7fVxuXG4gICAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgICAgICBpZiAoY2hhbmdlc1snaXNTaG93TWF4bGVuZ3RoJ10gJiYgdGhpcy5tYXhMZW5ndGhTcGFuKSB7XG4gICAgICAgICAgICBpZiAodGhpcy5pc1Nob3dNYXhsZW5ndGgpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmNyZWF0ZU1heExlbmd0aEJveCgpO1xuICAgICAgICAgICAgICAgIHRoaXMucmVmcmVzaFZhbHVlKCk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHRoaXMuZGVzdHJveU1heExlbmd0aEJveCgpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5ldWlFZGl0b3JNYXhsZW5ndGgpIHtcbiAgICAgICAgICAgIHRoaXMuY3JlYXRlTWF4TGVuZ3RoQm94KCk7XG4gICAgICAgICAgICB0aGlzLnJlZnJlc2hWYWx1ZSgpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKHRoaXMuY29udHJvbD8udmFsdWVDaGFuZ2VzKSB7XG4gICAgICAgICAgICB0aGlzLnZhbHVlQ2hhbmdlc1N1YnNjcmlwdGlvbiA9IHRoaXMuY29udHJvbC52YWx1ZUNoYW5nZXMuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLnJlZnJlc2hWYWx1ZSgpO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5kZXN0cm95TWF4TGVuZ3RoQm94KCk7XG5cbiAgICAgICAgaWYgKHRoaXMudmFsdWVDaGFuZ2VzU3Vic2NyaXB0aW9uKSB7XG4gICAgICAgICAgICB0aGlzLnZhbHVlQ2hhbmdlc1N1YnNjcmlwdGlvbi51bnN1YnNjcmliZSgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSByZWZyZXNoVmFsdWUoKTogdm9pZCB7XG4gICAgICAgIGxldCB2YWx1ZUxlbmd0aCA9IDA7XG4gICAgICAgIGxldCByZW1haW5pbmdMZW5ndGggPSAwO1xuXG4gICAgICAgIGlmICh0aGlzLmZvcm1hdCA9PT0gJ2h0bWwnKSB7XG4gICAgICAgICAgICBjb25zdCByZWdleCA9IC8oPChbXj5dKyk+KS9naTtcbiAgICAgICAgICAgIGNvbnN0IHRhZ3NTdHJpcHBlZENvbnRlbnQgPSB0aGlzLmNvbnRyb2wudmFsdWUgPyB0aGlzLmNvbnRyb2wudmFsdWUucmVwbGFjZShyZWdleCwgJycpIDogJyc7XG4gICAgICAgICAgICB2YWx1ZUxlbmd0aCA9IHRhZ3NTdHJpcHBlZENvbnRlbnQubGVuZ3RoO1xuICAgICAgICAgICAgcmVtYWluaW5nTGVuZ3RoID0gdGhpcy5ldWlFZGl0b3JNYXhsZW5ndGggLSB2YWx1ZUxlbmd0aDtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGNvbnN0IGNvbnRlbnQgPVxuICAgICAgICAgICAgICAgIHRoaXMuY29udHJvbC52YWx1ZSAmJiB0aGlzLmNvbnRyb2wudmFsdWUgIT09ICcnXG4gICAgICAgICAgICAgICAgICAgID8gSlNPTi5wYXJzZSh0aGlzLmNvbnRyb2wudmFsdWUpXG4gICAgICAgICAgICAgICAgICAgICAgICAgIC5vcHMuZmlsdGVyKChjOiB7IGF0dHJpYnV0ZXM6IHN0cmluZzsgaW5zZXJ0OiBzdHJpbmcgfSkgPT4gdHlwZW9mIGMuaW5zZXJ0ID09PSAnc3RyaW5nJylcbiAgICAgICAgICAgICAgICAgICAgICAgICAgLm1hcCgoYzogeyBhdHRyaWJ1dGVzOiBzdHJpbmc7IGluc2VydDogc3RyaW5nIH0pID0+IGMuaW5zZXJ0LnJlcGxhY2UoL1xcbi9nLCAnJykpXG4gICAgICAgICAgICAgICAgICAgIDogWycnXTtcblxuICAgICAgICAgICAgY29uc3QganNvblN0cmlwcGVkQ29udGVudCA9IGNvbnRlbnQuam9pbignJyk7XG4gICAgICAgICAgICB2YWx1ZUxlbmd0aCA9IGpzb25TdHJpcHBlZENvbnRlbnQubGVuZ3RoO1xuICAgICAgICAgICAgcmVtYWluaW5nTGVuZ3RoID0gdGhpcy5ldWlFZGl0b3JNYXhsZW5ndGggLSB2YWx1ZUxlbmd0aDtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChyZW1haW5pbmdMZW5ndGggPCAwICYmIHRoaXMubWF4TGVuZ3RoU3Bhbikge1xuICAgICAgICAgICAgdGhpcy5tYXhMZW5ndGhTcGFuLmNsYXNzTGlzdC5hZGQoJ2Vycm9yJyk7XG4gICAgICAgICAgICB0aGlzLm1heExlbmd0aFNwYW4uaW5uZXJIVE1MID0gJzAnO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgaWYgKHJlbWFpbmluZ0xlbmd0aCA+PSAwICYmIHRoaXMubWF4TGVuZ3RoU3Bhbikge1xuICAgICAgICAgICAgICAgIHRoaXMubWF4TGVuZ3RoU3Bhbi5pbm5lckhUTUwgPSAodGhpcy5ldWlFZGl0b3JNYXhsZW5ndGggLSB2YWx1ZUxlbmd0aCkudG9TdHJpbmcoKTtcbiAgICAgICAgICAgICAgICB0aGlzLm1heExlbmd0aFNwYW4uY2xhc3NMaXN0LnJlbW92ZSgnZXJyb3InKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgIHByaXZhdGUgY3JlYXRlTWF4TGVuZ3RoQm94KCk6IHZvaWQge1xuICAgICAgICB0aGlzLm1heExlbmd0aFNwYW4gPSB0aGlzLnJlbmRlcmVyLmNyZWF0ZUVsZW1lbnQoJ3NwYW4nKTtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5hZGRDbGFzcyh0aGlzLm1heExlbmd0aFNwYW4sICdpbnB1dC1tYXhsZW5ndGgnKTtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRBdHRyaWJ1dGUodGhpcy5tYXhMZW5ndGhTcGFuLCAnaW5uZXJIVE1MJywgdGhpcy5ldWlFZGl0b3JNYXhsZW5ndGgudG9TdHJpbmcoKSk7XG5cbiAgICAgICAgY29uc3QgbmF0aXZlRWxlbWVudDogSFRNTEVsZW1lbnQgPSB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIGlmIChuYXRpdmVFbGVtZW50ICE9IG51bGwpIHtcbiAgICAgICAgICAgIHRoaXMucmVuZGVyZXIuc2V0U3R5bGUobmF0aXZlRWxlbWVudCwgJ3dpZHRoJywgJzEwMCUnKTtcbiAgICAgICAgICAgIGNvbnN0IHBhcmVudDogTm9kZSA9IG5hdGl2ZUVsZW1lbnQucGFyZW50Tm9kZTtcbiAgICAgICAgICAgIGlmIChwYXJlbnQgIT0gbnVsbCAmJiB0aGlzLmlzU2hvd01heGxlbmd0aCkge1xuICAgICAgICAgICAgICAgIHRoaXMud3JhcHBlciA9IHRoaXMucmVuZGVyZXIuY3JlYXRlRWxlbWVudCgnZGl2Jyk7XG4gICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5hZGRDbGFzcyh0aGlzLndyYXBwZXIsICdpbnB1dC1tYXhsZW5ndGgtd3JhcHBlcicpO1xuICAgICAgICAgICAgICAgIHBhcmVudC5yZXBsYWNlQ2hpbGQodGhpcy53cmFwcGVyLCBuYXRpdmVFbGVtZW50KTtcbiAgICAgICAgICAgICAgICB0aGlzLnJlbmRlcmVyLmFwcGVuZENoaWxkKHRoaXMud3JhcHBlciwgbmF0aXZlRWxlbWVudCk7XG4gICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5hcHBlbmRDaGlsZCh0aGlzLndyYXBwZXIsIHRoaXMubWF4TGVuZ3RoU3Bhbik7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIGRlc3Ryb3lNYXhMZW5ndGhCb3goKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLm1heExlbmd0aFNwYW4pIHtcbiAgICAgICAgICAgIHRoaXMucmVuZGVyZXIucmVtb3ZlQ2hpbGQodGhpcy5tYXhMZW5ndGhTcGFuLnBhcmVudEVsZW1lbnQsIHRoaXMubWF4TGVuZ3RoU3Bhbik7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAodGhpcy53cmFwcGVyKSB7XG4gICAgICAgICAgICBjb25zdCBwYXJlbnQ6IE5vZGUgPSB0aGlzLndyYXBwZXIucGFyZW50Tm9kZTtcbiAgICAgICAgICAgIGNvbnN0IG5hdGl2ZUVsZW1lbnQ6IEhUTUxFbGVtZW50ID0gdGhpcy5lbC5uYXRpdmVFbGVtZW50O1xuICAgICAgICAgICAgcGFyZW50LnJlcGxhY2VDaGlsZChuYXRpdmVFbGVtZW50LCB0aGlzLndyYXBwZXIpO1xuICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5yZW1vdmVDaGlsZCh0aGlzLndyYXBwZXIucGFyZW50RWxlbWVudCwgdGhpcy53cmFwcGVyKTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==
129
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVkaXRvci1tYXhsZW5ndGguZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vZXh0ZXJuYWxzL2V1aS1lZGl0b3IvZGlyZWN0aXZlcy9ldWktZWRpdG9yLW1heGxlbmd0aC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQStCLElBQUksRUFBdUMsTUFBTSxlQUFlLENBQUM7QUFHckksT0FBTyxFQUFFLHFCQUFxQixFQUFFLG9CQUFvQixFQUE2QixNQUFNLHVCQUF1QixDQUFDOzs7QUFNL0csTUFBTSxPQUFPLDJCQUEyQjtJQUVwQyxJQUNJLGtCQUFrQjtRQUNsQixPQUFPLElBQUksQ0FBQyxtQkFBbUIsQ0FBQztJQUNwQyxDQUFDO0lBQ0QsSUFBSSxrQkFBa0IsQ0FBQyxLQUFrQjtRQUNyQyxJQUFJLENBQUMsbUJBQW1CLEdBQUcsb0JBQW9CLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDM0QsQ0FBQztJQUVELElBQ0ksZUFBZTtRQUNmLE9BQU8sSUFBSSxDQUFDLGdCQUFnQixDQUFDO0lBQ2pDLENBQUM7SUFDRCxJQUFJLGVBQWUsQ0FBQyxLQUFtQjtRQUNuQyxJQUFJLENBQUMsZ0JBQWdCLEdBQUcscUJBQXFCLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekQsQ0FBQztJQU9ELFlBQW9CLEVBQWMsRUFBVSxRQUFtQixFQUFrQixPQUFrQjtRQUEvRSxPQUFFLEdBQUYsRUFBRSxDQUFZO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUFrQixZQUFPLEdBQVAsT0FBTyxDQUFXO1FBdEIxRixXQUFNLEdBQW9CLE1BQU0sQ0FBQztRQWdCbEMscUJBQWdCLEdBQUcsSUFBSSxDQUFDO0lBTXNFLENBQUM7SUFFdkcsV0FBVyxDQUFDLE9BQXNCO1FBQzlCLElBQUksT0FBTyxDQUFDLGlCQUFpQixDQUFDLElBQUksSUFBSSxDQUFDLGFBQWEs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Z0JBQ3ZELElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUUsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDO2FBQy9EO1NBQ0o7SUFDTCxDQUFDO0lBRU8sbUJBQW1CO1FBQ3ZCLElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRTtZQUNwQixJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLGFBQWEsRUFBRSxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUM7U0FDbkY7UUFFRCxJQUFJLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFDZCxNQUFNLE1BQU0sR0FBUyxJQUFJLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQztZQUM3QyxNQUFNLGFBQWEsR0FBZ0IsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLENBQUM7WUFDekQsTUFBTSxDQUFDLFlBQVksQ0FBQyxhQUFhLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1lBQ2pELElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztTQUN2RTtJQUNMLENBQUM7d0lBeEhRLDJCQUEyQjs0SEFBM0IsMkJBQTJCOztrR0FBM0IsMkJBQTJCO2tCQUp2QyxTQUFTO21CQUFDO29CQUNQLDhCQUE4QjtvQkFDOUIsUUFBUSxFQUFFLHVDQUF1QztpQkFDcEQ7OzBCQXdCcUUsSUFBSTt5Q0F0QjdELE1BQU07c0JBQWQsS0FBSztnQkFFRixrQkFBa0I7c0JBRHJCLEtBQUs7Z0JBU0YsZUFBZTtzQkFEbEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSW5wdXQsIEFmdGVyQ29udGVudEluaXQsIE9uRGVzdHJveSwgU2VsZiwgT25DaGFuZ2VzLCBTaW1wbGVDaGFuZ2VzLCBSZW5kZXJlcjIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5nQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgY29lcmNlQm9vbGVhblByb3BlcnR5LCBjb2VyY2VOdW1iZXJQcm9wZXJ0eSwgQm9vbGVhbklucHV0LCBOdW1iZXJJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5cbkBEaXJlY3RpdmUoe1xuICAgIC8qIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSAqL1xuICAgIHNlbGVjdG9yOiAnW2Zvcm1Db250cm9sTmFtZV1bZXVpRWRpdG9yTWF4bGVuZ3RoXScsXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVkaXRvck1heGxlbmd0aERpcmVjdGl2ZSBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQsIE9uRGVzdHJveSwgT25DaGFuZ2VzIHtcbiAgICBASW5wdXQoKSBmb3JtYXQ6ICdodG1sJyB8ICdqc29uJyA9ICdodG1sJztcbiAgICBASW5wdXQoKVxuICAgIGdldCBldWlFZGl0b3JNYXhsZW5ndGgoKTogbnVtYmVyIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2V1aUVkaXRvck1heGxlbmd0aDtcbiAgICB9XG4gICAgc2V0IGV1aUVkaXRvck1heGxlbmd0aCh2YWx1ZTogTnVtYmVySW5wdXQpIHtcbiAgICAgICAgdGhpcy5fZXVpRWRpdG9yTWF4bGVuZ3RoID0gY29lcmNlTnVtYmVyUHJvcGVydHkodmFsdWUpO1xuICAgIH1cbiAgICBwcml2YXRlIF9ldWlFZGl0b3JNYXhsZW5ndGg6IG51bWJlcjtcbiAgICBASW5wdXQoKVxuICAgIGdldCBpc1Nob3dNYXhsZW5ndGgoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9pc1Nob3dNYXhsZW5ndGg7XG4gICAgfVxuICAgIHNldCBpc1Nob3dNYXhsZW5ndGgodmFsdWU6IEJvb2xlYW5JbnB1dCkge1xuICAgICAgICB0aGlzLl9pc1Nob3dNYXhsZW5ndGggPSBjb2VyY2VCb29sZWFuUHJvcGVydHkodmFsdWUpO1xuICAgIH1cbiAgICBwcml2YXRlIF9pc1Nob3dNYXhsZW5ndGggPSB0cnVlO1xuXG4gICAgcHJpdmF0ZSB2YWx1ZUNoYW5nZXNTdWJzY3JpcHRpb246IFN1YnNjcmlwdGlvbjtcbiAgICBwcml2YXRlIG1heExlbmd0aFNwYW46IEhUTUxTcGFuRWxlbWVudDtcbiAgICBwcml2YXRlIHdyYXBwZXI6IEhUTUxEaXZFbGVtZW50O1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBlbDogRWxlbWVudFJlZiwgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyLCBAU2VsZigpIHByaXZhdGUgY29udHJvbDogTmdDb250cm9sKSB7fVxuXG4gICAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgICAgICBpZiAoY2hhbmdlc1snaXNTaG93TWF4bGVuZ3RoJ10gJiYgdGhpcy5tYXhMZW5ndGhTcGFuKSB7XG4gICAgICAgICAgICBpZiAodGhpcy5pc1Nob3dNYXhsZW5ndGgpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmNyZWF0ZU1heExlbmd0aEJveCgpO1xuICAgICAgICAgICAgICAgIHRoaXMucmVmcmVzaFZhbHVlKCk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHRoaXMuZGVzdHJveU1heExlbmd0aEJveCgpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5ldWlFZGl0b3JNYXhsZW5ndGgpIHtcbiAgICAgICAgICAgIHRoaXMuY3JlYXRlTWF4TGVuZ3RoQm94KCk7XG4gICAgICAgICAgICB0aGlzLnJlZnJlc2hWYWx1ZSgpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKHRoaXMuY29udHJvbD8udmFsdWVDaGFuZ2VzKSB7XG4gICAgICAgICAgICB0aGlzLnZhbHVlQ2hhbmdlc1N1YnNjcmlwdGlvbiA9IHRoaXMuY29udHJvbC52YWx1ZUNoYW5nZXMuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLnJlZnJlc2hWYWx1ZSgpO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5kZXN0cm95TWF4TGVuZ3RoQm94KCk7XG5cbiAgICAgICAgaWYgKHRoaXMudmFsdWVDaGFuZ2VzU3Vic2NyaXB0aW9uKSB7XG4gICAgICAgICAgICB0aGlzLnZhbHVlQ2hhbmdlc1N1YnNjcmlwdGlvbi51bnN1YnNjcmliZSgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSByZWZyZXNoVmFsdWUoKTogdm9pZCB7XG4gICAgICAgIGxldCB2YWx1ZUxlbmd0aCA9IDA7XG4gICAgICAgIGxldCByZW1haW5pbmdMZW5ndGggPSAwO1xuXG4gICAgICAgIGlmICh0aGlzLmZvcm1hdCA9PT0gJ2h0bWwnKSB7XG4gICAgICAgICAgICBjb25zdCByZWdleCA9IC8oPChbXj5dKyk+KS9naTtcbiAgICAgICAgICAgIGNvbnN0IHRhZ3NTdHJpcHBlZENvbnRlbnQgPSB0aGlzLmNvbnRyb2wudmFsdWUgPyB0aGlzLmNvbnRyb2wudmFsdWUucmVwbGFjZShyZWdleCwgJycpIDogJyc7XG4gICAgICAgICAgICB2YWx1ZUxlbmd0aCA9IHRhZ3NTdHJpcHBlZENvbnRlbnQubGVuZ3RoO1xuICAgICAgICAgICAgcmVtYWluaW5nTGVuZ3RoID0gdGhpcy5ldWlFZGl0b3JNYXhsZW5ndGggLSB2YWx1ZUxlbmd0aDtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGNvbnN0IGNvbnRlbnQgPVxuICAgICAgICAgICAgICAgIHRoaXMuY29udHJvbC52YWx1ZSAmJiB0aGlzLmNvbnRyb2wudmFsdWUgIT09ICcnXG4gICAgICAgICAgICAgICAgICAgID8gSlNPTi5wYXJzZSh0aGlzLmNvbnRyb2wudmFsdWUpXG4gICAgICAgICAgICAgICAgICAgICAgICAgIC5vcHMuZmlsdGVyKChjOiB7IGF0dHJpYnV0ZXM6IHN0cmluZzsgaW5zZXJ0OiBzdHJpbmcgfSkgPT4gdHlwZW9mIGMuaW5zZXJ0ID09PSAnc3RyaW5nJylcbiAgICAgICAgICAgICAgICAgICAgICAgICAgLm1hcCgoYzogeyBhdHRyaWJ1dGVzOiBzdHJpbmc7IGluc2VydDogc3RyaW5nIH0pID0+IGMuaW5zZXJ0LnJlcGxhY2UoL1xcbi9nLCAnJykpXG4gICAgICAgICAgICAgICAgICAgIDogWycnXTtcblxuICAgICAgICAgICAgY29uc3QganNvblN0cmlwcGVkQ29udGVudCA9IGNvbnRlbnQuam9pbignJyk7XG4gICAgICAgICAgICB2YWx1ZUxlbmd0aCA9IGpzb25TdHJpcHBlZENvbnRlbnQubGVuZ3RoO1xuICAgICAgICAgICAgcmVtYWluaW5nTGVuZ3RoID0gdGhpcy5ldWlFZGl0b3JNYXhsZW5ndGggLSB2YWx1ZUxlbmd0aDtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChyZW1haW5pbmdMZW5ndGggPCAwICYmIHRoaXMubWF4TGVuZ3RoU3Bhbikge1xuICAgICAgICAgICAgdGhpcy5tYXhMZW5ndGhTcGFuLmNsYXNzTGlzdC5hZGQoJ2Vycm9yJyk7XG4gICAgICAgICAgICB0aGlzLm1heExlbmd0aFNwYW4uaW5uZXJIVE1MID0gJzAnO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgaWYgKHJlbWFpbmluZ0xlbmd0aCA+PSAwICYmIHRoaXMubWF4TGVuZ3RoU3Bhbikge1xuICAgICAgICAgICAgICAgIHRoaXMubWF4TGVuZ3RoU3Bhbi5pbm5lckhUTUwgPSAodGhpcy5ldWlFZGl0b3JNYXhsZW5ndGggLSB2YWx1ZUxlbmd0aCkudG9TdHJpbmcoKTtcbiAgICAgICAgICAgICAgICB0aGlzLm1heExlbmd0aFNwYW4uY2xhc3NMaXN0LnJlbW92ZSgnZXJyb3InKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgIHByaXZhdGUgY3JlYXRlTWF4TGVuZ3RoQm94KCk6IHZvaWQge1xuICAgICAgICB0aGlzLm1heExlbmd0aFNwYW4gPSB0aGlzLnJlbmRlcmVyLmNyZWF0ZUVsZW1lbnQoJ3NwYW4nKTtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5hZGRDbGFzcyh0aGlzLm1heExlbmd0aFNwYW4sICdpbnB1dC1tYXhsZW5ndGgnKTtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRBdHRyaWJ1dGUodGhpcy5tYXhMZW5ndGhTcGFuLCAnaW5uZXJIVE1MJywgdGhpcy5ldWlFZGl0b3JNYXhsZW5ndGgudG9TdHJpbmcoKSk7XG5cbiAgICAgICAgY29uc3QgbmF0aXZlRWxlbWVudDogSFRNTEVsZW1lbnQgPSB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIGlmIChuYXRpdmVFbGVtZW50ICE9IG51bGwpIHtcbiAgICAgICAgICAgIHRoaXMucmVuZGVyZXIuc2V0U3R5bGUobmF0aXZlRWxlbWVudCwgJ3dpZHRoJywgJzEwMCUnKTtcbiAgICAgICAgICAgIGNvbnN0IHBhcmVudDogTm9kZSA9IG5hdGl2ZUVsZW1lbnQucGFyZW50Tm9kZTtcbiAgICAgICAgICAgIGlmIChwYXJlbnQgIT0gbnVsbCAmJiB0aGlzLmlzU2hvd01heGxlbmd0aCkge1xuICAgICAgICAgICAgICAgIHRoaXMud3JhcHBlciA9IHRoaXMucmVuZGVyZXIuY3JlYXRlRWxlbWVudCgnZGl2Jyk7XG4gICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5hZGRDbGFzcyh0aGlzLndyYXBwZXIsICdpbnB1dC1tYXhsZW5ndGgtd3JhcHBlcicpO1xuICAgICAgICAgICAgICAgIHBhcmVudC5yZXBsYWNlQ2hpbGQodGhpcy53cmFwcGVyLCBuYXRpdmVFbGVtZW50KTtcbiAgICAgICAgICAgICAgICB0aGlzLnJlbmRlcmVyLmFwcGVuZENoaWxkKHRoaXMud3JhcHBlciwgbmF0aXZlRWxlbWVudCk7XG4gICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5hcHBlbmRDaGlsZCh0aGlzLndyYXBwZXIsIHRoaXMubWF4TGVuZ3RoU3Bhbik7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIGRlc3Ryb3lNYXhMZW5ndGhCb3goKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLm1heExlbmd0aFNwYW4pIHtcbiAgICAgICAgICAgIHRoaXMucmVuZGVyZXIucmVtb3ZlQ2hpbGQodGhpcy5tYXhMZW5ndGhTcGFuLnBhcmVudEVsZW1lbnQsIHRoaXMubWF4TGVuZ3RoU3Bhbik7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAodGhpcy53cmFwcGVyKSB7XG4gICAgICAgICAgICBjb25zdCBwYXJlbnQ6IE5vZGUgPSB0aGlzLndyYXBwZXIucGFyZW50Tm9kZTtcbiAgICAgICAgICAgIGNvbnN0IG5hdGl2ZUVsZW1lbnQ6IEhUTUxFbGVtZW50ID0gdGhpcy5lbC5uYXRpdmVFbGVtZW50O1xuICAgICAgICAgICAgcGFyZW50LnJlcGxhY2VDaGlsZChuYXRpdmVFbGVtZW50LCB0aGlzLndyYXBwZXIpO1xuICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5yZW1vdmVDaGlsZCh0aGlzLndyYXBwZXIucGFyZW50RWxlbWVudCwgdGhpcy53cmFwcGVyKTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==