@eui/mobile-core 17.0.0-next.8 → 17.0.1-snapshot-1713964827540
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 +770 -0
- package/docs/components/EuimAlertMessageComponent.html +3 -3
- 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} +22 -33
- package/docs/components/EuimChipSelectorComponent.html +2 -26
- 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 +2 -2
- package/docs/components/EuimHeaderDetailsComponent.html +3 -3
- package/docs/components/EuimLabelComponent.html +3 -3
- package/docs/components/EuimLanguageListComponent.html +2 -2
- package/docs/components/EuimLanguageSelectorComponent.html +4 -4
- package/docs/components/EuimLegalNoticeComponent.html +276 -0
- package/docs/components/EuimMediaHeaderComponent.html +2 -2
- package/docs/components/EuimMessageComponent.html +3 -3
- package/docs/components/EuimMessageTitleComponent.html +2 -2
- package/docs/components/EuimMultiselectComponent.html +2 -2
- package/docs/components/EuimMultiselectFilterComponent.html +2 -2
- package/docs/components/EuimMultiselectInfoComponent.html +2 -2
- package/docs/components/EuimMultiselectListComponent.html +2 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +2 -2
- package/docs/components/EuimNotificationItemComponent.html +3 -3
- package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
- package/docs/components/EuimPdfWrapperComponent.html +2 -2
- 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 +2 -2
- package/docs/components/EuimSkeletonListItemComponent.html +2 -2
- package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
- package/docs/components/EuimSliderInfoScreenComponent.html +2 -2
- 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 +2 -2
- package/docs/components/EuimToolbarTitleComponent.html +2 -2
- package/docs/components/EuimUserProfileComponent.html +2 -2
- package/docs/dependencies.html +7 -5
- package/docs/directives/BaseStatesDirective.html +0 -474
- package/docs/directives/EuimDataSummaryColLabelDirective.html +1 -1
- package/docs/index.html +4 -12
- package/docs/js/menu-wc.js +225 -233
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +0 -21
- package/docs/miscellaneous/variables.html +22 -138
- package/docs/modules/{EuimMenuModule.html → EuimAboutModule.html} +37 -7
- 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/EuimPdfWrapperModule.html +32 -2
- 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 +8 -104
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +3 -12
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -9
- package/esm2022/lib/components/base-states.directive.mjs +5 -171
- 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 +4 -34
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +3 -8
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +3 -20
- 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 +1 -1
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +3 -3
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +10 -16
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +1 -1
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +1 -1
- package/esm2022/lib/components/index.mjs +2 -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-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-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 +386 -1283
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
- 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 +1 -86
- 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 +1 -1
- 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.component.d.ts +1 -6
- 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.map +1 -1
- 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.component.d.ts.map +1 -1
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
- package/lib/components/index.d.ts +1 -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 +1 -1
- 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-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 +3 -2
- 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 -631
- package/docs/components/EuimSlideComponent.html +0 -382
- package/docs/components/EuimSliderComponent.html +0 -1447
- 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/EuimAppSidebarModule.html +0 -238
- 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 -42
- 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 -160
- 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 -58
- 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 -49
- 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 -22
- 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
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
<td class="col-md-9">
|
|
147
147
|
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
|
148
148
|
<br/>
|
|
149
|
-
<div><i> Inputs</i> :
|
|
149
|
+
<div><i> Inputs</i> : color </div>
|
|
150
150
|
</td>
|
|
151
151
|
</tr>
|
|
152
152
|
|
|
@@ -720,8 +720,8 @@
|
|
|
720
720
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
721
721
|
<script>
|
|
722
722
|
var COMPONENT_TEMPLATE = '<div>@if (hasIcon && isVisible) { <div class="euim-alert-message__wrappericon"> @if (hasIcon) { <ion-icon [name]="icon" class="euim-alert-message__icon"></ion-icon> } </div>}@if (isVisible) { <div class="euim-alert-message__wrapper"> <div class="slotStart"> <ng-content select="[slotStart]"></ng-content> </div> <div euimLabel [euimLabelTruncate]="euimLabelTruncate"> <ng-content></ng-content> </div> <div class="slotEnd"> <ng-content select="[slotEnd]"></ng-content> </div> </div>}@if (isCloseable && isVisible) { <a role="button" aria-label="Close Icon Button" class="euim-alert-message__close" (click)="onClose($event)"> <ion-icon name="close-sharp" class="euim-alert-message__closeIcon"></ion-icon> </a>}</div>'
|
|
723
|
-
var COMPONENTS = [{'name': '
|
|
724
|
-
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': '
|
|
723
|
+
var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimContactSupportComponent', 'selector': 'euim-contact-support'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimLegalNoticeComponent', 'selector': 'euim-legal-notice'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfWrapperComponent', 'selector': 'euim-pdf-wrapper'},{'name': 'EuimPrivacyStatementComponent', 'selector': 'euim-privacy-statement'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
724
|
+
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
|
|
725
725
|
var ACTUAL_COMPONENT = {'name': 'EuimAlertMessageComponent'};
|
|
726
726
|
</script>
|
|
727
727
|
<script src="../js/tree.js"></script>
|
|
@@ -321,8 +321,8 @@
|
|
|
321
321
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
322
322
|
<script>
|
|
323
323
|
var COMPONENT_TEMPLATE = '<div><ion-app> <ng-content></ng-content> <ion-router-outlet id="{{ionMenuId}}"></ion-router-outlet></ion-app></div>'
|
|
324
|
-
var COMPONENTS = [{'name': '
|
|
325
|
-
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': '
|
|
324
|
+
var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimContactSupportComponent', 'selector': 'euim-contact-support'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimLegalNoticeComponent', 'selector': 'euim-legal-notice'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfWrapperComponent', 'selector': 'euim-pdf-wrapper'},{'name': 'EuimPrivacyStatementComponent', 'selector': 'euim-privacy-statement'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
325
|
+
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
|
|
326
326
|
var ACTUAL_COMPONENT = {'name': 'EuimAppComponent'};
|
|
327
327
|
</script>
|
|
328
328
|
<script src="../js/tree.js"></script>
|
|
@@ -309,8 +309,8 @@
|
|
|
309
309
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
310
310
|
<script>
|
|
311
311
|
var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
|
|
312
|
-
var COMPONENTS = [{'name': '
|
|
313
|
-
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': '
|
|
312
|
+
var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimContactSupportComponent', 'selector': 'euim-contact-support'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimLegalNoticeComponent', 'selector': 'euim-legal-notice'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfWrapperComponent', 'selector': 'euim-pdf-wrapper'},{'name': 'EuimPrivacyStatementComponent', 'selector': 'euim-privacy-statement'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
313
|
+
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
|
|
314
314
|
var ACTUAL_COMPONENT = {'name': 'EuimAvatarComponent'};
|
|
315
315
|
</script>
|
|
316
316
|
<script src="../js/tree.js"></script>
|
|
@@ -466,8 +466,8 @@
|
|
|
466
466
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
467
467
|
<script>
|
|
468
468
|
var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
|
|
469
|
-
var COMPONENTS = [{'name': '
|
|
470
|
-
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': '
|
|
469
|
+
var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimContactSupportComponent', 'selector': 'euim-contact-support'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimLegalNoticeComponent', 'selector': 'euim-legal-notice'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfWrapperComponent', 'selector': 'euim-pdf-wrapper'},{'name': 'EuimPrivacyStatementComponent', 'selector': 'euim-privacy-statement'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
470
|
+
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
|
|
471
471
|
var ACTUAL_COMPONENT = {'name': 'EuimAvatarIconComponent'};
|
|
472
472
|
</script>
|
|
473
473
|
<script src="../js/tree.js"></script>
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
<td class="col-md-9">
|
|
141
141
|
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
|
142
142
|
<br/>
|
|
143
|
-
<div><i> Inputs</i> :
|
|
143
|
+
<div><i> Inputs</i> : euimPositionTopEnd euimSizeM euimSizeS euimSizeL color </div>
|
|
144
144
|
</td>
|
|
145
145
|
</tr>
|
|
146
146
|
|
|
@@ -427,8 +427,8 @@
|
|
|
427
427
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
428
428
|
<script>
|
|
429
429
|
var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
|
|
430
|
-
var COMPONENTS = [{'name': '
|
|
431
|
-
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': '
|
|
430
|
+
var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimContactSupportComponent', 'selector': 'euim-contact-support'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimLegalNoticeComponent', 'selector': 'euim-legal-notice'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfWrapperComponent', 'selector': 'euim-pdf-wrapper'},{'name': 'EuimPrivacyStatementComponent', 'selector': 'euim-privacy-statement'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
431
|
+
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
|
|
432
432
|
var ACTUAL_COMPONENT = {'name': 'EuimBadgeComponent'};
|
|
433
433
|
</script>
|
|
434
434
|
<script src="../js/tree.js"></script>
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<li class="breadcrumb-item">Components</li>
|
|
98
98
|
<li class="breadcrumb-item"
|
|
99
99
|
>
|
|
100
|
-
|
|
100
|
+
EuimChangelogComponent</li>
|
|
101
101
|
</ol>
|
|
102
102
|
|
|
103
103
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
<h3>File</h3>
|
|
113
113
|
</p>
|
|
114
114
|
<p class="comment">
|
|
115
|
-
<code>packages/eui-mobile/packages/core/src/lib/components/
|
|
115
|
+
<code>packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-changelog/euim-changelog.component.ts</code>
|
|
116
116
|
</p>
|
|
117
117
|
|
|
118
118
|
|
|
@@ -126,6 +126,10 @@
|
|
|
126
126
|
<tbody>
|
|
127
127
|
|
|
128
128
|
|
|
129
|
+
<tr>
|
|
130
|
+
<td class="col-md-3">encapsulation</td>
|
|
131
|
+
<td class="col-md-9"><code>ViewEncapsulation.None</code></td>
|
|
132
|
+
</tr>
|
|
129
133
|
|
|
130
134
|
|
|
131
135
|
|
|
@@ -138,17 +142,21 @@
|
|
|
138
142
|
|
|
139
143
|
<tr>
|
|
140
144
|
<td class="col-md-3">selector</td>
|
|
141
|
-
<td class="col-md-9"><code>euim-
|
|
145
|
+
<td class="col-md-9"><code>euim-changelog</code></td>
|
|
142
146
|
</tr>
|
|
143
147
|
|
|
144
148
|
|
|
145
149
|
|
|
150
|
+
<tr>
|
|
151
|
+
<td class="col-md-3">styleUrls</td>
|
|
152
|
+
<td class="col-md-9"><code>./styles/_index.scss</code></td>
|
|
153
|
+
</tr>
|
|
146
154
|
|
|
147
155
|
|
|
148
156
|
|
|
149
157
|
<tr>
|
|
150
158
|
<td class="col-md-3">templateUrl</td>
|
|
151
|
-
<td class="col-md-9"><code
|
|
159
|
+
<td class="col-md-9"><code>./euim-changelog.component.html</code></td>
|
|
152
160
|
</tr>
|
|
153
161
|
|
|
154
162
|
|
|
@@ -177,10 +185,7 @@
|
|
|
177
185
|
<td class="col-md-4">
|
|
178
186
|
<ul class="index-list">
|
|
179
187
|
<li>
|
|
180
|
-
<a href="#
|
|
181
|
-
</li>
|
|
182
|
-
<li>
|
|
183
|
-
<a href="#sidebarItems" >sidebarItems</a>
|
|
188
|
+
<a href="#changeLogs" >changeLogs</a>
|
|
184
189
|
</li>
|
|
185
190
|
</ul>
|
|
186
191
|
</td>
|
|
@@ -200,35 +205,19 @@
|
|
|
200
205
|
<tbody>
|
|
201
206
|
<tr>
|
|
202
207
|
<td class="col-md-4">
|
|
203
|
-
<a name="
|
|
204
|
-
<b>
|
|
208
|
+
<a name="changeLogs"></a>
|
|
209
|
+
<b>changeLogs</b>
|
|
205
210
|
</td>
|
|
206
211
|
</tr>
|
|
207
212
|
<tr>
|
|
208
213
|
<td class="col-md-4">
|
|
209
|
-
<i>Type : </i>
|
|
214
|
+
<i>Type : </i> <code>{}</code>
|
|
210
215
|
|
|
211
216
|
</td>
|
|
212
217
|
</tr>
|
|
213
218
|
<tr>
|
|
214
219
|
<td class="col-md-4">
|
|
215
|
-
<i>Default value : </i><code
|
|
216
|
-
</td>
|
|
217
|
-
</tr>
|
|
218
|
-
</tbody>
|
|
219
|
-
</table>
|
|
220
|
-
<table class="table table-sm table-bordered">
|
|
221
|
-
<tbody>
|
|
222
|
-
<tr>
|
|
223
|
-
<td class="col-md-4">
|
|
224
|
-
<a name="sidebarItems"></a>
|
|
225
|
-
<b>sidebarItems</b>
|
|
226
|
-
</td>
|
|
227
|
-
</tr>
|
|
228
|
-
<tr>
|
|
229
|
-
<td class="col-md-4">
|
|
230
|
-
<i>Type : </i> <code><a href="../interfaces/EuimMenuItem.html" target="_self" >EuimMenuItem[]</a></code>
|
|
231
|
-
|
|
220
|
+
<i>Default value : </i><code>[]</code>
|
|
232
221
|
</td>
|
|
233
222
|
</tr>
|
|
234
223
|
</tbody>
|
|
@@ -253,10 +242,10 @@
|
|
|
253
242
|
<script src="../js/libs/htmlparser.js"></script>
|
|
254
243
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
255
244
|
<script>
|
|
256
|
-
var COMPONENT_TEMPLATE = '<div><ion-
|
|
257
|
-
var COMPONENTS = [{'name': '
|
|
258
|
-
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': '
|
|
259
|
-
var ACTUAL_COMPONENT = {'name': '
|
|
245
|
+
var COMPONENT_TEMPLATE = '<div><div class="euim-changelog"> <ion-header> <ion-toolbar color="primary"> <euim-toolbar> <euim-toolbar-title>Change Log</euim-toolbar-title> </euim-toolbar> </ion-toolbar> </ion-header> <ion-content [fullscreen]="true" scroll-y="false"> <ion-list> <ion-accordion-group [multiple]="true" value="about"> @for (logItem of changeLogs; track $index) { <ion-accordion [value]="$index === 0 ? \'about\' : null"> <ion-item slot="header" lines="full" class="euim-changelog__expanded-border"> <ion-icon name="build-outline"></ion-icon> <div class="euim-changelog__euimVersionTitle" euimLabel euimLabelTitle><strong>{{logItem.version}}</strong></div> </ion-item> <ion-list slot="content"> <ion-item-divider> <ion-label class="euim-changelog__itemDivider">New features</ion-label> </ion-item-divider> @for (feature of logItem.features; track feature) { <ion-item lines="none" class="no-min-height"> <div class="euim-changelog__label" euimLabel> <span class="euim-changelog__bullet-point"></span> <div class="euim-changelog__content">{{ feature }}</div> </div> </ion-item> } <ion-item-divider> <ion-label>Improvements</ion-label> </ion-item-divider> @for (improvement of logItem.improvements; track improvement) { <ion-item lines="none" class="no-min-height"> <div class="euim-changelog__label" euimLabel> <span class="euim-changelog__bullet-point"></span> <div class="euim-changelog__content">{{ improvement }}</div> </div> </ion-item> } <ion-item-divider> <ion-label>Bugfixes</ion-label> </ion-item-divider> @for (bugfix of logItem.bugfixes; track bugfix) { <ion-item lines="none" class="no-min-height"> <div class="euim-changelog__label" euimLabel> <span class="euim-changelog__bullet-point"></span> <div class="euim-changelog__content">{{ bugfix }}</div> </div> </ion-item> } </ion-list> </ion-accordion> } </ion-accordion-group> </ion-list> </ion-content></div></div>'
|
|
246
|
+
var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimContactSupportComponent', 'selector': 'euim-contact-support'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimLegalNoticeComponent', 'selector': 'euim-legal-notice'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfWrapperComponent', 'selector': 'euim-pdf-wrapper'},{'name': 'EuimPrivacyStatementComponent', 'selector': 'euim-privacy-statement'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
247
|
+
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
|
|
248
|
+
var ACTUAL_COMPONENT = {'name': 'EuimChangelogComponent'};
|
|
260
249
|
</script>
|
|
261
250
|
<script src="../js/tree.js"></script>
|
|
262
251
|
|
|
@@ -302,7 +291,7 @@
|
|
|
302
291
|
<script>
|
|
303
292
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
304
293
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
305
|
-
var COMPODOC_CURRENT_PAGE_URL = '
|
|
294
|
+
var COMPODOC_CURRENT_PAGE_URL = 'EuimChangelogComponent.html';
|
|
306
295
|
var MAX_SEARCH_RESULTS = 15;
|
|
307
296
|
</script>
|
|
308
297
|
|
|
@@ -280,9 +280,6 @@
|
|
|
280
280
|
<li>
|
|
281
281
|
<a href="#backgroundColor" >backgroundColor</a>
|
|
282
282
|
</li>
|
|
283
|
-
<li>
|
|
284
|
-
<a href="#chipColor" class="deprecated-name">chipColor</a>
|
|
285
|
-
</li>
|
|
286
283
|
<li>
|
|
287
284
|
<a href="#chipFill" >chipFill</a>
|
|
288
285
|
</li>
|
|
@@ -387,27 +384,6 @@
|
|
|
387
384
|
</tr>
|
|
388
385
|
</tbody>
|
|
389
386
|
</table>
|
|
390
|
-
<table class="table table-sm table-bordered">
|
|
391
|
-
<tbody>
|
|
392
|
-
<tr>
|
|
393
|
-
<td class="col-md-4">
|
|
394
|
-
<a name="chipColor"></a>
|
|
395
|
-
<b>chipColor</b>
|
|
396
|
-
</td>
|
|
397
|
-
</tr>
|
|
398
|
-
<tr>
|
|
399
|
-
<td class="col-md-4">
|
|
400
|
-
<i>Type : </i> <code>"default" | "dark" | "white" | "primary" | "info" | "success" | "warning" | "danger"</code>
|
|
401
|
-
|
|
402
|
-
</td>
|
|
403
|
-
</tr>
|
|
404
|
-
<tr>
|
|
405
|
-
<td class="col-md-4">
|
|
406
|
-
<i>Default value : </i><code>'white'</code>
|
|
407
|
-
</td>
|
|
408
|
-
</tr>
|
|
409
|
-
</tbody>
|
|
410
|
-
</table>
|
|
411
387
|
<table class="table table-sm table-bordered">
|
|
412
388
|
<tbody>
|
|
413
389
|
<tr>
|
|
@@ -1448,8 +1424,8 @@
|
|
|
1448
1424
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
1449
1425
|
<script>
|
|
1450
1426
|
var COMPONENT_TEMPLATE = '<div>@if (hasSearchbar) { <ion-searchbar (ionChange)="handleChange($event)" class="euim-chip-selector__searchbar"></ion-searchbar>}<euim-scroller-x> <ng-content></ng-content></euim-scroller-x></div>'
|
|
1451
|
-
var COMPONENTS = [{'name': '
|
|
1452
|
-
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': '
|
|
1427
|
+
var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimContactSupportComponent', 'selector': 'euim-contact-support'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimLegalNoticeComponent', 'selector': 'euim-legal-notice'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfWrapperComponent', 'selector': 'euim-pdf-wrapper'},{'name': 'EuimPrivacyStatementComponent', 'selector': 'euim-privacy-statement'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
1428
|
+
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
|
|
1453
1429
|
var ACTUAL_COMPONENT = {'name': 'EuimChipSelectorComponent'};
|
|
1454
1430
|
</script>
|
|
1455
1431
|
<script src="../js/tree.js"></script>
|