@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
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="no-js" lang="">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
-
<title>csdr documentation</title>
|
|
7
|
-
<meta name="description" content="">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
|
|
10
|
-
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
|
-
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
|
-
<link rel="stylesheet" href="../styles/material.css">
|
|
14
|
-
</head>
|
|
15
|
-
<body>
|
|
16
|
-
<script>
|
|
17
|
-
// Blocking script to avaoid flickering dark mode
|
|
18
|
-
// Dark mode toggle button
|
|
19
|
-
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
20
|
-
var darkModeState = useDark.matches;
|
|
21
|
-
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
22
|
-
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
23
|
-
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
24
|
-
|
|
25
|
-
function checkToggle(check) {
|
|
26
|
-
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
27
|
-
$darkModeToggleSwitchers[i].checked = check;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
function toggleDarkMode(state) {
|
|
32
|
-
if (window.localStorage) {
|
|
33
|
-
localStorage.setItem('compodoc_darkmode-state', state);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
checkToggle(state);
|
|
37
|
-
|
|
38
|
-
const hasClass = document.body.classList.contains('dark');
|
|
39
|
-
|
|
40
|
-
if (state) {
|
|
41
|
-
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
42
|
-
$darkModeToggles[i].classList.add('dark');
|
|
43
|
-
}
|
|
44
|
-
if (!hasClass) {
|
|
45
|
-
document.body.classList.add('dark');
|
|
46
|
-
}
|
|
47
|
-
} else {
|
|
48
|
-
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
49
|
-
$darkModeToggles[i].classList.remove('dark');
|
|
50
|
-
}
|
|
51
|
-
if (hasClass) {
|
|
52
|
-
document.body.classList.remove('dark');
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
useDark.addEventListener('change', function (evt) {
|
|
58
|
-
toggleDarkMode(evt.matches);
|
|
59
|
-
});
|
|
60
|
-
if (darkModeStateLocal) {
|
|
61
|
-
darkModeState = darkModeStateLocal === 'true';
|
|
62
|
-
}
|
|
63
|
-
toggleDarkMode(darkModeState);
|
|
64
|
-
|
|
65
|
-
if ($darkModeToggles.length > 0) {
|
|
66
|
-
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
67
|
-
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
68
|
-
darkModeState = !darkModeState;
|
|
69
|
-
toggleDarkMode(darkModeState);
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
</script>
|
|
74
|
-
|
|
75
|
-
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
76
|
-
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
77
|
-
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
78
|
-
</div>
|
|
79
|
-
|
|
80
|
-
<div class="xs-menu menu" id="mobile-menu">
|
|
81
|
-
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
|
82
|
-
</div>
|
|
83
|
-
|
|
84
|
-
<div class="container-fluid main">
|
|
85
|
-
<div class="row main">
|
|
86
|
-
<div class="hidden-xs menu">
|
|
87
|
-
<compodoc-menu mode="normal"></compodoc-menu>
|
|
88
|
-
</div>
|
|
89
|
-
<!-- START CONTENT -->
|
|
90
|
-
<div class="content module">
|
|
91
|
-
<div class="content-data">
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
<ol class="breadcrumb">
|
|
96
|
-
<li class="breadcrumb-item">Modules</li>
|
|
97
|
-
<li class="breadcrumb-item" >EuimSliderModule</li>
|
|
98
|
-
</ol>
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
<ul class="nav nav-tabs" role="tablist">
|
|
102
|
-
<li class="nav-item">
|
|
103
|
-
<a href="#info"
|
|
104
|
-
class="nav-link"
|
|
105
|
-
class="nav-link active"
|
|
106
|
-
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
107
|
-
</li>
|
|
108
|
-
</ul>
|
|
109
|
-
|
|
110
|
-
<div class="tab-content">
|
|
111
|
-
<div class="tab-pane fade active in" id="info">
|
|
112
|
-
|
|
113
|
-
<p class="comment">
|
|
114
|
-
<h3>File</h3>
|
|
115
|
-
</p>
|
|
116
|
-
<p class="comment">
|
|
117
|
-
<code>packages/eui-mobile/packages/core/src/lib/components/euim-slider/euim-slider.module.ts</code>
|
|
118
|
-
</p>
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
<div class="container-fluid module">
|
|
125
|
-
<div class="row">
|
|
126
|
-
<div class="col-sm-3">
|
|
127
|
-
<h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
|
|
128
|
-
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
|
-
<ul class="list-group">
|
|
130
|
-
<li class="list-group-item">
|
|
131
|
-
<a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
|
|
132
|
-
</li>
|
|
133
|
-
</ul>
|
|
134
|
-
</div>
|
|
135
|
-
<div class="col-sm-3">
|
|
136
|
-
<h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
|
|
137
|
-
title="Official documentation about module exports"><span
|
|
138
|
-
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
139
|
-
<ul class="list-group">
|
|
140
|
-
<li class="list-group-item">
|
|
141
|
-
<a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
|
|
142
|
-
</li>
|
|
143
|
-
</ul>
|
|
144
|
-
</div>
|
|
145
|
-
</div>
|
|
146
|
-
</div>
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
</div>
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
</div>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
</div><div class="search-results">
|
|
171
|
-
<div class="has-results">
|
|
172
|
-
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
173
|
-
<ul class="search-results-list"></ul>
|
|
174
|
-
</div>
|
|
175
|
-
<div class="no-results">
|
|
176
|
-
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
177
|
-
</div>
|
|
178
|
-
</div>
|
|
179
|
-
</div>
|
|
180
|
-
<!-- END CONTENT -->
|
|
181
|
-
</div>
|
|
182
|
-
</div>
|
|
183
|
-
|
|
184
|
-
<label class="dark-mode-switch">
|
|
185
|
-
<input type="checkbox">
|
|
186
|
-
<span class="slider">
|
|
187
|
-
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
188
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
189
|
-
</svg>
|
|
190
|
-
</span>
|
|
191
|
-
</label>
|
|
192
|
-
|
|
193
|
-
<script>
|
|
194
|
-
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
195
|
-
var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
|
|
196
|
-
var COMPODOC_CURRENT_PAGE_URL = 'EuimSliderModule.html';
|
|
197
|
-
var MAX_SEARCH_RESULTS = 15;
|
|
198
|
-
</script>
|
|
199
|
-
|
|
200
|
-
<script src="../js/libs/custom-elements.min.js"></script>
|
|
201
|
-
<script src="../js/libs/lit-html.js"></script>
|
|
202
|
-
|
|
203
|
-
<script src="../js/menu-wc.js" defer></script>
|
|
204
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
205
|
-
|
|
206
|
-
<script src="../js/libs/bootstrap-native.js"></script>
|
|
207
|
-
|
|
208
|
-
<script src="../js/libs/es6-shim.min.js"></script>
|
|
209
|
-
<script src="../js/libs/EventDispatcher.js"></script>
|
|
210
|
-
<script src="../js/libs/promise.min.js"></script>
|
|
211
|
-
<script src="../js/libs/zepto.min.js"></script>
|
|
212
|
-
|
|
213
|
-
<script src="../js/compodoc.js"></script>
|
|
214
|
-
|
|
215
|
-
<script src="../js/tabs.js"></script>
|
|
216
|
-
<script src="../js/menu.js"></script>
|
|
217
|
-
<script src="../js/libs/clipboard.min.js"></script>
|
|
218
|
-
<script src="../js/libs/prism.js"></script>
|
|
219
|
-
<script src="../js/sourceCode.js"></script>
|
|
220
|
-
<script src="../js/search/search.js"></script>
|
|
221
|
-
<script src="../js/search/lunr.min.js"></script>
|
|
222
|
-
<script src="../js/search/search-lunr.js"></script>
|
|
223
|
-
<script src="../js/search/search_index.js"></script>
|
|
224
|
-
<script src="../js/lazy-load-graphs.js"></script>
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
</body>
|
|
228
|
-
</html>
|
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="no-js" lang="">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
-
<title>csdr documentation</title>
|
|
7
|
-
<meta name="description" content="">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
|
|
10
|
-
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
|
-
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
|
-
<link rel="stylesheet" href="../styles/material.css">
|
|
14
|
-
</head>
|
|
15
|
-
<body>
|
|
16
|
-
<script>
|
|
17
|
-
// Blocking script to avaoid flickering dark mode
|
|
18
|
-
// Dark mode toggle button
|
|
19
|
-
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
20
|
-
var darkModeState = useDark.matches;
|
|
21
|
-
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
22
|
-
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
23
|
-
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
24
|
-
|
|
25
|
-
function checkToggle(check) {
|
|
26
|
-
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
27
|
-
$darkModeToggleSwitchers[i].checked = check;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
function toggleDarkMode(state) {
|
|
32
|
-
if (window.localStorage) {
|
|
33
|
-
localStorage.setItem('compodoc_darkmode-state', state);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
checkToggle(state);
|
|
37
|
-
|
|
38
|
-
const hasClass = document.body.classList.contains('dark');
|
|
39
|
-
|
|
40
|
-
if (state) {
|
|
41
|
-
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
42
|
-
$darkModeToggles[i].classList.add('dark');
|
|
43
|
-
}
|
|
44
|
-
if (!hasClass) {
|
|
45
|
-
document.body.classList.add('dark');
|
|
46
|
-
}
|
|
47
|
-
} else {
|
|
48
|
-
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
49
|
-
$darkModeToggles[i].classList.remove('dark');
|
|
50
|
-
}
|
|
51
|
-
if (hasClass) {
|
|
52
|
-
document.body.classList.remove('dark');
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
useDark.addEventListener('change', function (evt) {
|
|
58
|
-
toggleDarkMode(evt.matches);
|
|
59
|
-
});
|
|
60
|
-
if (darkModeStateLocal) {
|
|
61
|
-
darkModeState = darkModeStateLocal === 'true';
|
|
62
|
-
}
|
|
63
|
-
toggleDarkMode(darkModeState);
|
|
64
|
-
|
|
65
|
-
if ($darkModeToggles.length > 0) {
|
|
66
|
-
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
67
|
-
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
68
|
-
darkModeState = !darkModeState;
|
|
69
|
-
toggleDarkMode(darkModeState);
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
</script>
|
|
74
|
-
|
|
75
|
-
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
76
|
-
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
77
|
-
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
78
|
-
</div>
|
|
79
|
-
|
|
80
|
-
<div class="xs-menu menu" id="mobile-menu">
|
|
81
|
-
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
|
82
|
-
</div>
|
|
83
|
-
|
|
84
|
-
<div class="container-fluid main">
|
|
85
|
-
<div class="row main">
|
|
86
|
-
<div class="hidden-xs menu">
|
|
87
|
-
<compodoc-menu mode="normal"></compodoc-menu>
|
|
88
|
-
</div>
|
|
89
|
-
<!-- START CONTENT -->
|
|
90
|
-
<div class="content module">
|
|
91
|
-
<div class="content-data">
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
<ol class="breadcrumb">
|
|
96
|
-
<li class="breadcrumb-item">Modules</li>
|
|
97
|
-
<li class="breadcrumb-item" >EuimStepperComponentModule</li>
|
|
98
|
-
</ol>
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
<ul class="nav nav-tabs" role="tablist">
|
|
102
|
-
<li class="nav-item">
|
|
103
|
-
<a href="#info"
|
|
104
|
-
class="nav-link"
|
|
105
|
-
class="nav-link active"
|
|
106
|
-
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
107
|
-
</li>
|
|
108
|
-
</ul>
|
|
109
|
-
|
|
110
|
-
<div class="tab-content">
|
|
111
|
-
<div class="tab-pane fade active in" id="info">
|
|
112
|
-
|
|
113
|
-
<p class="comment">
|
|
114
|
-
<h3>File</h3>
|
|
115
|
-
</p>
|
|
116
|
-
<p class="comment">
|
|
117
|
-
<code>packages/eui-mobile/packages/core/src/lib/components/euim-stepper/euim-steper.module.ts</code>
|
|
118
|
-
</p>
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
<div class="container-fluid module">
|
|
125
|
-
<div class="row">
|
|
126
|
-
<div class="col-sm-3">
|
|
127
|
-
<h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
|
|
128
|
-
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
|
-
<ul class="list-group">
|
|
130
|
-
<li class="list-group-item">
|
|
131
|
-
<a href="../components/EuimStepperComponent.html">EuimStepperComponent</a>
|
|
132
|
-
</li>
|
|
133
|
-
</ul>
|
|
134
|
-
</div>
|
|
135
|
-
<div class="col-sm-3">
|
|
136
|
-
<h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
|
|
137
|
-
title="Official documentation about module exports"><span
|
|
138
|
-
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
139
|
-
<ul class="list-group">
|
|
140
|
-
<li class="list-group-item">
|
|
141
|
-
<a href="../components/EuimStepperComponent.html">EuimStepperComponent</a>
|
|
142
|
-
</li>
|
|
143
|
-
</ul>
|
|
144
|
-
</div>
|
|
145
|
-
</div>
|
|
146
|
-
</div>
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
</div>
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
</div>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
</div><div class="search-results">
|
|
171
|
-
<div class="has-results">
|
|
172
|
-
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
173
|
-
<ul class="search-results-list"></ul>
|
|
174
|
-
</div>
|
|
175
|
-
<div class="no-results">
|
|
176
|
-
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
177
|
-
</div>
|
|
178
|
-
</div>
|
|
179
|
-
</div>
|
|
180
|
-
<!-- END CONTENT -->
|
|
181
|
-
</div>
|
|
182
|
-
</div>
|
|
183
|
-
|
|
184
|
-
<label class="dark-mode-switch">
|
|
185
|
-
<input type="checkbox">
|
|
186
|
-
<span class="slider">
|
|
187
|
-
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
188
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
189
|
-
</svg>
|
|
190
|
-
</span>
|
|
191
|
-
</label>
|
|
192
|
-
|
|
193
|
-
<script>
|
|
194
|
-
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
195
|
-
var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
|
|
196
|
-
var COMPODOC_CURRENT_PAGE_URL = 'EuimStepperComponentModule.html';
|
|
197
|
-
var MAX_SEARCH_RESULTS = 15;
|
|
198
|
-
</script>
|
|
199
|
-
|
|
200
|
-
<script src="../js/libs/custom-elements.min.js"></script>
|
|
201
|
-
<script src="../js/libs/lit-html.js"></script>
|
|
202
|
-
|
|
203
|
-
<script src="../js/menu-wc.js" defer></script>
|
|
204
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
205
|
-
|
|
206
|
-
<script src="../js/libs/bootstrap-native.js"></script>
|
|
207
|
-
|
|
208
|
-
<script src="../js/libs/es6-shim.min.js"></script>
|
|
209
|
-
<script src="../js/libs/EventDispatcher.js"></script>
|
|
210
|
-
<script src="../js/libs/promise.min.js"></script>
|
|
211
|
-
<script src="../js/libs/zepto.min.js"></script>
|
|
212
|
-
|
|
213
|
-
<script src="../js/compodoc.js"></script>
|
|
214
|
-
|
|
215
|
-
<script src="../js/tabs.js"></script>
|
|
216
|
-
<script src="../js/menu.js"></script>
|
|
217
|
-
<script src="../js/libs/clipboard.min.js"></script>
|
|
218
|
-
<script src="../js/libs/prism.js"></script>
|
|
219
|
-
<script src="../js/sourceCode.js"></script>
|
|
220
|
-
<script src="../js/search/search.js"></script>
|
|
221
|
-
<script src="../js/search/lunr.min.js"></script>
|
|
222
|
-
<script src="../js/search/search-lunr.js"></script>
|
|
223
|
-
<script src="../js/search/search_index.js"></script>
|
|
224
|
-
<script src="../js/lazy-load-graphs.js"></script>
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
</body>
|
|
228
|
-
</html>
|
package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Component, HostBinding, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
|
|
2
|
-
import { BaseStatesDirective } from '../../base-states.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../base-states.directive";
|
|
5
|
-
export class EuimControlFeedbackComponent {
|
|
6
|
-
get cssClasses() {
|
|
7
|
-
return this.getCssClasses();
|
|
8
|
-
}
|
|
9
|
-
constructor(baseStatesDirective) {
|
|
10
|
-
this.baseStatesDirective = baseStatesDirective;
|
|
11
|
-
}
|
|
12
|
-
getCssClasses() {
|
|
13
|
-
return [
|
|
14
|
-
this.baseStatesDirective.getCssClasses('euim-control-feedback'),
|
|
15
|
-
].join(' ');
|
|
16
|
-
}
|
|
17
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackComponent, deps: [{ token: i1.BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimControlFeedbackComponent, selector: "euim-control-feedback", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimWarning", "euimWarning", "euimDanger", "euimDanger", "euimVariant", "euimVariant", "color", "color"] }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-control-feedback{display:block;font-size:var(--eui-base-font-size-xs);padding-left:var(--eui-base-spacing-m)}.euim-control-feedback--info{color:var(--eui-base-color-info-100)}.euim-control-feedback--success{color:var(--eui-base-color-success-100)}.euim-control-feedback--warning{color:var(--eui-base-color-warning-100)}.euim-control-feedback--danger{color:var(--eui-base-color-danger-100)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
19
|
-
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackComponent, decorators: [{
|
|
21
|
-
type: Component,
|
|
22
|
-
args: [{ selector: 'euim-control-feedback', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
|
|
23
|
-
{
|
|
24
|
-
directive: BaseStatesDirective,
|
|
25
|
-
inputs: [
|
|
26
|
-
'euimInfo',
|
|
27
|
-
'euimSuccess',
|
|
28
|
-
'euimWarning',
|
|
29
|
-
'euimDanger',
|
|
30
|
-
'euimVariant',
|
|
31
|
-
'color',
|
|
32
|
-
],
|
|
33
|
-
},
|
|
34
|
-
], template: "<ng-content></ng-content>\n", styles: [".euim-control-feedback{display:block;font-size:var(--eui-base-font-size-xs);padding-left:var(--eui-base-spacing-m)}.euim-control-feedback--info{color:var(--eui-base-color-info-100)}.euim-control-feedback--success{color:var(--eui-base-color-success-100)}.euim-control-feedback--warning{color:var(--eui-base-color-warning-100)}.euim-control-feedback--danger{color:var(--eui-base-color-danger-100)}\n"] }]
|
|
35
|
-
}], ctorParameters: () => [{ type: i1.BaseStatesDirective }], propDecorators: { cssClasses: [{
|
|
36
|
-
type: HostBinding,
|
|
37
|
-
args: ['class']
|
|
38
|
-
}] } });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1jb250cm9sLWZlZWRiYWNrLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9hdG9tcy9ldWltLWNvbnRyb2wtZmVlZGJhY2svZXVpbS1jb250cm9sLWZlZWRiYWNrLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9hdG9tcy9ldWltLWNvbnRyb2wtZmVlZGJhY2svZXVpbS1jb250cm9sLWZlZWRiYWNrLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLGlCQUFpQixFQUFFLHVCQUF1QixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25HLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDOzs7QUF5QmxFLE1BQU0sT0FBTyw0QkFBNEI7SUFDckMsSUFDVyxVQUFVO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFRCxZQUFtQixtQkFBd0M7UUFBeEMsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFxQjtJQUFHLENBQUM7SUFFL0QsYUFBYTtRQUNULE9BQU87WUFDSCxJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLHVCQUF1QixDQUFDO1NBQ2xFLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ2hCLENBQUM7aUlBWlEsNEJBQTRCO3FIQUE1Qiw0QkFBNEIsc1ZDMUJ6Qyw2QkFDQTs7MkZEeUJhLDRCQUE0QjtrQkFyQnhDLFNBQVM7K0JBQ0ksdUJBQXVCLGlCQUdsQixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDWjs0QkFDSSxTQUFTLEVBQUUsbUJBQW1COzRCQUM5QixNQUFNLEVBQUU7Z0NBQ0osVUFBVTtnQ0FDVixhQUFhO2dDQUNiLGFBQWE7Z0NBQ2IsWUFBWTtnQ0FDWixhQUFhO2dDQUNiLE9BQU87NkJBQ1Y7eUJBQ0o7cUJBQ0o7d0ZBS1UsVUFBVTtzQkFEcEIsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBIb3N0QmluZGluZywgVmlld0VuY2Fwc3VsYXRpb24sIENoYW5nZURldGVjdGlvblN0cmF0ZWd5IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlU3RhdGVzRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vYmFzZS1zdGF0ZXMuZGlyZWN0aXZlJztcblxuZXhwb3J0IHR5cGUgVmFyaWFudFR5cGVzU3RhdHVzID0gJ2luZm8nIHwgJ3N1Y2Nlc3MnIHwgJ3dhcm5pbmcnIHwgJ2Rhbmdlcic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXVpbS1jb250cm9sLWZlZWRiYWNrJyxcbiAgICB0ZW1wbGF0ZVVybDogJ2V1aW0tY29udHJvbC1mZWVkYmFjay5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vc3R5bGVzL19pbmRleC5zY3NzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBob3N0RGlyZWN0aXZlczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBkaXJlY3RpdmU6IEJhc2VTdGF0ZXNEaXJlY3RpdmUsXG4gICAgICAgICAgICBpbnB1dHM6IFtcbiAgICAgICAgICAgICAgICAnZXVpbUluZm8nLFxuICAgICAgICAgICAgICAgICdldWltU3VjY2VzcycsXG4gICAgICAgICAgICAgICAgJ2V1aW1XYXJuaW5nJyxcbiAgICAgICAgICAgICAgICAnZXVpbURhbmdlcicsXG4gICAgICAgICAgICAgICAgJ2V1aW1WYXJpYW50JyxcbiAgICAgICAgICAgICAgICAnY29sb3InLFxuICAgICAgICAgICAgXSxcbiAgICAgICAgfSxcbiAgICBdLFxufSlcblxuZXhwb3J0IGNsYXNzIEV1aW1Db250cm9sRmVlZGJhY2tDb21wb25lbnQge1xuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICAgIHB1YmxpYyBnZXQgY3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5nZXRDc3NDbGFzc2VzKCk7XG4gICAgfVxuXG4gICAgY29uc3RydWN0b3IocHVibGljIGJhc2VTdGF0ZXNEaXJlY3RpdmU6IEJhc2VTdGF0ZXNEaXJlY3RpdmUpIHt9XG5cbiAgICBnZXRDc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBbXG4gICAgICAgICAgICB0aGlzLmJhc2VTdGF0ZXNEaXJlY3RpdmUuZ2V0Q3NzQ2xhc3NlcygnZXVpbS1jb250cm9sLWZlZWRiYWNrJyksXG4gICAgICAgIF0uam9pbignICcpO1xuICAgIH1cbn1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiJdfQ==
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { EuimControlFeedbackComponent } from './euim-control-feedback.component';
|
|
4
|
-
import { IonicModule } from '@ionic/angular';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class EuimControlFeedbackModule {
|
|
7
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackModule, declarations: [EuimControlFeedbackComponent], imports: [CommonModule,
|
|
9
|
-
IonicModule], exports: [EuimControlFeedbackComponent] }); }
|
|
10
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackModule, imports: [CommonModule,
|
|
11
|
-
IonicModule] }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule,
|
|
18
|
-
IonicModule,
|
|
19
|
-
],
|
|
20
|
-
exports: [
|
|
21
|
-
EuimControlFeedbackComponent,
|
|
22
|
-
],
|
|
23
|
-
declarations: [
|
|
24
|
-
EuimControlFeedbackComponent,
|
|
25
|
-
],
|
|
26
|
-
}]
|
|
27
|
-
}] });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1jb250cm9sLWZlZWRiYWNrLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9hdG9tcy9ldWltLWNvbnRyb2wtZmVlZGJhY2svZXVpbS1jb250cm9sLWZlZWRiYWNrLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNqRixPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7O0FBYzdDLE1BQU0sT0FBTyx5QkFBeUI7aUlBQXpCLHlCQUF5QjtrSUFBekIseUJBQXlCLGlCQUg5Qiw0QkFBNEIsYUFQNUIsWUFBWTtZQUNaLFdBQVcsYUFHWCw0QkFBNEI7a0lBTXZCLHlCQUF5QixZQVY5QixZQUFZO1lBQ1osV0FBVzs7MkZBU04seUJBQXlCO2tCQVpyQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3dCQUNaLFdBQVc7cUJBQ2Q7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLDRCQUE0QjtxQkFDL0I7b0JBQ0QsWUFBWSxFQUFFO3dCQUNWLDRCQUE0QjtxQkFDL0I7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEV1aW1Db250cm9sRmVlZGJhY2tDb21wb25lbnQgfSBmcm9tICcuL2V1aW0tY29udHJvbC1mZWVkYmFjay5jb21wb25lbnQnO1xuaW1wb3J0IHsgSW9uaWNNb2R1bGUgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIElvbmljTW9kdWxlLFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBFdWltQ29udHJvbEZlZWRiYWNrQ29tcG9uZW50LFxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIEV1aW1Db250cm9sRmVlZGJhY2tDb21wb25lbnQsXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbUNvbnRyb2xGZWVkYmFja01vZHVsZSB7XG59XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './euim-control-feedback.module';
|
|
2
|
-
export * from './euim-control-feedback.component';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1jb250cm9sLWZlZWRiYWNrL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxtQ0FBbUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZXVpbS1jb250cm9sLWZlZWRiYWNrLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tY29udHJvbC1mZWVkYmFjay5jb21wb25lbnQnO1xuIl19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Directive, HostBinding } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated It will be removed on v17 release. Use {@link euimDivider} instead if there is a case with no separator. For all othere cases ion-item-divider will be used.
|
|
5
|
-
*/
|
|
6
|
-
export class EuimItemDividerDirective {
|
|
7
|
-
constructor() {
|
|
8
|
-
this.className = 'euim-item-divider';
|
|
9
|
-
}
|
|
10
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimItemDividerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimItemDividerDirective, selector: "[euimItemDivider]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimItemDividerDirective, decorators: [{
|
|
14
|
-
type: Directive,
|
|
15
|
-
args: [{
|
|
16
|
-
selector: '[euimItemDivider]',
|
|
17
|
-
}]
|
|
18
|
-
}], propDecorators: { className: [{
|
|
19
|
-
type: HostBinding,
|
|
20
|
-
args: ['class']
|
|
21
|
-
}] } });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1pdGVtLWRpdmlkZXIuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2RpcmVjdGl2ZXMvZXVpbS1pdGVtLWRpdmlkZXIvZXVpbS1pdGVtLWRpdmlkZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU12RDs7RUFFRTtBQUNGLE1BQU0sT0FBTyx3QkFBd0I7SUFQckM7UUFRMEIsY0FBUyxHQUFHLG1CQUFtQixDQUFDO0tBQ3pEO2lJQUZZLHdCQUF3QjtxSEFBeEIsd0JBQXdCOzsyRkFBeEIsd0JBQXdCO2tCQVBwQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxtQkFBbUI7aUJBQ2hDOzhCQU15QixTQUFTO3NCQUE5QixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnW2V1aW1JdGVtRGl2aWRlcl0nLFxufSlcblxuLyoqXG4qIEBkZXByZWNhdGVkIEl0IHdpbGwgYmUgcmVtb3ZlZCBvbiB2MTcgcmVsZWFzZS4gVXNlIHtAbGluayBldWltRGl2aWRlcn0gaW5zdGVhZCBpZiB0aGVyZSBpcyBhIGNhc2Ugd2l0aCBubyBzZXBhcmF0b3IuIEZvciBhbGwgb3RoZXJlIGNhc2VzIGlvbi1pdGVtLWRpdmlkZXIgd2lsbCBiZSB1c2VkLlxuKi9cbmV4cG9ydCBjbGFzcyBFdWltSXRlbURpdmlkZXJEaXJlY3RpdmUge1xuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKSBjbGFzc05hbWUgPSAnZXVpbS1pdGVtLWRpdmlkZXInO1xufVxuIl19
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { IonicModule } from '@ionic/angular';
|
|
4
|
-
import { EuimItemDividerDirective } from './euim-item-divider.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class EuimItemDividerModule {
|
|
7
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimItemDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimItemDividerModule, declarations: [EuimItemDividerDirective], imports: [CommonModule,
|
|
9
|
-
IonicModule], exports: [EuimItemDividerDirective] }); }
|
|
10
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimItemDividerModule, imports: [CommonModule,
|
|
11
|
-
IonicModule] }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimItemDividerModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule,
|
|
18
|
-
IonicModule,
|
|
19
|
-
],
|
|
20
|
-
exports: [
|
|
21
|
-
EuimItemDividerDirective,
|
|
22
|
-
],
|
|
23
|
-
declarations: [
|
|
24
|
-
EuimItemDividerDirective,
|
|
25
|
-
],
|
|
26
|
-
}]
|
|
27
|
-
}] });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1pdGVtLWRpdmlkZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2RpcmVjdGl2ZXMvZXVpbS1pdGVtLWRpdmlkZXIvZXVpbS1pdGVtLWRpdmlkZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQzs7QUFjekUsTUFBTSxPQUFPLHFCQUFxQjtpSUFBckIscUJBQXFCO2tJQUFyQixxQkFBcUIsaUJBSDFCLHdCQUF3QixhQVB4QixZQUFZO1lBQ1osV0FBVyxhQUdYLHdCQUF3QjtrSUFNbkIscUJBQXFCLFlBVjFCLFlBQVk7WUFDWixXQUFXOzsyRkFTTixxQkFBcUI7a0JBWmpDLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osV0FBVztxQkFDZDtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsd0JBQXdCO3FCQUMzQjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1Ysd0JBQXdCO3FCQUMzQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgSW9uaWNNb2R1bGUgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBFdWltSXRlbURpdmlkZXJEaXJlY3RpdmUgfSBmcm9tICcuL2V1aW0taXRlbS1kaXZpZGVyLmRpcmVjdGl2ZSc7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIElvbmljTW9kdWxlLFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBFdWltSXRlbURpdmlkZXJEaXJlY3RpdmUsXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgRXVpbUl0ZW1EaXZpZGVyRGlyZWN0aXZlLFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1JdGVtRGl2aWRlck1vZHVsZSB7XG59XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './euim-item-divider.module';
|
|
2
|
-
export * from './euim-item-divider.directive';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZGlyZWN0aXZlcy9ldWltLWl0ZW0tZGl2aWRlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsK0JBQStCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2V1aW0taXRlbS1kaXZpZGVyLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0taXRlbS1kaXZpZGVyLmRpcmVjdGl2ZSc7XG4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Directive, HostBinding } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated It will be removed on v17 release. Use {@link ion-list-header} instead.
|
|
5
|
-
*/
|
|
6
|
-
export class EuimListHeaderDirective {
|
|
7
|
-
constructor() {
|
|
8
|
-
this.className = 'euim-list-divider';
|
|
9
|
-
}
|
|
10
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimListHeaderDirective, selector: "[euimListHeader]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimListHeaderDirective, decorators: [{
|
|
14
|
-
type: Directive,
|
|
15
|
-
args: [{
|
|
16
|
-
selector: '[euimListHeader]',
|
|
17
|
-
}]
|
|
18
|
-
}], propDecorators: { className: [{
|
|
19
|
-
type: HostBinding,
|
|
20
|
-
args: ['class']
|
|
21
|
-
}] } });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1saXN0LWhlYWRlci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZGlyZWN0aXZlcy9ldWltLWxpc3QtaGVhZGVyL2V1aW0tbGlzdC1oZWFkZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU12RDs7RUFFRTtBQUNGLE1BQU0sT0FBTyx1QkFBdUI7SUFQcEM7UUFRMEIsY0FBUyxHQUFHLG1CQUFtQixDQUFDO0tBQ3pEO2lJQUZZLHVCQUF1QjtxSEFBdkIsdUJBQXVCOzsyRkFBdkIsdUJBQXVCO2tCQVBuQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxrQkFBa0I7aUJBQy9COzhCQU15QixTQUFTO3NCQUE5QixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnW2V1aW1MaXN0SGVhZGVyXScsXG59KVxuXG4vKipcbiogQGRlcHJlY2F0ZWQgSXQgd2lsbCBiZSByZW1vdmVkIG9uIHYxNyByZWxlYXNlLiBVc2Uge0BsaW5rIGlvbi1saXN0LWhlYWRlcn0gaW5zdGVhZC4gXG4qL1xuZXhwb3J0IGNsYXNzIEV1aW1MaXN0SGVhZGVyRGlyZWN0aXZlIHtcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJykgY2xhc3NOYW1lID0gJ2V1aW0tbGlzdC1kaXZpZGVyJztcbn1cbiJdfQ==
|