@eui/mobile-core 17.0.0-next.1 → 17.0.0-next.10
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/EuiMUserProfileActionComponent.html +2 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
- package/docs/components/EuimAboutComponent.html +766 -0
- package/docs/components/EuimAlertMessageComponent.html +7 -7
- package/docs/components/EuimAppComponent.html +2 -2
- package/docs/components/EuimAvatarComponent.html +2 -2
- package/docs/components/EuimAvatarIconComponent.html +2 -2
- package/docs/components/EuimBadgeComponent.html +3 -3
- package/docs/components/{EuimAppSidebarComponent.html → EuimChangelogComponent.html} +18 -33
- package/docs/components/EuimChipSelectorComponent.html +274 -22
- package/docs/components/EuimContactSupportComponent.html +276 -0
- package/docs/components/EuimDataSummaryColComponent.html +2 -2
- package/docs/components/EuimDataSummaryComponent.html +3 -3
- package/docs/components/EuimEmptyListPlaceholderComponent.html +6 -6
- package/docs/components/EuimHeaderDetailsComponent.html +3 -3
- package/docs/components/EuimLabelComponent.html +7 -7
- package/docs/components/EuimLanguageListComponent.html +3 -3
- package/docs/components/EuimLanguageSelectorComponent.html +4 -4
- package/docs/components/EuimLegalNoticeComponent.html +276 -0
- package/docs/components/EuimMediaHeaderComponent.html +4 -4
- package/docs/components/EuimMessageComponent.html +3 -3
- package/docs/components/EuimMessageTitleComponent.html +2 -2
- package/docs/components/EuimMultiselectComponent.html +4 -4
- package/docs/components/EuimMultiselectFilterComponent.html +36 -2
- package/docs/components/EuimMultiselectInfoComponent.html +2 -2
- package/docs/components/EuimMultiselectListComponent.html +2 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +4 -4
- package/docs/components/EuimNotificationItemComponent.html +3 -3
- package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
- package/docs/components/EuimPdfWrapperComponent.html +828 -0
- package/docs/components/{EuimAppSidebarHeaderComponent.html → EuimPrivacyStatementComponent.html} +8 -8
- package/docs/components/EuimScrollerXComponent.html +2 -2
- package/docs/components/EuimSidebarComponent.html +2 -2
- package/docs/components/EuimSidebarContentComponent.html +2 -2
- package/docs/components/EuimSkeletonListComponent.html +3 -3
- package/docs/components/EuimSkeletonListItemComponent.html +8 -8
- package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
- package/docs/components/EuimSliderInfoScreenComponent.html +8 -30
- package/docs/components/EuimSpinnerComponent.html +2 -2
- package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
- package/docs/components/EuimSpinnerMessageComponent.html +2 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
- package/docs/components/EuimToolbarComponent.html +5 -5
- package/docs/components/EuimToolbarTitleComponent.html +2 -2
- package/docs/components/EuimUserProfileComponent.html +2 -2
- package/docs/dependencies.html +14 -2
- package/docs/directives/BaseStatesDirective.html +17 -491
- package/docs/directives/EuimChipSelectorItemDirective.html +24 -1
- package/docs/directives/EuimDataSummaryColLabelDirective.html +1 -1
- package/docs/index.html +4 -12
- package/docs/js/menu-wc.js +244 -232
- package/docs/js/menu-wc_es5.js +4 -5
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +0 -21
- package/docs/miscellaneous/variables.html +31 -113
- package/docs/modules/{EuimAppSidebarModule.html → EuimAboutModule.html} +42 -6
- package/docs/modules/EuimAlertMessageModule.html +32 -2
- package/docs/modules/EuimAllModule.html +6 -54
- package/docs/modules/EuimAppModule.html +0 -3
- package/docs/modules/EuimAvatarModule.html +32 -2
- package/docs/modules/EuimDataSummaryModule.html +32 -2
- package/docs/modules/EuimHeaderDetailsModule.html +32 -2
- package/docs/modules/EuimLanguageSelectorModule.html +0 -3
- package/docs/modules/EuimMediaHeaderModule.html +32 -2
- package/docs/modules/EuimMessageModule.html +32 -2
- package/docs/modules/EuimMultiselectModule.html +32 -2
- package/docs/modules/{EuimMenuModule.html → EuimPdfWrapperModule.html} +29 -15
- package/docs/modules/EuimSkeletonListItemModule.html +32 -2
- package/docs/modules/EuimSkeletonListModule.html +32 -2
- package/docs/modules/EuimSliderInfoScreenModule.html +32 -2
- package/docs/modules/EuimUserProfileModule.html +32 -2
- package/docs/modules.html +16 -100
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +12 -31
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -9
- package/esm2022/lib/components/base-states.directive.mjs +40 -266
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +75 -0
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +71 -0
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +20 -0
- package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/index.mjs +8 -0
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +14 -53
- package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +2 -2
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -8
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +6 -9
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +111 -55
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +3 -3
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +5 -6
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +12 -21
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +6 -11
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +10 -16
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +1 -7
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +21 -1
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +10 -15
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +7 -12
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.mjs +86 -0
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.mjs +43 -0
- package/esm2022/lib/components/euim-pdf-wrapper/index.mjs +3 -0
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +3 -3
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +15 -28
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +16 -34
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
- package/esm2022/lib/components/index.mjs +3 -9
- package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +1 -5
- package/esm2022/lib/components/layout/euim-app/index.mjs +1 -2
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -3
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -7
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +3 -4
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +1 -5
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +9 -17
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +1 -1
- package/esm2022/lib/euim-all.module.mjs +6 -38
- package/fesm2022/eui-mobile-core.mjs +731 -1557
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +9 -6
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
- package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +1 -1
- package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
- package/lib/components/base-states.directive.d.ts +35 -92
- package/lib/components/base-states.directive.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about.component.d.ts +30 -0
- package/lib/components/euim-about/euim-about.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-about.module.d.ts +20 -0
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +7 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts +6 -0
- package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +6 -0
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +6 -0
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +6 -0
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +1 -0
- package/lib/components/euim-about/index.d.ts +8 -0
- package/lib/components/euim-about/index.d.ts.map +1 -0
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +7 -5
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +3 -2
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +22 -10
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +1 -1
- package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +1 -1
- package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +6 -4
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -2
- package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts +1 -0
- package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts +2 -2
- package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +2 -2
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts +25 -0
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts.map +1 -0
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts +13 -0
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts.map +1 -0
- package/lib/components/euim-pdf-wrapper/index.d.ts +3 -0
- package/lib/components/euim-pdf-wrapper/index.d.ts.map +1 -0
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts +10 -6
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +10 -5
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
- package/lib/components/index.d.ts +2 -8
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/layout/euim-app/euim-app.module.d.ts +2 -3
- package/lib/components/layout/euim-app/euim-app.module.d.ts.map +1 -1
- package/lib/components/layout/euim-app/index.d.ts +0 -1
- package/lib/components/layout/euim-app/index.d.ts.map +1 -1
- package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts +1 -1
- package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +2 -2
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +3 -4
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -4
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +26 -34
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +4 -1
- package/docs/classes/EuimStepperChangeEvent.html +0 -311
- package/docs/components/EuimAppSidebarFooterComponent.html +0 -392
- package/docs/components/EuimAppSidebarMenuComponent.html +0 -433
- package/docs/components/EuimControlFeedbackComponent.html +0 -510
- package/docs/components/EuimFieldSetComponent.html +0 -392
- package/docs/components/EuimFieldsetActionsComponent.html +0 -388
- package/docs/components/EuimFieldsetLegendComponent.html +0 -388
- package/docs/components/EuimInfoScreenComponent.html +0 -392
- package/docs/components/EuimMenuComponent.html +0 -642
- package/docs/components/EuimSlideComponent.html +0 -382
- package/docs/components/EuimSliderComponent.html +0 -1469
- package/docs/components/EuimStepperComponent.html +0 -529
- package/docs/directives/EuimInfoScreenContentDirective.html +0 -342
- package/docs/directives/EuimInfoScreenSubTitleDirective.html +0 -342
- package/docs/directives/EuimInfoScreenTitleDirective.html +0 -342
- package/docs/directives/EuimItemDividerDirective.html +0 -342
- package/docs/directives/EuimListHeaderDirective.html +0 -342
- package/docs/interfaces/ActionBtnNames.html +0 -344
- package/docs/interfaces/Badge.html +0 -317
- package/docs/interfaces/EuimMenuItem.html +0 -857
- package/docs/interfaces/EuimMenuSection.html +0 -362
- package/docs/interfaces/Notification.html +0 -317
- package/docs/modules/EuimControlFeedbackModule.html +0 -228
- package/docs/modules/EuimFieldsetModule.html +0 -228
- package/docs/modules/EuimInfoScreenModule.html +0 -228
- package/docs/modules/EuimItemDividerModule.html +0 -228
- package/docs/modules/EuimListHeaderModule.html +0 -228
- package/docs/modules/EuimSliderModule.html +0 -228
- package/docs/modules/EuimStepperComponentModule.html +0 -228
- package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +0 -39
- package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +0 -28
- package/esm2022/lib/components/atoms/euim-control-feedback/index.mjs +0 -3
- package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.directive.mjs +0 -22
- package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.module.mjs +0 -28
- package/esm2022/lib/components/directives/euim-item-divider/index.mjs +0 -3
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +0 -22
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +0 -28
- package/esm2022/lib/components/directives/euim-list-header/index.mjs +0 -3
- package/esm2022/lib/components/directives/index.mjs +0 -5
- package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset.module.mjs +0 -39
- package/esm2022/lib/components/euim-fieldset/index.mjs +0 -5
- package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +0 -48
- package/esm2022/lib/components/euim-menu/euim-menu.module.mjs +0 -44
- package/esm2022/lib/components/euim-menu/index.mjs +0 -4
- package/esm2022/lib/components/euim-menu/models/eui-menu-item.model.mjs +0 -2
- package/esm2022/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +0 -26
- package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +0 -174
- package/esm2022/lib/components/euim-slider/euim-slider.module.mjs +0 -35
- package/esm2022/lib/components/euim-slider/index.mjs +0 -4
- package/esm2022/lib/components/euim-stepper/euim-steper.module.mjs +0 -32
- package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +0 -64
- package/esm2022/lib/components/euim-stepper/index.mjs +0 -3
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/index.mjs +0 -6
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +0 -17
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +0 -11
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +0 -22
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +0 -19
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +0 -48
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +0 -20
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.module.mjs +0 -43
- package/esm2022/lib/components/layout/euim-info-screen/index.mjs +0 -6
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +0 -13
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +0 -1
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts +0 -10
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts.map +0 -1
- package/lib/components/atoms/euim-control-feedback/index.d.ts +0 -3
- package/lib/components/atoms/euim-control-feedback/index.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts +0 -7
- package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts +0 -10
- package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/index.d.ts +0 -3
- package/lib/components/directives/euim-item-divider/index.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +0 -7
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +0 -10
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/index.d.ts +0 -3
- package/lib/components/directives/euim-list-header/index.d.ts.map +0 -1
- package/lib/components/directives/index.d.ts +0 -5
- package/lib/components/directives/index.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset.module.d.ts +0 -12
- package/lib/components/euim-fieldset/euim-fieldset.module.d.ts.map +0 -1
- package/lib/components/euim-fieldset/index.d.ts +0 -5
- package/lib/components/euim-fieldset/index.d.ts.map +0 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts +0 -17
- package/lib/components/euim-menu/euim-menu.component.d.ts.map +0 -1
- package/lib/components/euim-menu/euim-menu.module.d.ts +0 -14
- package/lib/components/euim-menu/euim-menu.module.d.ts.map +0 -1
- package/lib/components/euim-menu/index.d.ts +0 -4
- package/lib/components/euim-menu/index.d.ts.map +0 -1
- package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +0 -30
- package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts +0 -7
- package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slider.component.d.ts +0 -46
- package/lib/components/euim-slider/euim-slider.component.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slider.module.d.ts +0 -11
- package/lib/components/euim-slider/euim-slider.module.d.ts.map +0 -1
- package/lib/components/euim-slider/index.d.ts +0 -4
- package/lib/components/euim-slider/index.d.ts.map +0 -1
- package/lib/components/euim-stepper/euim-steper.module.d.ts +0 -11
- package/lib/components/euim-stepper/euim-steper.module.d.ts.map +0 -1
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +0 -21
- package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +0 -1
- package/lib/components/euim-stepper/index.d.ts +0 -3
- package/lib/components/euim-stepper/index.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts +0 -6
- package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +0 -7
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +0 -6
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +0 -11
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +0 -9
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts +0 -15
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts +0 -13
- package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/index.d.ts +0 -6
- package/lib/components/layout/euim-info-screen/index.d.ts.map +0 -1
package/docs/modules.html
CHANGED
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
<div class="col-md-6 col-lg-4">
|
|
101
101
|
<div class="card card-module">
|
|
102
102
|
<div class="card-header">
|
|
103
|
-
<h4 class="card-title">
|
|
103
|
+
<h4 class="card-title">EuimAboutModule</h4>
|
|
104
104
|
</div>
|
|
105
105
|
<div class="card-block">
|
|
106
106
|
<footer class="text-center">
|
|
107
|
-
<a href="./modules/
|
|
107
|
+
<a href="./modules/EuimAboutModule.html" class="btn btn-default">Browse</a>
|
|
108
108
|
</footer>
|
|
109
109
|
</div>
|
|
110
110
|
</div>
|
|
@@ -112,11 +112,11 @@
|
|
|
112
112
|
<div class="col-md-6 col-lg-4">
|
|
113
113
|
<div class="card card-module">
|
|
114
114
|
<div class="card-header">
|
|
115
|
-
<h4 class="card-title">
|
|
115
|
+
<h4 class="card-title">EuimAlertMessageModule</h4>
|
|
116
116
|
</div>
|
|
117
117
|
<div class="card-block">
|
|
118
118
|
<footer class="text-center">
|
|
119
|
-
<a href="./modules/
|
|
119
|
+
<a href="./modules/EuimAlertMessageModule.html" class="btn btn-default">Browse</a>
|
|
120
120
|
</footer>
|
|
121
121
|
</div>
|
|
122
122
|
</div>
|
|
@@ -124,11 +124,11 @@
|
|
|
124
124
|
<div class="col-md-6 col-lg-4">
|
|
125
125
|
<div class="card card-module">
|
|
126
126
|
<div class="card-header">
|
|
127
|
-
<h4 class="card-title">
|
|
127
|
+
<h4 class="card-title">EuimAllModule</h4>
|
|
128
128
|
</div>
|
|
129
129
|
<div class="card-block">
|
|
130
130
|
<footer class="text-center">
|
|
131
|
-
<a href="./modules/
|
|
131
|
+
<a href="./modules/EuimAllModule.html" class="btn btn-default">Browse</a>
|
|
132
132
|
</footer>
|
|
133
133
|
</div>
|
|
134
134
|
</div>
|
|
@@ -136,11 +136,11 @@
|
|
|
136
136
|
<div class="col-md-6 col-lg-4">
|
|
137
137
|
<div class="card card-module">
|
|
138
138
|
<div class="card-header">
|
|
139
|
-
<h4 class="card-title">
|
|
139
|
+
<h4 class="card-title">EuimAppModule</h4>
|
|
140
140
|
</div>
|
|
141
141
|
<div class="card-block">
|
|
142
142
|
<footer class="text-center">
|
|
143
|
-
<a href="./modules/
|
|
143
|
+
<a href="./modules/EuimAppModule.html" class="btn btn-default">Browse</a>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|
|
146
146
|
</div>
|
|
@@ -193,18 +193,6 @@
|
|
|
193
193
|
</div>
|
|
194
194
|
</div>
|
|
195
195
|
</div>
|
|
196
|
-
<div class="col-md-6 col-lg-4">
|
|
197
|
-
<div class="card card-module">
|
|
198
|
-
<div class="card-header">
|
|
199
|
-
<h4 class="card-title">EuimControlFeedbackModule</h4>
|
|
200
|
-
</div>
|
|
201
|
-
<div class="card-block">
|
|
202
|
-
<footer class="text-center">
|
|
203
|
-
<a href="./modules/EuimControlFeedbackModule.html" class="btn btn-default">Browse</a>
|
|
204
|
-
</footer>
|
|
205
|
-
</div>
|
|
206
|
-
</div>
|
|
207
|
-
</div>
|
|
208
196
|
<div class="col-md-6 col-lg-4">
|
|
209
197
|
<div class="card card-module">
|
|
210
198
|
<div class="card-header">
|
|
@@ -241,18 +229,6 @@
|
|
|
241
229
|
</div>
|
|
242
230
|
</div>
|
|
243
231
|
</div>
|
|
244
|
-
<div class="col-md-6 col-lg-4">
|
|
245
|
-
<div class="card card-module">
|
|
246
|
-
<div class="card-header">
|
|
247
|
-
<h4 class="card-title">EuimFieldsetModule</h4>
|
|
248
|
-
</div>
|
|
249
|
-
<div class="card-block">
|
|
250
|
-
<footer class="text-center">
|
|
251
|
-
<a href="./modules/EuimFieldsetModule.html" class="btn btn-default">Browse</a>
|
|
252
|
-
</footer>
|
|
253
|
-
</div>
|
|
254
|
-
</div>
|
|
255
|
-
</div>
|
|
256
232
|
<div class="col-md-6 col-lg-4">
|
|
257
233
|
<div class="card card-module">
|
|
258
234
|
<div class="card-header">
|
|
@@ -265,30 +241,6 @@
|
|
|
265
241
|
</div>
|
|
266
242
|
</div>
|
|
267
243
|
</div>
|
|
268
|
-
<div class="col-md-6 col-lg-4">
|
|
269
|
-
<div class="card card-module">
|
|
270
|
-
<div class="card-header">
|
|
271
|
-
<h4 class="card-title">EuimInfoScreenModule</h4>
|
|
272
|
-
</div>
|
|
273
|
-
<div class="card-block">
|
|
274
|
-
<footer class="text-center">
|
|
275
|
-
<a href="./modules/EuimInfoScreenModule.html" class="btn btn-default">Browse</a>
|
|
276
|
-
</footer>
|
|
277
|
-
</div>
|
|
278
|
-
</div>
|
|
279
|
-
</div>
|
|
280
|
-
<div class="col-md-6 col-lg-4">
|
|
281
|
-
<div class="card card-module">
|
|
282
|
-
<div class="card-header">
|
|
283
|
-
<h4 class="card-title">EuimItemDividerModule</h4>
|
|
284
|
-
</div>
|
|
285
|
-
<div class="card-block">
|
|
286
|
-
<footer class="text-center">
|
|
287
|
-
<a href="./modules/EuimItemDividerModule.html" class="btn btn-default">Browse</a>
|
|
288
|
-
</footer>
|
|
289
|
-
</div>
|
|
290
|
-
</div>
|
|
291
|
-
</div>
|
|
292
244
|
<div class="col-md-6 col-lg-4">
|
|
293
245
|
<div class="card card-module">
|
|
294
246
|
<div class="card-header">
|
|
@@ -313,18 +265,6 @@
|
|
|
313
265
|
</div>
|
|
314
266
|
</div>
|
|
315
267
|
</div>
|
|
316
|
-
<div class="col-md-6 col-lg-4">
|
|
317
|
-
<div class="card card-module">
|
|
318
|
-
<div class="card-header">
|
|
319
|
-
<h4 class="card-title">EuimListHeaderModule</h4>
|
|
320
|
-
</div>
|
|
321
|
-
<div class="card-block">
|
|
322
|
-
<footer class="text-center">
|
|
323
|
-
<a href="./modules/EuimListHeaderModule.html" class="btn btn-default">Browse</a>
|
|
324
|
-
</footer>
|
|
325
|
-
</div>
|
|
326
|
-
</div>
|
|
327
|
-
</div>
|
|
328
268
|
<div class="col-md-6 col-lg-4">
|
|
329
269
|
<div class="card card-module">
|
|
330
270
|
<div class="card-header">
|
|
@@ -340,11 +280,11 @@
|
|
|
340
280
|
<div class="col-md-6 col-lg-4">
|
|
341
281
|
<div class="card card-module">
|
|
342
282
|
<div class="card-header">
|
|
343
|
-
<h4 class="card-title">
|
|
283
|
+
<h4 class="card-title">EuimMessageModule</h4>
|
|
344
284
|
</div>
|
|
345
285
|
<div class="card-block">
|
|
346
286
|
<footer class="text-center">
|
|
347
|
-
<a href="./modules/
|
|
287
|
+
<a href="./modules/EuimMessageModule.html" class="btn btn-default">Browse</a>
|
|
348
288
|
</footer>
|
|
349
289
|
</div>
|
|
350
290
|
</div>
|
|
@@ -352,11 +292,11 @@
|
|
|
352
292
|
<div class="col-md-6 col-lg-4">
|
|
353
293
|
<div class="card card-module">
|
|
354
294
|
<div class="card-header">
|
|
355
|
-
<h4 class="card-title">
|
|
295
|
+
<h4 class="card-title">EuimMultiselectModule</h4>
|
|
356
296
|
</div>
|
|
357
297
|
<div class="card-block">
|
|
358
298
|
<footer class="text-center">
|
|
359
|
-
<a href="./modules/
|
|
299
|
+
<a href="./modules/EuimMultiselectModule.html" class="btn btn-default">Browse</a>
|
|
360
300
|
</footer>
|
|
361
301
|
</div>
|
|
362
302
|
</div>
|
|
@@ -364,11 +304,11 @@
|
|
|
364
304
|
<div class="col-md-6 col-lg-4">
|
|
365
305
|
<div class="card card-module">
|
|
366
306
|
<div class="card-header">
|
|
367
|
-
<h4 class="card-title">
|
|
307
|
+
<h4 class="card-title">EuimNotificationItemModule</h4>
|
|
368
308
|
</div>
|
|
369
309
|
<div class="card-block">
|
|
370
310
|
<footer class="text-center">
|
|
371
|
-
<a href="./modules/
|
|
311
|
+
<a href="./modules/EuimNotificationItemModule.html" class="btn btn-default">Browse</a>
|
|
372
312
|
</footer>
|
|
373
313
|
</div>
|
|
374
314
|
</div>
|
|
@@ -376,11 +316,11 @@
|
|
|
376
316
|
<div class="col-md-6 col-lg-4">
|
|
377
317
|
<div class="card card-module">
|
|
378
318
|
<div class="card-header">
|
|
379
|
-
<h4 class="card-title">
|
|
319
|
+
<h4 class="card-title">EuimPdfWrapperModule</h4>
|
|
380
320
|
</div>
|
|
381
321
|
<div class="card-block">
|
|
382
322
|
<footer class="text-center">
|
|
383
|
-
<a href="./modules/
|
|
323
|
+
<a href="./modules/EuimPdfWrapperModule.html" class="btn btn-default">Browse</a>
|
|
384
324
|
</footer>
|
|
385
325
|
</div>
|
|
386
326
|
</div>
|
|
@@ -457,18 +397,6 @@
|
|
|
457
397
|
</div>
|
|
458
398
|
</div>
|
|
459
399
|
</div>
|
|
460
|
-
<div class="col-md-6 col-lg-4">
|
|
461
|
-
<div class="card card-module">
|
|
462
|
-
<div class="card-header">
|
|
463
|
-
<h4 class="card-title">EuimSliderModule</h4>
|
|
464
|
-
</div>
|
|
465
|
-
<div class="card-block">
|
|
466
|
-
<footer class="text-center">
|
|
467
|
-
<a href="./modules/EuimSliderModule.html" class="btn btn-default">Browse</a>
|
|
468
|
-
</footer>
|
|
469
|
-
</div>
|
|
470
|
-
</div>
|
|
471
|
-
</div>
|
|
472
400
|
<div class="col-md-6 col-lg-4">
|
|
473
401
|
<div class="card card-module">
|
|
474
402
|
<div class="card-header">
|
|
@@ -481,18 +409,6 @@
|
|
|
481
409
|
</div>
|
|
482
410
|
</div>
|
|
483
411
|
</div>
|
|
484
|
-
<div class="col-md-6 col-lg-4">
|
|
485
|
-
<div class="card card-module">
|
|
486
|
-
<div class="card-header">
|
|
487
|
-
<h4 class="card-title">EuimStepperComponentModule</h4>
|
|
488
|
-
</div>
|
|
489
|
-
<div class="card-block">
|
|
490
|
-
<footer class="text-center">
|
|
491
|
-
<a href="./modules/EuimStepperComponentModule.html" class="btn btn-default">Browse</a>
|
|
492
|
-
</footer>
|
|
493
|
-
</div>
|
|
494
|
-
</div>
|
|
495
|
-
</div>
|
|
496
412
|
<div class="col-md-6 col-lg-4">
|
|
497
413
|
<div class="card card-module">
|
|
498
414
|
<div class="card-header">
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Component, Input, HostBinding, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
|
|
3
|
-
import { coerceBoolean } from '@eui/base';
|
|
1
|
+
import { Component, Input, HostBinding, ViewEncapsulation, ChangeDetectionStrategy, booleanAttribute, } from '@angular/core';
|
|
4
2
|
import { BaseStatesDirective } from '../../base-states.directive';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
import * as i1 from "../../base-states.directive";
|
|
@@ -26,35 +24,14 @@ export class EuimLabelComponent {
|
|
|
26
24
|
].join(' ');
|
|
27
25
|
}
|
|
28
26
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLabelComponent, deps: [{ token: i1.BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
29
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
27
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.0", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: "euimLabelTruncateWithLines", euimLabelTitle: ["euimLabelTitle", "euimLabelTitle", booleanAttribute], euimLabelSubTitle: ["euimLabelSubTitle", "euimLabelSubTitle", booleanAttribute], euimLabelMeta: ["euimLabelMeta", "euimLabelMeta", booleanAttribute], euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute] }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euimSize2XS", "euimSize2XS", "euimSizeXS", "euimSizeXS", "euimSizeS", "euimSizeS", "euimSizeM", "euimSizeM", "euimSizeL", "euimSizeL", "euimSizeXL", "euimSizeXL", "euimSize2XL", "euimSize2XL", "euimSize3XL", "euimSize3XL", "euimSize4XL", "euimSize4XL", "color", "color"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-130)}.euim-label--warning ion-icon{color:var(--eui-base-color-warning-130)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
30
28
|
}
|
|
31
|
-
__decorate([
|
|
32
|
-
coerceBoolean
|
|
33
|
-
], EuimLabelComponent.prototype, "euimLabelTitle", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
coerceBoolean
|
|
36
|
-
], EuimLabelComponent.prototype, "euimLabelSubTitle", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
coerceBoolean
|
|
39
|
-
], EuimLabelComponent.prototype, "euimLabelMeta", void 0);
|
|
40
|
-
__decorate([
|
|
41
|
-
coerceBoolean
|
|
42
|
-
], EuimLabelComponent.prototype, "euimLabelTruncate", void 0);
|
|
43
29
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLabelComponent, decorators: [{
|
|
44
30
|
type: Component,
|
|
45
31
|
args: [{ selector: 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
|
|
46
32
|
{
|
|
47
33
|
directive: BaseStatesDirective,
|
|
48
34
|
inputs: [
|
|
49
|
-
'euimInfo',
|
|
50
|
-
'euimSuccess',
|
|
51
|
-
'euimWarning',
|
|
52
|
-
'euimDanger',
|
|
53
|
-
'euimPrimary',
|
|
54
|
-
'euimSecondary',
|
|
55
|
-
'euimDefault',
|
|
56
|
-
'euimDark',
|
|
57
|
-
'euimAccent',
|
|
58
35
|
'euimSize2XS',
|
|
59
36
|
'euimSizeXS',
|
|
60
37
|
'euimSizeS',
|
|
@@ -67,22 +44,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
67
44
|
'color',
|
|
68
45
|
],
|
|
69
46
|
},
|
|
70
|
-
], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-
|
|
47
|
+
], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-130)}.euim-label--warning ion-icon{color:var(--eui-base-color-warning-130)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"] }]
|
|
71
48
|
}], ctorParameters: () => [{ type: i1.BaseStatesDirective }], propDecorators: { euimLabelTruncateWithLines: [{
|
|
72
49
|
type: HostBinding,
|
|
73
50
|
args: ['style.--euimLabelTruncateWithLines']
|
|
74
51
|
}, {
|
|
75
52
|
type: Input
|
|
76
53
|
}], euimLabelTitle: [{
|
|
77
|
-
type: Input
|
|
54
|
+
type: Input,
|
|
55
|
+
args: [{ transform: booleanAttribute }]
|
|
78
56
|
}], euimLabelSubTitle: [{
|
|
79
|
-
type: Input
|
|
57
|
+
type: Input,
|
|
58
|
+
args: [{ transform: booleanAttribute }]
|
|
80
59
|
}], euimLabelMeta: [{
|
|
81
|
-
type: Input
|
|
60
|
+
type: Input,
|
|
61
|
+
args: [{ transform: booleanAttribute }]
|
|
82
62
|
}], euimLabelTruncate: [{
|
|
83
|
-
type: Input
|
|
63
|
+
type: Input,
|
|
64
|
+
args: [{ transform: booleanAttribute }]
|
|
84
65
|
}], cssClasses: [{
|
|
85
66
|
type: HostBinding,
|
|
86
67
|
args: ['class']
|
|
87
68
|
}] } });
|
|
88
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
69
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1sYWJlbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1sYWJlbC9ldWltLWxhYmVsLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUNULEtBQUssRUFDTCxXQUFXLEVBQ1gsaUJBQWlCLEVBQ2pCLHVCQUF1QixFQUN2QixnQkFBZ0IsR0FDbkIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7OztBQTJCbEUsTUFBTSxPQUFPLGtCQUFrQjtJQWdCM0IsSUFDVyxVQUFVO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFRCxZQUFtQixtQkFBd0M7UUFBeEMsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFxQjtRQWhCM0QsbUJBQWMsR0FBRyxLQUFLLENBQUM7UUFHdkIsc0JBQWlCLEdBQUcsS0FBSyxDQUFDO1FBRzFCLGtCQUFhLEdBQUcsS0FBSyxDQUFDO1FBR3RCLHNCQUFpQixHQUFHLEtBQUssQ0FBQztJQU9vQyxDQUFDO0lBRS9ELGFBQWE7UUFDVCxPQUFPO1lBQ0gsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUM7WUFDcEQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxDQUFDLEVBQUU7WUFDOUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUNyRCxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUM1QyxJQUFJLENBQUMsaUJBQWlCLENBQUUsQ0FBQyxDQUFDLHFCQUFxQixDQUFBLENBQUMsQ0FBQyxFQUFFO1lBQ25ELElBQUksQ0FBQywwQkFBMEIsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLDJEQUEyRCxDQUFBLENBQUMsQ0FBQyxFQUFFO1NBQ3hHLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ2hCLENBQUM7aUlBaENRLGtCQUFrQjtxSEFBbEIsa0JBQWtCLGtNQUlQLGdCQUFnQixpRUFHaEIsZ0JBQWdCLHFEQUdoQixnQkFBZ0IsaUVBR2hCLGdCQUFnQiwrZUFwQzFCLDJCQUEyQjs7MkZBdUI1QixrQkFBa0I7a0JBekI5QixTQUFTOytCQUNJLDJEQUEyRCxZQUMzRCwyQkFBMkIsaUJBRXRCLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sa0JBQy9CO3dCQUNaOzRCQUNJLFNBQVMsRUFBRSxtQkFBbUI7NEJBQzlCLE1BQU0sRUFBRTtnQ0FDSixhQUFhO2dDQUNiLFlBQVk7Z0NBQ1osV0FBVztnQ0FDWCxXQUFXO2dDQUNYLFdBQVc7Z0NBQ1gsWUFBWTtnQ0FDWixhQUFhO2dDQUNiLGFBQWE7Z0NBQ2IsYUFBYTtnQ0FDYixPQUFPOzZCQUNWO3lCQUNKO3FCQUNKO3dGQUs0RCwwQkFBMEI7c0JBQXRGLFdBQVc7dUJBQUMsb0NBQW9DOztzQkFBRyxLQUFLO2dCQUd6RCxjQUFjO3NCQURiLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBSXRDLGlCQUFpQjtzQkFEaEIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFJdEMsYUFBYTtzQkFEWixLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUl0QyxpQkFBaUI7c0JBRGhCLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBSTNCLFVBQVU7c0JBRHBCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ29tcG9uZW50LFxuICAgIElucHV0LFxuICAgIEhvc3RCaW5kaW5nLFxuICAgIFZpZXdFbmNhcHN1bGF0aW9uLFxuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIGJvb2xlYW5BdHRyaWJ1dGUsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZVN0YXRlc0RpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2Jhc2Utc3RhdGVzLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZGl2W2V1aW1MYWJlbF0sIHBbZXVpbUxhYmVsXSwgc3BhbltldWltTGFiZWxdLCBldWltLWxhYmVsJyxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIHN0eWxlVXJsczogWycuL3N0eWxlcy9faW5kZXguc2NzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgZGlyZWN0aXZlOiBCYXNlU3RhdGVzRGlyZWN0aXZlLFxuICAgICAgICAgICAgaW5wdXRzOiBbXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplMlhTJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemVYUycsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplUycsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplTScsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplTCcsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplWEwnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZTJYTCcsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplM1hMJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemU0WEwnLFxuICAgICAgICAgICAgICAgICdjb2xvcicsXG4gICAgICAgICAgICBdLFxuICAgICAgICB9LFxuICAgIF0sXG59KVxuXG5leHBvcnQgY2xhc3MgRXVpbUxhYmVsQ29tcG9uZW50IHtcblxuICAgIEBIb3N0QmluZGluZygnc3R5bGUuLS1ldWltTGFiZWxUcnVuY2F0ZVdpdGhMaW5lcycpIEBJbnB1dCgpICBldWltTGFiZWxUcnVuY2F0ZVdpdGhMaW5lczogbnVtYmVyO1xuXG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG4gICAgZXVpbUxhYmVsVGl0bGUgPSBmYWxzZTtcblxuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KVxuICAgIGV1aW1MYWJlbFN1YlRpdGxlID0gZmFsc2U7XG5cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSlcbiAgICBldWltTGFiZWxNZXRhID0gZmFsc2U7XG5cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSlcbiAgICBldWltTGFiZWxUcnVuY2F0ZSA9IGZhbHNlO1xuXG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gICAgcHVibGljIGdldCBjc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiB0aGlzLmdldENzc0NsYXNzZXMoKTtcbiAgICB9XG5cbiAgICBjb25zdHJ1Y3RvcihwdWJsaWMgYmFzZVN0YXRlc0RpcmVjdGl2ZTogQmFzZVN0YXRlc0RpcmVjdGl2ZSkge31cblxuICAgIGdldENzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIFtcbiAgICAgICAgICAgIHRoaXMuYmFzZVN0YXRlc0RpcmVjdGl2ZS5nZXRDc3NDbGFzc2VzKCdldWltLWxhYmVsJyksXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFRpdGxlID8gJ2V1aW0tbGFiZWxfX3RpdGxlJyA6ICcnLFxuICAgICAgICAgICAgdGhpcy5ldWltTGFiZWxTdWJUaXRsZSA/ICdldWltLWxhYmVsX19zdWItdGl0bGUnIDogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbE1ldGEgPyAnZXVpbS1sYWJlbF9fbWV0YScgOiAnJyxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsVHJ1bmNhdGUgID8gJ2V1aS11LXRleHQtdHJ1bmNhdGUnOiAnJyxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsVHJ1bmNhdGVXaXRoTGluZXMgPiAwID8gJ2V1aW0tbGFiZWxfX2V1aVRleHRUcnVuY2F0ZVdpdGhMaW5lcyBldWltLWxhYmVsX190cnVuY2F0ZSc6ICcnLFxuICAgICAgICBdLmpvaW4oJyAnKTtcbiAgICB9XG59XG4iXX0=
|
package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs
CHANGED
|
@@ -15,7 +15,7 @@ export class EuimNotificationItemComponent {
|
|
|
15
15
|
].join(' ');
|
|
16
16
|
}
|
|
17
17
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimNotificationItemComponent, deps: [{ token: i1.BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimNotificationItemComponent, selector: "euim-notification-item", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["
|
|
18
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimNotificationItemComponent, selector: "euim-notification-item", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["color", "color"] }], ngImport: i0, template: "", styles: [".euim-notification-item{display:block;border-radius:50%;width:var(--eui-base-spacing-xs);height:var(--eui-base-spacing-xs)}.euim-notification-item--primary{background:var(--eui-base-color-primary-100)}.euim-notification-item--secondary{background:var(--eui-base-color-grey-50)}.euim-notification-item--info{background:var(--eui-base-color-info-100)}.euim-notification-item--success{background:var(--eui-base-color-success-100)}.euim-notification-item--warning{background:var(--eui-base-color-warning-100)}.euim-notification-item--danger{background:var(--eui-base-color-danger-100)}.euim-notification-item--accent{background:var(--eui-base-color-accent-100)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
19
19
|
}
|
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimNotificationItemComponent, decorators: [{
|
|
21
21
|
type: Component,
|
|
@@ -23,13 +23,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
23
23
|
{
|
|
24
24
|
directive: BaseStatesDirective,
|
|
25
25
|
inputs: [
|
|
26
|
-
'euimInfo',
|
|
27
|
-
'euimSuccess',
|
|
28
|
-
'euimWarning',
|
|
29
|
-
'euimDanger',
|
|
30
|
-
'euimPrimary',
|
|
31
|
-
'euimSecondary',
|
|
32
|
-
'euimAccent',
|
|
33
26
|
'color',
|
|
34
27
|
],
|
|
35
28
|
},
|
|
@@ -38,4 +31,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
38
31
|
type: HostBinding,
|
|
39
32
|
args: ['class']
|
|
40
33
|
}] } });
|
|
41
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1ub3RpZmljYXRpb24taXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1ub3RpZmljYXRpb24taXRlbS9ldWltLW5vdGlmaWNhdGlvbi1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9hdG9tcy9ldWltLW5vdGlmaWNhdGlvbi1pdGVtL2V1aW0tbm90aWZpY2F0aW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkcsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7OztBQWlCbEUsTUFBTSxPQUFPLDZCQUE2QjtJQUV0QyxJQUNXLFVBQVU7UUFDakIsT0FBTyxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDaEMsQ0FBQztJQUVELFlBQW1CLG1CQUF3QztRQUF4Qyx3QkFBbUIsR0FBbkIsbUJBQW1CLENBQXFCO0lBQUcsQ0FBQztJQUUvRCxhQUFhO1FBQ1QsT0FBTztZQUNILElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxhQUFhLENBQUMsd0JBQXdCLENBQUM7U0FDbkUsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDaEIsQ0FBQztpSUFiUSw2QkFBNkI7cUhBQTdCLDZCQUE2Qix5TUNsQjFDLEVBQUE7OzJGRGtCYSw2QkFBNkI7a0JBZnpDLFNBQVM7K0JBQ0ksd0JBQXdCLGlCQUduQixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDWjs0QkFDSSxTQUFTLEVBQUUsbUJBQW1COzRCQUM5QixNQUFNLEVBQUU7Z0NBQ0osT0FBTzs2QkFDVjt5QkFDSjtxQkFDSjt3RkFLVSxVQUFVO3NCQURwQixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBWaWV3RW5jYXBzdWxhdGlvbiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhc2VTdGF0ZXNEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9iYXNlLXN0YXRlcy5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V1aW0tbm90aWZpY2F0aW9uLWl0ZW0nLFxuICAgIHRlbXBsYXRlVXJsOiAnZXVpbS1ub3RpZmljYXRpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vc3R5bGVzL19pbmRleC5zY3NzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBob3N0RGlyZWN0aXZlczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBkaXJlY3RpdmU6IEJhc2VTdGF0ZXNEaXJlY3RpdmUsXG4gICAgICAgICAgICBpbnB1dHM6IFtcbiAgICAgICAgICAgICAgICAnY29sb3InLFxuICAgICAgICAgICAgXSxcbiAgICAgICAgfSxcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBFdWltTm90aWZpY2F0aW9uSXRlbUNvbXBvbmVudCB7XG5cbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgICBwdWJsaWMgZ2V0IGNzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZ2V0Q3NzQ2xhc3NlcygpO1xuICAgIH1cblxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBiYXNlU3RhdGVzRGlyZWN0aXZlOiBCYXNlU3RhdGVzRGlyZWN0aXZlKSB7fVxuXG4gICAgZ2V0Q3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gW1xuICAgICAgICAgICAgdGhpcy5iYXNlU3RhdGVzRGlyZWN0aXZlLmdldENzc0NsYXNzZXMoJ2V1aW0tbm90aWZpY2F0aW9uLWl0ZW0nKSxcbiAgICAgICAgXS5qb2luKCcgJyk7XG4gICAgfVxufVxuIiwiIl19
|