@eui/components 18.0.0-next.68 → 18.0.0-next.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/EuiIconButtonComponent.html +1 -1
- package/docs/components/EuiIconButtonExpanderComponent.html +1 -1
- package/docs/components/EuiIconInputComponent.html +1 -1
- package/docs/components/EuiLanguageSelectorComponent.html +1 -1
- package/docs/dependencies.html +1 -1
- package/docs/index.html +1 -1
- package/docs/js/menu-wc.js +101 -59
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +4 -3
- package/docs/modules/EuiAllModule.html +18 -0
- package/docs/modules/EuiAppModule.html +18 -0
- package/docs/modules/EuiAppTopMessageModule.html +3 -0
- package/docs/modules/EuiCardModule.html +3 -0
- package/docs/modules/EuiChipModule.html +3 -0
- package/docs/modules/EuiFieldsetModule.html +3 -0
- package/docs/modules/EuiGrowlModule.html +3 -0
- package/docs/modules/EuiIconButtonExpanderModule.html +238 -0
- package/docs/modules/EuiIconButtonModule.html +238 -0
- package/docs/modules/EuiIconInputModule.html +238 -0
- package/docs/modules/EuiIconModule.html +0 -18
- package/docs/modules/EuiLayoutModule.html +18 -0
- package/docs/modules/EuiMenuModule.html +3 -0
- package/docs/modules/EuiNotificationsModule.html +3 -0
- package/docs/modules/EuiNotificationsV2Module.html +3 -0
- package/docs/modules/EuiSearchModule.html +3 -0
- package/docs/modules/EuiSidebarToggleModule.html +1 -1
- package/docs/modules/EuiTreeListModule.html +3 -0
- package/docs/modules.html +36 -0
- package/esm2022/eui-all/eui-all.module.mjs +19 -4
- package/esm2022/eui-breadcrumb/breadcrumb.module.mjs +8 -5
- package/esm2022/eui-card/components/eui-card-header/eui-card-header.component.mjs +3 -2
- package/esm2022/eui-card/eui-card.module.mjs +13 -4
- package/esm2022/eui-chip/eui-chip.component.mjs +1 -1
- package/esm2022/eui-chip/eui-chip.module.mjs +5 -4
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +3 -2
- package/esm2022/eui-fieldset/eui-fieldset.module.mjs +5 -4
- package/esm2022/eui-growl/eui-growl.component.mjs +4 -3
- package/esm2022/eui-growl/eui-growl.module.mjs +5 -4
- package/esm2022/eui-icon/eui-icon.module.mjs +3 -15
- package/esm2022/eui-icon/index.mjs +1 -4
- package/esm2022/eui-icon-button/eui-components-eui-icon-button.mjs +5 -0
- package/esm2022/{eui-icon/eui-icon-button → eui-icon-button}/eui-icon-button.component.mjs +2 -2
- package/esm2022/eui-icon-button/eui-icon-button.module.mjs +24 -0
- package/esm2022/eui-icon-button/index.mjs +3 -0
- package/esm2022/eui-icon-button-expander/eui-components-eui-icon-button-expander.mjs +5 -0
- package/esm2022/{eui-icon/eui-icon-button-expander → eui-icon-button-expander}/eui-icon-button-expander.component.mjs +2 -2
- package/esm2022/eui-icon-button-expander/eui-icon-button-expander.module.mjs +24 -0
- package/esm2022/eui-icon-button-expander/index.mjs +3 -0
- package/esm2022/eui-icon-input/eui-components-eui-icon-input.mjs +5 -0
- package/esm2022/{eui-icon/eui-icon-input → eui-icon-input}/eui-icon-input.component.mjs +1 -1
- package/esm2022/eui-icon-input/eui-icon-input.module.mjs +24 -0
- package/esm2022/eui-icon-input/index.mjs +3 -0
- package/esm2022/eui-language-selector/language-selector.component.mjs +3 -3
- package/esm2022/eui-menu/eui-menu.component.mjs +6 -5
- package/esm2022/eui-menu/eui-menu.module.mjs +5 -4
- package/esm2022/eui-search/search.component.mjs +8 -7
- package/esm2022/eui-search/search.module.mjs +5 -4
- package/esm2022/eui-tree-list/eui-tree-list-item.component.mjs +3 -3
- package/esm2022/eui-tree-list/eui-tree-list.module.mjs +5 -1
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +1 -1
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.module.mjs +5 -4
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +5 -4
- package/esm2022/layout/eui-notifications/eui-notifications.module.mjs +10 -4
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +5 -4
- package/esm2022/layout/eui-notifications-v2/eui-notifications.module.mjs +10 -4
- package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.component.mjs +1 -1
- package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.module.mjs +5 -5
- package/eui-all/eui-all.module.d.ts +4 -1
- package/eui-all/eui-all.module.d.ts.map +1 -1
- package/eui-breadcrumb/breadcrumb.module.d.ts.map +1 -1
- package/eui-card/eui-card.module.d.ts +2 -1
- package/eui-card/eui-card.module.d.ts.map +1 -1
- package/eui-chip/eui-chip.module.d.ts +3 -2
- package/eui-chip/eui-chip.module.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.module.d.ts +3 -2
- package/eui-fieldset/eui-fieldset.module.d.ts.map +1 -1
- package/eui-growl/eui-growl.module.d.ts +3 -2
- package/eui-growl/eui-growl.module.d.ts.map +1 -1
- package/eui-icon/eui-icon.module.d.ts +2 -5
- package/eui-icon/eui-icon.module.d.ts.map +1 -1
- package/eui-icon/index.d.ts +0 -3
- package/eui-icon/index.d.ts.map +1 -1
- package/eui-icon-button/eui-components-eui-icon-button.d.ts.map +1 -0
- package/eui-icon-button/eui-icon-button.component.d.ts.map +1 -0
- package/eui-icon-button/eui-icon-button.module.d.ts +10 -0
- package/eui-icon-button/eui-icon-button.module.d.ts.map +1 -0
- package/eui-icon-button/index.d.ts +3 -0
- package/eui-icon-button/index.d.ts.map +1 -0
- package/eui-icon-button/package.json +3 -0
- package/eui-icon-button-expander/eui-components-eui-icon-button-expander.d.ts.map +1 -0
- package/eui-icon-button-expander/eui-icon-button-expander.component.d.ts.map +1 -0
- package/eui-icon-button-expander/eui-icon-button-expander.module.d.ts +10 -0
- package/eui-icon-button-expander/eui-icon-button-expander.module.d.ts.map +1 -0
- package/eui-icon-button-expander/index.d.ts +3 -0
- package/eui-icon-button-expander/index.d.ts.map +1 -0
- package/eui-icon-button-expander/package.json +3 -0
- package/eui-icon-input/eui-components-eui-icon-input.d.ts.map +1 -0
- package/eui-icon-input/eui-icon-input.component.d.ts.map +1 -0
- package/eui-icon-input/eui-icon-input.module.d.ts +10 -0
- package/eui-icon-input/eui-icon-input.module.d.ts.map +1 -0
- package/eui-icon-input/index.d.ts +3 -0
- package/eui-icon-input/index.d.ts.map +1 -0
- package/eui-icon-input/package.json +3 -0
- package/eui-menu/eui-menu.module.d.ts +8 -7
- package/eui-menu/eui-menu.module.d.ts.map +1 -1
- package/eui-search/search.module.d.ts +8 -7
- package/eui-search/search.module.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list.module.d.ts +4 -3
- package/eui-tree-list/eui-tree-list.module.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-breadcrumb.mjs +4 -4
- package/fesm2022/eui-components-eui-breadcrumb.mjs.map +2 -2
- package/fesm2022/eui-components-eui-card.mjs +32 -6
- package/fesm2022/eui-components-eui-card.mjs.map +2 -2
- package/fesm2022/eui-components-eui-chip.mjs +5 -4
- package/fesm2022/eui-components-eui-chip.mjs.map +2 -2
- package/fesm2022/eui-components-eui-fieldset.mjs +6 -4
- package/fesm2022/eui-components-eui-fieldset.mjs.map +2 -2
- package/fesm2022/eui-components-eui-growl.mjs +7 -5
- package/fesm2022/eui-components-eui-growl.mjs.map +2 -2
- package/fesm2022/eui-components-eui-icon-button-expander.mjs +137 -0
- package/fesm2022/eui-components-eui-icon-button-expander.mjs.map +7 -0
- package/fesm2022/eui-components-eui-icon-button.mjs +94 -0
- package/fesm2022/eui-components-eui-icon-button.mjs.map +7 -0
- package/fesm2022/eui-components-eui-icon-input.mjs +74 -0
- package/fesm2022/eui-components-eui-icon-input.mjs.map +7 -0
- package/fesm2022/eui-components-eui-icon.mjs +16 -217
- package/fesm2022/eui-components-eui-icon.mjs.map +4 -4
- package/fesm2022/eui-components-eui-language-selector.mjs +2 -2
- package/fesm2022/eui-components-eui-language-selector.mjs.map +2 -2
- package/fesm2022/eui-components-eui-menu.mjs +8 -3
- package/fesm2022/eui-components-eui-menu.mjs.map +2 -2
- package/fesm2022/eui-components-eui-search.mjs +11 -6
- package/fesm2022/eui-components-eui-search.mjs.map +2 -2
- package/fesm2022/eui-components-eui-tree-list.mjs +7 -3
- package/fesm2022/eui-components-eui-tree-list.mjs.map +2 -2
- package/fesm2022/eui-components-layout.mjs +89 -30
- package/fesm2022/eui-components-layout.mjs.map +3 -3
- package/fesm2022/eui-components.mjs +19 -4
- package/fesm2022/eui-components.mjs.map +2 -2
- package/layout/eui-app/eui-app-top-message/top-message.module.d.ts +2 -1
- package/layout/eui-app/eui-app-top-message/top-message.module.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notifications.module.d.ts +2 -1
- package/layout/eui-notifications/eui-notifications.module.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notifications.module.d.ts +2 -1
- package/layout/eui-notifications-v2/eui-notifications.module.d.ts.map +1 -1
- package/layout/eui-sidebar-toggle/sidebar-toggle.module.d.ts +2 -2
- package/package.json +27 -9
- package/eui-icon/eui-icon-button/eui-icon-button.component.d.ts.map +0 -1
- package/eui-icon/eui-icon-button-expander/eui-icon-button-expander.component.d.ts.map +0 -1
- package/eui-icon/eui-icon-input/eui-icon-input.component.d.ts.map +0 -1
- /package/{eui-icon/eui-icon-button → eui-icon-button}/eui-icon-button.component.d.ts +0 -0
- /package/{eui-icon/eui-icon-button-expander → eui-icon-button-expander}/eui-icon-button-expander.component.d.ts +0 -0
- /package/{eui-icon/eui-icon-input → eui-icon-input}/eui-icon-input.component.d.ts +0 -0
@@ -66,6 +66,9 @@ import { EuiAccordionModule } from "@eui/components/eui-accordion";
|
|
66
66
|
import { EuiSplitButtonModule } from "@eui/components/eui-split-button";
|
67
67
|
import { EuiBreadcrumbModule } from "@eui/components/eui-breadcrumb";
|
68
68
|
import { EuiSearchModule } from "@eui/components/eui-search";
|
69
|
+
import { EuiIconButtonExpanderModule } from "@eui/components/eui-icon-button-expander";
|
70
|
+
import { EuiIconInputModule } from "@eui/components/eui-icon-input";
|
71
|
+
import { EuiIconButtonModule } from "@eui/components/eui-icon-button";
|
69
72
|
import { EuiMaxLengthDirectiveModule, EuiTemplateDirectiveModule, EuiTooltipDirectiveModule, EuiSmoothScrollDirectiveModule, EuiScrollHandlerDirectiveModule, EuiHasPermissionDirectiveModule, EuiResizableDirectiveModule } from "@eui/components/directives";
|
70
73
|
import { EuiTruncatePipeModule } from "@eui/components/pipes";
|
71
74
|
import * as i0 from "@angular/core";
|
@@ -140,7 +143,10 @@ var MODULES = [
|
|
140
143
|
EuiAccordionModule,
|
141
144
|
EuiSplitButtonModule,
|
142
145
|
EuiBreadcrumbModule,
|
143
|
-
EuiSearchModule
|
146
|
+
EuiSearchModule,
|
147
|
+
EuiIconButtonExpanderModule,
|
148
|
+
EuiIconInputModule,
|
149
|
+
EuiIconButtonModule
|
144
150
|
];
|
145
151
|
var EuiAllModule = class _EuiAllModule {
|
146
152
|
static {
|
@@ -222,7 +228,10 @@ var EuiAllModule = class _EuiAllModule {
|
|
222
228
|
EuiAccordionModule,
|
223
229
|
EuiSplitButtonModule,
|
224
230
|
EuiBreadcrumbModule,
|
225
|
-
EuiSearchModule
|
231
|
+
EuiSearchModule,
|
232
|
+
EuiIconButtonExpanderModule,
|
233
|
+
EuiIconInputModule,
|
234
|
+
EuiIconButtonModule
|
226
235
|
], exports: [
|
227
236
|
EuiTemplateDirectiveModule,
|
228
237
|
EuiTooltipDirectiveModule,
|
@@ -294,7 +303,10 @@ var EuiAllModule = class _EuiAllModule {
|
|
294
303
|
EuiAccordionModule,
|
295
304
|
EuiSplitButtonModule,
|
296
305
|
EuiBreadcrumbModule,
|
297
|
-
EuiSearchModule
|
306
|
+
EuiSearchModule,
|
307
|
+
EuiIconButtonExpanderModule,
|
308
|
+
EuiIconInputModule,
|
309
|
+
EuiIconButtonModule
|
298
310
|
] });
|
299
311
|
}
|
300
312
|
static {
|
@@ -374,7 +386,10 @@ var EuiAllModule = class _EuiAllModule {
|
|
374
386
|
EuiAccordionModule,
|
375
387
|
EuiSplitButtonModule,
|
376
388
|
EuiBreadcrumbModule,
|
377
|
-
EuiSearchModule
|
389
|
+
EuiSearchModule,
|
390
|
+
EuiIconButtonExpanderModule,
|
391
|
+
EuiIconInputModule,
|
392
|
+
EuiIconButtonModule
|
378
393
|
] });
|
379
394
|
}
|
380
395
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../eui-all/eui-all.module.ts"],
|
4
|
-
"sourcesContent": ["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RouterModule } from '@angular/router';\nimport { ReactiveFormsModule, FormsModule } from '@angular/forms';\n\n// Layout related\nimport { EuiLayoutModule } from '@eui/components/layout';\n\nimport { EuiBadgeModule } from '@eui/components/eui-badge';\nimport { EuiIconToggleModule } from '@eui/components/eui-icon-toggle';\nimport { EuiLabelModule } from '@eui/components/eui-label';\nimport { EuiIconModule } from '@eui/components/eui-icon';\n\nimport { EuiAutocompleteModule } from '@eui/components/eui-autocomplete';\nimport { EuiButtonModule } from '@eui/components/eui-button';\nimport { EuiButtonV2Module } from '@eui/components/eui-button-v2';\nimport { EuiButtonGroupModule } from '@eui/components/eui-button-group';\nimport { EuiCardModule } from '@eui/components/eui-card';\nimport { EuiChipModule } from '@eui/components/eui-chip';\nimport { EuiChipListModule } from '@eui/components/eui-chip-list';\nimport { EuiDashboardButtonModule } from '@eui/components/eui-dashboard-button';\nimport { EuiDashboardCardModule } from '@eui/components/eui-dashboard-card';\nimport { EuiDateRangeSelectorModule } from '@eui/components/eui-date-range-selector';\nimport { EuiDialogModule } from '@eui/components/eui-dialog';\nimport { EuiDropdownModule } from '@eui/components/eui-dropdown';\nimport { EuiMenuModule } from '@eui/components/eui-menu';\nimport { EuiSlideToggleModule } from '@eui/components/eui-slide-toggle';\nimport { EuiTabsModule } from '@eui/components/eui-tabs';\nimport { EuiListModule } from '@eui/components/eui-list';\nimport { EuiTableModule } from '@eui/components/eui-table';\nimport { EuiTableV2Module } from '@eui/components/eui-table-v2';\nimport { EuiFileUploadModule } from '@eui/components/eui-file-upload';\nimport { EuiBlockDocumentModule } from '@eui/components/eui-block-document';\nimport { EuiBlockContentModule } from '@eui/components/eui-block-content';\nimport { EuiGrowlModule } from '@eui/components/eui-growl';\nimport { EuiAlertModule } from '@eui/components/eui-alert';\nimport { EuiInputNumberDirectiveModule } from '@eui/components/eui-input-number';\nimport { EuiInputCheckboxModule } from '@eui/components/eui-input-checkbox';\nimport { EuiInputRadioModule } from '@eui/components/eui-input-radio';\nimport { EuiInputTextModule } from '@eui/components/eui-input-text';\nimport { EuiPopoverModule } from '@eui/components/eui-popover';\nimport { EuiSelectModule } from '@eui/components/eui-select';\nimport { EuiTextAreaModule } from '@eui/components/eui-textarea';\nimport { EuiInputGroupModule } from '@eui/components/eui-input-group';\nimport { EuiFeedbackMessageModule } from '@eui/components/eui-feedback-message';\nimport { EuiTimepickerModule } from '@eui/components/eui-timepicker';\nimport { EuiDatepickerModule } from '@eui/components/eui-datepicker';\nimport { EuiDimmerModule } from '@eui/components/eui-dimmer';\nimport { EuiPageModule } from '@eui/components/eui-page';\nimport { EuiOverlayModule } from '@eui/components/eui-overlay';\nimport { EuiFieldsetModule } from '@eui/components/eui-fieldset';\nimport { EuiMessageBoxModule } from '@eui/components/eui-message-box';\nimport { EuiPaginatorModule } from '@eui/components/eui-paginator';\nimport { EuiProgressCircleModule } from '@eui/components/eui-progress-circle';\nimport { EuiDisableContentModule } from '@eui/components/eui-disable-content';\nimport { EuiWizardModule } from '@eui/components/eui-wizard';\nimport { EuiTimelineModule } from '@eui/components/eui-timeline';\nimport { EuiTimebarModule } from '@eui/components/eui-timebar';\nimport { EuiDiscussionThreadModule } from '@eui/components/eui-discussion-thread';\nimport { EuiSidebarMenuModule } from '@eui/components/eui-sidebar-menu';\nimport { EuiProgressBarModule } from '@eui/components/eui-progress-bar';\nimport { EuiTreeModule } from '@eui/components/eui-tree';\nimport { EuiTreeListModule } from '@eui/components/eui-tree-list';\nimport { EuiAvatarModule } from '@eui/components/eui-avatar';\nimport { EuiSkeletonModule } from '@eui/components/eui-skeleton';\nimport { EuiLanguageSelectorModule } from '@eui/components/eui-language-selector';\nimport { EuiUserProfileModule } from '@eui/components/eui-user-profile';\nimport { EuiAccordionModule } from '@eui/components/eui-accordion';\nimport { EuiSplitButtonModule } from '@eui/components/eui-split-button';\nimport { EuiBreadcrumbModule } from '@eui/components/eui-breadcrumb';\nimport { EuiSearchModule } from '@eui/components/eui-search';\n\n// Directives\nimport {\n EuiMaxLengthDirectiveModule,\n EuiTemplateDirectiveModule,\n EuiTooltipDirectiveModule,\n EuiSmoothScrollDirectiveModule,\n EuiScrollHandlerDirectiveModule,\n EuiHasPermissionDirectiveModule,\n EuiResizableDirectiveModule,\n} from '@eui/components/directives';\n\n// Pipes\nimport { EuiTruncatePipeModule } from '@eui/components/pipes';\n\nconst MODULES = [\n EuiTemplateDirectiveModule,\n EuiTooltipDirectiveModule,\n EuiInputNumberDirectiveModule,\n EuiMaxLengthDirectiveModule,\n EuiSmoothScrollDirectiveModule,\n EuiScrollHandlerDirectiveModule,\n EuiHasPermissionDirectiveModule,\n EuiResizableDirectiveModule,\n EuiLayoutModule,\n\n EuiPageModule,\n EuiOverlayModule,\n EuiDimmerModule,\n\n EuiBadgeModule,\n EuiIconModule,\n EuiLabelModule,\n EuiIconToggleModule,\n\n EuiAlertModule,\n EuiAutocompleteModule,\n EuiBlockDocumentModule,\n EuiBlockContentModule,\n EuiButtonModule,\n EuiButtonV2Module,\n EuiCardModule,\n EuiChipModule,\n EuiChipListModule,\n EuiDashboardButtonModule,\n EuiDashboardCardModule,\n EuiDatepickerModule,\n EuiDateRangeSelectorModule,\n EuiDropdownModule,\n EuiDialogModule,\n EuiGrowlModule,\n EuiSlideToggleModule,\n EuiTabsModule,\n EuiMenuModule,\n EuiMessageBoxModule,\n EuiListModule,\n EuiTableModule,\n EuiTableV2Module,\n EuiFileUploadModule,\n EuiPopoverModule,\n EuiFeedbackMessageModule,\n EuiTimepickerModule,\n EuiTreeModule,\n EuiInputCheckboxModule,\n EuiSelectModule,\n EuiInputRadioModule,\n EuiInputTextModule,\n EuiTextAreaModule,\n EuiInputGroupModule,\n EuiTruncatePipeModule,\n\n EuiFieldsetModule,\n\n EuiPaginatorModule,\n\n EuiButtonGroupModule,\n EuiProgressCircleModule,\n EuiDisableContentModule,\n EuiWizardModule,\n EuiTimelineModule,\n EuiTimebarModule,\n EuiDiscussionThreadModule,\n EuiSidebarMenuModule,\n EuiProgressBarModule,\n EuiTreeListModule,\n\n EuiAvatarModule,\n EuiSkeletonModule,\n\n EuiLanguageSelectorModule,\n EuiUserProfileModule,\n\n EuiAccordionModule,\n EuiSplitButtonModule,\n EuiBreadcrumbModule,\n EuiSearchModule,\n];\n\n@NgModule({\n imports: [CommonModule, RouterModule, ReactiveFormsModule, FormsModule, ...MODULES],\n exports: [...MODULES],\n})\nexport class EuiAllModule {}\n"],
|
5
|
-
"mappings": ";AAAA,SAAS,gBAAgB;AACzB,SAAS,oBAAoB;AAC7B,SAAS,oBAAoB;AAC7B,SAAS,qBAAqB,mBAAmB;AAGjD,SAAS,uBAAuB;AAEhC,SAAS,sBAAsB;AAC/B,SAAS,2BAA2B;AACpC,SAAS,sBAAsB;AAC/B,SAAS,qBAAqB;AAE9B,SAAS,6BAA6B;AACtC,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,4BAA4B;AACrC,SAAS,qBAAqB;AAC9B,SAAS,qBAAqB;AAC9B,SAAS,yBAAyB;AAClC,SAAS,gCAAgC;AACzC,SAAS,8BAA8B;AACvC,SAAS,kCAAkC;AAC3C,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,qBAAqB;AAC9B,SAAS,4BAA4B;AACrC,SAAS,qBAAqB;AAC9B,SAAS,qBAAqB;AAC9B,SAAS,sBAAsB;AAC/B,SAAS,wBAAwB;AACjC,SAAS,2BAA2B;AACpC,SAAS,8BAA8B;AACvC,SAAS,6BAA6B;AACtC,SAAS,sBAAsB;AAC/B,SAAS,sBAAsB;AAC/B,SAAS,qCAAqC;AAC9C,SAAS,8BAA8B;AACvC,SAAS,2BAA2B;AACpC,SAAS,0BAA0B;AACnC,SAAS,wBAAwB;AACjC,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,2BAA2B;AACpC,SAAS,gCAAgC;AACzC,SAAS,2BAA2B;AACpC,SAAS,2BAA2B;AACpC,SAAS,uBAAuB;AAChC,SAAS,qBAAqB;AAC9B,SAAS,wBAAwB;AACjC,SAAS,yBAAyB;AAClC,SAAS,2BAA2B;AACpC,SAAS,0BAA0B;AACnC,SAAS,+BAA+B;AACxC,SAAS,+BAA+B;AACxC,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,wBAAwB;AACjC,SAAS,iCAAiC;AAC1C,SAAS,4BAA4B;AACrC,SAAS,4BAA4B;AACrC,SAAS,qBAAqB;AAC9B,SAAS,yBAAyB;AAClC,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,iCAAiC;AAC1C,SAAS,4BAA4B;AACrC,SAAS,0BAA0B;AACnC,SAAS,4BAA4B;AACrC,SAAS,2BAA2B;AACpC,SAAS,uBAAuB;
|
4
|
+
"sourcesContent": ["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RouterModule } from '@angular/router';\nimport { ReactiveFormsModule, FormsModule } from '@angular/forms';\n\n// Layout related\nimport { EuiLayoutModule } from '@eui/components/layout';\n\nimport { EuiBadgeModule } from '@eui/components/eui-badge';\nimport { EuiIconToggleModule } from '@eui/components/eui-icon-toggle';\nimport { EuiLabelModule } from '@eui/components/eui-label';\nimport { EuiIconModule } from '@eui/components/eui-icon';\n\nimport { EuiAutocompleteModule } from '@eui/components/eui-autocomplete';\nimport { EuiButtonModule } from '@eui/components/eui-button';\nimport { EuiButtonV2Module } from '@eui/components/eui-button-v2';\nimport { EuiButtonGroupModule } from '@eui/components/eui-button-group';\nimport { EuiCardModule } from '@eui/components/eui-card';\nimport { EuiChipModule } from '@eui/components/eui-chip';\nimport { EuiChipListModule } from '@eui/components/eui-chip-list';\nimport { EuiDashboardButtonModule } from '@eui/components/eui-dashboard-button';\nimport { EuiDashboardCardModule } from '@eui/components/eui-dashboard-card';\nimport { EuiDateRangeSelectorModule } from '@eui/components/eui-date-range-selector';\nimport { EuiDialogModule } from '@eui/components/eui-dialog';\nimport { EuiDropdownModule } from '@eui/components/eui-dropdown';\nimport { EuiMenuModule } from '@eui/components/eui-menu';\nimport { EuiSlideToggleModule } from '@eui/components/eui-slide-toggle';\nimport { EuiTabsModule } from '@eui/components/eui-tabs';\nimport { EuiListModule } from '@eui/components/eui-list';\nimport { EuiTableModule } from '@eui/components/eui-table';\nimport { EuiTableV2Module } from '@eui/components/eui-table-v2';\nimport { EuiFileUploadModule } from '@eui/components/eui-file-upload';\nimport { EuiBlockDocumentModule } from '@eui/components/eui-block-document';\nimport { EuiBlockContentModule } from '@eui/components/eui-block-content';\nimport { EuiGrowlModule } from '@eui/components/eui-growl';\nimport { EuiAlertModule } from '@eui/components/eui-alert';\nimport { EuiInputNumberDirectiveModule } from '@eui/components/eui-input-number';\nimport { EuiInputCheckboxModule } from '@eui/components/eui-input-checkbox';\nimport { EuiInputRadioModule } from '@eui/components/eui-input-radio';\nimport { EuiInputTextModule } from '@eui/components/eui-input-text';\nimport { EuiPopoverModule } from '@eui/components/eui-popover';\nimport { EuiSelectModule } from '@eui/components/eui-select';\nimport { EuiTextAreaModule } from '@eui/components/eui-textarea';\nimport { EuiInputGroupModule } from '@eui/components/eui-input-group';\nimport { EuiFeedbackMessageModule } from '@eui/components/eui-feedback-message';\nimport { EuiTimepickerModule } from '@eui/components/eui-timepicker';\nimport { EuiDatepickerModule } from '@eui/components/eui-datepicker';\nimport { EuiDimmerModule } from '@eui/components/eui-dimmer';\nimport { EuiPageModule } from '@eui/components/eui-page';\nimport { EuiOverlayModule } from '@eui/components/eui-overlay';\nimport { EuiFieldsetModule } from '@eui/components/eui-fieldset';\nimport { EuiMessageBoxModule } from '@eui/components/eui-message-box';\nimport { EuiPaginatorModule } from '@eui/components/eui-paginator';\nimport { EuiProgressCircleModule } from '@eui/components/eui-progress-circle';\nimport { EuiDisableContentModule } from '@eui/components/eui-disable-content';\nimport { EuiWizardModule } from '@eui/components/eui-wizard';\nimport { EuiTimelineModule } from '@eui/components/eui-timeline';\nimport { EuiTimebarModule } from '@eui/components/eui-timebar';\nimport { EuiDiscussionThreadModule } from '@eui/components/eui-discussion-thread';\nimport { EuiSidebarMenuModule } from '@eui/components/eui-sidebar-menu';\nimport { EuiProgressBarModule } from '@eui/components/eui-progress-bar';\nimport { EuiTreeModule } from '@eui/components/eui-tree';\nimport { EuiTreeListModule } from '@eui/components/eui-tree-list';\nimport { EuiAvatarModule } from '@eui/components/eui-avatar';\nimport { EuiSkeletonModule } from '@eui/components/eui-skeleton';\nimport { EuiLanguageSelectorModule } from '@eui/components/eui-language-selector';\nimport { EuiUserProfileModule } from '@eui/components/eui-user-profile';\nimport { EuiAccordionModule } from '@eui/components/eui-accordion';\nimport { EuiSplitButtonModule } from '@eui/components/eui-split-button';\nimport { EuiBreadcrumbModule } from '@eui/components/eui-breadcrumb';\nimport { EuiSearchModule } from '@eui/components/eui-search';\nimport { EuiIconButtonExpanderModule } from '@eui/components/eui-icon-button-expander';\nimport { EuiIconInputModule } from '@eui/components/eui-icon-input';\nimport { EuiIconButtonModule } from '@eui/components/eui-icon-button';\n\n// Directives\nimport {\n EuiMaxLengthDirectiveModule,\n EuiTemplateDirectiveModule,\n EuiTooltipDirectiveModule,\n EuiSmoothScrollDirectiveModule,\n EuiScrollHandlerDirectiveModule,\n EuiHasPermissionDirectiveModule,\n EuiResizableDirectiveModule,\n} from '@eui/components/directives';\n\n// Pipes\nimport { EuiTruncatePipeModule } from '@eui/components/pipes';\n\nconst MODULES = [\n EuiTemplateDirectiveModule,\n EuiTooltipDirectiveModule,\n EuiInputNumberDirectiveModule,\n EuiMaxLengthDirectiveModule,\n EuiSmoothScrollDirectiveModule,\n EuiScrollHandlerDirectiveModule,\n EuiHasPermissionDirectiveModule,\n EuiResizableDirectiveModule,\n EuiLayoutModule,\n\n EuiPageModule,\n EuiOverlayModule,\n EuiDimmerModule,\n\n EuiBadgeModule,\n EuiIconModule,\n EuiLabelModule,\n EuiIconToggleModule,\n\n EuiAlertModule,\n EuiAutocompleteModule,\n EuiBlockDocumentModule,\n EuiBlockContentModule,\n EuiButtonModule,\n EuiButtonV2Module,\n EuiCardModule,\n EuiChipModule,\n EuiChipListModule,\n EuiDashboardButtonModule,\n EuiDashboardCardModule,\n EuiDatepickerModule,\n EuiDateRangeSelectorModule,\n EuiDropdownModule,\n EuiDialogModule,\n EuiGrowlModule,\n EuiSlideToggleModule,\n EuiTabsModule,\n EuiMenuModule,\n EuiMessageBoxModule,\n EuiListModule,\n EuiTableModule,\n EuiTableV2Module,\n EuiFileUploadModule,\n EuiPopoverModule,\n EuiFeedbackMessageModule,\n EuiTimepickerModule,\n EuiTreeModule,\n EuiInputCheckboxModule,\n EuiSelectModule,\n EuiInputRadioModule,\n EuiInputTextModule,\n EuiTextAreaModule,\n EuiInputGroupModule,\n EuiTruncatePipeModule,\n\n EuiFieldsetModule,\n\n EuiPaginatorModule,\n\n EuiButtonGroupModule,\n EuiProgressCircleModule,\n EuiDisableContentModule,\n EuiWizardModule,\n EuiTimelineModule,\n EuiTimebarModule,\n EuiDiscussionThreadModule,\n EuiSidebarMenuModule,\n EuiProgressBarModule,\n EuiTreeListModule,\n\n EuiAvatarModule,\n EuiSkeletonModule,\n\n EuiLanguageSelectorModule,\n EuiUserProfileModule,\n\n EuiAccordionModule,\n EuiSplitButtonModule,\n EuiBreadcrumbModule,\n EuiSearchModule,\n\n EuiIconButtonExpanderModule,\n EuiIconInputModule,\n EuiIconButtonModule,\n];\n\n@NgModule({\n imports: [CommonModule, RouterModule, ReactiveFormsModule, FormsModule, ...MODULES],\n exports: [...MODULES],\n})\nexport class EuiAllModule {}\n"],
|
5
|
+
"mappings": ";AAAA,SAAS,gBAAgB;AACzB,SAAS,oBAAoB;AAC7B,SAAS,oBAAoB;AAC7B,SAAS,qBAAqB,mBAAmB;AAGjD,SAAS,uBAAuB;AAEhC,SAAS,sBAAsB;AAC/B,SAAS,2BAA2B;AACpC,SAAS,sBAAsB;AAC/B,SAAS,qBAAqB;AAE9B,SAAS,6BAA6B;AACtC,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,4BAA4B;AACrC,SAAS,qBAAqB;AAC9B,SAAS,qBAAqB;AAC9B,SAAS,yBAAyB;AAClC,SAAS,gCAAgC;AACzC,SAAS,8BAA8B;AACvC,SAAS,kCAAkC;AAC3C,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,qBAAqB;AAC9B,SAAS,4BAA4B;AACrC,SAAS,qBAAqB;AAC9B,SAAS,qBAAqB;AAC9B,SAAS,sBAAsB;AAC/B,SAAS,wBAAwB;AACjC,SAAS,2BAA2B;AACpC,SAAS,8BAA8B;AACvC,SAAS,6BAA6B;AACtC,SAAS,sBAAsB;AAC/B,SAAS,sBAAsB;AAC/B,SAAS,qCAAqC;AAC9C,SAAS,8BAA8B;AACvC,SAAS,2BAA2B;AACpC,SAAS,0BAA0B;AACnC,SAAS,wBAAwB;AACjC,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,2BAA2B;AACpC,SAAS,gCAAgC;AACzC,SAAS,2BAA2B;AACpC,SAAS,2BAA2B;AACpC,SAAS,uBAAuB;AAChC,SAAS,qBAAqB;AAC9B,SAAS,wBAAwB;AACjC,SAAS,yBAAyB;AAClC,SAAS,2BAA2B;AACpC,SAAS,0BAA0B;AACnC,SAAS,+BAA+B;AACxC,SAAS,+BAA+B;AACxC,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,wBAAwB;AACjC,SAAS,iCAAiC;AAC1C,SAAS,4BAA4B;AACrC,SAAS,4BAA4B;AACrC,SAAS,qBAAqB;AAC9B,SAAS,yBAAyB;AAClC,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,iCAAiC;AAC1C,SAAS,4BAA4B;AACrC,SAAS,0BAA0B;AACnC,SAAS,4BAA4B;AACrC,SAAS,2BAA2B;AACpC,SAAS,uBAAuB;AAChC,SAAS,mCAAmC;AAC5C,SAAS,0BAA0B;AACnC,SAAS,2BAA2B;AAGpC,SACI,6BACA,4BACA,2BACA,gCACA,iCACA,iCACA,mCACG;AAGP,SAAS,6BAA6B;;AAEtC,IAAM,UAAU;EACZ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EAEA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAOE,IAAO,eAAP,MAAO,cAAY;;0GAAZ,eAAY,MAAA,CAAA,GAAA,QAAA,mBAAA,SAAA,CAAA;EAAA;;2GAAZ,eAAY,SAAA;MAHX;MAAc;MAAc;MAAqB;MAvF3D;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MAEA;MACA;MACA;MAEA;MACA;MACA;MACA;MAEA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MAEA;MAEA;MAEA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MAEA;MACA;MAEA;MACA;MAEA;MACA;MACA;MACA;MAEA;MACA;MACA;IAAmB,GAAA,SAAA;MAnFnB;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MAEA;MACA;MACA;MAEA;MACA;MACA;MACA;MAEA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MAEA;MAEA;MAEA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MAEA;MACA;MAEA;MACA;MAEA;MACA;MACA;MACA;MAEA;MACA;MACA;IAAmB,EAAA,CAAA;EAAA;;2GAOV,eAAY,SAAA;MAHX;MAAc;MAAc;MAAqB;MAAgB;MAvF3E;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MAEA;MACA;MACA;MAEA;MACA;MACA;MACA;MAEA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MAEA;MAEA;MAEA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MAEA;MACA;MAEA;MACA;MAEA;MACA;MACA;MACA;MAEA;MACA;MACA;IAAmB,EAAA,CAAA;EAAA;;gGAOV,cAAY,YAAA,CAAA;QAJxB;SAAS;IACN,SAAS,CAAC,cAAc,cAAc,qBAAqB,aAAa,GAAG,OAAO;IAClF,SAAS,CAAC,GAAG,OAAO;GACvB;;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -2,9 +2,10 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./top-message.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
4
|
import * as i3 from "@eui/components/eui-icon";
|
5
|
+
import * as i4 from "@eui/components/eui-icon-button";
|
5
6
|
export declare class EuiAppTopMessageModule {
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAppTopMessageModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiAppTopMessageModule, [typeof i1.EuiAppTopMessageComponent], [typeof i2.CommonModule, typeof i3.EuiIconModule], [typeof i1.EuiAppTopMessageComponent]>;
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiAppTopMessageModule, [typeof i1.EuiAppTopMessageComponent], [typeof i2.CommonModule, typeof i3.EuiIconModule, typeof i4.EuiIconButtonModule], [typeof i1.EuiAppTopMessageComponent]>;
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiAppTopMessageModule>;
|
9
10
|
}
|
10
11
|
//# sourceMappingURL=top-message.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"top-message.module.d.ts","sourceRoot":"","sources":["../../../../layout/eui-app/eui-app-top-message/top-message.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"top-message.module.d.ts","sourceRoot":"","sources":["../../../../layout/eui-app/eui-app-top-message/top-message.module.ts"],"names":[],"mappings":";;;;;AAOA,qBAKa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
@@ -8,9 +8,10 @@ import * as i6 from "@eui/components/eui-button";
|
|
8
8
|
import * as i7 from "@eui/components/eui-badge";
|
9
9
|
import * as i8 from "@eui/components/eui-icon";
|
10
10
|
import * as i9 from "@eui/components/pipes";
|
11
|
+
import * as i10 from "@eui/components/eui-icon-button";
|
11
12
|
export declare class EuiNotificationsModule {
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsModule, never>;
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiNotificationsModule, [typeof i1.EuiNotificationsComponent, typeof i2.EuiNotificationItemComponent], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.EuiOverlayModule, typeof i6.EuiButtonModule, typeof i7.EuiBadgeModule, typeof i8.EuiIconModule, typeof i9.EuiTruncatePipeModule], [typeof i1.EuiNotificationsComponent, typeof i2.EuiNotificationItemComponent]>;
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiNotificationsModule, [typeof i1.EuiNotificationsComponent, typeof i2.EuiNotificationItemComponent], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.EuiOverlayModule, typeof i6.EuiButtonModule, typeof i7.EuiBadgeModule, typeof i8.EuiIconModule, typeof i9.EuiTruncatePipeModule, typeof i10.EuiIconButtonModule], [typeof i1.EuiNotificationsComponent, typeof i2.EuiNotificationItemComponent]>;
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiNotificationsModule>;
|
15
16
|
}
|
16
17
|
//# sourceMappingURL=eui-notifications.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-notifications.module.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications/eui-notifications.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-notifications.module.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications/eui-notifications.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAcA,qBAQa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
@@ -8,9 +8,10 @@ import * as i6 from "@eui/components/eui-button";
|
|
8
8
|
import * as i7 from "@eui/components/eui-badge";
|
9
9
|
import * as i8 from "@eui/components/eui-icon";
|
10
10
|
import * as i9 from "@eui/components/pipes";
|
11
|
+
import * as i10 from "@eui/components/eui-icon-button";
|
11
12
|
export declare class EuiNotificationsV2Module {
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsV2Module, never>;
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiNotificationsV2Module, [typeof i1.EuiNotificationsV2Component, typeof i2.EuiNotificationItemV2Component], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.EuiOverlayModule, typeof i6.EuiButtonModule, typeof i7.EuiBadgeModule, typeof i8.EuiIconModule, typeof i9.EuiTruncatePipeModule], [typeof i1.EuiNotificationsV2Component, typeof i2.EuiNotificationItemV2Component]>;
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiNotificationsV2Module, [typeof i1.EuiNotificationsV2Component, typeof i2.EuiNotificationItemV2Component], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.EuiOverlayModule, typeof i6.EuiButtonModule, typeof i7.EuiBadgeModule, typeof i8.EuiIconModule, typeof i9.EuiTruncatePipeModule, typeof i10.EuiIconButtonModule], [typeof i1.EuiNotificationsV2Component, typeof i2.EuiNotificationItemV2Component]>;
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiNotificationsV2Module>;
|
15
16
|
}
|
16
17
|
//# sourceMappingURL=eui-notifications.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-notifications.module.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notifications.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-notifications.module.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notifications.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAcA,qBAQa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./sidebar-toggle.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@eui/components/eui-icon";
|
4
|
+
import * as i3 from "@eui/components/eui-icon-button";
|
5
5
|
export declare class EuiSidebarToggleModule {
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiSidebarToggleModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiSidebarToggleModule, [typeof i1.EuiSidebarToggleComponent], [typeof i2.CommonModule, typeof i3.
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiSidebarToggleModule, [typeof i1.EuiSidebarToggleComponent], [typeof i2.CommonModule, typeof i3.EuiIconButtonModule], [typeof i1.EuiSidebarToggleComponent]>;
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiSidebarToggleModule>;
|
9
9
|
}
|
10
10
|
//# sourceMappingURL=sidebar-toggle.module.d.ts.map
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "18.0.0-next.
|
3
|
+
"version": "18.0.0-next.69",
|
4
4
|
"tag": "next",
|
5
5
|
"description": "eUI components package",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
@@ -10,8 +10,8 @@
|
|
10
10
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
|
11
11
|
},
|
12
12
|
"peerDependencies": {
|
13
|
-
"@eui/core": "18.0.0-next.
|
14
|
-
"@eui/base": "18.0.0-next.
|
13
|
+
"@eui/core": "18.0.0-next.69",
|
14
|
+
"@eui/base": "18.0.0-next.69",
|
15
15
|
"@angular/common": "next",
|
16
16
|
"@angular/core": "next",
|
17
17
|
"@angular/forms": "next",
|
@@ -48,18 +48,18 @@
|
|
48
48
|
"esm": "./esm2022/directives/eui-components-directives.mjs",
|
49
49
|
"default": "./fesm2022/eui-components-directives.mjs"
|
50
50
|
},
|
51
|
-
"./eui-accordion": {
|
52
|
-
"types": "./eui-accordion/index.d.ts",
|
53
|
-
"esm2022": "./esm2022/eui-accordion/eui-components-eui-accordion.mjs",
|
54
|
-
"esm": "./esm2022/eui-accordion/eui-components-eui-accordion.mjs",
|
55
|
-
"default": "./fesm2022/eui-components-eui-accordion.mjs"
|
56
|
-
},
|
57
51
|
"./eui-alert": {
|
58
52
|
"types": "./eui-alert/index.d.ts",
|
59
53
|
"esm2022": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
60
54
|
"esm": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
61
55
|
"default": "./fesm2022/eui-components-eui-alert.mjs"
|
62
56
|
},
|
57
|
+
"./eui-accordion": {
|
58
|
+
"types": "./eui-accordion/index.d.ts",
|
59
|
+
"esm2022": "./esm2022/eui-accordion/eui-components-eui-accordion.mjs",
|
60
|
+
"esm": "./esm2022/eui-accordion/eui-components-eui-accordion.mjs",
|
61
|
+
"default": "./fesm2022/eui-components-eui-accordion.mjs"
|
62
|
+
},
|
63
63
|
"./eui-autocomplete": {
|
64
64
|
"types": "./eui-autocomplete/index.d.ts",
|
65
65
|
"esm2022": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
|
@@ -216,6 +216,24 @@
|
|
216
216
|
"esm": "./esm2022/eui-icon/eui-components-eui-icon.mjs",
|
217
217
|
"default": "./fesm2022/eui-components-eui-icon.mjs"
|
218
218
|
},
|
219
|
+
"./eui-icon-button": {
|
220
|
+
"types": "./eui-icon-button/index.d.ts",
|
221
|
+
"esm2022": "./esm2022/eui-icon-button/eui-components-eui-icon-button.mjs",
|
222
|
+
"esm": "./esm2022/eui-icon-button/eui-components-eui-icon-button.mjs",
|
223
|
+
"default": "./fesm2022/eui-components-eui-icon-button.mjs"
|
224
|
+
},
|
225
|
+
"./eui-icon-button-expander": {
|
226
|
+
"types": "./eui-icon-button-expander/index.d.ts",
|
227
|
+
"esm2022": "./esm2022/eui-icon-button-expander/eui-components-eui-icon-button-expander.mjs",
|
228
|
+
"esm": "./esm2022/eui-icon-button-expander/eui-components-eui-icon-button-expander.mjs",
|
229
|
+
"default": "./fesm2022/eui-components-eui-icon-button-expander.mjs"
|
230
|
+
},
|
231
|
+
"./eui-icon-input": {
|
232
|
+
"types": "./eui-icon-input/index.d.ts",
|
233
|
+
"esm2022": "./esm2022/eui-icon-input/eui-components-eui-icon-input.mjs",
|
234
|
+
"esm": "./esm2022/eui-icon-input/eui-components-eui-icon-input.mjs",
|
235
|
+
"default": "./fesm2022/eui-components-eui-icon-input.mjs"
|
236
|
+
},
|
219
237
|
"./eui-icon-toggle": {
|
220
238
|
"types": "./eui-icon-toggle/index.d.ts",
|
221
239
|
"esm2022": "./esm2022/eui-icon-toggle/eui-components-eui-icon-toggle.mjs",
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"eui-icon-button.component.d.ts","sourceRoot":"","sources":["../../../eui-icon/eui-icon-button/eui-icon-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyC,YAAY,EAAuC,MAAM,eAAe,CAAC;;AAEzH,qBAMa,sBAAsB;IAC/B,IACI,UAAU,IAAI,MAAM,CAQvB;IAC6B,QAAQ,SAAM;IAEnC,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAO;IAC1E,SAAS,EAAE,MAAM,CAAC;IAEa,cAAc,UAAS;IACvB,YAAY,UAAS;IAEnD,WAAW,sBAA6B;IAElD,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCAvBlB,sBAAsB;2CAAtB,sBAAsB;6CA2B051B,OAAQ;2CAAR,OAAQ;CADp81B"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"eui-icon-button-expander.component.d.ts","sourceRoot":"","sources":["../../../eui-icon/eui-icon-button-expander/eui-icon-button-expander.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyC,YAAY,EAAgE,MAAM,eAAe,CAAC;;AAElJ,qBAMa,8BAA8B;IACvC,IACI,UAAU,IAAI,MAAM,CAKvB;IAGQ,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAO;IAC1E,SAAS,EAAE,MAAM,CAAC;IAEa,UAAU,UAAS;IACnB,kBAAkB,UAAS;IAE3B,WAAW,UAAS;IAElD,WAAW,sBAA6B;IAElD,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCArBlB,8BAA8B;2CAA9B,8BAA8B;yCAyBuy1B,OAAQ;iDAAR,OAAQ;0CAAR,OAAQ;CADz11B"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"eui-icon-input.component.d.ts","sourceRoot":"","sources":["../../../eui-icon/eui-icon-input/eui-icon-input.component.ts"],"names":[],"mappings":";AAEA,qBAKa,qBAAqB;IAC9B,IACI,UAAU,IAAI,MAAM,CAQvB;IAEuC,oBAAoB,UAAQ;IAC5B,kBAAkB,UAAS;yCAb1D,qBAAqB;2CAArB,qBAAqB;mDAemx2B,OAAQ;iDAAR,OAAQ;CAD5z2B"}
|
File without changes
|
File without changes
|
File without changes
|