@eui/mobile-core 17.0.0-next.1 → 17.0.0-next.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/EuiMUserProfileActionComponent.html +2 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
- package/docs/components/EuimAboutComponent.html +766 -0
- package/docs/components/EuimAlertMessageComponent.html +7 -7
- package/docs/components/EuimAppComponent.html +2 -2
- package/docs/components/EuimAvatarComponent.html +2 -2
- package/docs/components/EuimAvatarIconComponent.html +2 -2
- package/docs/components/EuimBadgeComponent.html +3 -3
- package/docs/components/{EuimAppSidebarComponent.html → EuimChangelogComponent.html} +18 -33
- package/docs/components/EuimChipSelectorComponent.html +274 -22
- package/docs/components/EuimContactSupportComponent.html +276 -0
- package/docs/components/EuimDataSummaryColComponent.html +2 -2
- package/docs/components/EuimDataSummaryComponent.html +3 -3
- package/docs/components/EuimEmptyListPlaceholderComponent.html +6 -6
- package/docs/components/EuimHeaderDetailsComponent.html +3 -3
- package/docs/components/EuimLabelComponent.html +7 -7
- package/docs/components/EuimLanguageListComponent.html +3 -3
- package/docs/components/EuimLanguageSelectorComponent.html +4 -4
- package/docs/components/EuimLegalNoticeComponent.html +276 -0
- package/docs/components/EuimMediaHeaderComponent.html +4 -4
- package/docs/components/EuimMessageComponent.html +3 -3
- package/docs/components/EuimMessageTitleComponent.html +2 -2
- package/docs/components/EuimMultiselectComponent.html +4 -4
- package/docs/components/EuimMultiselectFilterComponent.html +36 -2
- package/docs/components/EuimMultiselectInfoComponent.html +2 -2
- package/docs/components/EuimMultiselectListComponent.html +2 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +4 -4
- package/docs/components/EuimNotificationItemComponent.html +3 -3
- package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
- package/docs/components/EuimPdfWrapperComponent.html +828 -0
- package/docs/components/{EuimAppSidebarHeaderComponent.html → EuimPrivacyStatementComponent.html} +8 -8
- package/docs/components/EuimScrollerXComponent.html +2 -2
- package/docs/components/EuimSidebarComponent.html +2 -2
- package/docs/components/EuimSidebarContentComponent.html +2 -2
- package/docs/components/EuimSkeletonListComponent.html +3 -3
- package/docs/components/EuimSkeletonListItemComponent.html +8 -8
- package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
- package/docs/components/EuimSliderInfoScreenComponent.html +8 -30
- package/docs/components/EuimSpinnerComponent.html +2 -2
- package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
- package/docs/components/EuimSpinnerMessageComponent.html +2 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
- package/docs/components/EuimToolbarComponent.html +5 -5
- package/docs/components/EuimToolbarTitleComponent.html +2 -2
- package/docs/components/EuimUserProfileComponent.html +2 -2
- package/docs/dependencies.html +14 -2
- package/docs/directives/BaseStatesDirective.html +17 -491
- package/docs/directives/EuimChipSelectorItemDirective.html +24 -1
- package/docs/directives/EuimDataSummaryColLabelDirective.html +1 -1
- package/docs/index.html +4 -12
- package/docs/js/menu-wc.js +244 -232
- package/docs/js/menu-wc_es5.js +4 -5
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +0 -21
- package/docs/miscellaneous/variables.html +31 -113
- package/docs/modules/{EuimAppSidebarModule.html → EuimAboutModule.html} +42 -6
- package/docs/modules/EuimAlertMessageModule.html +32 -2
- package/docs/modules/EuimAllModule.html +6 -54
- package/docs/modules/EuimAppModule.html +0 -3
- package/docs/modules/EuimAvatarModule.html +32 -2
- package/docs/modules/EuimDataSummaryModule.html +32 -2
- package/docs/modules/EuimHeaderDetailsModule.html +32 -2
- package/docs/modules/EuimLanguageSelectorModule.html +0 -3
- package/docs/modules/EuimMediaHeaderModule.html +32 -2
- package/docs/modules/EuimMessageModule.html +32 -2
- package/docs/modules/EuimMultiselectModule.html +32 -2
- package/docs/modules/{EuimMenuModule.html → EuimPdfWrapperModule.html} +29 -15
- package/docs/modules/EuimSkeletonListItemModule.html +32 -2
- package/docs/modules/EuimSkeletonListModule.html +32 -2
- package/docs/modules/EuimSliderInfoScreenModule.html +32 -2
- package/docs/modules/EuimUserProfileModule.html +32 -2
- package/docs/modules.html +16 -100
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +12 -31
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -9
- package/esm2022/lib/components/base-states.directive.mjs +40 -266
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +75 -0
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +71 -0
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +20 -0
- package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/index.mjs +8 -0
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +14 -53
- package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +2 -2
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -8
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +6 -9
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +111 -55
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +3 -3
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +5 -6
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +12 -21
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +6 -11
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +10 -16
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +1 -7
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +21 -1
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +10 -15
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +7 -12
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.mjs +86 -0
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.mjs +43 -0
- package/esm2022/lib/components/euim-pdf-wrapper/index.mjs +3 -0
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +3 -3
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +15 -28
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +16 -34
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
- package/esm2022/lib/components/index.mjs +3 -9
- package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +1 -5
- package/esm2022/lib/components/layout/euim-app/index.mjs +1 -2
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -3
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -7
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +3 -4
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +1 -5
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +9 -17
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +1 -1
- package/esm2022/lib/euim-all.module.mjs +6 -38
- package/fesm2022/eui-mobile-core.mjs +731 -1557
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +9 -6
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
- package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +1 -1
- package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
- package/lib/components/base-states.directive.d.ts +35 -92
- package/lib/components/base-states.directive.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about.component.d.ts +30 -0
- package/lib/components/euim-about/euim-about.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-about.module.d.ts +20 -0
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +7 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts +6 -0
- package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +6 -0
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +6 -0
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +6 -0
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +1 -0
- package/lib/components/euim-about/index.d.ts +8 -0
- package/lib/components/euim-about/index.d.ts.map +1 -0
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +7 -5
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +3 -2
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +22 -10
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +1 -1
- package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +1 -1
- package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +6 -4
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -2
- package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts +1 -0
- package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts +2 -2
- package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +2 -2
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts +25 -0
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts.map +1 -0
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts +13 -0
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts.map +1 -0
- package/lib/components/euim-pdf-wrapper/index.d.ts +3 -0
- package/lib/components/euim-pdf-wrapper/index.d.ts.map +1 -0
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts +10 -6
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +10 -5
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
- package/lib/components/index.d.ts +2 -8
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/layout/euim-app/euim-app.module.d.ts +2 -3
- package/lib/components/layout/euim-app/euim-app.module.d.ts.map +1 -1
- package/lib/components/layout/euim-app/index.d.ts +0 -1
- package/lib/components/layout/euim-app/index.d.ts.map +1 -1
- package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts +1 -1
- package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +2 -2
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +3 -4
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -4
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +26 -34
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +4 -1
- package/docs/classes/EuimStepperChangeEvent.html +0 -311
- package/docs/components/EuimAppSidebarFooterComponent.html +0 -392
- package/docs/components/EuimAppSidebarMenuComponent.html +0 -433
- package/docs/components/EuimControlFeedbackComponent.html +0 -510
- package/docs/components/EuimFieldSetComponent.html +0 -392
- package/docs/components/EuimFieldsetActionsComponent.html +0 -388
- package/docs/components/EuimFieldsetLegendComponent.html +0 -388
- package/docs/components/EuimInfoScreenComponent.html +0 -392
- package/docs/components/EuimMenuComponent.html +0 -642
- package/docs/components/EuimSlideComponent.html +0 -382
- package/docs/components/EuimSliderComponent.html +0 -1469
- package/docs/components/EuimStepperComponent.html +0 -529
- package/docs/directives/EuimInfoScreenContentDirective.html +0 -342
- package/docs/directives/EuimInfoScreenSubTitleDirective.html +0 -342
- package/docs/directives/EuimInfoScreenTitleDirective.html +0 -342
- package/docs/directives/EuimItemDividerDirective.html +0 -342
- package/docs/directives/EuimListHeaderDirective.html +0 -342
- package/docs/interfaces/ActionBtnNames.html +0 -344
- package/docs/interfaces/Badge.html +0 -317
- package/docs/interfaces/EuimMenuItem.html +0 -857
- package/docs/interfaces/EuimMenuSection.html +0 -362
- package/docs/interfaces/Notification.html +0 -317
- package/docs/modules/EuimControlFeedbackModule.html +0 -228
- package/docs/modules/EuimFieldsetModule.html +0 -228
- package/docs/modules/EuimInfoScreenModule.html +0 -228
- package/docs/modules/EuimItemDividerModule.html +0 -228
- package/docs/modules/EuimListHeaderModule.html +0 -228
- package/docs/modules/EuimSliderModule.html +0 -228
- package/docs/modules/EuimStepperComponentModule.html +0 -228
- package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +0 -39
- package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +0 -28
- package/esm2022/lib/components/atoms/euim-control-feedback/index.mjs +0 -3
- package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.directive.mjs +0 -22
- package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.module.mjs +0 -28
- package/esm2022/lib/components/directives/euim-item-divider/index.mjs +0 -3
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +0 -22
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +0 -28
- package/esm2022/lib/components/directives/euim-list-header/index.mjs +0 -3
- package/esm2022/lib/components/directives/index.mjs +0 -5
- package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset.module.mjs +0 -39
- package/esm2022/lib/components/euim-fieldset/index.mjs +0 -5
- package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +0 -48
- package/esm2022/lib/components/euim-menu/euim-menu.module.mjs +0 -44
- package/esm2022/lib/components/euim-menu/index.mjs +0 -4
- package/esm2022/lib/components/euim-menu/models/eui-menu-item.model.mjs +0 -2
- package/esm2022/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +0 -26
- package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +0 -174
- package/esm2022/lib/components/euim-slider/euim-slider.module.mjs +0 -35
- package/esm2022/lib/components/euim-slider/index.mjs +0 -4
- package/esm2022/lib/components/euim-stepper/euim-steper.module.mjs +0 -32
- package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +0 -64
- package/esm2022/lib/components/euim-stepper/index.mjs +0 -3
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/index.mjs +0 -6
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +0 -17
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +0 -11
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +0 -22
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +0 -19
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +0 -48
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +0 -20
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.module.mjs +0 -43
- package/esm2022/lib/components/layout/euim-info-screen/index.mjs +0 -6
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +0 -13
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +0 -1
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts +0 -10
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts.map +0 -1
- package/lib/components/atoms/euim-control-feedback/index.d.ts +0 -3
- package/lib/components/atoms/euim-control-feedback/index.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts +0 -7
- package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts +0 -10
- package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/index.d.ts +0 -3
- package/lib/components/directives/euim-item-divider/index.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +0 -7
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +0 -10
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/index.d.ts +0 -3
- package/lib/components/directives/euim-list-header/index.d.ts.map +0 -1
- package/lib/components/directives/index.d.ts +0 -5
- package/lib/components/directives/index.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset.module.d.ts +0 -12
- package/lib/components/euim-fieldset/euim-fieldset.module.d.ts.map +0 -1
- package/lib/components/euim-fieldset/index.d.ts +0 -5
- package/lib/components/euim-fieldset/index.d.ts.map +0 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts +0 -17
- package/lib/components/euim-menu/euim-menu.component.d.ts.map +0 -1
- package/lib/components/euim-menu/euim-menu.module.d.ts +0 -14
- package/lib/components/euim-menu/euim-menu.module.d.ts.map +0 -1
- package/lib/components/euim-menu/index.d.ts +0 -4
- package/lib/components/euim-menu/index.d.ts.map +0 -1
- package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +0 -30
- package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts +0 -7
- package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slider.component.d.ts +0 -46
- package/lib/components/euim-slider/euim-slider.component.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slider.module.d.ts +0 -11
- package/lib/components/euim-slider/euim-slider.module.d.ts.map +0 -1
- package/lib/components/euim-slider/index.d.ts +0 -4
- package/lib/components/euim-slider/index.d.ts.map +0 -1
- package/lib/components/euim-stepper/euim-steper.module.d.ts +0 -11
- package/lib/components/euim-stepper/euim-steper.module.d.ts.map +0 -1
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +0 -21
- package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +0 -1
- package/lib/components/euim-stepper/index.d.ts +0 -3
- package/lib/components/euim-stepper/index.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts +0 -6
- package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +0 -7
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +0 -6
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +0 -11
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +0 -9
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts +0 -15
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts +0 -13
- package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/index.d.ts +0 -6
- package/lib/components/layout/euim-info-screen/index.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-media-header.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-media-header/euim-media-header.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-media-header.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-media-header/euim-media-header.component.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,qBAiBa,wBAAwB;IAUd,mBAAmB,EAAE,mBAAmB;IAP3D,cAAc,UAAS;IAEvB,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCAZd,wBAAwB;2CAAxB,wBAAwB;6CA8Bmq1B,OAAQ;CAD/s1B"}
|
|
@@ -9,6 +9,6 @@ export declare class EuimMessageComponent {
|
|
|
9
9
|
constructor(baseStatesDirective: BaseStatesDirective);
|
|
10
10
|
getCssClasses(): string;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimMessageComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimMessageComponent, "euim-message", never, {}, {}, never, ["euim-message-title", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimMessageComponent, "euim-message", never, {}, {}, never, ["euim-message-title", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=euim-message.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-message.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-message/euim-message.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC;AAE1G,
|
|
1
|
+
{"version":3,"file":"euim-message.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-message/euim-message.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC;AAE1G,qBAea,oBAAoB;IAsBV,mBAAmB,EAAE,mBAAmB;IApB3D,IAAI,IAAI,IAAI,MAAM,CAajB;IAED,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCAxBd,oBAAoB;2CAApB,oBAAoB;CAiChC"}
|
package/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-multiselect-all.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAGa,2BAA2B;IAGxB,OAAO,CAAC,SAAS;IAFP,SAAS,SAA2B;gBAEtC,SAAS,EAAC,wBAAwB;IAGtD,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"euim-multiselect-all.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAGa,2BAA2B;IAGxB,OAAO,CAAC,SAAS;IAFP,SAAS,SAA2B;gBAEtC,SAAS,EAAC,wBAAwB;IAGtD,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAWrC,IAAkC,aAAa,IAAI,OAAO,CAEzD;IACD,IAA4B,OAAO,IAAI,OAAO,CAE7C;yCAtBQ,2BAA2B;2CAA3B,2BAA2B;CAuBvC"}
|
|
@@ -6,6 +6,7 @@ export declare class EuimMultiselectFilterComponent {
|
|
|
6
6
|
filterByFieldsNames: string[];
|
|
7
7
|
constructor(multiselect: EuimMultiselectComponent);
|
|
8
8
|
handleChange(event: any): void;
|
|
9
|
+
applyStatusToSelectAllCheckControl(): void;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimMultiselectFilterComponent, never>;
|
|
10
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuimMultiselectFilterComponent, "euim-multiselect-filter", never, { "filterByFieldsNames": { "alias": "filterByFieldsNames"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-multiselect-filter.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAOa,8BAA8B;IAK1B,OAAO,CAAC,WAAW;IAJV,SAAS,SAA6B;IAEnD,mBAAmB,EAAE,MAAM,EAAE,CAAC;gBAElB,WAAW,EAAC,wBAAwB;IAGzD,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"euim-multiselect-filter.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAOa,8BAA8B;IAK1B,OAAO,CAAC,WAAW;IAJV,SAAS,SAA6B;IAEnD,mBAAmB,EAAE,MAAM,EAAE,CAAC;gBAElB,WAAW,EAAC,wBAAwB;IAGzD,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAgC9B,kCAAkC,IAAG,IAAI;yCAxChC,8BAA8B;2CAA9B,8BAA8B;CAwD1C"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { EuimMultiselectComponent } from '../euim-multiselect.component';
|
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class EuimMultiselectToolbarComponent {
|
|
6
5
|
private multiselect;
|
|
7
6
|
className: string;
|
|
8
7
|
toolbarTitle: string;
|
|
9
|
-
euimCustomRender:
|
|
8
|
+
euimCustomRender: boolean;
|
|
10
9
|
cancel: EventEmitter<boolean>;
|
|
11
10
|
confirm: EventEmitter<any>;
|
|
12
11
|
constructor(multiselect: EuimMultiselectComponent);
|
|
@@ -14,5 +13,6 @@ export declare class EuimMultiselectToolbarComponent {
|
|
|
14
13
|
onCancelClick(): void;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimMultiselectToolbarComponent, never>;
|
|
16
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuimMultiselectToolbarComponent, "euim-multiselect-toolbar", never, { "toolbarTitle": { "alias": "toolbarTitle"; "required": false; }; "euimCustomRender": { "alias": "euimCustomRender"; "required": false; }; }, { "cancel": "cancel"; "confirm": "confirm"; }, never, ["ion-button", "*"], false, never>;
|
|
16
|
+
static ngAcceptInputType_euimCustomRender: unknown;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=euim-multiselect-toolbar.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-multiselect-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"euim-multiselect-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAKf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAMa,+BAA+B;IAY5B,OAAO,CAAC,WAAW;IAXT,SAAS,SAA+B;IAEpD,YAAY,EAAE,MAAM,CAAC;IAG/B,gBAAgB,UAAS;IAEf,MAAM,EAAE,YAAY,CAAC,OAAO,CAAC,CAAgC;IAE7D,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAA4B;gBAE5C,WAAW,EAAC,wBAAwB;IAIxD,SAAS,IAAG,IAAI;IAIhB,aAAa,IAAG,IAAI;yCApBX,+BAA+B;2CAA/B,+BAA+B;+CAyB091B,OAAQ;CAD7g2B"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit, AfterContentChecked, SimpleChanges, OnChanges } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class EuimMultiselectComponent implements OnInit, AfterContentChecked, OnChanges {
|
|
5
4
|
private ref;
|
|
@@ -7,7 +6,7 @@ export declare class EuimMultiselectComponent implements OnInit, AfterContentChe
|
|
|
7
6
|
initialDataProvider: any[];
|
|
8
7
|
currentDataProvider: any[];
|
|
9
8
|
toolbarTitle: string;
|
|
10
|
-
euimKeepSelection:
|
|
9
|
+
euimKeepSelection: boolean;
|
|
11
10
|
selectAll: boolean;
|
|
12
11
|
indeterminate: boolean;
|
|
13
12
|
numberOfSelected: number;
|
|
@@ -22,5 +21,6 @@ export declare class EuimMultiselectComponent implements OnInit, AfterContentChe
|
|
|
22
21
|
ngOnChanges(changes: SimpleChanges): void;
|
|
23
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimMultiselectComponent, never>;
|
|
24
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuimMultiselectComponent, "euim-multiselect", never, { "currentDataProvider": { "alias": "currentDataProvider"; "required": false; }; "toolbarTitle": { "alias": "toolbarTitle"; "required": false; }; "euimKeepSelection": { "alias": "euimKeepSelection"; "required": false; }; }, {}, never, ["euim-multiselect-toolbar", "euim-multiselect-filter", "euim-multiselect-list", "euim-empty-list-placeholder"], false, never>;
|
|
24
|
+
static ngAcceptInputType_euimKeepSelection: unknown;
|
|
25
25
|
}
|
|
26
26
|
//# sourceMappingURL=euim-multiselect.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-multiselect.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-multiselect/euim-multiselect.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"euim-multiselect.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-multiselect/euim-multiselect.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,iBAAiB,EAIjB,MAAM,EACN,mBAAmB,EAEnB,aAAa,EACb,SAAS,EAEZ,MAAM,eAAe,CAAC;;AAEvB,qBAQa,wBACT,YAAW,MAAM,EAAE,mBAAmB,EAAE,SAAS;IAerC,OAAO,CAAC,GAAG;IAdD,SAAS,SAAsB;IAGrD,mBAAmB,EAAE,GAAG,EAAE,CAAE;IAElB,mBAAmB,EAAE,GAAG,EAAE,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IAE/B,iBAAiB,UAAS;IAE1B,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,SAAM;gBAEF,GAAG,EAAE,iBAAiB;IAG1C,QAAQ,IAAI,IAAI;IAWhB,cAAc,IAAG,IAAI;IAQrB,gBAAgB,IAAG,IAAI;IAMvB,kBAAkB,IAAI,MAAM;IAK5B,aAAa,IAAI,GAAG,EAAE;IAatB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,UAAO,GAAG,IAAI;IAMhD,qBAAqB,IAAI,IAAI;IAI7B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCAxEhC,wBAAwB;2CAAxB,wBAAwB;gDAuFggyB,OAAQ;CAD5iyB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PDFDocumentProxy } from 'ng2-pdf-viewer';
|
|
2
|
+
import { AlertController } from '@ionic/angular';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EuimPdfWrapperComponent {
|
|
5
|
+
private alertService;
|
|
6
|
+
url: string;
|
|
7
|
+
page: number;
|
|
8
|
+
zoom: number;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
errorMessage: string;
|
|
11
|
+
pdf: PDFDocumentProxy;
|
|
12
|
+
private showDefaultError;
|
|
13
|
+
constructor(alertService: AlertController);
|
|
14
|
+
onLoaded(pdf: PDFDocumentProxy): void;
|
|
15
|
+
onError(): void;
|
|
16
|
+
onDownload(): void;
|
|
17
|
+
onZoomIn(): void;
|
|
18
|
+
onZoomOut(): void;
|
|
19
|
+
onResetZoom(): void;
|
|
20
|
+
nextPage(): void;
|
|
21
|
+
prevPage(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimPdfWrapperComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimPdfWrapperComponent, "euim-pdf-wrapper", never, { "url": { "alias": "url"; "required": false; }; "page": { "alias": "page"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=euim-pdf-wrapper.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-pdf-wrapper.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;;AAEjD,qBAOa,uBAAuB;IAUpB,OAAO,CAAC,YAAY;IATvB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,SAAM;IAEnB,IAAI,SAAK;IACT,OAAO,UAAQ;IACf,YAAY,SAAM;IAClB,GAAG,EAAE,gBAAgB,CAAC;IACtB,OAAO,CAAC,gBAAgB,CAAU;gBAEd,YAAY,EAAE,eAAe;IAWjD,QAAQ,CAAC,GAAG,EAAE,gBAAgB,GAAG,IAAI;IAMrC,OAAO,IAAI,IAAI;IAMf,UAAU,IAAI,IAAI;IAsBlB,QAAQ,IAAI,IAAI;IAKhB,SAAS,IAAI,IAAI;IAMjB,WAAW,IAAI,IAAI;IAQnB,QAAQ,IAAI,IAAI;IAMhB,QAAQ,IAAG,IAAI;yCAhFN,uBAAuB;2CAAvB,uBAAuB;CAqFnC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./euim-pdf-wrapper.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@ionic/angular";
|
|
5
|
+
import * as i4 from "ng2-pdf-viewer";
|
|
6
|
+
import * as i5 from "@meddv/ngx-pinch-zoom";
|
|
7
|
+
import * as i6 from "../euim-spinner/euim-spinner.module";
|
|
8
|
+
export declare class EuimPdfWrapperModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimPdfWrapperModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimPdfWrapperModule, [typeof i1.EuimPdfWrapperComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.PdfViewerModule, typeof i5.PinchZoomModule, typeof i6.EuimSpinnerComponentModule], [typeof i1.EuimPdfWrapperComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EuimPdfWrapperModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=euim-pdf-wrapper.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-pdf-wrapper.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.ts"],"names":[],"mappings":";;;;;;;AAYA,qBAgBa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-wrapper/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC"}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { BaseStatesDirective } from '../base-states.directive';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
import * as i1 from "../base-states.directive";
|
|
5
4
|
export declare class EuimSkeletonListItemComponent {
|
|
6
5
|
baseStatesDirective: BaseStatesDirective;
|
|
7
6
|
get cssClasses(): string;
|
|
8
|
-
hasAvatar:
|
|
9
|
-
hasTitle:
|
|
10
|
-
hasSubtitle:
|
|
11
|
-
hasMetaLine:
|
|
12
|
-
isAnimated:
|
|
7
|
+
hasAvatar: boolean;
|
|
8
|
+
hasTitle: boolean;
|
|
9
|
+
hasSubtitle: boolean;
|
|
10
|
+
hasMetaLine: boolean;
|
|
11
|
+
isAnimated: boolean;
|
|
13
12
|
avatarType: 'default' | 'square';
|
|
14
13
|
separator: 'none' | 'full' | 'inset';
|
|
15
14
|
titleWidth: string;
|
|
@@ -19,5 +18,10 @@ export declare class EuimSkeletonListItemComponent {
|
|
|
19
18
|
private getCssClasses;
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSkeletonListItemComponent, never>;
|
|
21
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuimSkeletonListItemComponent, "euim-skeleton-list-item", never, { "hasAvatar": { "alias": "hasAvatar"; "required": false; }; "hasTitle": { "alias": "hasTitle"; "required": false; }; "hasSubtitle": { "alias": "hasSubtitle"; "required": false; }; "hasMetaLine": { "alias": "hasMetaLine"; "required": false; }; "isAnimated": { "alias": "isAnimated"; "required": false; }; "avatarType": { "alias": "avatarType"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "titleWidth": { "alias": "titleWidth"; "required": false; }; "subTitleWidth": { "alias": "subTitleWidth"; "required": false; }; "metaLineWidth": { "alias": "metaLineWidth"; "required": false; }; }, {}, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimSize2XL": "euimSize2XL"; "euimSizeL": "euimSizeL"; }; outputs: {}; }]>;
|
|
21
|
+
static ngAcceptInputType_hasAvatar: unknown;
|
|
22
|
+
static ngAcceptInputType_hasTitle: unknown;
|
|
23
|
+
static ngAcceptInputType_hasSubtitle: unknown;
|
|
24
|
+
static ngAcceptInputType_hasMetaLine: unknown;
|
|
25
|
+
static ngAcceptInputType_isAnimated: unknown;
|
|
22
26
|
}
|
|
23
27
|
//# sourceMappingURL=euim-skeleton-list-item.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-skeleton-list-item.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-skeleton-list-item.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAC/D,qBAgBa,6BAA6B;IAoBnB,mBAAmB,EAAE,mBAAmB;IAnB3D,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,SAAS,UAAQ;IAEjB,QAAQ,UAAQ;IAEhB,WAAW,UAAQ;IAEnB,WAAW,UAAQ;IAEnB,UAAU,UAAQ;IACT,UAAU,EAAE,SAAS,GAAG,QAAQ,CAAC;IACjC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IACrC,UAAU,SAAS;IACnB,aAAa,SAAS;IACtB,aAAa,SAAS;gBACZ,mBAAmB,EAAE,mBAAmB;IAE3D,OAAO,CAAC,aAAa;yCAtBZ,6BAA6B;2CAA7B,6BAA6B;wCA+Bs60B,OAAQ;uCAAR,OAAQ;0CAAR,OAAQ;0CAAR,OAAQ;yCAAR,OAAQ;CADv90B"}
|
|
@@ -12,11 +12,11 @@ export declare class EuimSliderInfoScreenComponent implements OnInit, AfterViewI
|
|
|
12
12
|
lastStepActionClicked: EventEmitter<MouseEvent>;
|
|
13
13
|
leftActionClicked: EventEmitter<MouseEvent>;
|
|
14
14
|
isLastItemReached: BooleanInput;
|
|
15
|
-
isCarousel:
|
|
16
|
-
showLeftBtn:
|
|
17
|
-
showRightBtn:
|
|
18
|
-
isPreviousBtn:
|
|
19
|
-
isNextBtn:
|
|
15
|
+
isCarousel: boolean;
|
|
16
|
+
showLeftBtn: boolean;
|
|
17
|
+
showRightBtn: boolean;
|
|
18
|
+
isPreviousBtn: boolean;
|
|
19
|
+
isNextBtn: boolean;
|
|
20
20
|
actionBtnNames: ActionBtnsNames;
|
|
21
21
|
showLeftBtnAsPrevious: BooleanInput;
|
|
22
22
|
className: string;
|
|
@@ -39,6 +39,11 @@ export declare class EuimSliderInfoScreenComponent implements OnInit, AfterViewI
|
|
|
39
39
|
onLeftBtnAction(event: MouseEvent): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSliderInfoScreenComponent, never>;
|
|
41
41
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuimSliderInfoScreenComponent, "euim-slider-info-screen", never, { "isCarousel": { "alias": "isCarousel"; "required": false; }; "showLeftBtn": { "alias": "showLeftBtn"; "required": false; }; "showRightBtn": { "alias": "showRightBtn"; "required": false; }; "isPreviousBtn": { "alias": "isPreviousBtn"; "required": false; }; "isNextBtn": { "alias": "isNextBtn"; "required": false; }; "actionBtnNames": { "alias": "actionBtnNames"; "required": false; }; }, { "rightActionClicked": "rightActionClicked"; "lastStepActionClicked": "lastStepActionClicked"; "leftActionClicked": "leftActionClicked"; }, never, ["*"], false, never>;
|
|
42
|
+
static ngAcceptInputType_isCarousel: unknown;
|
|
43
|
+
static ngAcceptInputType_showLeftBtn: unknown;
|
|
44
|
+
static ngAcceptInputType_showRightBtn: unknown;
|
|
45
|
+
static ngAcceptInputType_isPreviousBtn: unknown;
|
|
46
|
+
static ngAcceptInputType_isNextBtn: unknown;
|
|
42
47
|
}
|
|
43
48
|
export interface ActionBtnsNames {
|
|
44
49
|
rightBtnName: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-slider-info-screen.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,
|
|
1
|
+
{"version":3,"file":"euim-slider-info-screen.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EAEb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAIZ,MAAM,EAEN,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAMa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IAyC3D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IA3CgB,MAAM,EAAE,UAAU,CAAC;IAEhD,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CACnB;IACzB,qBAAqB,EAAE,YAAY,CAAC,UAAU,CAAC,CACtB;IACzB,iBAAiB,EAAE,YAAY,CAAC,UAAU,CAAC,CAClB;IAEnC,iBAAiB,EAAE,YAAY,CAAS;IAGxC,UAAU,UAAS;IAGnB,WAAW,UAAS;IAGpB,YAAY,UAAS;IAGrB,aAAa,UAAS;IAGtB,SAAS,UAAS;IAET,cAAc,EAAE,eAAe,CAItC;IAEF,qBAAqB,EAAE,YAAY,CAAS;IAEtB,SAAS,SAA6B;IAE5D,WAAW,QAAM;IACjB,YAAY,SAAK;IACjB,MAAM,SAAK;gBAES,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,iBAAiB,EAC9B,aAAa,EAAE,UAAU,EACzB,GAAG,EAAE,iBAAiB;IAK1C,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAI5B,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAoBvB,cAAc,CAAC,CAAC,KAAA,GAAG,IAAI;IAgBvB,SAAS,CAAC,KAAK,KAAA,GAAG,IAAI;IAWtB,iBAAiB,IAAI,IAAI;IAazB,aAAa,IAAI,IAAI;IAarB,uBAAuB,IAAI,IAAI;IAI/B,mBAAmB,IAAI,IAAI;IAI3B,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASzC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIzC,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAxK/B,6BAA6B;2CAA7B,6BAA6B;yCAuLqnsB,OAAQ;0CAAR,OAAQ;2CAAR,OAAQ;4CAAR,OAAQ;wCAAR,OAAQ;CAPtqsB;AAED,MAAM,WAAW,eAAe;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from './atoms/euim-label';
|
|
2
|
-
export * from './atoms/euim-control-feedback';
|
|
3
2
|
export * from './atoms/euim-notification-item';
|
|
4
3
|
export * from './layout/euim-app';
|
|
5
4
|
export * from './layout/euim-language-selector';
|
|
@@ -7,28 +6,23 @@ export * from './layout/euim-user-profile';
|
|
|
7
6
|
export * from './layout/euim-toolbar';
|
|
8
7
|
export * from './layout/euim-sidebar';
|
|
9
8
|
export * from './layout/euim-header-details';
|
|
10
|
-
export * from './layout/euim-info-screen';
|
|
11
9
|
export * from './euim-avatar-icon';
|
|
12
10
|
export * from './euim-badge';
|
|
13
11
|
export * from './euim-empty-list-placeholder';
|
|
14
|
-
export * from './euim-menu';
|
|
15
12
|
export * from './euim-message';
|
|
16
|
-
export * from './euim-stepper';
|
|
17
|
-
export * from './euim-fieldset';
|
|
18
13
|
export * from './euim-spinner';
|
|
19
14
|
export * from './euim-media-header';
|
|
20
15
|
export * from './euim-data-summary';
|
|
21
16
|
export * from './euim-avatar';
|
|
22
17
|
export * from './euim-alert-message';
|
|
23
|
-
export * from './euim-slider';
|
|
24
18
|
export * from './euim-slider-info-screen';
|
|
25
19
|
export * from './euim-scroller-x';
|
|
26
20
|
export * from './euim-chip-selector';
|
|
27
21
|
export * from './euim-skeleton-list';
|
|
28
22
|
export * from './euim-skeleton-list-item';
|
|
29
23
|
export * from './euim-multiselect';
|
|
30
|
-
export * from './
|
|
31
|
-
export * from './
|
|
24
|
+
export * from './euim-pdf-wrapper';
|
|
25
|
+
export * from './euim-about';
|
|
32
26
|
export * from './directives/euim-divider';
|
|
33
27
|
export * from './directives/euim-skeleton-text-avatar';
|
|
34
28
|
export * from './base-states.directive';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAE7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yBAAyB,CAAC"}
|
|
@@ -2,11 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./euim-app.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@ionic/angular";
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "../euim-language-selector/euim-language-selector.module";
|
|
5
|
+
import * as i4 from "../euim-language-selector/euim-language-selector.module";
|
|
7
6
|
export declare class EuimAppModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAppModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAppModule, [typeof i1.EuimAppComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAppModule, [typeof i1.EuimAppComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.EuimLanguageSelectorModule], [typeof i1.EuimAppComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAppModule>;
|
|
11
10
|
}
|
|
12
11
|
//# sourceMappingURL=euim-app.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-app.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-app/euim-app.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-app.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-app/euim-app.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-app/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-app/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
|
|
@@ -7,6 +7,6 @@ export declare class EuimHeaderDetailsComponent {
|
|
|
7
7
|
constructor(baseStatesDirective: BaseStatesDirective);
|
|
8
8
|
getCssClasses(): string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimHeaderDetailsComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimHeaderDetailsComponent, "euim-header-details", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimHeaderDetailsComponent, "euim-header-details", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=euim-header-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-header-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-header-details/euim-header-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,
|
|
1
|
+
{"version":3,"file":"euim-header-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-header-details/euim-header-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAea,0BAA0B;IAKhB,mBAAmB,EAAE,mBAAmB;IAJ3D,IACW,UAAU,IAAI,MAAM,CAE9B;gBACkB,mBAAmB,EAAE,mBAAmB;IAC3D,aAAa,IAAI,MAAM;yCANd,0BAA0B;2CAA1B,0BAA0B;CAWtC"}
|
|
@@ -13,7 +13,7 @@ export declare class EuimLanguageSelectorComponent implements OnInit, OnDestroy
|
|
|
13
13
|
appService: EuimAppService;
|
|
14
14
|
private modalCtrl;
|
|
15
15
|
baseStatesDirective: BaseStatesDirective;
|
|
16
|
-
_euimPrimary:
|
|
16
|
+
_euimPrimary: boolean;
|
|
17
17
|
languages: EuiLanguage[];
|
|
18
18
|
selectedLanguage: EuiLanguage;
|
|
19
19
|
private destroy$;
|
|
@@ -24,6 +24,6 @@ export declare class EuimLanguageSelectorComponent implements OnInit, OnDestroy
|
|
|
24
24
|
onShowLanguageList(): Promise<void>;
|
|
25
25
|
protected getLanguageLabel(languageCode: string): string;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageSelectorComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, {}, {}, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, {}, {}, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
|
28
28
|
}
|
|
29
29
|
//# sourceMappingURL=euim-language-selector.component.d.ts.map
|
package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA0D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAChJ,OAAO,EAAE,kBAAkB,EAAkB,WAAW,EAAE,MAAM,WAAW,CAAC;AAC5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,
|
|
1
|
+
{"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA0D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAChJ,OAAO,EAAE,kBAAkB,EAAkB,WAAW,EAAE,MAAM,WAAW,CAAC;AAC5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAea,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAQ/D,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,kBAAkB;IACnC,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IACV,mBAAmB,EAAE,mBAAmB;IAXnD,YAAY,UAAgD;IAC5D,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,gBAAgB,EAAE,WAAW,CAAC;IAC9B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,kBAAkB,EACnC,UAAU,EAAE,cAAc,EACzB,SAAS,EAAE,eAAe,EAC3B,mBAAmB,EAAE,mBAAmB;IAGnD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,QAAQ,IAAI,IAAI;IAuBhB,WAAW,IAAI,IAAI;IAKb,kBAAkB,IAAG,OAAO,CAAC,IAAI,CAAC;IAOxC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;yCAxD/C,6BAA6B;2CAA7B,6BAA6B;CAgEzC"}
|
|
@@ -5,12 +5,11 @@ import * as i3 from "@angular/common";
|
|
|
5
5
|
import * as i4 from "@ionic/angular";
|
|
6
6
|
import * as i5 from "../../euim-avatar-icon/euim-avatar-icon.module";
|
|
7
7
|
import * as i6 from "../../atoms/euim-label/euim-label.module";
|
|
8
|
-
import * as i7 from "../../
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "@ngx-translate/core";
|
|
8
|
+
import * as i7 from "../../euim-empty-list-placeholder/euim-empty-list-placeholder.module";
|
|
9
|
+
import * as i8 from "@ngx-translate/core";
|
|
11
10
|
export declare class EuimLanguageSelectorModule {
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageSelectorModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimLanguageSelectorModule, [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.EuimAvatarIconModule, typeof i6.EuimLabelModule, typeof i7.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimLanguageSelectorModule, [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.EuimAvatarIconModule, typeof i6.EuimLabelModule, typeof i7.EuimEmptyListPlaceholderModule, typeof i8.TranslateModule], [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent]>;
|
|
14
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimLanguageSelectorModule>;
|
|
15
14
|
}
|
|
16
15
|
//# sourceMappingURL=euim-language-selector.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-language-selector.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-language-selector.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.module.ts"],"names":[],"mappings":";;;;;;;;;AAWA,qBAqBa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CACtC"}
|
package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-toolbar-title.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;;;AAErE,qBAUa,yBAAyB;
|
|
1
|
+
{"version":3,"file":"euim-toolbar-title.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;;;AAErE,qBAUa,yBAAyB;IAKf,mBAAmB,EAAE,mBAAmB;IAJ3D,IACW,UAAU,IAAI,MAAM,CAE9B;gBACkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCAPd,yBAAyB;2CAAzB,yBAAyB;CAYrC"}
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class EuimToolbarComponent implements OnInit {
|
|
5
|
-
hasBackButton:
|
|
4
|
+
hasBackButton: boolean;
|
|
6
5
|
backButtonDefaultHref: string;
|
|
7
|
-
hasSidebarTrigger:
|
|
8
|
-
hasLanguageSelector:
|
|
6
|
+
hasSidebarTrigger: boolean;
|
|
7
|
+
hasLanguageSelector: boolean;
|
|
9
8
|
backButtonClick: EventEmitter<Event>;
|
|
10
9
|
className: string;
|
|
11
10
|
ngOnInit(): void;
|
|
12
11
|
onBackButtonClick(event: Event): void;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarComponent, never>;
|
|
14
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarComponent, "euim-toolbar", never, { "hasBackButton": { "alias": "hasBackButton"; "required": false; }; "backButtonDefaultHref": { "alias": "backButtonDefaultHref"; "required": false; }; "hasSidebarTrigger": { "alias": "hasSidebarTrigger"; "required": false; }; "hasLanguageSelector": { "alias": "hasLanguageSelector"; "required": false; }; }, { "backButtonClick": "backButtonClick"; }, never, ["*", "euim-toolbar-title", "euim-toolbar-action-items"], false, never>;
|
|
14
|
+
static ngAcceptInputType_hasBackButton: unknown;
|
|
15
|
+
static ngAcceptInputType_hasSidebarTrigger: unknown;
|
|
16
|
+
static ngAcceptInputType_hasLanguageSelector: unknown;
|
|
15
17
|
}
|
|
16
18
|
//# sourceMappingURL=euim-toolbar.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,MAAM,EAIT,MAAM,eAAe,CAAC;;AAIvB,qBAOa,oBAAqB,YAAW,MAAM;IAG/C,aAAa,UAAQ;IACZ,qBAAqB,SAAO;IAErC,iBAAiB,UAAS;IAE1B,mBAAmB,UAAS;IAElB,eAAe,EAAE,YAAY,CAAC,KAAK,CAAC,CAAsB;IAErD,SAAS,SAAkB;IAE1C,QAAQ,IAAI,IAAI;IAMhB,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCApB5B,oBAAoB;2CAApB,oBAAoB;4CAwBq81B,OAAQ;gDAAR,OAAQ;kDAAR,OAAQ;CAD7+1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-user-profile-avatar.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"euim-user-profile-avatar.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.ts"],"names":[],"mappings":";AACA,qBAKa,8BAA8B;IACxB,KAAK,SAA8B;yCADzC,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-user-profile-infos.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"euim-user-profile-infos.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.ts"],"names":[],"mappings":";AACA,qBAKa,6BAA6B;IACvB,SAAS,SAA6B;yCAD5C,6BAA6B;2CAA7B,6BAA6B;CAEzC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile.component.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"euim-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile.component.ts"],"names":[],"mappings":";AACA,qBAQa,wBAAwB;IACX,SAAS,SAAuB;yCAD7C,wBAAwB;2CAAxB,wBAAwB;CAEpC"}
|
package/lib/euim-all.module.d.ts
CHANGED
|
@@ -1,41 +1,33 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./components/layout/euim-app/euim-app.module";
|
|
3
|
-
import * as i2 from "./components/
|
|
4
|
-
import * as i3 from "./components/euim-
|
|
5
|
-
import * as i4 from "./components/layout/euim-
|
|
6
|
-
import * as i5 from "./components/euim-
|
|
7
|
-
import * as i6 from "./components/
|
|
8
|
-
import * as i7 from "./components/euim-
|
|
9
|
-
import * as i8 from "./components/euim-
|
|
10
|
-
import * as i9 from "./components/euim-
|
|
11
|
-
import * as i10 from "./components/euim-
|
|
12
|
-
import * as i11 from "./components/
|
|
13
|
-
import * as i12 from "./components/euim-
|
|
14
|
-
import * as i13 from "./components/euim-
|
|
15
|
-
import * as i14 from "./components/
|
|
16
|
-
import * as i15 from "./components/euim-
|
|
17
|
-
import * as i16 from "./components/layout/euim-
|
|
18
|
-
import * as i17 from "./components/
|
|
19
|
-
import * as i18 from "./components/euim-
|
|
20
|
-
import * as i19 from "./components/euim-
|
|
21
|
-
import * as i20 from "./components/
|
|
22
|
-
import * as i21 from "./components/euim-
|
|
23
|
-
import * as i22 from "./components/layout/euim-
|
|
24
|
-
import * as i23 from "./components/euim-
|
|
25
|
-
import * as i24 from "./components/euim-
|
|
26
|
-
import * as i25 from "./components/euim-
|
|
27
|
-
import * as i26 from "./components/euim-
|
|
28
|
-
import * as i27 from "./components/euim-badge/euim-badge.module";
|
|
29
|
-
import * as i28 from "./components/layout/euim-sidebar/euim-sidebar.module";
|
|
30
|
-
import * as i29 from "./components/euim-multiselect/euim-multiselect.module";
|
|
31
|
-
import * as i30 from "./components/directives/euim-list-header/euim-list-header.module";
|
|
32
|
-
import * as i31 from "./components/euim-spinner/euim-spinner.module";
|
|
33
|
-
import * as i32 from "./components/directives/euim-item-divider/euim-item-divider.module";
|
|
34
|
-
import * as i33 from "./components/directives/euim-divider/euim-divider.module";
|
|
35
|
-
import * as i34 from "./components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module";
|
|
3
|
+
import * as i2 from "./components/euim-empty-list-placeholder/euim-empty-list-placeholder.module";
|
|
4
|
+
import * as i3 from "./components/layout/euim-language-selector/euim-language-selector.module";
|
|
5
|
+
import * as i4 from "./components/layout/euim-user-profile/euim-user-profile.module";
|
|
6
|
+
import * as i5 from "./components/euim-message/euim-message.module";
|
|
7
|
+
import * as i6 from "./components/euim-skeleton-list-item/euim-skeleton-list-item.module";
|
|
8
|
+
import * as i7 from "./components/euim-skeleton-list/euim-skeleton-list.module";
|
|
9
|
+
import * as i8 from "./components/euim-avatar-icon/euim-avatar-icon.module";
|
|
10
|
+
import * as i9 from "./components/atoms/euim-label/euim-label.module";
|
|
11
|
+
import * as i10 from "./components/euim-alert-message/euim-alert-message.module";
|
|
12
|
+
import * as i11 from "./components/euim-about/euim-about.module";
|
|
13
|
+
import * as i12 from "./components/layout/euim-toolbar/euim-toolbar.module";
|
|
14
|
+
import * as i13 from "./components/atoms/euim-notification-item/euim-notification-item.module";
|
|
15
|
+
import * as i14 from "./components/euim-media-header/euim-media-header.module";
|
|
16
|
+
import * as i15 from "./components/euim-data-summary/euim-data-summary.module";
|
|
17
|
+
import * as i16 from "./components/layout/euim-header-details/euim-header-details.module";
|
|
18
|
+
import * as i17 from "./components/euim-avatar/euim-avatar.module";
|
|
19
|
+
import * as i18 from "./components/euim-slider-info-screen/euim-slider-info-screen.module";
|
|
20
|
+
import * as i19 from "./components/euim-scroller-x/euim-scroller-x.module";
|
|
21
|
+
import * as i20 from "./components/euim-chip-selector/euim-chip-selector.module";
|
|
22
|
+
import * as i21 from "./components/euim-badge/euim-badge.module";
|
|
23
|
+
import * as i22 from "./components/layout/euim-sidebar/euim-sidebar.module";
|
|
24
|
+
import * as i23 from "./components/euim-multiselect/euim-multiselect.module";
|
|
25
|
+
import * as i24 from "./components/euim-spinner/euim-spinner.module";
|
|
26
|
+
import * as i25 from "./components/directives/euim-divider/euim-divider.module";
|
|
27
|
+
import * as i26 from "./components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module";
|
|
36
28
|
export declare class EuimAllModule {
|
|
37
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAllModule, never>;
|
|
38
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAllModule, never, [typeof i1.EuimAppModule, typeof i2.
|
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAllModule, never, [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.EuimSkeletonListItemModule, typeof i7.EuimSkeletonListModule, typeof i8.EuimAvatarIconModule, typeof i9.EuimLabelModule, typeof i10.EuimAlertMessageModule, typeof i11.EuimAboutModule, typeof i12.EuimToolbarComponentModule, typeof i13.EuimNotificationItemModule, typeof i14.EuimMediaHeaderModule, typeof i15.EuimDataSummaryModule, typeof i16.EuimHeaderDetailsModule, typeof i17.EuimAvatarModule, typeof i18.EuimSliderInfoScreenModule, typeof i19.EuimScrollerXComponentModule, typeof i20.EuimChipSelectorComponentModule, typeof i21.EuimBadgeModule, typeof i22.EuimSidebarModule, typeof i23.EuimMultiselectModule, typeof i24.EuimSpinnerComponentModule, typeof i25.EuimDividerModule, typeof i26.EuimSkeletonTextAvatarModule], [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.EuimSkeletonListItemModule, typeof i7.EuimSkeletonListModule, typeof i8.EuimAvatarIconModule, typeof i9.EuimLabelModule, typeof i10.EuimAlertMessageModule, typeof i11.EuimAboutModule, typeof i12.EuimToolbarComponentModule, typeof i13.EuimNotificationItemModule, typeof i14.EuimMediaHeaderModule, typeof i15.EuimDataSummaryModule, typeof i16.EuimHeaderDetailsModule, typeof i17.EuimAvatarModule, typeof i18.EuimSliderInfoScreenModule, typeof i19.EuimScrollerXComponentModule, typeof i20.EuimChipSelectorComponentModule, typeof i21.EuimBadgeModule, typeof i22.EuimSidebarModule, typeof i23.EuimMultiselectModule, typeof i24.EuimSpinnerComponentModule, typeof i25.EuimDividerModule, typeof i26.EuimSkeletonTextAvatarModule]>;
|
|
39
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAllModule>;
|
|
40
32
|
}
|
|
41
33
|
//# sourceMappingURL=euim-all.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-all.module.d.ts","sourceRoot":"","sources":["../../src/lib/euim-all.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-all.module.d.ts","sourceRoot":"","sources":["../../src/lib/euim-all.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAiEA,qBAUa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/mobile-core",
|
|
3
|
-
"version": "17.0.0-next.
|
|
3
|
+
"version": "17.0.0-next.10",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"license": "EUPL-1.1",
|
|
6
6
|
"dependencies": {
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
"@ionic/angular": "6.7.5",
|
|
9
9
|
"@ionic/storage": "3.0.6",
|
|
10
10
|
"ngx-moment": "6.0.2",
|
|
11
|
+
"ng2-pdf-viewer": "10.0.0",
|
|
12
|
+
"@meddv/ngx-pinch-zoom": "17.0.1",
|
|
13
|
+
"angularx-qrcode": "^12.0.0",
|
|
11
14
|
"tslib": "^2.3.0"
|
|
12
15
|
},
|
|
13
16
|
"module": "fesm2022/eui-mobile-core.mjs",
|