@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
|
@@ -176,21 +176,6 @@
|
|
|
176
176
|
<li>
|
|
177
177
|
<a href="#color" >color</a>
|
|
178
178
|
</li>
|
|
179
|
-
<li>
|
|
180
|
-
<a href="#euimAccent" class="deprecated-name">euimAccent</a>
|
|
181
|
-
</li>
|
|
182
|
-
<li>
|
|
183
|
-
<a href="#euimClear" class="deprecated-name">euimClear</a>
|
|
184
|
-
</li>
|
|
185
|
-
<li>
|
|
186
|
-
<a href="#euimDanger" class="deprecated-name">euimDanger</a>
|
|
187
|
-
</li>
|
|
188
|
-
<li>
|
|
189
|
-
<a href="#euimDark" class="deprecated-name">euimDark</a>
|
|
190
|
-
</li>
|
|
191
|
-
<li>
|
|
192
|
-
<a href="#euimDefault" class="deprecated-name">euimDefault</a>
|
|
193
|
-
</li>
|
|
194
179
|
<li>
|
|
195
180
|
<a href="#euimDisabled" >euimDisabled</a>
|
|
196
181
|
</li>
|
|
@@ -209,21 +194,9 @@
|
|
|
209
194
|
<li>
|
|
210
195
|
<a href="#euimFontRegular" >euimFontRegular</a>
|
|
211
196
|
</li>
|
|
212
|
-
<li>
|
|
213
|
-
<a href="#euimInfo" class="deprecated-name">euimInfo</a>
|
|
214
|
-
</li>
|
|
215
|
-
<li>
|
|
216
|
-
<a href="#euimLight" class="deprecated-name">euimLight</a>
|
|
217
|
-
</li>
|
|
218
197
|
<li>
|
|
219
198
|
<a href="#euimPositionTopEnd" >euimPositionTopEnd</a>
|
|
220
199
|
</li>
|
|
221
|
-
<li>
|
|
222
|
-
<a href="#euimPrimary" class="deprecated-name">euimPrimary</a>
|
|
223
|
-
</li>
|
|
224
|
-
<li>
|
|
225
|
-
<a href="#euimSecondary" class="deprecated-name">euimSecondary</a>
|
|
226
|
-
</li>
|
|
227
200
|
<li>
|
|
228
201
|
<a href="#euimSize2XL" >euimSize2XL</a>
|
|
229
202
|
</li>
|
|
@@ -257,21 +230,6 @@
|
|
|
257
230
|
<li>
|
|
258
231
|
<a href="#euimSizeXS" >euimSizeXS</a>
|
|
259
232
|
</li>
|
|
260
|
-
<li>
|
|
261
|
-
<a href="#euimSuccess" class="deprecated-name">euimSuccess</a>
|
|
262
|
-
</li>
|
|
263
|
-
<li>
|
|
264
|
-
<a href="#euimVariant" class="deprecated-name">euimVariant</a>
|
|
265
|
-
</li>
|
|
266
|
-
<li>
|
|
267
|
-
<a href="#euimWarning" class="deprecated-name">euimWarning</a>
|
|
268
|
-
</li>
|
|
269
|
-
<li>
|
|
270
|
-
<a href="#euimWhite" class="deprecated-name">euimWhite</a>
|
|
271
|
-
</li>
|
|
272
|
-
<li>
|
|
273
|
-
<a href="#variant" class="deprecated-name">variant</a>
|
|
274
|
-
</li>
|
|
275
233
|
</ul>
|
|
276
234
|
</td>
|
|
277
235
|
</tr>
|
|
@@ -287,12 +245,6 @@
|
|
|
287
245
|
<tr>
|
|
288
246
|
<td class="col-md-4">
|
|
289
247
|
<ul class="index-list">
|
|
290
|
-
<li>
|
|
291
|
-
<a href="#euimVariant" >euimVariant</a>
|
|
292
|
-
</li>
|
|
293
|
-
<li>
|
|
294
|
-
<a href="#variant" >variant</a>
|
|
295
|
-
</li>
|
|
296
248
|
<li>
|
|
297
249
|
<a href="#color" >color</a>
|
|
298
250
|
</li>
|
|
@@ -325,111 +277,6 @@
|
|
|
325
277
|
</tr>
|
|
326
278
|
</tbody>
|
|
327
279
|
</table>
|
|
328
|
-
<table class="table table-sm table-bordered">
|
|
329
|
-
<tbody>
|
|
330
|
-
<tr>
|
|
331
|
-
<td class="col-md-4">
|
|
332
|
-
<a name="euimAccent"></a>
|
|
333
|
-
<b>euimAccent</b>
|
|
334
|
-
</td>
|
|
335
|
-
</tr>
|
|
336
|
-
<tr>
|
|
337
|
-
<td class="col-md-4">
|
|
338
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
339
|
-
|
|
340
|
-
</td>
|
|
341
|
-
</tr>
|
|
342
|
-
<tr>
|
|
343
|
-
<td class="col-md-4">
|
|
344
|
-
<i>Default value : </i><code>false</code>
|
|
345
|
-
</td>
|
|
346
|
-
</tr>
|
|
347
|
-
</tbody>
|
|
348
|
-
</table>
|
|
349
|
-
<table class="table table-sm table-bordered">
|
|
350
|
-
<tbody>
|
|
351
|
-
<tr>
|
|
352
|
-
<td class="col-md-4">
|
|
353
|
-
<a name="euimClear"></a>
|
|
354
|
-
<b>euimClear</b>
|
|
355
|
-
</td>
|
|
356
|
-
</tr>
|
|
357
|
-
<tr>
|
|
358
|
-
<td class="col-md-4">
|
|
359
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
360
|
-
|
|
361
|
-
</td>
|
|
362
|
-
</tr>
|
|
363
|
-
<tr>
|
|
364
|
-
<td class="col-md-4">
|
|
365
|
-
<i>Default value : </i><code>false</code>
|
|
366
|
-
</td>
|
|
367
|
-
</tr>
|
|
368
|
-
</tbody>
|
|
369
|
-
</table>
|
|
370
|
-
<table class="table table-sm table-bordered">
|
|
371
|
-
<tbody>
|
|
372
|
-
<tr>
|
|
373
|
-
<td class="col-md-4">
|
|
374
|
-
<a name="euimDanger"></a>
|
|
375
|
-
<b>euimDanger</b>
|
|
376
|
-
</td>
|
|
377
|
-
</tr>
|
|
378
|
-
<tr>
|
|
379
|
-
<td class="col-md-4">
|
|
380
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
381
|
-
|
|
382
|
-
</td>
|
|
383
|
-
</tr>
|
|
384
|
-
<tr>
|
|
385
|
-
<td class="col-md-4">
|
|
386
|
-
<i>Default value : </i><code>false</code>
|
|
387
|
-
</td>
|
|
388
|
-
</tr>
|
|
389
|
-
</tbody>
|
|
390
|
-
</table>
|
|
391
|
-
<table class="table table-sm table-bordered">
|
|
392
|
-
<tbody>
|
|
393
|
-
<tr>
|
|
394
|
-
<td class="col-md-4">
|
|
395
|
-
<a name="euimDark"></a>
|
|
396
|
-
<b>euimDark</b>
|
|
397
|
-
</td>
|
|
398
|
-
</tr>
|
|
399
|
-
<tr>
|
|
400
|
-
<td class="col-md-4">
|
|
401
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
402
|
-
|
|
403
|
-
</td>
|
|
404
|
-
</tr>
|
|
405
|
-
<tr>
|
|
406
|
-
<td class="col-md-4">
|
|
407
|
-
<i>Default value : </i><code>false</code>
|
|
408
|
-
</td>
|
|
409
|
-
</tr>
|
|
410
|
-
</tbody>
|
|
411
|
-
</table>
|
|
412
|
-
<table class="table table-sm table-bordered">
|
|
413
|
-
<tbody>
|
|
414
|
-
<tr>
|
|
415
|
-
<td class="col-md-4">
|
|
416
|
-
<a name="euimDefault"></a>
|
|
417
|
-
<b>euimDefault</b>
|
|
418
|
-
</td>
|
|
419
|
-
</tr>
|
|
420
|
-
<tr>
|
|
421
|
-
<td class="col-md-4">
|
|
422
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
423
|
-
|
|
424
|
-
</td>
|
|
425
|
-
</tr>
|
|
426
|
-
<tr>
|
|
427
|
-
<td class="col-md-4">
|
|
428
|
-
<i>Default value : </i><code>false</code>
|
|
429
|
-
</td>
|
|
430
|
-
</tr>
|
|
431
|
-
</tbody>
|
|
432
|
-
</table>
|
|
433
280
|
<table class="table table-sm table-bordered">
|
|
434
281
|
<tbody>
|
|
435
282
|
<tr>
|
|
@@ -556,48 +403,6 @@
|
|
|
556
403
|
</tr>
|
|
557
404
|
</tbody>
|
|
558
405
|
</table>
|
|
559
|
-
<table class="table table-sm table-bordered">
|
|
560
|
-
<tbody>
|
|
561
|
-
<tr>
|
|
562
|
-
<td class="col-md-4">
|
|
563
|
-
<a name="euimInfo"></a>
|
|
564
|
-
<b>euimInfo</b>
|
|
565
|
-
</td>
|
|
566
|
-
</tr>
|
|
567
|
-
<tr>
|
|
568
|
-
<td class="col-md-4">
|
|
569
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
570
|
-
|
|
571
|
-
</td>
|
|
572
|
-
</tr>
|
|
573
|
-
<tr>
|
|
574
|
-
<td class="col-md-4">
|
|
575
|
-
<i>Default value : </i><code>false</code>
|
|
576
|
-
</td>
|
|
577
|
-
</tr>
|
|
578
|
-
</tbody>
|
|
579
|
-
</table>
|
|
580
|
-
<table class="table table-sm table-bordered">
|
|
581
|
-
<tbody>
|
|
582
|
-
<tr>
|
|
583
|
-
<td class="col-md-4">
|
|
584
|
-
<a name="euimLight"></a>
|
|
585
|
-
<b>euimLight</b>
|
|
586
|
-
</td>
|
|
587
|
-
</tr>
|
|
588
|
-
<tr>
|
|
589
|
-
<td class="col-md-4">
|
|
590
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
591
|
-
|
|
592
|
-
</td>
|
|
593
|
-
</tr>
|
|
594
|
-
<tr>
|
|
595
|
-
<td class="col-md-4">
|
|
596
|
-
<i>Default value : </i><code>false</code>
|
|
597
|
-
</td>
|
|
598
|
-
</tr>
|
|
599
|
-
</tbody>
|
|
600
|
-
</table>
|
|
601
406
|
<table class="table table-sm table-bordered">
|
|
602
407
|
<tbody>
|
|
603
408
|
<tr>
|
|
@@ -619,48 +424,6 @@
|
|
|
619
424
|
</tr>
|
|
620
425
|
</tbody>
|
|
621
426
|
</table>
|
|
622
|
-
<table class="table table-sm table-bordered">
|
|
623
|
-
<tbody>
|
|
624
|
-
<tr>
|
|
625
|
-
<td class="col-md-4">
|
|
626
|
-
<a name="euimPrimary"></a>
|
|
627
|
-
<b>euimPrimary</b>
|
|
628
|
-
</td>
|
|
629
|
-
</tr>
|
|
630
|
-
<tr>
|
|
631
|
-
<td class="col-md-4">
|
|
632
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
633
|
-
|
|
634
|
-
</td>
|
|
635
|
-
</tr>
|
|
636
|
-
<tr>
|
|
637
|
-
<td class="col-md-4">
|
|
638
|
-
<i>Default value : </i><code>false</code>
|
|
639
|
-
</td>
|
|
640
|
-
</tr>
|
|
641
|
-
</tbody>
|
|
642
|
-
</table>
|
|
643
|
-
<table class="table table-sm table-bordered">
|
|
644
|
-
<tbody>
|
|
645
|
-
<tr>
|
|
646
|
-
<td class="col-md-4">
|
|
647
|
-
<a name="euimSecondary"></a>
|
|
648
|
-
<b>euimSecondary</b>
|
|
649
|
-
</td>
|
|
650
|
-
</tr>
|
|
651
|
-
<tr>
|
|
652
|
-
<td class="col-md-4">
|
|
653
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
654
|
-
|
|
655
|
-
</td>
|
|
656
|
-
</tr>
|
|
657
|
-
<tr>
|
|
658
|
-
<td class="col-md-4">
|
|
659
|
-
<i>Default value : </i><code>false</code>
|
|
660
|
-
</td>
|
|
661
|
-
</tr>
|
|
662
|
-
</tbody>
|
|
663
|
-
</table>
|
|
664
427
|
<table class="table table-sm table-bordered">
|
|
665
428
|
<tbody>
|
|
666
429
|
<tr>
|
|
@@ -887,101 +650,6 @@
|
|
|
887
650
|
</tr>
|
|
888
651
|
</tbody>
|
|
889
652
|
</table>
|
|
890
|
-
<table class="table table-sm table-bordered">
|
|
891
|
-
<tbody>
|
|
892
|
-
<tr>
|
|
893
|
-
<td class="col-md-4">
|
|
894
|
-
<a name="euimSuccess"></a>
|
|
895
|
-
<b>euimSuccess</b>
|
|
896
|
-
</td>
|
|
897
|
-
</tr>
|
|
898
|
-
<tr>
|
|
899
|
-
<td class="col-md-4">
|
|
900
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
901
|
-
|
|
902
|
-
</td>
|
|
903
|
-
</tr>
|
|
904
|
-
<tr>
|
|
905
|
-
<td class="col-md-4">
|
|
906
|
-
<i>Default value : </i><code>false</code>
|
|
907
|
-
</td>
|
|
908
|
-
</tr>
|
|
909
|
-
</tbody>
|
|
910
|
-
</table>
|
|
911
|
-
<table class="table table-sm table-bordered">
|
|
912
|
-
<tbody>
|
|
913
|
-
<tr>
|
|
914
|
-
<td class="col-md-4">
|
|
915
|
-
<a name="euimVariant"></a>
|
|
916
|
-
<b>euimVariant</b>
|
|
917
|
-
</td>
|
|
918
|
-
</tr>
|
|
919
|
-
<tr>
|
|
920
|
-
<td class="col-md-4">
|
|
921
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
922
|
-
|
|
923
|
-
</td>
|
|
924
|
-
</tr>
|
|
925
|
-
</tbody>
|
|
926
|
-
</table>
|
|
927
|
-
<table class="table table-sm table-bordered">
|
|
928
|
-
<tbody>
|
|
929
|
-
<tr>
|
|
930
|
-
<td class="col-md-4">
|
|
931
|
-
<a name="euimWarning"></a>
|
|
932
|
-
<b>euimWarning</b>
|
|
933
|
-
</td>
|
|
934
|
-
</tr>
|
|
935
|
-
<tr>
|
|
936
|
-
<td class="col-md-4">
|
|
937
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
938
|
-
|
|
939
|
-
</td>
|
|
940
|
-
</tr>
|
|
941
|
-
<tr>
|
|
942
|
-
<td class="col-md-4">
|
|
943
|
-
<i>Default value : </i><code>false</code>
|
|
944
|
-
</td>
|
|
945
|
-
</tr>
|
|
946
|
-
</tbody>
|
|
947
|
-
</table>
|
|
948
|
-
<table class="table table-sm table-bordered">
|
|
949
|
-
<tbody>
|
|
950
|
-
<tr>
|
|
951
|
-
<td class="col-md-4">
|
|
952
|
-
<a name="euimWhite"></a>
|
|
953
|
-
<b>euimWhite</b>
|
|
954
|
-
</td>
|
|
955
|
-
</tr>
|
|
956
|
-
<tr>
|
|
957
|
-
<td class="col-md-4">
|
|
958
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
959
|
-
|
|
960
|
-
</td>
|
|
961
|
-
</tr>
|
|
962
|
-
<tr>
|
|
963
|
-
<td class="col-md-4">
|
|
964
|
-
<i>Default value : </i><code>false</code>
|
|
965
|
-
</td>
|
|
966
|
-
</tr>
|
|
967
|
-
</tbody>
|
|
968
|
-
</table>
|
|
969
|
-
<table class="table table-sm table-bordered">
|
|
970
|
-
<tbody>
|
|
971
|
-
<tr>
|
|
972
|
-
<td class="col-md-4">
|
|
973
|
-
<a name="variant"></a>
|
|
974
|
-
<b>variant</b>
|
|
975
|
-
</td>
|
|
976
|
-
</tr>
|
|
977
|
-
<tr>
|
|
978
|
-
<td class="col-md-4">
|
|
979
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
980
|
-
|
|
981
|
-
</td>
|
|
982
|
-
</tr>
|
|
983
|
-
</tbody>
|
|
984
|
-
</table>
|
|
985
653
|
</section>
|
|
986
654
|
|
|
987
655
|
|
|
@@ -1058,148 +726,6 @@
|
|
|
1058
726
|
<h3 id="accessors">
|
|
1059
727
|
Accessors
|
|
1060
728
|
</h3>
|
|
1061
|
-
<table class="table table-sm table-bordered">
|
|
1062
|
-
<tbody>
|
|
1063
|
-
<tr>
|
|
1064
|
-
<td class="col-md-4">
|
|
1065
|
-
<a name="euimVariant"></a>
|
|
1066
|
-
<span class="name"><b>euimVariant</b><a href="#euimVariant"><span class="icon ion-ios-link"></span></a></span>
|
|
1067
|
-
</td>
|
|
1068
|
-
</tr>
|
|
1069
|
-
|
|
1070
|
-
<tr>
|
|
1071
|
-
<td class="col-md-4">
|
|
1072
|
-
<span class="accessor"><b>get</b><code>euimVariant()</code></span>
|
|
1073
|
-
</td>
|
|
1074
|
-
</tr>
|
|
1075
|
-
<tr>
|
|
1076
|
-
<td class="col-md-4">
|
|
1077
|
-
<div class="io-description"><p>Please use <a href="color">color</a> property instead</p>
|
|
1078
|
-
</div>
|
|
1079
|
-
|
|
1080
|
-
<div>
|
|
1081
|
-
</div>
|
|
1082
|
-
<div class="io-description">
|
|
1083
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1084
|
-
|
|
1085
|
-
</div>
|
|
1086
|
-
</td>
|
|
1087
|
-
</tr>
|
|
1088
|
-
|
|
1089
|
-
<tr>
|
|
1090
|
-
<td class="col-md-4">
|
|
1091
|
-
<span class="accessor"><b>set</b><code>euimVariant(value: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code></span>
|
|
1092
|
-
</td>
|
|
1093
|
-
</tr>
|
|
1094
|
-
<tr>
|
|
1095
|
-
<td class="col-md-4">
|
|
1096
|
-
|
|
1097
|
-
<div class="io-description">
|
|
1098
|
-
<b>Parameters :</b>
|
|
1099
|
-
<table class="params">
|
|
1100
|
-
<thead>
|
|
1101
|
-
<tr>
|
|
1102
|
-
<td>Name</td>
|
|
1103
|
-
<td>Type</td>
|
|
1104
|
-
<td>Optional</td>
|
|
1105
|
-
</tr>
|
|
1106
|
-
</thead>
|
|
1107
|
-
<tbody>
|
|
1108
|
-
<tr>
|
|
1109
|
-
<td>value</td>
|
|
1110
|
-
|
|
1111
|
-
<td>
|
|
1112
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1113
|
-
</td>
|
|
1114
|
-
|
|
1115
|
-
<td>
|
|
1116
|
-
No
|
|
1117
|
-
</td>
|
|
1118
|
-
|
|
1119
|
-
</tr>
|
|
1120
|
-
</tbody>
|
|
1121
|
-
</table>
|
|
1122
|
-
</div>
|
|
1123
|
-
<div>
|
|
1124
|
-
</div>
|
|
1125
|
-
<div class="io-description">
|
|
1126
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1127
|
-
|
|
1128
|
-
</div>
|
|
1129
|
-
</td>
|
|
1130
|
-
</tr>
|
|
1131
|
-
</tbody>
|
|
1132
|
-
</table>
|
|
1133
|
-
<table class="table table-sm table-bordered">
|
|
1134
|
-
<tbody>
|
|
1135
|
-
<tr>
|
|
1136
|
-
<td class="col-md-4">
|
|
1137
|
-
<a name="variant"></a>
|
|
1138
|
-
<span class="name"><b>variant</b><a href="#variant"><span class="icon ion-ios-link"></span></a></span>
|
|
1139
|
-
</td>
|
|
1140
|
-
</tr>
|
|
1141
|
-
|
|
1142
|
-
<tr>
|
|
1143
|
-
<td class="col-md-4">
|
|
1144
|
-
<span class="accessor"><b>get</b><code>variant()</code></span>
|
|
1145
|
-
</td>
|
|
1146
|
-
</tr>
|
|
1147
|
-
<tr>
|
|
1148
|
-
<td class="col-md-4">
|
|
1149
|
-
|
|
1150
|
-
<div>
|
|
1151
|
-
</div>
|
|
1152
|
-
<div class="io-description">
|
|
1153
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1154
|
-
|
|
1155
|
-
</div>
|
|
1156
|
-
</td>
|
|
1157
|
-
</tr>
|
|
1158
|
-
|
|
1159
|
-
<tr>
|
|
1160
|
-
<td class="col-md-4">
|
|
1161
|
-
<span class="accessor"><b>set</b><code>variant(value: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code></span>
|
|
1162
|
-
</td>
|
|
1163
|
-
</tr>
|
|
1164
|
-
<tr>
|
|
1165
|
-
<td class="col-md-4">
|
|
1166
|
-
|
|
1167
|
-
<div class="io-description">
|
|
1168
|
-
<b>Parameters :</b>
|
|
1169
|
-
<table class="params">
|
|
1170
|
-
<thead>
|
|
1171
|
-
<tr>
|
|
1172
|
-
<td>Name</td>
|
|
1173
|
-
<td>Type</td>
|
|
1174
|
-
<td>Optional</td>
|
|
1175
|
-
</tr>
|
|
1176
|
-
</thead>
|
|
1177
|
-
<tbody>
|
|
1178
|
-
<tr>
|
|
1179
|
-
<td>value</td>
|
|
1180
|
-
|
|
1181
|
-
<td>
|
|
1182
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1183
|
-
</td>
|
|
1184
|
-
|
|
1185
|
-
<td>
|
|
1186
|
-
No
|
|
1187
|
-
</td>
|
|
1188
|
-
|
|
1189
|
-
</tr>
|
|
1190
|
-
</tbody>
|
|
1191
|
-
</table>
|
|
1192
|
-
</div>
|
|
1193
|
-
<div>
|
|
1194
|
-
</div>
|
|
1195
|
-
<div class="io-description">
|
|
1196
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1197
|
-
|
|
1198
|
-
</div>
|
|
1199
|
-
</td>
|
|
1200
|
-
</tr>
|
|
1201
|
-
</tbody>
|
|
1202
|
-
</table>
|
|
1203
729
|
<table class="table table-sm table-bordered">
|
|
1204
730
|
<tbody>
|
|
1205
731
|
<tr>
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
<td class="col-md-9">
|
|
141
141
|
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
|
142
142
|
<br/>
|
|
143
|
-
<div><i> Inputs</i> :
|
|
143
|
+
<div><i> Inputs</i> : color </div>
|
|
144
144
|
</td>
|
|
145
145
|
</tr>
|
|
146
146
|
|
package/docs/index.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<div class="card-block">
|
|
103
103
|
<h4 class="card-title"><span class="icon ion-ios-archive"></span></h4>
|
|
104
104
|
<p class="card-text">
|
|
105
|
-
<a href="./modules.html">
|
|
105
|
+
<a href="./modules.html">28 Modules</a>
|
|
106
106
|
</p>
|
|
107
107
|
</div>
|
|
108
108
|
</div>
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
<div class="card text-center">
|
|
112
112
|
<div class="card-block">
|
|
113
113
|
<h4 class="card-title"><span class="icon ion-md-cog"></span></h4>
|
|
114
|
-
<p class="card-text">
|
|
114
|
+
<p class="card-text">47 Components</p>
|
|
115
115
|
</div>
|
|
116
116
|
</div>
|
|
117
117
|
</div>
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
<div class="card text-center">
|
|
120
120
|
<div class="card-block">
|
|
121
121
|
<h4 class="card-title"><span class="icon ion-md-code-working"></span></h4>
|
|
122
|
-
<p class="card-text">
|
|
122
|
+
<p class="card-text">19 Directives</p>
|
|
123
123
|
</div>
|
|
124
124
|
</div>
|
|
125
125
|
</div>
|
|
@@ -131,19 +131,11 @@
|
|
|
131
131
|
</div>
|
|
132
132
|
</div>
|
|
133
133
|
</div>
|
|
134
|
-
<div class="col-sm-3">
|
|
135
|
-
<div class="card text-center">
|
|
136
|
-
<div class="card-block">
|
|
137
|
-
<h4 class="card-title"><span class="icon ion-ios-paper"></span></h4>
|
|
138
|
-
<p class="card-text">1 Class</p>
|
|
139
|
-
</div>
|
|
140
|
-
</div>
|
|
141
|
-
</div>
|
|
142
134
|
<div class="col-sm-3">
|
|
143
135
|
<div class="card text-center">
|
|
144
136
|
<div class="card-block">
|
|
145
137
|
<h4 class="card-title"><span class="icon ion-md-information-circle-outline"></span></h4>
|
|
146
|
-
<p class="card-text">
|
|
138
|
+
<p class="card-text">3 Interfaces</p>
|
|
147
139
|
</div>
|
|
148
140
|
</div>
|
|
149
141
|
</div>
|