@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
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
<code>AfterViewInit</code>
|
|
126
126
|
<code>AfterContentInit</code>
|
|
127
127
|
<code>OnChanges</code>
|
|
128
|
+
<code>OnDestroy</code>
|
|
128
129
|
</p>
|
|
129
130
|
|
|
130
131
|
|
|
@@ -194,16 +195,28 @@
|
|
|
194
195
|
<tr>
|
|
195
196
|
<td class="col-md-4">
|
|
196
197
|
<ul class="index-list">
|
|
198
|
+
<li>
|
|
199
|
+
<a href="#clickEventHandled" >clickEventHandled</a>
|
|
200
|
+
</li>
|
|
197
201
|
<li>
|
|
198
202
|
<span class="modifier"></span>
|
|
199
203
|
<a href="#euimChipSelectorItemComponent" >euimChipSelectorItemComponent</a>
|
|
200
204
|
</li>
|
|
205
|
+
<li>
|
|
206
|
+
<a href="#euimChipSelectorItemSubscription" >euimChipSelectorItemSubscription</a>
|
|
207
|
+
</li>
|
|
201
208
|
<li>
|
|
202
209
|
<a href="#filterConditions" >filterConditions</a>
|
|
203
210
|
</li>
|
|
204
211
|
<li>
|
|
205
212
|
<a href="#filteredData" >filteredData</a>
|
|
206
213
|
</li>
|
|
214
|
+
<li>
|
|
215
|
+
<a href="#isEmitEvent" >isEmitEvent</a>
|
|
216
|
+
</li>
|
|
217
|
+
<li>
|
|
218
|
+
<a href="#searchInput" >searchInput</a>
|
|
219
|
+
</li>
|
|
207
220
|
</ul>
|
|
208
221
|
</td>
|
|
209
222
|
</tr>
|
|
@@ -231,6 +244,9 @@
|
|
|
231
244
|
<li>
|
|
232
245
|
<a href="#getCssItemClasses" >getCssItemClasses</a>
|
|
233
246
|
</li>
|
|
247
|
+
<li>
|
|
248
|
+
<a href="#handleChange" >handleChange</a>
|
|
249
|
+
</li>
|
|
234
250
|
<li>
|
|
235
251
|
<a href="#onFilterChange" >onFilterChange</a>
|
|
236
252
|
</li>
|
|
@@ -240,6 +256,9 @@
|
|
|
240
256
|
<li>
|
|
241
257
|
<a href="#setCssItemClasses" >setCssItemClasses</a>
|
|
242
258
|
</li>
|
|
259
|
+
<li>
|
|
260
|
+
<a href="#subscribeToChanges" >subscribeToChanges</a>
|
|
261
|
+
</li>
|
|
243
262
|
<li>
|
|
244
263
|
<a href="#updateChipsAndFilterDataAfterInit" >updateChipsAndFilterDataAfterInit</a>
|
|
245
264
|
</li>
|
|
@@ -261,9 +280,6 @@
|
|
|
261
280
|
<li>
|
|
262
281
|
<a href="#backgroundColor" >backgroundColor</a>
|
|
263
282
|
</li>
|
|
264
|
-
<li>
|
|
265
|
-
<a href="#chipColor" class="deprecated-name">chipColor</a>
|
|
266
|
-
</li>
|
|
267
283
|
<li>
|
|
268
284
|
<a href="#chipFill" >chipFill</a>
|
|
269
285
|
</li>
|
|
@@ -273,6 +289,12 @@
|
|
|
273
289
|
<li>
|
|
274
290
|
<a href="#color" >color</a>
|
|
275
291
|
</li>
|
|
292
|
+
<li>
|
|
293
|
+
<a href="#euimKeepSelection" >euimKeepSelection</a>
|
|
294
|
+
</li>
|
|
295
|
+
<li>
|
|
296
|
+
<a href="#hasSearchbar" >hasSearchbar</a>
|
|
297
|
+
</li>
|
|
276
298
|
<li>
|
|
277
299
|
<a href="#isMultiSelectionMode" >isMultiSelectionMode</a>
|
|
278
300
|
</li>
|
|
@@ -366,19 +388,19 @@
|
|
|
366
388
|
<tbody>
|
|
367
389
|
<tr>
|
|
368
390
|
<td class="col-md-4">
|
|
369
|
-
<a name="
|
|
370
|
-
<b>
|
|
391
|
+
<a name="chipFill"></a>
|
|
392
|
+
<b>chipFill</b>
|
|
371
393
|
</td>
|
|
372
394
|
</tr>
|
|
373
395
|
<tr>
|
|
374
396
|
<td class="col-md-4">
|
|
375
|
-
<i>Type : </i> <code>"default" | "
|
|
397
|
+
<i>Type : </i> <code>"default" | "clear" | "outline" | "outline-solid" | "solid"</code>
|
|
376
398
|
|
|
377
399
|
</td>
|
|
378
400
|
</tr>
|
|
379
401
|
<tr>
|
|
380
402
|
<td class="col-md-4">
|
|
381
|
-
<i>Default value : </i><code>'
|
|
403
|
+
<i>Default value : </i><code>'default'</code>
|
|
382
404
|
</td>
|
|
383
405
|
</tr>
|
|
384
406
|
</tbody>
|
|
@@ -387,19 +409,19 @@
|
|
|
387
409
|
<tbody>
|
|
388
410
|
<tr>
|
|
389
411
|
<td class="col-md-4">
|
|
390
|
-
<a name="
|
|
391
|
-
<b>
|
|
412
|
+
<a name="chipSelectedColor"></a>
|
|
413
|
+
<b>chipSelectedColor</b>
|
|
392
414
|
</td>
|
|
393
415
|
</tr>
|
|
394
416
|
<tr>
|
|
395
417
|
<td class="col-md-4">
|
|
396
|
-
<i>Type : </i> <code>"
|
|
418
|
+
<i>Type : </i> <code>"dark" | "white"</code>
|
|
397
419
|
|
|
398
420
|
</td>
|
|
399
421
|
</tr>
|
|
400
422
|
<tr>
|
|
401
423
|
<td class="col-md-4">
|
|
402
|
-
<i>Default value : </i><code>'
|
|
424
|
+
<i>Default value : </i><code>'white'</code>
|
|
403
425
|
</td>
|
|
404
426
|
</tr>
|
|
405
427
|
</tbody>
|
|
@@ -408,13 +430,13 @@
|
|
|
408
430
|
<tbody>
|
|
409
431
|
<tr>
|
|
410
432
|
<td class="col-md-4">
|
|
411
|
-
<a name="
|
|
412
|
-
<b>
|
|
433
|
+
<a name="color"></a>
|
|
434
|
+
<b>color</b>
|
|
413
435
|
</td>
|
|
414
436
|
</tr>
|
|
415
437
|
<tr>
|
|
416
438
|
<td class="col-md-4">
|
|
417
|
-
<i>Type : </i> <code>"dark" | "white"</code>
|
|
439
|
+
<i>Type : </i> <code>"default" | "dark" | "white" | "primary" | "info" | "success" | "warning" | "danger"</code>
|
|
418
440
|
|
|
419
441
|
</td>
|
|
420
442
|
</tr>
|
|
@@ -429,19 +451,40 @@
|
|
|
429
451
|
<tbody>
|
|
430
452
|
<tr>
|
|
431
453
|
<td class="col-md-4">
|
|
432
|
-
<a name="
|
|
433
|
-
<b>
|
|
454
|
+
<a name="euimKeepSelection"></a>
|
|
455
|
+
<b>euimKeepSelection</b>
|
|
434
456
|
</td>
|
|
435
457
|
</tr>
|
|
436
458
|
<tr>
|
|
437
459
|
<td class="col-md-4">
|
|
438
|
-
<i>Type : </i> <code
|
|
460
|
+
<i>Type : </i> <code>BooleanInput</code>
|
|
439
461
|
|
|
440
462
|
</td>
|
|
441
463
|
</tr>
|
|
442
464
|
<tr>
|
|
443
465
|
<td class="col-md-4">
|
|
444
|
-
<i>Default value : </i><code
|
|
466
|
+
<i>Default value : </i><code>false</code>
|
|
467
|
+
</td>
|
|
468
|
+
</tr>
|
|
469
|
+
</tbody>
|
|
470
|
+
</table>
|
|
471
|
+
<table class="table table-sm table-bordered">
|
|
472
|
+
<tbody>
|
|
473
|
+
<tr>
|
|
474
|
+
<td class="col-md-4">
|
|
475
|
+
<a name="hasSearchbar"></a>
|
|
476
|
+
<b>hasSearchbar</b>
|
|
477
|
+
</td>
|
|
478
|
+
</tr>
|
|
479
|
+
<tr>
|
|
480
|
+
<td class="col-md-4">
|
|
481
|
+
<i>Type : </i> <code>BooleanInput</code>
|
|
482
|
+
|
|
483
|
+
</td>
|
|
484
|
+
</tr>
|
|
485
|
+
<tr>
|
|
486
|
+
<td class="col-md-4">
|
|
487
|
+
<i>Default value : </i><code>false</code>
|
|
445
488
|
</td>
|
|
446
489
|
</tr>
|
|
447
490
|
</tbody>
|
|
@@ -810,6 +853,67 @@
|
|
|
810
853
|
</tr>
|
|
811
854
|
</tbody>
|
|
812
855
|
</table>
|
|
856
|
+
<table class="table table-sm table-bordered">
|
|
857
|
+
<tbody>
|
|
858
|
+
<tr>
|
|
859
|
+
<td class="col-md-4">
|
|
860
|
+
<a name="handleChange"></a>
|
|
861
|
+
<span class="name">
|
|
862
|
+
<span ><b>handleChange</b></span>
|
|
863
|
+
<a href="#handleChange"><span class="icon ion-ios-link"></span></a>
|
|
864
|
+
</span>
|
|
865
|
+
</td>
|
|
866
|
+
</tr>
|
|
867
|
+
<tr>
|
|
868
|
+
<td class="col-md-4">
|
|
869
|
+
<code>handleChange(event: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
|
|
870
|
+
</td>
|
|
871
|
+
</tr>
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
<tr>
|
|
877
|
+
<td class="col-md-4">
|
|
878
|
+
|
|
879
|
+
<div class="io-description">
|
|
880
|
+
<b>Parameters :</b>
|
|
881
|
+
|
|
882
|
+
<table class="params">
|
|
883
|
+
<thead>
|
|
884
|
+
<tr>
|
|
885
|
+
<td>Name</td>
|
|
886
|
+
<td>Type</td>
|
|
887
|
+
<td>Optional</td>
|
|
888
|
+
</tr>
|
|
889
|
+
</thead>
|
|
890
|
+
<tbody>
|
|
891
|
+
<tr>
|
|
892
|
+
<td>event</td>
|
|
893
|
+
<td>
|
|
894
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
895
|
+
</td>
|
|
896
|
+
|
|
897
|
+
<td>
|
|
898
|
+
No
|
|
899
|
+
</td>
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
</tr>
|
|
903
|
+
</tbody>
|
|
904
|
+
</table>
|
|
905
|
+
</div>
|
|
906
|
+
<div class="io-description">
|
|
907
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
908
|
+
|
|
909
|
+
</div>
|
|
910
|
+
<div class="io-description">
|
|
911
|
+
|
|
912
|
+
</div>
|
|
913
|
+
</td>
|
|
914
|
+
</tr>
|
|
915
|
+
</tbody>
|
|
916
|
+
</table>
|
|
813
917
|
<table class="table table-sm table-bordered">
|
|
814
918
|
<tbody>
|
|
815
919
|
<tr>
|
|
@@ -971,6 +1075,37 @@
|
|
|
971
1075
|
|
|
972
1076
|
|
|
973
1077
|
|
|
1078
|
+
<tr>
|
|
1079
|
+
<td class="col-md-4">
|
|
1080
|
+
|
|
1081
|
+
<div class="io-description">
|
|
1082
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1083
|
+
|
|
1084
|
+
</div>
|
|
1085
|
+
</td>
|
|
1086
|
+
</tr>
|
|
1087
|
+
</tbody>
|
|
1088
|
+
</table>
|
|
1089
|
+
<table class="table table-sm table-bordered">
|
|
1090
|
+
<tbody>
|
|
1091
|
+
<tr>
|
|
1092
|
+
<td class="col-md-4">
|
|
1093
|
+
<a name="subscribeToChanges"></a>
|
|
1094
|
+
<span class="name">
|
|
1095
|
+
<span ><b>subscribeToChanges</b></span>
|
|
1096
|
+
<a href="#subscribeToChanges"><span class="icon ion-ios-link"></span></a>
|
|
1097
|
+
</span>
|
|
1098
|
+
</td>
|
|
1099
|
+
</tr>
|
|
1100
|
+
<tr>
|
|
1101
|
+
<td class="col-md-4">
|
|
1102
|
+
<code>subscribeToChanges()</code>
|
|
1103
|
+
</td>
|
|
1104
|
+
</tr>
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
|
|
974
1109
|
<tr>
|
|
975
1110
|
<td class="col-md-4">
|
|
976
1111
|
|
|
@@ -995,7 +1130,7 @@
|
|
|
995
1130
|
</tr>
|
|
996
1131
|
<tr>
|
|
997
1132
|
<td class="col-md-4">
|
|
998
|
-
<code>updateChipsAndFilterDataAfterInit()</code>
|
|
1133
|
+
<code>updateChipsAndFilterDataAfterInit(isEmitEvent?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank">boolean</a>)</code>
|
|
999
1134
|
</td>
|
|
1000
1135
|
</tr>
|
|
1001
1136
|
|
|
@@ -1005,10 +1140,40 @@
|
|
|
1005
1140
|
<tr>
|
|
1006
1141
|
<td class="col-md-4">
|
|
1007
1142
|
|
|
1143
|
+
<div class="io-description">
|
|
1144
|
+
<b>Parameters :</b>
|
|
1145
|
+
|
|
1146
|
+
<table class="params">
|
|
1147
|
+
<thead>
|
|
1148
|
+
<tr>
|
|
1149
|
+
<td>Name</td>
|
|
1150
|
+
<td>Type</td>
|
|
1151
|
+
<td>Optional</td>
|
|
1152
|
+
</tr>
|
|
1153
|
+
</thead>
|
|
1154
|
+
<tbody>
|
|
1155
|
+
<tr>
|
|
1156
|
+
<td>isEmitEvent</td>
|
|
1157
|
+
<td>
|
|
1158
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1159
|
+
</td>
|
|
1160
|
+
|
|
1161
|
+
<td>
|
|
1162
|
+
Yes
|
|
1163
|
+
</td>
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
</tr>
|
|
1167
|
+
</tbody>
|
|
1168
|
+
</table>
|
|
1169
|
+
</div>
|
|
1008
1170
|
<div class="io-description">
|
|
1009
1171
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1010
1172
|
|
|
1011
1173
|
</div>
|
|
1174
|
+
<div class="io-description">
|
|
1175
|
+
|
|
1176
|
+
</div>
|
|
1012
1177
|
</td>
|
|
1013
1178
|
</tr>
|
|
1014
1179
|
</tbody>
|
|
@@ -1050,6 +1215,26 @@
|
|
|
1050
1215
|
<h3 id="inputs">
|
|
1051
1216
|
Properties
|
|
1052
1217
|
</h3>
|
|
1218
|
+
<table class="table table-sm table-bordered">
|
|
1219
|
+
<tbody>
|
|
1220
|
+
<tr>
|
|
1221
|
+
<td class="col-md-4">
|
|
1222
|
+
<a name="clickEventHandled"></a>
|
|
1223
|
+
<span class="name">
|
|
1224
|
+
<span ><b>clickEventHandled</b></span>
|
|
1225
|
+
<a href="#clickEventHandled"><span class="icon ion-ios-link"></span></a>
|
|
1226
|
+
</span>
|
|
1227
|
+
</td>
|
|
1228
|
+
</tr>
|
|
1229
|
+
<tr>
|
|
1230
|
+
<td class="col-md-4">
|
|
1231
|
+
<i>Default value : </i><code>false</code>
|
|
1232
|
+
</td>
|
|
1233
|
+
</tr>
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
</tbody>
|
|
1237
|
+
</table>
|
|
1053
1238
|
<table class="table table-sm table-bordered">
|
|
1054
1239
|
<tbody>
|
|
1055
1240
|
<tr>
|
|
@@ -1079,6 +1264,27 @@
|
|
|
1079
1264
|
</tr>
|
|
1080
1265
|
|
|
1081
1266
|
|
|
1267
|
+
</tbody>
|
|
1268
|
+
</table>
|
|
1269
|
+
<table class="table table-sm table-bordered">
|
|
1270
|
+
<tbody>
|
|
1271
|
+
<tr>
|
|
1272
|
+
<td class="col-md-4">
|
|
1273
|
+
<a name="euimChipSelectorItemSubscription"></a>
|
|
1274
|
+
<span class="name">
|
|
1275
|
+
<span ><b>euimChipSelectorItemSubscription</b></span>
|
|
1276
|
+
<a href="#euimChipSelectorItemSubscription"><span class="icon ion-ios-link"></span></a>
|
|
1277
|
+
</span>
|
|
1278
|
+
</td>
|
|
1279
|
+
</tr>
|
|
1280
|
+
<tr>
|
|
1281
|
+
<td class="col-md-4">
|
|
1282
|
+
<i>Type : </i> <code>Subscription</code>
|
|
1283
|
+
|
|
1284
|
+
</td>
|
|
1285
|
+
</tr>
|
|
1286
|
+
|
|
1287
|
+
|
|
1082
1288
|
</tbody>
|
|
1083
1289
|
</table>
|
|
1084
1290
|
<table class="table table-sm table-bordered">
|
|
@@ -1131,6 +1337,52 @@
|
|
|
1131
1337
|
</tr>
|
|
1132
1338
|
|
|
1133
1339
|
|
|
1340
|
+
</tbody>
|
|
1341
|
+
</table>
|
|
1342
|
+
<table class="table table-sm table-bordered">
|
|
1343
|
+
<tbody>
|
|
1344
|
+
<tr>
|
|
1345
|
+
<td class="col-md-4">
|
|
1346
|
+
<a name="isEmitEvent"></a>
|
|
1347
|
+
<span class="name">
|
|
1348
|
+
<span ><b>isEmitEvent</b></span>
|
|
1349
|
+
<a href="#isEmitEvent"><span class="icon ion-ios-link"></span></a>
|
|
1350
|
+
</span>
|
|
1351
|
+
</td>
|
|
1352
|
+
</tr>
|
|
1353
|
+
<tr>
|
|
1354
|
+
<td class="col-md-4">
|
|
1355
|
+
<i>Default value : </i><code>true</code>
|
|
1356
|
+
</td>
|
|
1357
|
+
</tr>
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
</tbody>
|
|
1361
|
+
</table>
|
|
1362
|
+
<table class="table table-sm table-bordered">
|
|
1363
|
+
<tbody>
|
|
1364
|
+
<tr>
|
|
1365
|
+
<td class="col-md-4">
|
|
1366
|
+
<a name="searchInput"></a>
|
|
1367
|
+
<span class="name">
|
|
1368
|
+
<span ><b>searchInput</b></span>
|
|
1369
|
+
<a href="#searchInput"><span class="icon ion-ios-link"></span></a>
|
|
1370
|
+
</span>
|
|
1371
|
+
</td>
|
|
1372
|
+
</tr>
|
|
1373
|
+
<tr>
|
|
1374
|
+
<td class="col-md-4">
|
|
1375
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1376
|
+
|
|
1377
|
+
</td>
|
|
1378
|
+
</tr>
|
|
1379
|
+
<tr>
|
|
1380
|
+
<td class="col-md-4">
|
|
1381
|
+
<i>Default value : </i><code>''</code>
|
|
1382
|
+
</td>
|
|
1383
|
+
</tr>
|
|
1384
|
+
|
|
1385
|
+
|
|
1134
1386
|
</tbody>
|
|
1135
1387
|
</table>
|
|
1136
1388
|
</section>
|
|
@@ -1171,9 +1423,9 @@
|
|
|
1171
1423
|
<script src="../js/libs/htmlparser.js"></script>
|
|
1172
1424
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
1173
1425
|
<script>
|
|
1174
|
-
var COMPONENT_TEMPLATE = '<div
|
|
1175
|
-
var COMPONENTS = [{'name': '
|
|
1176
|
-
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': '
|
|
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>'
|
|
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]'}];
|
|
1177
1429
|
var ACTUAL_COMPONENT = {'name': 'EuimChipSelectorComponent'};
|
|
1178
1430
|
</script>
|
|
1179
1431
|
<script src="../js/tree.js"></script>
|