@eui/mobile-core 16.10.0-snapshot-1713366109950 → 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 +60 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +60 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +60 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +60 -2
- package/docs/components/EuimAboutComponent.html +766 -0
- package/docs/components/EuimAlertMessageComponent.html +65 -7
- package/docs/components/EuimAppComponent.html +60 -2
- package/docs/components/EuimAvatarComponent.html +60 -2
- package/docs/components/EuimAvatarIconComponent.html +60 -2
- package/docs/components/EuimBadgeComponent.html +61 -3
- package/docs/components/EuimChangelogComponent.html +322 -0
- package/docs/components/EuimChipSelectorComponent.html +61 -27
- package/docs/components/EuimContactSupportComponent.html +276 -0
- package/docs/components/EuimDataSummaryColComponent.html +60 -2
- package/docs/components/EuimDataSummaryComponent.html +61 -3
- package/docs/components/EuimEmptyListPlaceholderComponent.html +64 -6
- package/docs/components/EuimHeaderDetailsComponent.html +61 -3
- package/docs/components/EuimLabelComponent.html +65 -7
- package/docs/components/EuimLanguageListComponent.html +75 -17
- package/docs/components/EuimLanguageSelectorComponent.html +67 -73
- package/docs/components/EuimLegalNoticeComponent.html +276 -0
- package/docs/components/EuimMediaHeaderComponent.html +62 -4
- package/docs/components/EuimMessageComponent.html +61 -3
- package/docs/components/EuimMessageTitleComponent.html +60 -2
- package/docs/components/EuimMultiselectComponent.html +62 -4
- package/docs/components/EuimMultiselectFilterComponent.html +60 -2
- package/docs/components/EuimMultiselectInfoComponent.html +60 -2
- package/docs/components/EuimMultiselectListComponent.html +60 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +62 -4
- package/docs/components/EuimNotificationItemComponent.html +61 -3
- package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
- package/docs/components/EuimPdfWrapperComponent.html +828 -0
- package/docs/components/EuimPrivacyStatementComponent.html +276 -0
- package/docs/components/EuimScrollerXComponent.html +60 -2
- package/docs/components/EuimSidebarComponent.html +60 -2
- package/docs/components/EuimSidebarContentComponent.html +60 -2
- package/docs/components/EuimSkeletonListComponent.html +61 -3
- package/docs/components/EuimSkeletonListItemComponent.html +66 -8
- package/docs/components/EuimSlideInfoScreenComponent.html +60 -2
- package/docs/components/EuimSliderInfoScreenComponent.html +66 -30
- package/docs/components/EuimSpinnerComponent.html +60 -2
- package/docs/components/EuimSpinnerDescriptionComponent.html +60 -2
- package/docs/components/EuimSpinnerMessageComponent.html +60 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +60 -2
- package/docs/components/EuimToolbarComponent.html +63 -5
- package/docs/components/EuimToolbarTitleComponent.html +60 -2
- package/docs/components/EuimUserProfileComponent.html +60 -2
- package/docs/dependencies.html +72 -2
- package/docs/directives/BaseStatesDirective.html +75 -491
- package/docs/directives/EuimAvatarMainIconDirective.html +58 -0
- package/docs/directives/EuimAvatarSubIconDirective.html +58 -0
- package/docs/directives/EuimChipSelectorItemDirective.html +59 -1
- package/docs/directives/EuimDataSummaryColLabelDirective.html +59 -1
- package/docs/directives/EuimDataSummaryColValueDirective.html +58 -0
- package/docs/directives/EuimDividerDirective.html +58 -0
- package/docs/directives/EuimHeaderDetailsIconDirective.html +58 -0
- package/docs/directives/EuimHeaderDetailsMetaDirective.html +58 -0
- package/docs/directives/EuimHeaderDetailsTitleDirective.html +58 -0
- package/docs/directives/EuimMediaHeaderImageDirective.html +58 -0
- package/docs/directives/EuimMediaHeaderSubTitleDirective.html +58 -0
- package/docs/directives/EuimMediaHeaderTitleDirective.html +58 -0
- package/docs/directives/EuimMultiselectAllDirective.html +58 -0
- package/docs/directives/EuimMultiselectSelectFieldDirective.html +58 -0
- package/docs/directives/EuimSkeletonTextAvatarDirective.html +58 -0
- package/docs/directives/EuimSliderInfoScreenContentDirective.html +58 -0
- package/docs/directives/EuimSliderInfoScreenSubTitleDirective.html +58 -0
- package/docs/directives/EuimSliderInfoScreenTitleDirective.html +58 -0
- package/docs/index.html +62 -12
- package/docs/injectables/EuimAppService.html +58 -0
- package/docs/interfaces/ActionBtnsNames.html +58 -0
- package/docs/interfaces/FilteredData.html +58 -0
- package/docs/interfaces/UIState.html +58 -0
- package/docs/js/libs/bootstrap-native.js +2 -1
- package/docs/js/libs/es6-shim.min.js +11 -10
- package/docs/js/libs/tablesort.min.js +3 -3
- package/docs/js/libs/tablesort.number.min.js +2 -2
- package/docs/js/libs/vis.min.js +1 -1
- package/docs/js/menu-wc.js +244 -232
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/menu.js +0 -55
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +58 -0
- package/docs/miscellaneous/typealiases.html +58 -21
- package/docs/miscellaneous/variables.html +89 -113
- package/docs/modules/{EuimMenuModule.html → EuimAboutModule.html} +95 -7
- package/docs/modules/EuimAlertMessageModule.html +90 -2
- package/docs/modules/EuimAllModule.html +64 -54
- package/docs/modules/EuimAppModule.html +58 -3
- package/docs/modules/EuimAvatarIconModule.html +58 -0
- package/docs/modules/EuimAvatarModule.html +90 -2
- package/docs/modules/EuimBadgeModule.html +58 -0
- package/docs/modules/EuimChipSelectorComponentModule.html +58 -0
- package/docs/modules/EuimDataSummaryModule.html +90 -2
- package/docs/modules/EuimDividerModule.html +58 -0
- package/docs/modules/EuimEmptyListPlaceholderModule.html +58 -0
- package/docs/modules/EuimHeaderDetailsModule.html +90 -2
- package/docs/modules/EuimLabelModule.html +58 -0
- package/docs/modules/EuimLanguageSelectorModule.html +58 -3
- package/docs/modules/EuimMediaHeaderModule.html +90 -2
- package/docs/modules/EuimMessageModule.html +90 -2
- package/docs/modules/EuimMultiselectModule.html +90 -2
- package/docs/modules/EuimNotificationItemModule.html +58 -0
- package/docs/modules/{EuimAppSidebarModule.html → EuimPdfWrapperModule.html} +91 -13
- package/docs/modules/EuimScrollerXComponentModule.html +58 -0
- package/docs/modules/EuimSidebarModule.html +58 -0
- package/docs/modules/EuimSkeletonListItemModule.html +90 -2
- package/docs/modules/EuimSkeletonListModule.html +90 -2
- package/docs/modules/EuimSkeletonTextAvatarModule.html +58 -0
- package/docs/modules/EuimSliderInfoScreenModule.html +90 -2
- package/docs/modules/EuimSpinnerComponentModule.html +58 -0
- package/docs/modules/EuimToolbarComponentModule.html +58 -0
- package/docs/modules/EuimUserProfileModule.html +90 -2
- package/docs/modules.html +74 -100
- package/docs/properties.html +58 -0
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +15 -34
- package/esm2022/lib/components/atoms/euim-label/euim-label.module.mjs +5 -5
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +5 -12
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.module.mjs +5 -5
- package/esm2022/lib/components/base-states.directive.mjs +42 -268
- package/esm2022/lib/components/directives/euim-divider/euim-divider.directive.mjs +4 -4
- package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +5 -5
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.mjs +4 -4
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.mjs +5 -5
- 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-message.module.mjs +5 -5
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +17 -56
- package/esm2022/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.mjs +4 -4
- package/esm2022/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.mjs +4 -4
- package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +4 -4
- package/esm2022/lib/components/euim-avatar/euim-avatar.module.mjs +5 -5
- package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +4 -4
- package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.module.mjs +5 -5
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +5 -10
- package/esm2022/lib/components/euim-badge/euim-badge.module.mjs +5 -5
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +9 -13
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +17 -43
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.module.mjs +5 -5
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.mjs +4 -4
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +6 -6
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +5 -5
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +8 -9
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.module.mjs +5 -5
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +14 -23
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +5 -5
- package/esm2022/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.directive.mjs +4 -4
- package/esm2022/lib/components/euim-media-header/euim-media-header-sub-title/euim-media-header-sub-title.directive.mjs +4 -4
- package/esm2022/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.directive.mjs +4 -4
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +9 -14
- package/esm2022/lib/components/euim-media-header/euim-media-header.module.mjs +5 -5
- package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -4
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +13 -19
- package/esm2022/lib/components/euim-message/euim-message.module.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-info/euim-multiselect-info.component.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-list/euim-multiselect-list.component.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-select-field/euim-multiselect-select-field.directive.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +13 -18
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +10 -15
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.module.mjs +5 -5
- 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-scroller-x/euim-scroller-x.component.mjs +4 -4
- package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.module.mjs +5 -5
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +5 -5
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.module.mjs +5 -5
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +18 -31
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.module.mjs +5 -5
- package/esm2022/lib/components/euim-slider-info-screen/euim-slide-info-screen/euim-slide-info-screen.component.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-sub-title/euim-slider-info-screen-sub-title.directive.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-title/euim-slider-info-screen-title.directive.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +19 -37
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.module.mjs +5 -5
- package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +4 -4
- package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +4 -4
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +5 -5
- package/esm2022/lib/components/euim-spinner/euim-spinner.module.mjs +5 -5
- package/esm2022/lib/components/index.mjs +3 -9
- package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +5 -5
- package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +5 -9
- package/esm2022/lib/components/layout/euim-app/index.mjs +1 -2
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details-icon/euim-header-details-icon.directive.mjs +4 -4
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details-meta/euim-header-details-meta.directive.mjs +4 -4
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details-title/euim-header-details-title.directive.mjs +4 -4
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +5 -6
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.module.mjs +5 -5
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +14 -15
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +9 -17
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +5 -9
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +5 -5
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.module.mjs +5 -5
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +5 -5
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +11 -19
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +5 -5
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -5
- package/esm2022/lib/euim-all.module.mjs +10 -42
- package/esm2022/lib/services/euim-app.service.mjs +5 -5
- package/fesm2022/eui-mobile-core.mjs +919 -1850
- 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 -3
- 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 +4 -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 +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-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-list.component.d.ts +13 -13
- package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +7 -9
- 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 +5 -2
- package/docs/classes/EuimStepperChangeEvent.html +0 -253
- package/docs/components/EuimAppSidebarComponent.html +0 -279
- package/docs/components/EuimAppSidebarFooterComponent.html +0 -334
- package/docs/components/EuimAppSidebarHeaderComponent.html +0 -218
- package/docs/components/EuimAppSidebarMenuComponent.html +0 -375
- package/docs/components/EuimControlFeedbackComponent.html +0 -452
- package/docs/components/EuimFieldSetComponent.html +0 -334
- package/docs/components/EuimFieldsetActionsComponent.html +0 -330
- package/docs/components/EuimFieldsetLegendComponent.html +0 -330
- package/docs/components/EuimInfoScreenComponent.html +0 -334
- package/docs/components/EuimMenuComponent.html +0 -584
- package/docs/components/EuimSlideComponent.html +0 -324
- package/docs/components/EuimSliderComponent.html +0 -1411
- package/docs/components/EuimStepperComponent.html +0 -471
- package/docs/directives/EuimInfoScreenContentDirective.html +0 -284
- package/docs/directives/EuimInfoScreenSubTitleDirective.html +0 -284
- package/docs/directives/EuimInfoScreenTitleDirective.html +0 -284
- package/docs/directives/EuimItemDividerDirective.html +0 -284
- package/docs/directives/EuimListHeaderDirective.html +0 -284
- package/docs/interfaces/ActionBtnNames.html +0 -286
- package/docs/interfaces/Badge.html +0 -259
- package/docs/interfaces/EuimMenuItem.html +0 -799
- package/docs/interfaces/EuimMenuSection.html +0 -304
- package/docs/interfaces/Notification.html +0 -259
- package/docs/modules/EuimControlFeedbackModule.html +0 -170
- package/docs/modules/EuimFieldsetModule.html +0 -170
- package/docs/modules/EuimInfoScreenModule.html +0 -170
- package/docs/modules/EuimItemDividerModule.html +0 -170
- package/docs/modules/EuimListHeaderModule.html +0 -170
- package/docs/modules/EuimSliderModule.html +0 -170
- package/docs/modules/EuimStepperComponentModule.html +0 -170
- package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +0 -39
- package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +0 -28
- package/esm2022/lib/components/atoms/euim-control-feedback/index.mjs +0 -3
- package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.directive.mjs +0 -22
- package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.module.mjs +0 -28
- package/esm2022/lib/components/directives/euim-item-divider/index.mjs +0 -3
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +0 -22
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +0 -28
- package/esm2022/lib/components/directives/euim-list-header/index.mjs +0 -3
- package/esm2022/lib/components/directives/index.mjs +0 -5
- package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset.module.mjs +0 -39
- package/esm2022/lib/components/euim-fieldset/index.mjs +0 -5
- package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +0 -48
- package/esm2022/lib/components/euim-menu/euim-menu.module.mjs +0 -44
- package/esm2022/lib/components/euim-menu/index.mjs +0 -4
- package/esm2022/lib/components/euim-menu/models/eui-menu-item.model.mjs +0 -2
- package/esm2022/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +0 -26
- package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +0 -174
- package/esm2022/lib/components/euim-slider/euim-slider.module.mjs +0 -35
- package/esm2022/lib/components/euim-slider/index.mjs +0 -4
- package/esm2022/lib/components/euim-stepper/euim-steper.module.mjs +0 -32
- package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +0 -64
- package/esm2022/lib/components/euim-stepper/index.mjs +0 -3
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/index.mjs +0 -6
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +0 -17
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +0 -11
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +0 -22
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +0 -19
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +0 -48
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +0 -20
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.module.mjs +0 -43
- package/esm2022/lib/components/layout/euim-info-screen/index.mjs +0 -6
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +0 -13
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +0 -1
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts +0 -10
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts.map +0 -1
- package/lib/components/atoms/euim-control-feedback/index.d.ts +0 -3
- package/lib/components/atoms/euim-control-feedback/index.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts +0 -7
- package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts +0 -10
- package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/index.d.ts +0 -3
- package/lib/components/directives/euim-item-divider/index.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +0 -7
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +0 -10
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/index.d.ts +0 -3
- package/lib/components/directives/euim-list-header/index.d.ts.map +0 -1
- package/lib/components/directives/index.d.ts +0 -5
- package/lib/components/directives/index.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset.module.d.ts +0 -12
- package/lib/components/euim-fieldset/euim-fieldset.module.d.ts.map +0 -1
- package/lib/components/euim-fieldset/index.d.ts +0 -5
- package/lib/components/euim-fieldset/index.d.ts.map +0 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts +0 -17
- package/lib/components/euim-menu/euim-menu.component.d.ts.map +0 -1
- package/lib/components/euim-menu/euim-menu.module.d.ts +0 -14
- package/lib/components/euim-menu/euim-menu.module.d.ts.map +0 -1
- package/lib/components/euim-menu/index.d.ts +0 -4
- package/lib/components/euim-menu/index.d.ts.map +0 -1
- package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +0 -30
- package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts +0 -7
- package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slider.component.d.ts +0 -46
- package/lib/components/euim-slider/euim-slider.component.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slider.module.d.ts +0 -11
- package/lib/components/euim-slider/euim-slider.module.d.ts.map +0 -1
- package/lib/components/euim-slider/index.d.ts +0 -4
- package/lib/components/euim-slider/index.d.ts.map +0 -1
- package/lib/components/euim-stepper/euim-steper.module.d.ts +0 -11
- package/lib/components/euim-stepper/euim-steper.module.d.ts.map +0 -1
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +0 -21
- package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +0 -1
- package/lib/components/euim-stepper/index.d.ts +0 -3
- package/lib/components/euim-stepper/index.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts +0 -6
- package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +0 -7
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +0 -6
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +0 -11
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +0 -9
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts +0 -15
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts +0 -13
- package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/index.d.ts +0 -6
- package/lib/components/layout/euim-info-screen/index.d.ts.map +0 -1
package/docs/license.html
CHANGED
|
@@ -13,6 +13,64 @@
|
|
|
13
13
|
<link rel="stylesheet" href="./styles/material.css">
|
|
14
14
|
</head>
|
|
15
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>
|
|
16
74
|
|
|
17
75
|
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
76
|
<a href="./" class="navbar-brand">csdr documentation</a>
|
|
@@ -13,6 +13,64 @@
|
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
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>
|
|
16
74
|
|
|
17
75
|
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
76
|
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
@@ -67,9 +125,6 @@
|
|
|
67
125
|
<li>
|
|
68
126
|
<a href="#VariantTypes" title="packages/eui-mobile/packages/core/src/lib/components/euim-message/euim-message.component.ts" ><b>VariantTypes</b> (packages/.../euim-message.component.ts)</a>
|
|
69
127
|
</li>
|
|
70
|
-
<li>
|
|
71
|
-
<a href="#VariantTypesStatus" title="packages/eui-mobile/packages/core/src/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.ts" ><b>VariantTypesStatus</b> (packages/.../euim-control-feedback.component.ts)</a>
|
|
72
|
-
</li>
|
|
73
128
|
</ul>
|
|
74
129
|
</td>
|
|
75
130
|
</tr>
|
|
@@ -113,24 +168,6 @@
|
|
|
113
168
|
</tr>
|
|
114
169
|
</tbody>
|
|
115
170
|
</table>
|
|
116
|
-
</section> <h3>packages/eui-mobile/packages/core/src/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.ts</h3>
|
|
117
|
-
<section data-compodoc="block-typealias">
|
|
118
|
-
<table class="table table-sm table-bordered">
|
|
119
|
-
<tbody>
|
|
120
|
-
<tr>
|
|
121
|
-
<td class="col-md-4">
|
|
122
|
-
<a name="VariantTypesStatus"></a>
|
|
123
|
-
<span class="name "><b>VariantTypesStatus</b><a href="#VariantTypesStatus"><span class="icon ion-ios-link"></span></a></span>
|
|
124
|
-
</td>
|
|
125
|
-
</tr>
|
|
126
|
-
<tr>
|
|
127
|
-
<td class="col-md-4">
|
|
128
|
-
<code> <code>"info" | "success" | "warning" | "danger"</code>
|
|
129
|
-
</code>
|
|
130
|
-
</td>
|
|
131
|
-
</tr>
|
|
132
|
-
</tbody>
|
|
133
|
-
</table>
|
|
134
171
|
</section>
|
|
135
172
|
|
|
136
173
|
|
|
@@ -13,6 +13,64 @@
|
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
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>
|
|
16
74
|
|
|
17
75
|
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
76
|
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
@@ -61,6 +119,9 @@
|
|
|
61
119
|
<tr>
|
|
62
120
|
<td class="col-md-4">
|
|
63
121
|
<ul class="index-list">
|
|
122
|
+
<li>
|
|
123
|
+
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-about.module.ts" ><b>COMPONENTS</b> (packages/.../euim-about.module.ts)</a>
|
|
124
|
+
</li>
|
|
64
125
|
<li>
|
|
65
126
|
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-alert-message/euim-alert-message.module.ts" ><b>COMPONENTS</b> (packages/.../euim-alert-message.module.ts)</a>
|
|
66
127
|
</li>
|
|
@@ -70,9 +131,6 @@
|
|
|
70
131
|
<li>
|
|
71
132
|
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-data-summary/euim-data-summary.module.ts" ><b>COMPONENTS</b> (packages/.../euim-data-summary.module.ts)</a>
|
|
72
133
|
</li>
|
|
73
|
-
<li>
|
|
74
|
-
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-fieldset/euim-fieldset.module.ts" ><b>COMPONENTS</b> (packages/.../euim-fieldset.module.ts)</a>
|
|
75
|
-
</li>
|
|
76
134
|
<li>
|
|
77
135
|
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-media-header/euim-media-header.module.ts" ><b>COMPONENTS</b> (packages/.../euim-media-header.module.ts)</a>
|
|
78
136
|
</li>
|
|
@@ -83,13 +141,13 @@
|
|
|
83
141
|
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-multiselect/euim-multiselect.module.ts" ><b>COMPONENTS</b> (packages/.../euim-multiselect.module.ts)</a>
|
|
84
142
|
</li>
|
|
85
143
|
<li>
|
|
86
|
-
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-
|
|
144
|
+
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.ts" ><b>COMPONENTS</b> (packages/.../euim-pdf-wrapper.module.ts)</a>
|
|
87
145
|
</li>
|
|
88
146
|
<li>
|
|
89
|
-
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-skeleton-list
|
|
147
|
+
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-skeleton-list/euim-skeleton-list.module.ts" ><b>COMPONENTS</b> (packages/.../euim-skeleton-list.module.ts)</a>
|
|
90
148
|
</li>
|
|
91
149
|
<li>
|
|
92
|
-
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-
|
|
150
|
+
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.module.ts" ><b>COMPONENTS</b> (packages/.../euim-skeleton-list-item.module.ts)</a>
|
|
93
151
|
</li>
|
|
94
152
|
<li>
|
|
95
153
|
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-slider-info-screen/euim-slider-info-screen.module.ts" ><b>COMPONENTS</b> (packages/.../euim-slider-info-screen.module.ts)</a>
|
|
@@ -97,15 +155,9 @@
|
|
|
97
155
|
<li>
|
|
98
156
|
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/layout/euim-header-details/euim-header-details.module.ts" ><b>COMPONENTS</b> (packages/.../euim-header-details.module.ts)</a>
|
|
99
157
|
</li>
|
|
100
|
-
<li>
|
|
101
|
-
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/layout/euim-info-screen/euim-info-screen.module.ts" ><b>COMPONENTS</b> (packages/.../euim-info-screen.module.ts)</a>
|
|
102
|
-
</li>
|
|
103
158
|
<li>
|
|
104
159
|
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/layout/euim-user-profile/euim-user-profile.module.ts" ><b>COMPONENTS</b> (packages/.../euim-user-profile.module.ts)</a>
|
|
105
160
|
</li>
|
|
106
|
-
<li>
|
|
107
|
-
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.ts" ><b>COMPONENTS</b> (packages/.../sidebar.module.ts)</a>
|
|
108
|
-
</li>
|
|
109
161
|
<li>
|
|
110
162
|
<a href="#context" title="packages/eui-mobile/packages/core/src/test.ts" ><b>context</b> (packages/.../test.ts)</a>
|
|
111
163
|
</li>
|
|
@@ -125,7 +177,7 @@
|
|
|
125
177
|
</table>
|
|
126
178
|
</section>
|
|
127
179
|
|
|
128
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-
|
|
180
|
+
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-about.module.ts</h3>
|
|
129
181
|
<section data-compodoc="block-properties">
|
|
130
182
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
131
183
|
<tbody>
|
|
@@ -147,7 +199,12 @@
|
|
|
147
199
|
<tr>
|
|
148
200
|
<td class="col-md-4">
|
|
149
201
|
<i>Default value : </i><code>[
|
|
150
|
-
|
|
202
|
+
EuimAboutComponent,
|
|
203
|
+
EuimChangelogComponent,
|
|
204
|
+
EuimPrivacyStatementComponent,
|
|
205
|
+
EuimOpenSourceLicencesComponent,
|
|
206
|
+
EuimLegalNoticeComponent,
|
|
207
|
+
EuimContactSupportComponent,
|
|
151
208
|
]</code>
|
|
152
209
|
</td>
|
|
153
210
|
</tr>
|
|
@@ -156,7 +213,7 @@
|
|
|
156
213
|
</tbody>
|
|
157
214
|
</table>
|
|
158
215
|
</section>
|
|
159
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-
|
|
216
|
+
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-alert-message/euim-alert-message.module.ts</h3>
|
|
160
217
|
<section data-compodoc="block-properties">
|
|
161
218
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
162
219
|
<tbody>
|
|
@@ -178,9 +235,7 @@
|
|
|
178
235
|
<tr>
|
|
179
236
|
<td class="col-md-4">
|
|
180
237
|
<i>Default value : </i><code>[
|
|
181
|
-
|
|
182
|
-
EuimAvatarSubIconDirective,
|
|
183
|
-
EuimAvatarMainIconDirective,
|
|
238
|
+
EuimAlertMessageComponent,
|
|
184
239
|
]</code>
|
|
185
240
|
</td>
|
|
186
241
|
</tr>
|
|
@@ -189,7 +244,7 @@
|
|
|
189
244
|
</tbody>
|
|
190
245
|
</table>
|
|
191
246
|
</section>
|
|
192
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-
|
|
247
|
+
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-avatar/euim-avatar.module.ts</h3>
|
|
193
248
|
<section data-compodoc="block-properties">
|
|
194
249
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
195
250
|
<tbody>
|
|
@@ -211,10 +266,9 @@
|
|
|
211
266
|
<tr>
|
|
212
267
|
<td class="col-md-4">
|
|
213
268
|
<i>Default value : </i><code>[
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
EuimDataSummaryColValueDirective,
|
|
269
|
+
EuimAvatarComponent,
|
|
270
|
+
EuimAvatarSubIconDirective,
|
|
271
|
+
EuimAvatarMainIconDirective,
|
|
218
272
|
]</code>
|
|
219
273
|
</td>
|
|
220
274
|
</tr>
|
|
@@ -223,7 +277,7 @@
|
|
|
223
277
|
</tbody>
|
|
224
278
|
</table>
|
|
225
279
|
</section>
|
|
226
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-
|
|
280
|
+
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-data-summary/euim-data-summary.module.ts</h3>
|
|
227
281
|
<section data-compodoc="block-properties">
|
|
228
282
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
229
283
|
<tbody>
|
|
@@ -245,9 +299,10 @@
|
|
|
245
299
|
<tr>
|
|
246
300
|
<td class="col-md-4">
|
|
247
301
|
<i>Default value : </i><code>[
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
302
|
+
EuimDataSummaryComponent,
|
|
303
|
+
EuimDataSummaryColComponent,
|
|
304
|
+
EuimDataSummaryColLabelDirective,
|
|
305
|
+
EuimDataSummaryColValueDirective,
|
|
251
306
|
]</code>
|
|
252
307
|
</td>
|
|
253
308
|
</tr>
|
|
@@ -359,7 +414,7 @@
|
|
|
359
414
|
</tbody>
|
|
360
415
|
</table>
|
|
361
416
|
</section>
|
|
362
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-
|
|
417
|
+
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.ts</h3>
|
|
363
418
|
<section data-compodoc="block-properties">
|
|
364
419
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
365
420
|
<tbody>
|
|
@@ -381,7 +436,7 @@
|
|
|
381
436
|
<tr>
|
|
382
437
|
<td class="col-md-4">
|
|
383
438
|
<i>Default value : </i><code>[
|
|
384
|
-
|
|
439
|
+
EuimPdfWrapperComponent,
|
|
385
440
|
]</code>
|
|
386
441
|
</td>
|
|
387
442
|
</tr>
|
|
@@ -390,7 +445,7 @@
|
|
|
390
445
|
</tbody>
|
|
391
446
|
</table>
|
|
392
447
|
</section>
|
|
393
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-skeleton-list
|
|
448
|
+
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-skeleton-list/euim-skeleton-list.module.ts</h3>
|
|
394
449
|
<section data-compodoc="block-properties">
|
|
395
450
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
396
451
|
<tbody>
|
|
@@ -412,7 +467,7 @@
|
|
|
412
467
|
<tr>
|
|
413
468
|
<td class="col-md-4">
|
|
414
469
|
<i>Default value : </i><code>[
|
|
415
|
-
|
|
470
|
+
EuimSkeletonListComponent,
|
|
416
471
|
]</code>
|
|
417
472
|
</td>
|
|
418
473
|
</tr>
|
|
@@ -421,7 +476,7 @@
|
|
|
421
476
|
</tbody>
|
|
422
477
|
</table>
|
|
423
478
|
</section>
|
|
424
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-
|
|
479
|
+
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.module.ts</h3>
|
|
425
480
|
<section data-compodoc="block-properties">
|
|
426
481
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
427
482
|
<tbody>
|
|
@@ -443,8 +498,7 @@
|
|
|
443
498
|
<tr>
|
|
444
499
|
<td class="col-md-4">
|
|
445
500
|
<i>Default value : </i><code>[
|
|
446
|
-
|
|
447
|
-
EuimSlideComponent,
|
|
501
|
+
EuimSkeletonListItemComponent,
|
|
448
502
|
]</code>
|
|
449
503
|
</td>
|
|
450
504
|
</tr>
|
|
@@ -519,41 +573,6 @@
|
|
|
519
573
|
</tr>
|
|
520
574
|
|
|
521
575
|
|
|
522
|
-
</tbody>
|
|
523
|
-
</table>
|
|
524
|
-
</section>
|
|
525
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/layout/euim-info-screen/euim-info-screen.module.ts</h3>
|
|
526
|
-
<section data-compodoc="block-properties">
|
|
527
|
-
<h3></h3> <table class="table table-sm table-bordered">
|
|
528
|
-
<tbody>
|
|
529
|
-
<tr>
|
|
530
|
-
<td class="col-md-4">
|
|
531
|
-
<a name="COMPONENTS"></a>
|
|
532
|
-
<span class="name">
|
|
533
|
-
<span ><b>COMPONENTS</b></span>
|
|
534
|
-
<a href="#COMPONENTS"><span class="icon ion-ios-link"></span></a>
|
|
535
|
-
</span>
|
|
536
|
-
</td>
|
|
537
|
-
</tr>
|
|
538
|
-
<tr>
|
|
539
|
-
<td class="col-md-4">
|
|
540
|
-
<i>Type : </i> <code>[]</code>
|
|
541
|
-
|
|
542
|
-
</td>
|
|
543
|
-
</tr>
|
|
544
|
-
<tr>
|
|
545
|
-
<td class="col-md-4">
|
|
546
|
-
<i>Default value : </i><code>[
|
|
547
|
-
EuimInfoScreenComponent,
|
|
548
|
-
EuimInfoScreenTitleDirective,
|
|
549
|
-
EuimInfoScreenContentDirective,
|
|
550
|
-
EuimInfoScreenSubTitleDirective,
|
|
551
|
-
|
|
552
|
-
]</code>
|
|
553
|
-
</td>
|
|
554
|
-
</tr>
|
|
555
|
-
|
|
556
|
-
|
|
557
576
|
</tbody>
|
|
558
577
|
</table>
|
|
559
578
|
</section>
|
|
@@ -589,40 +608,6 @@
|
|
|
589
608
|
</tr>
|
|
590
609
|
|
|
591
610
|
|
|
592
|
-
</tbody>
|
|
593
|
-
</table>
|
|
594
|
-
</section>
|
|
595
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.ts</h3>
|
|
596
|
-
<section data-compodoc="block-properties">
|
|
597
|
-
<h3></h3> <table class="table table-sm table-bordered">
|
|
598
|
-
<tbody>
|
|
599
|
-
<tr>
|
|
600
|
-
<td class="col-md-4">
|
|
601
|
-
<a name="COMPONENTS"></a>
|
|
602
|
-
<span class="name">
|
|
603
|
-
<span ><b>COMPONENTS</b></span>
|
|
604
|
-
<a href="#COMPONENTS"><span class="icon ion-ios-link"></span></a>
|
|
605
|
-
</span>
|
|
606
|
-
</td>
|
|
607
|
-
</tr>
|
|
608
|
-
<tr>
|
|
609
|
-
<td class="col-md-4">
|
|
610
|
-
<i>Type : </i> <code>[]</code>
|
|
611
|
-
|
|
612
|
-
</td>
|
|
613
|
-
</tr>
|
|
614
|
-
<tr>
|
|
615
|
-
<td class="col-md-4">
|
|
616
|
-
<i>Default value : </i><code>[
|
|
617
|
-
EuimAppSidebarComponent,
|
|
618
|
-
EuimAppSidebarHeaderComponent,
|
|
619
|
-
EuimAppSidebarFooterComponent,
|
|
620
|
-
EuimAppSidebarMenuComponent,
|
|
621
|
-
]</code>
|
|
622
|
-
</td>
|
|
623
|
-
</tr>
|
|
624
|
-
|
|
625
|
-
|
|
626
611
|
</tbody>
|
|
627
612
|
</table>
|
|
628
613
|
</section>
|
|
@@ -725,31 +710,24 @@
|
|
|
725
710
|
<i>Default value : </i><code>[
|
|
726
711
|
// Layout
|
|
727
712
|
EuimAppModule,
|
|
728
|
-
EuimAppSidebarModule,
|
|
729
713
|
|
|
730
714
|
// Components
|
|
731
715
|
EuimEmptyListPlaceholderModule,
|
|
732
716
|
EuimLanguageSelectorModule,
|
|
733
|
-
EuimStepperComponentModule,
|
|
734
717
|
EuimUserProfileModule,
|
|
735
718
|
EuimMessageModule,
|
|
736
719
|
EuimSkeletonListItemModule,
|
|
737
720
|
EuimSkeletonListModule,
|
|
738
721
|
EuimAvatarIconModule,
|
|
739
722
|
EuimLabelModule,
|
|
740
|
-
EuimMenuModule,
|
|
741
723
|
EuimAlertMessageModule,
|
|
742
|
-
|
|
743
|
-
EuimControlFeedbackModule,
|
|
744
|
-
EuimFieldsetModule,
|
|
724
|
+
EuimAboutModule,
|
|
745
725
|
EuimToolbarComponentModule,
|
|
746
726
|
EuimNotificationItemModule,
|
|
747
727
|
EuimMediaHeaderModule,
|
|
748
728
|
EuimDataSummaryModule,
|
|
749
729
|
EuimHeaderDetailsModule,
|
|
750
730
|
EuimAvatarModule,
|
|
751
|
-
EuimInfoScreenModule,
|
|
752
|
-
EuimSliderModule,
|
|
753
731
|
EuimSliderInfoScreenModule,
|
|
754
732
|
EuimScrollerXComponentModule,
|
|
755
733
|
EuimChipSelectorComponentModule,
|
|
@@ -758,9 +736,7 @@
|
|
|
758
736
|
EuimMultiselectModule,
|
|
759
737
|
|
|
760
738
|
// Directives
|
|
761
|
-
EuimListHeaderModule,
|
|
762
739
|
EuimSpinnerComponentModule,
|
|
763
|
-
EuimItemDividerModule, //Deprecated
|
|
764
740
|
EuimDividerModule,
|
|
765
741
|
EuimSkeletonTextAvatarModule,
|
|
766
742
|
]</code>
|