@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
|
@@ -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>
|
|
@@ -118,21 +176,6 @@
|
|
|
118
176
|
<li>
|
|
119
177
|
<a href="#color" >color</a>
|
|
120
178
|
</li>
|
|
121
|
-
<li>
|
|
122
|
-
<a href="#euimAccent" class="deprecated-name">euimAccent</a>
|
|
123
|
-
</li>
|
|
124
|
-
<li>
|
|
125
|
-
<a href="#euimClear" class="deprecated-name">euimClear</a>
|
|
126
|
-
</li>
|
|
127
|
-
<li>
|
|
128
|
-
<a href="#euimDanger" class="deprecated-name">euimDanger</a>
|
|
129
|
-
</li>
|
|
130
|
-
<li>
|
|
131
|
-
<a href="#euimDark" class="deprecated-name">euimDark</a>
|
|
132
|
-
</li>
|
|
133
|
-
<li>
|
|
134
|
-
<a href="#euimDefault" class="deprecated-name">euimDefault</a>
|
|
135
|
-
</li>
|
|
136
179
|
<li>
|
|
137
180
|
<a href="#euimDisabled" >euimDisabled</a>
|
|
138
181
|
</li>
|
|
@@ -151,21 +194,9 @@
|
|
|
151
194
|
<li>
|
|
152
195
|
<a href="#euimFontRegular" >euimFontRegular</a>
|
|
153
196
|
</li>
|
|
154
|
-
<li>
|
|
155
|
-
<a href="#euimInfo" class="deprecated-name">euimInfo</a>
|
|
156
|
-
</li>
|
|
157
|
-
<li>
|
|
158
|
-
<a href="#euimLight" class="deprecated-name">euimLight</a>
|
|
159
|
-
</li>
|
|
160
197
|
<li>
|
|
161
198
|
<a href="#euimPositionTopEnd" >euimPositionTopEnd</a>
|
|
162
199
|
</li>
|
|
163
|
-
<li>
|
|
164
|
-
<a href="#euimPrimary" class="deprecated-name">euimPrimary</a>
|
|
165
|
-
</li>
|
|
166
|
-
<li>
|
|
167
|
-
<a href="#euimSecondary" class="deprecated-name">euimSecondary</a>
|
|
168
|
-
</li>
|
|
169
200
|
<li>
|
|
170
201
|
<a href="#euimSize2XL" >euimSize2XL</a>
|
|
171
202
|
</li>
|
|
@@ -199,21 +230,6 @@
|
|
|
199
230
|
<li>
|
|
200
231
|
<a href="#euimSizeXS" >euimSizeXS</a>
|
|
201
232
|
</li>
|
|
202
|
-
<li>
|
|
203
|
-
<a href="#euimSuccess" class="deprecated-name">euimSuccess</a>
|
|
204
|
-
</li>
|
|
205
|
-
<li>
|
|
206
|
-
<a href="#euimVariant" class="deprecated-name">euimVariant</a>
|
|
207
|
-
</li>
|
|
208
|
-
<li>
|
|
209
|
-
<a href="#euimWarning" class="deprecated-name">euimWarning</a>
|
|
210
|
-
</li>
|
|
211
|
-
<li>
|
|
212
|
-
<a href="#euimWhite" class="deprecated-name">euimWhite</a>
|
|
213
|
-
</li>
|
|
214
|
-
<li>
|
|
215
|
-
<a href="#variant" class="deprecated-name">variant</a>
|
|
216
|
-
</li>
|
|
217
233
|
</ul>
|
|
218
234
|
</td>
|
|
219
235
|
</tr>
|
|
@@ -229,12 +245,6 @@
|
|
|
229
245
|
<tr>
|
|
230
246
|
<td class="col-md-4">
|
|
231
247
|
<ul class="index-list">
|
|
232
|
-
<li>
|
|
233
|
-
<a href="#euimVariant" >euimVariant</a>
|
|
234
|
-
</li>
|
|
235
|
-
<li>
|
|
236
|
-
<a href="#variant" >variant</a>
|
|
237
|
-
</li>
|
|
238
248
|
<li>
|
|
239
249
|
<a href="#color" >color</a>
|
|
240
250
|
</li>
|
|
@@ -267,111 +277,6 @@
|
|
|
267
277
|
</tr>
|
|
268
278
|
</tbody>
|
|
269
279
|
</table>
|
|
270
|
-
<table class="table table-sm table-bordered">
|
|
271
|
-
<tbody>
|
|
272
|
-
<tr>
|
|
273
|
-
<td class="col-md-4">
|
|
274
|
-
<a name="euimAccent"></a>
|
|
275
|
-
<b>euimAccent</b>
|
|
276
|
-
</td>
|
|
277
|
-
</tr>
|
|
278
|
-
<tr>
|
|
279
|
-
<td class="col-md-4">
|
|
280
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
281
|
-
|
|
282
|
-
</td>
|
|
283
|
-
</tr>
|
|
284
|
-
<tr>
|
|
285
|
-
<td class="col-md-4">
|
|
286
|
-
<i>Default value : </i><code>false</code>
|
|
287
|
-
</td>
|
|
288
|
-
</tr>
|
|
289
|
-
</tbody>
|
|
290
|
-
</table>
|
|
291
|
-
<table class="table table-sm table-bordered">
|
|
292
|
-
<tbody>
|
|
293
|
-
<tr>
|
|
294
|
-
<td class="col-md-4">
|
|
295
|
-
<a name="euimClear"></a>
|
|
296
|
-
<b>euimClear</b>
|
|
297
|
-
</td>
|
|
298
|
-
</tr>
|
|
299
|
-
<tr>
|
|
300
|
-
<td class="col-md-4">
|
|
301
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
302
|
-
|
|
303
|
-
</td>
|
|
304
|
-
</tr>
|
|
305
|
-
<tr>
|
|
306
|
-
<td class="col-md-4">
|
|
307
|
-
<i>Default value : </i><code>false</code>
|
|
308
|
-
</td>
|
|
309
|
-
</tr>
|
|
310
|
-
</tbody>
|
|
311
|
-
</table>
|
|
312
|
-
<table class="table table-sm table-bordered">
|
|
313
|
-
<tbody>
|
|
314
|
-
<tr>
|
|
315
|
-
<td class="col-md-4">
|
|
316
|
-
<a name="euimDanger"></a>
|
|
317
|
-
<b>euimDanger</b>
|
|
318
|
-
</td>
|
|
319
|
-
</tr>
|
|
320
|
-
<tr>
|
|
321
|
-
<td class="col-md-4">
|
|
322
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
323
|
-
|
|
324
|
-
</td>
|
|
325
|
-
</tr>
|
|
326
|
-
<tr>
|
|
327
|
-
<td class="col-md-4">
|
|
328
|
-
<i>Default value : </i><code>false</code>
|
|
329
|
-
</td>
|
|
330
|
-
</tr>
|
|
331
|
-
</tbody>
|
|
332
|
-
</table>
|
|
333
|
-
<table class="table table-sm table-bordered">
|
|
334
|
-
<tbody>
|
|
335
|
-
<tr>
|
|
336
|
-
<td class="col-md-4">
|
|
337
|
-
<a name="euimDark"></a>
|
|
338
|
-
<b>euimDark</b>
|
|
339
|
-
</td>
|
|
340
|
-
</tr>
|
|
341
|
-
<tr>
|
|
342
|
-
<td class="col-md-4">
|
|
343
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
344
|
-
|
|
345
|
-
</td>
|
|
346
|
-
</tr>
|
|
347
|
-
<tr>
|
|
348
|
-
<td class="col-md-4">
|
|
349
|
-
<i>Default value : </i><code>false</code>
|
|
350
|
-
</td>
|
|
351
|
-
</tr>
|
|
352
|
-
</tbody>
|
|
353
|
-
</table>
|
|
354
|
-
<table class="table table-sm table-bordered">
|
|
355
|
-
<tbody>
|
|
356
|
-
<tr>
|
|
357
|
-
<td class="col-md-4">
|
|
358
|
-
<a name="euimDefault"></a>
|
|
359
|
-
<b>euimDefault</b>
|
|
360
|
-
</td>
|
|
361
|
-
</tr>
|
|
362
|
-
<tr>
|
|
363
|
-
<td class="col-md-4">
|
|
364
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
365
|
-
|
|
366
|
-
</td>
|
|
367
|
-
</tr>
|
|
368
|
-
<tr>
|
|
369
|
-
<td class="col-md-4">
|
|
370
|
-
<i>Default value : </i><code>false</code>
|
|
371
|
-
</td>
|
|
372
|
-
</tr>
|
|
373
|
-
</tbody>
|
|
374
|
-
</table>
|
|
375
280
|
<table class="table table-sm table-bordered">
|
|
376
281
|
<tbody>
|
|
377
282
|
<tr>
|
|
@@ -382,7 +287,7 @@
|
|
|
382
287
|
</tr>
|
|
383
288
|
<tr>
|
|
384
289
|
<td class="col-md-4">
|
|
385
|
-
<i>Type : </i>
|
|
290
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
386
291
|
|
|
387
292
|
</td>
|
|
388
293
|
</tr>
|
|
@@ -403,7 +308,7 @@
|
|
|
403
308
|
</tr>
|
|
404
309
|
<tr>
|
|
405
310
|
<td class="col-md-4">
|
|
406
|
-
<i>Type : </i>
|
|
311
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
407
312
|
|
|
408
313
|
</td>
|
|
409
314
|
</tr>
|
|
@@ -424,7 +329,7 @@
|
|
|
424
329
|
</tr>
|
|
425
330
|
<tr>
|
|
426
331
|
<td class="col-md-4">
|
|
427
|
-
<i>Type : </i>
|
|
332
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
428
333
|
|
|
429
334
|
</td>
|
|
430
335
|
</tr>
|
|
@@ -445,7 +350,7 @@
|
|
|
445
350
|
</tr>
|
|
446
351
|
<tr>
|
|
447
352
|
<td class="col-md-4">
|
|
448
|
-
<i>Type : </i>
|
|
353
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
449
354
|
|
|
450
355
|
</td>
|
|
451
356
|
</tr>
|
|
@@ -466,7 +371,7 @@
|
|
|
466
371
|
</tr>
|
|
467
372
|
<tr>
|
|
468
373
|
<td class="col-md-4">
|
|
469
|
-
<i>Type : </i>
|
|
374
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
470
375
|
|
|
471
376
|
</td>
|
|
472
377
|
</tr>
|
|
@@ -487,49 +392,7 @@
|
|
|
487
392
|
</tr>
|
|
488
393
|
<tr>
|
|
489
394
|
<td class="col-md-4">
|
|
490
|
-
<i>Type : </i>
|
|
491
|
-
|
|
492
|
-
</td>
|
|
493
|
-
</tr>
|
|
494
|
-
<tr>
|
|
495
|
-
<td class="col-md-4">
|
|
496
|
-
<i>Default value : </i><code>false</code>
|
|
497
|
-
</td>
|
|
498
|
-
</tr>
|
|
499
|
-
</tbody>
|
|
500
|
-
</table>
|
|
501
|
-
<table class="table table-sm table-bordered">
|
|
502
|
-
<tbody>
|
|
503
|
-
<tr>
|
|
504
|
-
<td class="col-md-4">
|
|
505
|
-
<a name="euimInfo"></a>
|
|
506
|
-
<b>euimInfo</b>
|
|
507
|
-
</td>
|
|
508
|
-
</tr>
|
|
509
|
-
<tr>
|
|
510
|
-
<td class="col-md-4">
|
|
511
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
512
|
-
|
|
513
|
-
</td>
|
|
514
|
-
</tr>
|
|
515
|
-
<tr>
|
|
516
|
-
<td class="col-md-4">
|
|
517
|
-
<i>Default value : </i><code>false</code>
|
|
518
|
-
</td>
|
|
519
|
-
</tr>
|
|
520
|
-
</tbody>
|
|
521
|
-
</table>
|
|
522
|
-
<table class="table table-sm table-bordered">
|
|
523
|
-
<tbody>
|
|
524
|
-
<tr>
|
|
525
|
-
<td class="col-md-4">
|
|
526
|
-
<a name="euimLight"></a>
|
|
527
|
-
<b>euimLight</b>
|
|
528
|
-
</td>
|
|
529
|
-
</tr>
|
|
530
|
-
<tr>
|
|
531
|
-
<td class="col-md-4">
|
|
532
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
395
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
533
396
|
|
|
534
397
|
</td>
|
|
535
398
|
</tr>
|
|
@@ -550,49 +413,7 @@
|
|
|
550
413
|
</tr>
|
|
551
414
|
<tr>
|
|
552
415
|
<td class="col-md-4">
|
|
553
|
-
<i>Type : </i>
|
|
554
|
-
|
|
555
|
-
</td>
|
|
556
|
-
</tr>
|
|
557
|
-
<tr>
|
|
558
|
-
<td class="col-md-4">
|
|
559
|
-
<i>Default value : </i><code>false</code>
|
|
560
|
-
</td>
|
|
561
|
-
</tr>
|
|
562
|
-
</tbody>
|
|
563
|
-
</table>
|
|
564
|
-
<table class="table table-sm table-bordered">
|
|
565
|
-
<tbody>
|
|
566
|
-
<tr>
|
|
567
|
-
<td class="col-md-4">
|
|
568
|
-
<a name="euimPrimary"></a>
|
|
569
|
-
<b>euimPrimary</b>
|
|
570
|
-
</td>
|
|
571
|
-
</tr>
|
|
572
|
-
<tr>
|
|
573
|
-
<td class="col-md-4">
|
|
574
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
575
|
-
|
|
576
|
-
</td>
|
|
577
|
-
</tr>
|
|
578
|
-
<tr>
|
|
579
|
-
<td class="col-md-4">
|
|
580
|
-
<i>Default value : </i><code>false</code>
|
|
581
|
-
</td>
|
|
582
|
-
</tr>
|
|
583
|
-
</tbody>
|
|
584
|
-
</table>
|
|
585
|
-
<table class="table table-sm table-bordered">
|
|
586
|
-
<tbody>
|
|
587
|
-
<tr>
|
|
588
|
-
<td class="col-md-4">
|
|
589
|
-
<a name="euimSecondary"></a>
|
|
590
|
-
<b>euimSecondary</b>
|
|
591
|
-
</td>
|
|
592
|
-
</tr>
|
|
593
|
-
<tr>
|
|
594
|
-
<td class="col-md-4">
|
|
595
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
416
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
596
417
|
|
|
597
418
|
</td>
|
|
598
419
|
</tr>
|
|
@@ -613,7 +434,7 @@
|
|
|
613
434
|
</tr>
|
|
614
435
|
<tr>
|
|
615
436
|
<td class="col-md-4">
|
|
616
|
-
<i>Type : </i>
|
|
437
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
617
438
|
|
|
618
439
|
</td>
|
|
619
440
|
</tr>
|
|
@@ -634,7 +455,7 @@
|
|
|
634
455
|
</tr>
|
|
635
456
|
<tr>
|
|
636
457
|
<td class="col-md-4">
|
|
637
|
-
<i>Type : </i>
|
|
458
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
638
459
|
|
|
639
460
|
</td>
|
|
640
461
|
</tr>
|
|
@@ -655,7 +476,7 @@
|
|
|
655
476
|
</tr>
|
|
656
477
|
<tr>
|
|
657
478
|
<td class="col-md-4">
|
|
658
|
-
<i>Type : </i>
|
|
479
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
659
480
|
|
|
660
481
|
</td>
|
|
661
482
|
</tr>
|
|
@@ -676,7 +497,7 @@
|
|
|
676
497
|
</tr>
|
|
677
498
|
<tr>
|
|
678
499
|
<td class="col-md-4">
|
|
679
|
-
<i>Type : </i>
|
|
500
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
680
501
|
|
|
681
502
|
</td>
|
|
682
503
|
</tr>
|
|
@@ -697,7 +518,7 @@
|
|
|
697
518
|
</tr>
|
|
698
519
|
<tr>
|
|
699
520
|
<td class="col-md-4">
|
|
700
|
-
<i>Type : </i>
|
|
521
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
701
522
|
|
|
702
523
|
</td>
|
|
703
524
|
</tr>
|
|
@@ -718,7 +539,7 @@
|
|
|
718
539
|
</tr>
|
|
719
540
|
<tr>
|
|
720
541
|
<td class="col-md-4">
|
|
721
|
-
<i>Type : </i>
|
|
542
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
722
543
|
|
|
723
544
|
</td>
|
|
724
545
|
</tr>
|
|
@@ -739,7 +560,7 @@
|
|
|
739
560
|
</tr>
|
|
740
561
|
<tr>
|
|
741
562
|
<td class="col-md-4">
|
|
742
|
-
<i>Type : </i>
|
|
563
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
743
564
|
|
|
744
565
|
</td>
|
|
745
566
|
</tr>
|
|
@@ -760,7 +581,7 @@
|
|
|
760
581
|
</tr>
|
|
761
582
|
<tr>
|
|
762
583
|
<td class="col-md-4">
|
|
763
|
-
<i>Type : </i>
|
|
584
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
764
585
|
|
|
765
586
|
</td>
|
|
766
587
|
</tr>
|
|
@@ -797,7 +618,7 @@
|
|
|
797
618
|
</tr>
|
|
798
619
|
<tr>
|
|
799
620
|
<td class="col-md-4">
|
|
800
|
-
<i>Type : </i>
|
|
621
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
801
622
|
|
|
802
623
|
</td>
|
|
803
624
|
</tr>
|
|
@@ -818,7 +639,7 @@
|
|
|
818
639
|
</tr>
|
|
819
640
|
<tr>
|
|
820
641
|
<td class="col-md-4">
|
|
821
|
-
<i>Type : </i>
|
|
642
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
822
643
|
|
|
823
644
|
</td>
|
|
824
645
|
</tr>
|
|
@@ -829,101 +650,6 @@
|
|
|
829
650
|
</tr>
|
|
830
651
|
</tbody>
|
|
831
652
|
</table>
|
|
832
|
-
<table class="table table-sm table-bordered">
|
|
833
|
-
<tbody>
|
|
834
|
-
<tr>
|
|
835
|
-
<td class="col-md-4">
|
|
836
|
-
<a name="euimSuccess"></a>
|
|
837
|
-
<b>euimSuccess</b>
|
|
838
|
-
</td>
|
|
839
|
-
</tr>
|
|
840
|
-
<tr>
|
|
841
|
-
<td class="col-md-4">
|
|
842
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
843
|
-
|
|
844
|
-
</td>
|
|
845
|
-
</tr>
|
|
846
|
-
<tr>
|
|
847
|
-
<td class="col-md-4">
|
|
848
|
-
<i>Default value : </i><code>false</code>
|
|
849
|
-
</td>
|
|
850
|
-
</tr>
|
|
851
|
-
</tbody>
|
|
852
|
-
</table>
|
|
853
|
-
<table class="table table-sm table-bordered">
|
|
854
|
-
<tbody>
|
|
855
|
-
<tr>
|
|
856
|
-
<td class="col-md-4">
|
|
857
|
-
<a name="euimVariant"></a>
|
|
858
|
-
<b>euimVariant</b>
|
|
859
|
-
</td>
|
|
860
|
-
</tr>
|
|
861
|
-
<tr>
|
|
862
|
-
<td class="col-md-4">
|
|
863
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
864
|
-
|
|
865
|
-
</td>
|
|
866
|
-
</tr>
|
|
867
|
-
</tbody>
|
|
868
|
-
</table>
|
|
869
|
-
<table class="table table-sm table-bordered">
|
|
870
|
-
<tbody>
|
|
871
|
-
<tr>
|
|
872
|
-
<td class="col-md-4">
|
|
873
|
-
<a name="euimWarning"></a>
|
|
874
|
-
<b>euimWarning</b>
|
|
875
|
-
</td>
|
|
876
|
-
</tr>
|
|
877
|
-
<tr>
|
|
878
|
-
<td class="col-md-4">
|
|
879
|
-
<i>Type : </i> <code>BooleanInput</code>
|
|
880
|
-
|
|
881
|
-
</td>
|
|
882
|
-
</tr>
|
|
883
|
-
<tr>
|
|
884
|
-
<td class="col-md-4">
|
|
885
|
-
<i>Default value : </i><code>false</code>
|
|
886
|
-
</td>
|
|
887
|
-
</tr>
|
|
888
|
-
</tbody>
|
|
889
|
-
</table>
|
|
890
|
-
<table class="table table-sm table-bordered">
|
|
891
|
-
<tbody>
|
|
892
|
-
<tr>
|
|
893
|
-
<td class="col-md-4">
|
|
894
|
-
<a name="euimWhite"></a>
|
|
895
|
-
<b>euimWhite</b>
|
|
896
|
-
</td>
|
|
897
|
-
</tr>
|
|
898
|
-
<tr>
|
|
899
|
-
<td class="col-md-4">
|
|
900
|
-
<i>Type : </i> <code>BooleanInput</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="variant"></a>
|
|
916
|
-
<b>variant</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
653
|
</section>
|
|
928
654
|
|
|
929
655
|
|
|
@@ -1000,148 +726,6 @@
|
|
|
1000
726
|
<h3 id="accessors">
|
|
1001
727
|
Accessors
|
|
1002
728
|
</h3>
|
|
1003
|
-
<table class="table table-sm table-bordered">
|
|
1004
|
-
<tbody>
|
|
1005
|
-
<tr>
|
|
1006
|
-
<td class="col-md-4">
|
|
1007
|
-
<a name="euimVariant"></a>
|
|
1008
|
-
<span class="name"><b>euimVariant</b><a href="#euimVariant"><span class="icon ion-ios-link"></span></a></span>
|
|
1009
|
-
</td>
|
|
1010
|
-
</tr>
|
|
1011
|
-
|
|
1012
|
-
<tr>
|
|
1013
|
-
<td class="col-md-4">
|
|
1014
|
-
<span class="accessor"><b>get</b><code>euimVariant()</code></span>
|
|
1015
|
-
</td>
|
|
1016
|
-
</tr>
|
|
1017
|
-
<tr>
|
|
1018
|
-
<td class="col-md-4">
|
|
1019
|
-
<div class="io-description"><p>Please use <a href="color">color</a> property instead</p>
|
|
1020
|
-
</div>
|
|
1021
|
-
|
|
1022
|
-
<div>
|
|
1023
|
-
</div>
|
|
1024
|
-
<div class="io-description">
|
|
1025
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1026
|
-
|
|
1027
|
-
</div>
|
|
1028
|
-
</td>
|
|
1029
|
-
</tr>
|
|
1030
|
-
|
|
1031
|
-
<tr>
|
|
1032
|
-
<td class="col-md-4">
|
|
1033
|
-
<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>
|
|
1034
|
-
</td>
|
|
1035
|
-
</tr>
|
|
1036
|
-
<tr>
|
|
1037
|
-
<td class="col-md-4">
|
|
1038
|
-
|
|
1039
|
-
<div class="io-description">
|
|
1040
|
-
<b>Parameters :</b>
|
|
1041
|
-
<table class="params">
|
|
1042
|
-
<thead>
|
|
1043
|
-
<tr>
|
|
1044
|
-
<td>Name</td>
|
|
1045
|
-
<td>Type</td>
|
|
1046
|
-
<td>Optional</td>
|
|
1047
|
-
</tr>
|
|
1048
|
-
</thead>
|
|
1049
|
-
<tbody>
|
|
1050
|
-
<tr>
|
|
1051
|
-
<td>value</td>
|
|
1052
|
-
|
|
1053
|
-
<td>
|
|
1054
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1055
|
-
</td>
|
|
1056
|
-
|
|
1057
|
-
<td>
|
|
1058
|
-
No
|
|
1059
|
-
</td>
|
|
1060
|
-
|
|
1061
|
-
</tr>
|
|
1062
|
-
</tbody>
|
|
1063
|
-
</table>
|
|
1064
|
-
</div>
|
|
1065
|
-
<div>
|
|
1066
|
-
</div>
|
|
1067
|
-
<div class="io-description">
|
|
1068
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1069
|
-
|
|
1070
|
-
</div>
|
|
1071
|
-
</td>
|
|
1072
|
-
</tr>
|
|
1073
|
-
</tbody>
|
|
1074
|
-
</table>
|
|
1075
|
-
<table class="table table-sm table-bordered">
|
|
1076
|
-
<tbody>
|
|
1077
|
-
<tr>
|
|
1078
|
-
<td class="col-md-4">
|
|
1079
|
-
<a name="variant"></a>
|
|
1080
|
-
<span class="name"><b>variant</b><a href="#variant"><span class="icon ion-ios-link"></span></a></span>
|
|
1081
|
-
</td>
|
|
1082
|
-
</tr>
|
|
1083
|
-
|
|
1084
|
-
<tr>
|
|
1085
|
-
<td class="col-md-4">
|
|
1086
|
-
<span class="accessor"><b>get</b><code>variant()</code></span>
|
|
1087
|
-
</td>
|
|
1088
|
-
</tr>
|
|
1089
|
-
<tr>
|
|
1090
|
-
<td class="col-md-4">
|
|
1091
|
-
|
|
1092
|
-
<div>
|
|
1093
|
-
</div>
|
|
1094
|
-
<div class="io-description">
|
|
1095
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1096
|
-
|
|
1097
|
-
</div>
|
|
1098
|
-
</td>
|
|
1099
|
-
</tr>
|
|
1100
|
-
|
|
1101
|
-
<tr>
|
|
1102
|
-
<td class="col-md-4">
|
|
1103
|
-
<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>
|
|
1104
|
-
</td>
|
|
1105
|
-
</tr>
|
|
1106
|
-
<tr>
|
|
1107
|
-
<td class="col-md-4">
|
|
1108
|
-
|
|
1109
|
-
<div class="io-description">
|
|
1110
|
-
<b>Parameters :</b>
|
|
1111
|
-
<table class="params">
|
|
1112
|
-
<thead>
|
|
1113
|
-
<tr>
|
|
1114
|
-
<td>Name</td>
|
|
1115
|
-
<td>Type</td>
|
|
1116
|
-
<td>Optional</td>
|
|
1117
|
-
</tr>
|
|
1118
|
-
</thead>
|
|
1119
|
-
<tbody>
|
|
1120
|
-
<tr>
|
|
1121
|
-
<td>value</td>
|
|
1122
|
-
|
|
1123
|
-
<td>
|
|
1124
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1125
|
-
</td>
|
|
1126
|
-
|
|
1127
|
-
<td>
|
|
1128
|
-
No
|
|
1129
|
-
</td>
|
|
1130
|
-
|
|
1131
|
-
</tr>
|
|
1132
|
-
</tbody>
|
|
1133
|
-
</table>
|
|
1134
|
-
</div>
|
|
1135
|
-
<div>
|
|
1136
|
-
</div>
|
|
1137
|
-
<div class="io-description">
|
|
1138
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1139
|
-
|
|
1140
|
-
</div>
|
|
1141
|
-
</td>
|
|
1142
|
-
</tr>
|
|
1143
|
-
</tbody>
|
|
1144
|
-
</table>
|
|
1145
729
|
<table class="table table-sm table-bordered">
|
|
1146
730
|
<tbody>
|
|
1147
731
|
<tr>
|