@eui/mobile-core 18.0.0-next.2 → 18.0.0-next.21
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/assets/i18n-mobile/es.json +4 -4
- package/docs/components/EuiMUserProfileActionComponent.html +2 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +98 -38
- package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
- package/docs/components/EuimAboutComponent.html +57 -161
- package/docs/components/EuimAboutContentLoadingComponent.html +98 -18
- package/docs/components/EuimAlertMessageComponent.html +3 -3
- package/docs/components/EuimAppComponent.html +2 -2
- package/docs/components/EuimAvatarBadgeComponent.html +395 -0
- package/docs/components/EuimAvatarComponent.html +192 -35
- package/docs/components/EuimAvatarIconComponent.html +36 -205
- package/docs/{directives/EuimToolbarDatepickerDatetimeDirective.html → components/EuimAvatarIconSubComponent.html} +129 -259
- package/docs/components/EuimAvatarImageComponent.html +416 -0
- package/docs/components/EuimAvatarTextComponent.html +445 -0
- package/docs/components/EuimBadgeComponent.html +3 -3
- package/docs/components/EuimCardComponent.html +68 -3
- package/docs/components/EuimCardListComponent.html +95 -34
- package/docs/components/EuimChangelogComponent.html +102 -3
- package/docs/components/EuimChipSelectorComponent.html +98 -7
- package/docs/components/EuimDataSummaryColComponent.html +2 -2
- package/docs/components/EuimDataSummaryComponent.html +2 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +3 -3
- package/docs/components/EuimHeaderDetailsComponent.html +39 -2
- package/docs/components/EuimHelpSupportComponent.html +8 -80
- package/docs/components/EuimLabelComponent.html +3 -3
- package/docs/components/EuimLanguageListComponent.html +124 -53
- package/docs/components/EuimLanguageSelectorComponent.html +72 -16
- package/docs/components/EuimMediaHeaderComponent.html +27 -3
- package/docs/components/EuimMessageComponent.html +2 -2
- package/docs/components/EuimMessageTitleComponent.html +2 -2
- package/docs/components/EuimMultiselectComponent.html +2 -2
- package/docs/components/EuimMultiselectFilterComponent.html +3 -3
- package/docs/components/EuimMultiselectInfoComponent.html +2 -2
- package/docs/components/EuimMultiselectListComponent.html +2 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +3 -3
- package/docs/components/EuimNotificationItemComponent.html +2 -2
- package/docs/components/EuimOpenSourceLicencesComponent.html +102 -3
- package/docs/components/EuimPdfViewerComponent.html +58 -4
- package/docs/components/EuimScrollerXComponent.html +2 -2
- package/docs/components/EuimSearchBarComponent.html +723 -0
- package/docs/components/EuimSidebarComponent.html +2 -2
- package/docs/components/EuimSidebarContentComponent.html +222 -5
- package/docs/components/EuimSkeletonListComponent.html +2 -2
- package/docs/components/EuimSkeletonListItemComponent.html +2 -2
- package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
- package/docs/components/EuimSliderInfoScreenComponent.html +154 -48
- 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 +27 -3
- package/docs/components/EuimToolbarDatepickerComponent.html +118 -12
- package/docs/components/EuimToolbarQrcodeComponent.html +364 -0
- package/docs/components/EuimToolbarTitleComponent.html +2 -2
- package/docs/components/EuimUserProfileComponent.html +90 -34
- package/docs/dependencies.html +6 -4
- package/docs/{interfaces/HelpContacts.html → directives/EuimAlignCenterDirective.html} +145 -110
- package/docs/directives/EuimAlignTopDirective.html +350 -0
- package/docs/directives/EuimCardImageDirective.html +51 -0
- package/docs/directives/EuimDividerDirective.html +4 -0
- package/docs/directives/EuimListHeaderDirective.html +436 -0
- package/docs/directives/EuimListItemNoPaddingsDirective.html +350 -0
- package/docs/directives/EuimMediaHeaderCustomContentDirective.html +350 -0
- package/docs/directives/EuimMinWidthDirective.html +383 -0
- package/docs/directives/EuimReadOnlyFormDirective.html +350 -0
- package/docs/directives/EuimReadOnlyFormLabelDirective.html +350 -0
- package/docs/directives/EuimReadOnlyFormValueDirective.html +350 -0
- package/docs/directives/EuimSkeletonTextAvatarDirective.html +4 -0
- package/docs/index.html +4 -4
- package/docs/interfaces/{SupportMaterials.html → ActionBtnsIconsNames.html} +51 -18
- package/docs/interfaces/{Contact.html → MenuItem.html} +92 -47
- package/docs/js/menu-wc.js +153 -85
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +22 -1
- package/docs/miscellaneous/variables.html +13 -39
- package/docs/modules/EuimAboutModule.html +1 -1
- package/docs/modules/EuimAllModule.html +58 -4
- package/docs/modules/EuimAvatarModule.html +16 -10
- package/docs/modules/EuimDividerModule.html +13 -4
- package/docs/modules/EuimLanguageSelectorModule.html +1 -1
- package/docs/modules/EuimListHeaderModule.html +241 -0
- package/docs/modules/EuimMediaHeaderModule.html +13 -0
- package/docs/modules/EuimSidebarModule.html +1 -1
- package/docs/modules/EuimSkeletonTextAvatarModule.html +13 -4
- package/docs/modules/EuimToolbarDatepickerModule.html +1 -7
- package/docs/modules/{EuimAvatarIconModule.html → EuimToolbarQrcodeModule.html} +5 -5
- package/docs/modules.html +24 -12
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +5 -6
- 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 -5
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.module.mjs +5 -5
- package/esm2022/lib/components/base-states.directive.mjs +4 -4
- package/esm2022/lib/components/directives/euim-align-center/euim-align-center.directive.mjs +20 -0
- package/esm2022/lib/components/directives/euim-align-top/euim-align-top.directive.mjs +20 -0
- package/esm2022/lib/components/directives/euim-divider/euim-divider.directive.mjs +5 -4
- package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +12 -9
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +28 -0
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +31 -0
- package/esm2022/lib/components/directives/euim-list-header/index.mjs +3 -0
- package/esm2022/lib/components/directives/euim-list-item/euim-list-item.directive.mjs +20 -0
- package/esm2022/lib/components/directives/euim-min-width/euim-min-width.directive.mjs +25 -0
- package/esm2022/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.mjs +4 -4
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.mjs +5 -4
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.mjs +12 -9
- package/esm2022/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.mjs +4 -4
- package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +11 -12
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +10 -31
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +9 -13
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +12 -11
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +12 -33
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +12 -11
- 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 +15 -13
- package/esm2022/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.mjs +25 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.mjs +17 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.mjs +44 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.mjs +19 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.mjs +28 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +35 -8
- package/esm2022/lib/components/euim-avatar/euim-avatar.module.mjs +32 -18
- package/esm2022/lib/components/euim-avatar/index.mjs +6 -3
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -5
- package/esm2022/lib/components/euim-badge/euim-badge.module.mjs +5 -5
- package/esm2022/lib/components/euim-card/euim-card-image/euim-card-image.directive.mjs +16 -6
- package/esm2022/lib/components/euim-card/euim-card.component.mjs +16 -7
- package/esm2022/lib/components/euim-card/euim-card.module.mjs +5 -5
- package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +19 -8
- package/esm2022/lib/components/euim-card-list/euim-card-list.module.mjs +5 -5
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +4 -4
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +44 -11
- 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 +4 -4
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +4 -4
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +7 -7
- 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 +5 -5
- 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-custom-content/euim-media-header-content.directive.mjs +20 -0
- 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 -5
- package/esm2022/lib/components/euim-media-header/euim-media-header.module.mjs +11 -7
- 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 +5 -5
- 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 +4 -4
- 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 +4 -4
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-list/euim-multiselect-list.component.mjs +4 -4
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-select-field/euim-multiselect-select-field.directive.mjs +4 -4
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.module.mjs +5 -5
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.mjs +21 -20
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.mjs +9 -5
- package/esm2022/lib/components/euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive.mjs +20 -0
- package/esm2022/lib/components/euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive.mjs +20 -0
- package/esm2022/lib/components/euim-read-only-form/euim-read-only-form.directive.mjs +20 -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-search-bar/euim-search-bar.component.mjs +56 -0
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
- 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 +5 -5
- 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 +39 -10
- 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 +5 -5
- package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +5 -5
- 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/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +37 -18
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.mjs +10 -15
- package/esm2022/lib/components/euim-toolbar-datepicker/index.mjs +1 -2
- package/esm2022/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.mjs +21 -0
- package/esm2022/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.mjs +36 -0
- package/esm2022/lib/components/euim-toolbar-qrcode/index.mjs +3 -0
- package/esm2022/lib/components/index.mjs +14 -4
- package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +5 -5
- 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 +12 -7
- 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 +37 -66
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +46 -26
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +9 -15
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.mjs +48 -8
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +5 -5
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.module.mjs +9 -9
- 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 +4 -4
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +8 -5
- 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 +19 -10
- 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 +17 -9
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -5
- package/esm2022/lib/euim-all.module.mjs +50 -21
- package/esm2022/lib/services/euim-app.service.mjs +4 -4
- package/fesm2022/eui-mobile-core.mjs +1319 -844
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
- package/lib/components/base-states.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-align-center/euim-align-center.directive.d.ts +7 -0
- package/lib/components/directives/euim-align-center/euim-align-center.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-align-top/euim-align-top.directive.d.ts +7 -0
- package/lib/components/directives/euim-align-top/euim-align-top.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-divider/euim-divider.directive.d.ts +1 -1
- package/lib/components/directives/euim-divider/euim-divider.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-divider/euim-divider.module.d.ts +7 -4
- package/lib/components/directives/euim-divider/euim-divider.module.d.ts.map +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +9 -0
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +13 -0
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -0
- package/lib/components/directives/euim-list-header/index.d.ts +3 -0
- package/lib/components/directives/euim-list-header/index.d.ts.map +1 -0
- package/lib/components/directives/euim-list-item/euim-list-item.directive.d.ts +7 -0
- package/lib/components/directives/euim-list-item/euim-list-item.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-min-width/euim-min-width.directive.d.ts +10 -0
- package/lib/components/directives/euim-min-width/euim-min-width.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts +1 -1
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts +7 -4
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts +2 -2
- package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about.component.d.ts +2 -8
- package/lib/components/euim-about/euim-about.component.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about.module.d.ts +9 -10
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +1 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -1
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +2 -45
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -1
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +2 -1
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -1
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
- package/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.d.ts +8 -0
- package/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.d.ts +7 -0
- package/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts +13 -0
- package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.d.ts +8 -0
- package/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.d.ts +9 -0
- package/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar.component.d.ts +8 -2
- package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
- package/lib/components/euim-avatar/euim-avatar.module.d.ts +8 -5
- package/lib/components/euim-avatar/euim-avatar.module.d.ts.map +1 -1
- package/lib/components/euim-avatar/index.d.ts +5 -2
- package/lib/components/euim-avatar/index.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-card/euim-card-image/euim-card-image.directive.d.ts +3 -1
- package/lib/components/euim-card/euim-card-image/euim-card-image.directive.d.ts.map +1 -1
- package/lib/components/euim-card/euim-card.component.d.ts +7 -2
- package/lib/components/euim-card/euim-card.component.d.ts.map +1 -1
- package/lib/components/euim-card-list/euim-card-list.component.d.ts +4 -2
- package/lib/components/euim-card-list/euim-card-list.component.d.ts.map +1 -1
- 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 +11 -4
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
- package/lib/components/euim-media-header/euim-media-header-custom-content/euim-media-header-content.directive.d.ts +7 -0
- package/lib/components/euim-media-header/euim-media-header-custom-content/euim-media-header-content.directive.d.ts.map +1 -0
- package/lib/components/euim-media-header/euim-media-header.component.d.ts +3 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
- package/lib/components/euim-media-header/euim-media-header.module.d.ts +2 -1
- package/lib/components/euim-media-header/euim-media-header.module.d.ts.map +1 -1
- 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.map +1 -1
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts +3 -1
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts.map +1 -1
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts +6 -5
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts.map +1 -1
- package/lib/components/euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive.d.ts +7 -0
- package/lib/components/euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive.d.ts.map +1 -0
- package/lib/components/euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive.d.ts +7 -0
- package/lib/components/euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive.d.ts.map +1 -0
- package/lib/components/euim-read-only-form/euim-read-only-form.directive.d.ts +7 -0
- package/lib/components/euim-read-only-form/euim-read-only-form.directive.d.ts.map +1 -0
- package/lib/components/euim-search-bar/euim-search-bar.component.d.ts +19 -0
- package/lib/components/euim-search-bar/euim-search-bar.component.d.ts.map +1 -0
- 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-content/euim-slider-info-screen-content.directive.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +11 -2
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts +6 -6
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts.map +1 -1
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts +7 -8
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts.map +1 -1
- package/lib/components/euim-toolbar-datepicker/index.d.ts +0 -1
- package/lib/components/euim-toolbar-datepicker/index.d.ts.map +1 -1
- package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.d.ts +9 -0
- package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.d.ts.map +1 -0
- package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.d.ts +12 -0
- package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.d.ts.map +1 -0
- package/lib/components/euim-toolbar-qrcode/index.d.ts +3 -0
- package/lib/components/euim-toolbar-qrcode/index.d.ts.map +1 -0
- package/lib/components/index.d.ts +13 -3
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts +4 -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 +44 -17
- 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 +26 -5
- 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 +2 -2
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -1
- package/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.d.ts +28 -5
- package/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.d.ts.map +1 -1
- package/lib/components/layout/euim-sidebar/euim-sidebar.module.d.ts +2 -2
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +2 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +4 -2
- 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 +4 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +35 -26
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +2 -1
- package/docs/interfaces/AlertInfos.html +0 -411
- package/docs/interfaces/Material.html +0 -495
- package/esm2022/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.mjs +0 -19
- package/esm2022/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.mjs +0 -19
- package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +0 -44
- package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.module.mjs +0 -28
- package/esm2022/lib/components/euim-avatar-icon/index.mjs +0 -3
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.mjs +0 -73
- package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts +0 -7
- package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts.map +0 -1
- package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts +0 -7
- package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts.map +0 -1
- package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +0 -13
- package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +0 -1
- package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts +0 -10
- package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts.map +0 -1
- package/lib/components/euim-avatar-icon/index.d.ts +0 -3
- package/lib/components/euim-avatar-icon/index.d.ts.map +0 -1
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.d.ts +0 -19
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.d.ts.map +0 -1
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EuimCardImageDirective {
|
|
3
|
+
euimCardImageHeight: string;
|
|
4
|
+
euimCardImageWidth: string;
|
|
3
5
|
className: string;
|
|
4
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimCardImageDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimCardImageDirective, "[euimCardImage]", never, {}, {}, never, never, false, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimCardImageDirective, "[euimCardImage]", never, { "euimCardImageHeight": { "alias": "euimCardImageHeight"; "required": false; }; "euimCardImageWidth": { "alias": "euimCardImageWidth"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
8
|
}
|
|
7
9
|
//# sourceMappingURL=euim-card-image.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-card-image.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-card/euim-card-image/euim-card-image.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,sBAAsB;
|
|
1
|
+
{"version":3,"file":"euim-card-image.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-card/euim-card-image/euim-card-image.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,sBAAsB;IACkB,mBAAmB,EAAE,MAAM,CAAC;IAC7B,kBAAkB,EAAE,MAAM,CAAC;IAErD,SAAS,SAAsB;yCAJ5C,sBAAsB;2CAAtB,sBAAsB;CAKlC"}
|
|
@@ -1,12 +1,17 @@
|
|
|
1
|
+
import { AfterContentInit } from '@angular/core';
|
|
1
2
|
import { BaseStatesDirective } from '../base-states.directive';
|
|
3
|
+
import { EuimCardImageDirective } from './euim-card-image/euim-card-image.directive';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
3
5
|
import * as i1 from "../base-states.directive";
|
|
4
|
-
export declare class EuimCardComponent {
|
|
6
|
+
export declare class EuimCardComponent implements AfterContentInit {
|
|
5
7
|
baseStatesDirective: BaseStatesDirective;
|
|
8
|
+
cardImageDirective: EuimCardImageDirective;
|
|
9
|
+
imageWidth: string;
|
|
6
10
|
get cssClasses(): string;
|
|
7
11
|
constructor(baseStatesDirective: BaseStatesDirective);
|
|
8
12
|
getCssClasses(): string;
|
|
13
|
+
ngAfterContentInit(): void;
|
|
9
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimCardComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimCardComponent, "euim-card", never, {}, {},
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimCardComponent, "euim-card", never, {}, {}, ["cardImageDirective"], ["[euimCardImage]", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimSizeM": "euimSizeM"; "euimSizeS": "euimSizeS"; "euimSizeL": "euimSizeL"; }; outputs: {}; }]>;
|
|
11
16
|
}
|
|
12
17
|
//# sourceMappingURL=euim-card.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-card.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-card/euim-card.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-card.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-card/euim-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,gBAAgB,EAEnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6CAA6C,CAAC;;;AAErF,qBAiBa,iBAAkB,YAAW,gBAAgB;IAQnC,mBAAmB,EAAE,mBAAmB;IAPrB,kBAAkB,EAAE,sBAAsB,CAAC;IACjF,UAAU,EAAE,MAAM,CAAC;IACnB,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;IAMvB,kBAAkB,IAAI,IAAI;yCAhBjB,iBAAiB;2CAAjB,iBAAiB;CAqB7B"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EuimCardListComponent {
|
|
3
|
-
|
|
3
|
+
direction: 'column' | '';
|
|
4
|
+
get cssClasses(): string;
|
|
5
|
+
getCssClasses(): string;
|
|
4
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimCardListComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimCardListComponent, "euim-card-list", never, {}, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimCardListComponent, "euim-card-list", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6
8
|
}
|
|
7
9
|
//# sourceMappingURL=euim-card-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-card-list.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-card-list/euim-card-list.component.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"euim-card-list.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-card-list/euim-card-list.component.ts"],"names":[],"mappings":";AAQA,qBAOa,qBAAqB;IACrB,SAAS,EAAE,QAAQ,GAAG,EAAE,CAAM;IACvC,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,aAAa,IAAI,MAAM;yCAPd,qBAAqB;2CAArB,qBAAqB;CAajC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-chip-selector-item.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,UAAU,EAAE,SAAS,EAAqC,MAAM,eAAe,CAAC;;AAExH,qBAGa,6BAA6B;IASnB,QAAQ,EAAE,SAAS;IAAS,EAAE,EAAE,UAAU;IAR7D,eAAe,UAAS;IAEe,EAAE,EAAE,MAAM,CAAC;IAElD,mBAAmB,UAAS;IAEN,SAAS,SAA8B;gBAE1C,QAAQ,EAAE,SAAS,EAAS,EAAE,EAAE,UAAU;yCATpD,6BAA6B;2CAA7B,6BAA6B;
|
|
1
|
+
{"version":3,"file":"euim-chip-selector-item.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,UAAU,EAAE,SAAS,EAAqC,MAAM,eAAe,CAAC;;AAExH,qBAGa,6BAA6B;IASnB,QAAQ,EAAE,SAAS;IAAS,EAAE,EAAE,UAAU;IAR7D,eAAe,UAAS;IAEe,EAAE,EAAE,MAAM,CAAC;IAElD,mBAAmB,UAAS;IAEN,SAAS,SAA8B;gBAE1C,QAAQ,EAAE,SAAS,EAAS,EAAE,EAAE,UAAU;yCATpD,6BAA6B;2CAA7B,6BAA6B;iCAYqqxQ,OAAQ;kDAAx0lO,OAAQ;CADt5rC"}
|
|
@@ -4,11 +4,14 @@ import { EuimChipSelectorItemDirective } from './euim-chip-selector-item/euim-ch
|
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class EuimChipSelectorComponent implements AfterViewInit, AfterContentInit, OnChanges, OnDestroy {
|
|
7
|
-
backgroundColor: '
|
|
8
|
-
color: 'default' | 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
|
|
9
|
-
chipSelectedColor: 'primary' | 'dark' | 'info' | 'success' | 'warning' | 'danger' | 'white';
|
|
7
|
+
backgroundColor: 'branding' | 'transparent' | 'white' | '';
|
|
8
|
+
color: 'default' | 'dark' | 'branding' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
|
|
9
|
+
chipSelectedColor: 'primary' | 'dark' | 'branding' | 'info' | 'success' | 'warning' | 'danger' | 'white';
|
|
10
10
|
chipFill: 'default' | 'clear' | 'outline' | 'outline-solid' | 'solid';
|
|
11
11
|
sourceData: FilteredData[];
|
|
12
|
+
hasBoxShadow: BooleanInput;
|
|
13
|
+
hasNoScrollerX: BooleanInput;
|
|
14
|
+
hasColorTransparency: BooleanInput;
|
|
12
15
|
selectedChips: any[];
|
|
13
16
|
isMultiSelectionMode: BooleanInput;
|
|
14
17
|
isCustomMode: BooleanInput;
|
|
@@ -16,6 +19,7 @@ export declare class EuimChipSelectorComponent implements AfterViewInit, AfterCo
|
|
|
16
19
|
hasSearchbar: BooleanInput;
|
|
17
20
|
filterData: EventEmitter<FilteredData[]>;
|
|
18
21
|
clickItems: EventEmitter<string[]>;
|
|
22
|
+
selectedChipsChange: EventEmitter<string[]>;
|
|
19
23
|
get cssClasses(): string;
|
|
20
24
|
euimChipSelectorItemComponent: QueryList<EuimChipSelectorItemDirective>;
|
|
21
25
|
filteredData: FilteredData[];
|
|
@@ -48,7 +52,10 @@ export declare class EuimChipSelectorComponent implements AfterViewInit, AfterCo
|
|
|
48
52
|
private filterByCondition;
|
|
49
53
|
private filterByMultipleConditions;
|
|
50
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimChipSelectorComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimChipSelectorComponent, "euim-chip-selector", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "chipSelectedColor": { "alias": "chipSelectedColor"; "required": false; }; "chipFill": { "alias": "chipFill"; "required": false; }; "sourceData": { "alias": "sourceData"; "required": false; }; "selectedChips": { "alias": "selectedChips"; "required": false; }; "isMultiSelectionMode": { "alias": "isMultiSelectionMode"; "required": false; }; "isCustomMode": { "alias": "isCustomMode"; "required": false; }; "euimKeepSelection": { "alias": "euimKeepSelection"; "required": false; }; "hasSearchbar": { "alias": "hasSearchbar"; "required": false; }; }, { "filterData": "filterData"; "clickItems": "clickItems"; }, ["euimChipSelectorItemComponent"], ["*"], false, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimChipSelectorComponent, "euim-chip-selector", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "chipSelectedColor": { "alias": "chipSelectedColor"; "required": false; }; "chipFill": { "alias": "chipFill"; "required": false; }; "sourceData": { "alias": "sourceData"; "required": false; }; "hasBoxShadow": { "alias": "hasBoxShadow"; "required": false; }; "hasNoScrollerX": { "alias": "hasNoScrollerX"; "required": false; }; "hasColorTransparency": { "alias": "hasColorTransparency"; "required": false; }; "selectedChips": { "alias": "selectedChips"; "required": false; }; "isMultiSelectionMode": { "alias": "isMultiSelectionMode"; "required": false; }; "isCustomMode": { "alias": "isCustomMode"; "required": false; }; "euimKeepSelection": { "alias": "euimKeepSelection"; "required": false; }; "hasSearchbar": { "alias": "hasSearchbar"; "required": false; }; }, { "filterData": "filterData"; "clickItems": "clickItems"; "selectedChipsChange": "selectedChipsChange"; }, ["euimChipSelectorItemComponent"], ["*"], false, never>;
|
|
56
|
+
static ngAcceptInputType_hasBoxShadow: unknown;
|
|
57
|
+
static ngAcceptInputType_hasNoScrollerX: unknown;
|
|
58
|
+
static ngAcceptInputType_hasColorTransparency: unknown;
|
|
52
59
|
static ngAcceptInputType_isMultiSelectionMode: unknown;
|
|
53
60
|
static ngAcceptInputType_isCustomMode: unknown;
|
|
54
61
|
static ngAcceptInputType_euimKeepSelection: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-chip-selector.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-chip-selector/euim-chip-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,SAAS,EACT,SAAS,EACT,aAAa,EAGb,gBAAgB,EAIhB,aAAa,EAEb,YAAY,EACZ,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6DAA6D,CAAC;AAC5G,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;;AAEpC,qBAQa,yBAA0B,YAAW,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAAE,SAAS;IAE1F,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"euim-chip-selector.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-chip-selector/euim-chip-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,SAAS,EACT,SAAS,EACT,aAAa,EAGb,gBAAgB,EAIhB,aAAa,EAEb,YAAY,EACZ,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6DAA6D,CAAC;AAC5G,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;;AAEpC,qBAQa,yBAA0B,YAAW,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAAE,SAAS;IAE1F,eAAe,EAAE,UAAU,GAAE,aAAa,GAAI,OAAO,GAAG,EAAE,CAAc;IACxE,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAW;IACnH,iBAAiB,EAAE,SAAS,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAW;IACnH,QAAQ,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,GAAG,OAAO,CAAa;IAClF,UAAU,EAAE,YAAY,EAAE,CAAM;IAEzC,YAAY,EAAE,YAAY,CAAS;IAEnC,cAAc,EAAE,YAAY,CAAS;IAErC,oBAAoB,EAAE,YAAY,CAAS;IAClC,aAAa,QAAM;IAE5B,oBAAoB,EAAE,YAAY,CAAS;IAE3C,YAAY,EAAE,YAAY,CAAS;IAEnC,iBAAiB,EAAE,YAAY,CAAS;IAExC,YAAY,EAAE,YAAY,CAAS;IACzB,UAAU,+BAAsC;IAChD,UAAU,yBAAgC;IAC1C,mBAAmB,yBAAgC;IAE7D,IACI,UAAU,IAAI,MAAM,CAEvB;IAGD,6BAA6B,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAExE,YAAY,iBAAwB;IACpC,gBAAgB,QAAK;IACrB,WAAW,SAAM;IACjB,WAAW,UAAQ;IACnB,gCAAgC,EAAE,YAAY,CAAC;IAC/C,iBAAiB,UAAS;IAE1B,eAAe,IAAI,IAAI;IAIvB,kBAAkB,IAAI,IAAI;IAM1B,WAAW,IAAI,IAAI;IAMnB,kBAAkB,IAAI,IAAI;IAY1B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IA2BzC,aAAa,IAAI,MAAM;IAQvB,iBAAiB,IAAI,IAAI;IASzB,iBAAiB,IAAI,MAAM;IAW3B,qBAAqB,IAAI,IAAI;IA6B7B,WAAW,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,wBAAwB,EAAE,MAAM,EAAE,GAAG,IAAI;IAmBzG,wBAAwB,IAAI,IAAI;IAehC,iCAAiC,CAAC,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI;IAgC9D,cAAc,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,KAAA,GAAG,IAAI;IAY9E,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAe9B,iBAAiB,CAAC,IAAI,KAAA,GAAG,IAAI;IAK7B,oBAAoB,CAAC,IAAI,KAAA,GAAG,IAAI;IAKhC,OAAO,CAAC,wBAAwB;IAoBhC,OAAO,CAAC,yBAAyB;IAejC,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,iBAAiB;IAOzB,OAAO,CAAC,0BAA0B;yCA5TzB,yBAAyB;2CAAzB,yBAAyB;2CAuUuqxB,OAAQ;6CAAR,OAAQ;mDAAR,OAAQ;mDAAR,OAAQ;2CAAR,OAAQ;gDAAR,OAAQ;2CAAR,OAAQ;CAPptxB;AAED,UAAU,YAAY;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB"}
|
package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-empty-list-placeholder.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.ts"],"names":[],"mappings":";AASA,qBAOa,iCAAiC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IAExB,kBAAkB,EAAE,OAAO,CAAC;IAG5B,kBAAkB,EAAE,OAAO,CAAC;IAG5B,qBAAqB,EAAC,OAAO,CAAC;IAE9B,IACW,UAAU,IAAI,MAAM,CAE9B;IACD,aAAa,IAAI,MAAM;yCAlBd,iCAAiC;2CAAjC,iCAAiC;
|
|
1
|
+
{"version":3,"file":"euim-empty-list-placeholder.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.ts"],"names":[],"mappings":";AASA,qBAOa,iCAAiC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IAExB,kBAAkB,EAAE,OAAO,CAAC;IAG5B,kBAAkB,EAAE,OAAO,CAAC;IAG5B,qBAAqB,EAAC,OAAO,CAAC;IAE9B,IACW,UAAU,IAAI,MAAM,CAE9B;IACD,aAAa,IAAI,MAAM;yCAlBd,iCAAiC;2CAAjC,iCAAiC;iDA2BkkqC,OAAQ;iDAAR,OAAQ;oDAAR,OAAQ;CADvnqC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimMediaHeaderCustomContentDirective {
|
|
3
|
+
className: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimMediaHeaderCustomContentDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimMediaHeaderCustomContentDirective, "[euimMediaHeaderCustomContent]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=euim-media-header-content.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-media-header-content.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-media-header/euim-media-header-custom-content/euim-media-header-content.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,qCAAqC;IACxB,SAAS,SAAuC;yCAD7D,qCAAqC;2CAArC,qCAAqC;CAEjD"}
|
|
@@ -5,12 +5,14 @@ export declare class EuimMediaHeaderComponent {
|
|
|
5
5
|
baseStatesDirective: BaseStatesDirective;
|
|
6
6
|
euimNoGradient: boolean;
|
|
7
7
|
euimTwoSidesGradient: boolean;
|
|
8
|
+
hasBlur: boolean;
|
|
8
9
|
get cssClasses(): string;
|
|
9
10
|
constructor(baseStatesDirective: BaseStatesDirective);
|
|
10
11
|
getCssClasses(): string;
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimMediaHeaderComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimMediaHeaderComponent, "euim-media-header", never, { "euimNoGradient": { "alias": "euimNoGradient"; "required": false; }; "euimTwoSidesGradient": { "alias": "euimTwoSidesGradient"; "required": false; }; }, {}, never, ["[euimMediaHeaderImage]", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimSizeM": "euimSizeM"; "euimSizeS": "euimSizeS"; "euimSizeL": "euimSizeL"; }; outputs: {}; }]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimMediaHeaderComponent, "euim-media-header", never, { "euimNoGradient": { "alias": "euimNoGradient"; "required": false; }; "euimTwoSidesGradient": { "alias": "euimTwoSidesGradient"; "required": false; }; "hasBlur": { "alias": "hasBlur"; "required": false; }; }, {}, never, ["[euimMediaHeaderImage]", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimSizeM": "euimSizeM"; "euimSizeS": "euimSizeS"; "euimSizeL": "euimSizeL"; }; outputs: {}; }]>;
|
|
13
14
|
static ngAcceptInputType_euimNoGradient: unknown;
|
|
14
15
|
static ngAcceptInputType_euimTwoSidesGradient: unknown;
|
|
16
|
+
static ngAcceptInputType_hasBlur: unknown;
|
|
15
17
|
}
|
|
16
18
|
//# sourceMappingURL=euim-media-header.component.d.ts.map
|
|
@@ -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":"AAQA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,qBAiBa,wBAAwB;
|
|
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;IAed,mBAAmB,EAAE,mBAAmB;IAZ3D,cAAc,UAAS;IAEvB,oBAAoB,UAAS;IAG7B,OAAO,UAAS;IAEhB,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCAjBd,wBAAwB;2CAAxB,wBAAwB;6CAmCmzpC,OAAQ;mDAAR,OAAQ;sCAAR,OAAQ;CAD/1pC"}
|
|
@@ -5,9 +5,10 @@ import * as i3 from "./euim-media-header-sub-title/euim-media-header-sub-title.d
|
|
|
5
5
|
import * as i4 from "./euim-media-header-image/euim-media-header-image.directive";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "@ionic/angular";
|
|
8
|
+
import * as i7 from "./euim-media-header-custom-content/euim-media-header-content.directive";
|
|
8
9
|
export declare class EuimMediaHeaderModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimMediaHeaderModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimMediaHeaderModule, [typeof i1.EuimMediaHeaderComponent, typeof i2.EuimMediaHeaderTitleDirective, typeof i3.EuimMediaHeaderSubTitleDirective, typeof i4.EuimMediaHeaderImageDirective], [typeof i5.CommonModule, typeof i6.IonicModule], [typeof i1.EuimMediaHeaderComponent, typeof i2.EuimMediaHeaderTitleDirective, typeof i3.EuimMediaHeaderSubTitleDirective, typeof i4.EuimMediaHeaderImageDirective]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimMediaHeaderModule, [typeof i1.EuimMediaHeaderComponent, typeof i2.EuimMediaHeaderTitleDirective, typeof i3.EuimMediaHeaderSubTitleDirective, typeof i4.EuimMediaHeaderImageDirective], [typeof i5.CommonModule, typeof i6.IonicModule, typeof i7.EuimMediaHeaderCustomContentDirective], [typeof i1.EuimMediaHeaderComponent, typeof i2.EuimMediaHeaderTitleDirective, typeof i3.EuimMediaHeaderSubTitleDirective, typeof i4.EuimMediaHeaderImageDirective, typeof i7.EuimMediaHeaderCustomContentDirective]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimMediaHeaderModule>;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=euim-media-header.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-media-header.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-media-header/euim-media-header.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-media-header.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-media-header/euim-media-header.module.ts"],"names":[],"mappings":";;;;;;;;AAgBA,qBAea,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CACjC"}
|
|
@@ -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,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;+
|
|
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;+CAyB0vqC,OAAQ;CAD7yqC"}
|
|
@@ -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,EAEH,iBAAiB,EAIjB,MAAM,EACN,mBAAmB,EAEnB,aAAa,EACb,SAAS,EAEZ,MAAM,eAAe,CAAC;;AAEvB,qBASa,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;IAWtB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,UAAO,GAAG,IAAI;IAMhD,qBAAqB,IAAI,IAAI;IAI7B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCAtEhC,wBAAwB;2CAAxB,wBAAwB;
|
|
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,qBASa,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;IAWtB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,UAAO,GAAG,IAAI;IAMhD,qBAAqB,IAAI,IAAI;IAI7B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCAtEhC,wBAAwB;2CAAxB,wBAAwB;gDAqFozmC,OAAQ;CADh2mC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SimpleChanges, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PDFDocumentProxy } from 'ng2-pdf-viewer';
|
|
2
3
|
import { AlertController } from '@ionic/angular';
|
|
3
4
|
import { PinchZoomComponent, ZoomEvent } from '@mapaxe/ngx-pinch-zoom';
|
|
4
5
|
import { HttpClient } from '@angular/common/http';
|
|
@@ -16,6 +17,7 @@ export declare class EuimPdfViewerComponent implements OnInit, OnChanges, OnDest
|
|
|
16
17
|
zoom: number;
|
|
17
18
|
loading: boolean;
|
|
18
19
|
errorMessage: string;
|
|
20
|
+
pdf: PDFDocumentProxy;
|
|
19
21
|
eventResult?: ZoomEvent;
|
|
20
22
|
protected pdfNumPages: number;
|
|
21
23
|
protected data: Uint8Array;
|
|
@@ -27,7 +29,7 @@ export declare class EuimPdfViewerComponent implements OnInit, OnChanges, OnDest
|
|
|
27
29
|
ngOnChanges(changes: SimpleChanges): void;
|
|
28
30
|
ngOnDestroy(): void;
|
|
29
31
|
zoomChange(event: ZoomEvent): void;
|
|
30
|
-
onLoaded(): void;
|
|
32
|
+
onLoaded(pdf: PDFDocumentProxy): void;
|
|
31
33
|
onError(): void;
|
|
32
34
|
onDownload(): void;
|
|
33
35
|
onZoomIn(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-pdf-viewer.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS,EAAkD,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5H,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;;AAIlD;;;GAGG;AACH,qBAMa,sBAAuB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"euim-pdf-viewer.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS,EAAkD,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5H,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;;AAIlD;;;GAGG;AACH,qBAMa,sBAAuB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAmB3D,OAAO,CAAC,YAAY;IAAmB,OAAO,CAAC,IAAI;IAlBtD,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,SAAM;IAEmB,KAAK,EAAG,kBAAkB,CAAC;IAEjE,IAAI,SAAK;IACT,OAAO,UAAQ;IACf,YAAY,SAAM;IAClB,GAAG,EAAE,gBAAgB,CAAC;IAEtB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,SAAS,CAAC,WAAW,SAAK;IAC1B,SAAS,CAAC,IAAI,EAAE,UAAU,CAAC;IAE3B,OAAO,CAAC,gBAAgB,CAAU;IAClC,OAAO,CAAC,UAAU,CAAyB;IAC3C,OAAO,CAAC,YAAY,CAAe;gBAEf,YAAY,EAAE,eAAe,EAAU,IAAI,EAAE,UAAU;IAW3E,QAAQ,IAAI,IAAI;IAkBhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,WAAW,IAAI,IAAI;IAInB,UAAU,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI;IAKlC,QAAQ,CAAC,GAAG,EAAE,gBAAgB,GAAG,IAAI;IAOrC,OAAO,IAAI,IAAI;IAMf,UAAU,IAAI,IAAI;IAMlB,QAAQ,IAAI,IAAI;IAIhB,SAAS,IAAI,IAAI;IAMjB,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;IAMhB,QAAQ,IAAG,IAAI;IAMf;;;;;;OAMG;IACH,OAAO,CAAC,YAAY;IAcpB;;;;OAIG;IACH,OAAO,CAAC,UAAU;yCAvIT,sBAAsB;2CAAtB,sBAAsB;CAkJlC"}
|
|
@@ -2,13 +2,14 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./euim-pdf-viewer.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 "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "@
|
|
5
|
+
import * as i4 from "ng2-pdf-viewer";
|
|
6
|
+
import * as i5 from "@mapaxe/ngx-pinch-zoom";
|
|
7
|
+
import * as i6 from "../euim-spinner/euim-spinner.module";
|
|
8
|
+
import * as i7 from "@ngx-translate/core";
|
|
9
|
+
import * as i8 from "@angular/common/http";
|
|
9
10
|
export declare class EuimPdfViewerModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimPdfViewerModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimPdfViewerModule, [typeof i1.EuimPdfViewerComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimPdfViewerModule, [typeof i1.EuimPdfViewerComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.PdfViewerModule, typeof i5.PinchZoomModule, typeof i6.EuimSpinnerComponentModule, typeof i7.TranslateModule, typeof i8.HttpClientModule], [typeof i1.EuimPdfViewerComponent]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimPdfViewerModule>;
|
|
13
14
|
}
|
|
14
15
|
//# sourceMappingURL=euim-pdf-viewer.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-pdf-viewer.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-pdf-viewer.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.ts"],"names":[],"mappings":";;;;;;;;;AAcA,qBAkBa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAC/B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimReadOnlyFormLabelDirective {
|
|
3
|
+
className: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimReadOnlyFormLabelDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimReadOnlyFormLabelDirective, "[euimReadOnlyFormLabel]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=euim-read-only-form-label.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-read-only-form-label.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,8BAA8B;IACjB,SAAS,SAAgC;yCADtD,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimReadOnlyFormValueDirective {
|
|
3
|
+
className: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimReadOnlyFormValueDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimReadOnlyFormValueDirective, "[euimReadOnlyFormValue]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=euim-read-only-form-value.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-read-only-form-value.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,8BAA8B;IACjB,SAAS,SAAgC;yCADtD,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimReadOnlyFormDirective {
|
|
3
|
+
className: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimReadOnlyFormDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimReadOnlyFormDirective, "[euimReadOnlyForm]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=euim-read-only-form.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-read-only-form.directive.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-read-only-form/euim-read-only-form.directive.ts"],"names":[],"mappings":";AAEA,qBAKa,yBAAyB;IACZ,SAAS,SAAyB;yCAD/C,yBAAyB;2CAAzB,yBAAyB;CAErC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class EuimSearchBarComponent {
|
|
4
|
+
hasSlotStart: boolean;
|
|
5
|
+
hasSlotEnd: boolean;
|
|
6
|
+
inputEvent: EventEmitter<string>;
|
|
7
|
+
changeEvent: EventEmitter<string>;
|
|
8
|
+
focusEvent: EventEmitter<void>;
|
|
9
|
+
cancelEvent: EventEmitter<void>;
|
|
10
|
+
clearEvent: EventEmitter<void>;
|
|
11
|
+
onInput(event: any): void;
|
|
12
|
+
onChange(event: any): void;
|
|
13
|
+
onFocus(): void;
|
|
14
|
+
onCancel(): void;
|
|
15
|
+
onClear(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSearchBarComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimSearchBarComponent, "euim-search-bar", never, { "hasSlotStart": { "alias": "hasSlotStart"; "required": false; }; "hasSlotEnd": { "alias": "hasSlotEnd"; "required": false; }; }, { "inputEvent": "inputEvent"; "changeEvent": "changeEvent"; "focusEvent": "focusEvent"; "cancelEvent": "cancelEvent"; "clearEvent": "clearEvent"; }, never, ["[slotStart]", "[slotEnd]"], true, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=euim-search-bar.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-search-bar.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-search-bar/euim-search-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,YAAY,EAEb,MAAM,eAAe,CAAC;;AAIvB,qBAUa,sBAAsB;IACxB,YAAY,UAAS;IACrB,UAAU,UAAS;IAElB,UAAU,uBAA8B;IACxC,WAAW,uBAA8B;IACzC,UAAU,qBAA4B;IACtC,WAAW,qBAA4B;IACvC,UAAU,qBAA4B;IAGhD,OAAO,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAMzB,QAAQ,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAK1B,OAAO,IAAI,IAAI;IAIf,QAAQ,IAAI,IAAI;IAIhB,OAAO,IAAI,IAAI;yCA9BJ,sBAAsB;2CAAtB,sBAAsB;CAkClC"}
|
|
@@ -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":"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+
|
|
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+BsspC,OAAQ;uCAAR,OAAQ;0CAAR,OAAQ;0CAAR,OAAQ;yCAAR,OAAQ;CADvvpC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-slider-info-screen-content.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,oCAAoC;IACL,cAAc,UAAS;IAE/D,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCARd,oCAAoC;2CAApC,oCAAoC;
|
|
1
|
+
{"version":3,"file":"euim-slider-info-screen-content.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,oCAAoC;IACL,cAAc,UAAS;IAE/D,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCARd,oCAAoC;2CAApC,oCAAoC;6CAe8xrC,OAAQ;CADt1rC"}
|
|
@@ -17,14 +17,16 @@ export declare class EuimSliderInfoScreenComponent implements OnInit, AfterViewI
|
|
|
17
17
|
showRightBtn: boolean;
|
|
18
18
|
isPreviousBtn: boolean;
|
|
19
19
|
isNextBtn: boolean;
|
|
20
|
+
paginationColor: 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
|
|
20
21
|
actionBtnNames: ActionBtnsNames;
|
|
22
|
+
actionBtnIconsNames: ActionBtnsIconsNames;
|
|
21
23
|
showLeftBtnAsPrevious: BooleanInput;
|
|
22
|
-
className: string;
|
|
23
24
|
slidesArray: any[];
|
|
24
25
|
currentSlide: number;
|
|
25
26
|
startX: number;
|
|
26
27
|
constructor(renderer: Renderer2, gestureCtrl: GestureController, sliderElement: ElementRef, cdr: ChangeDetectorRef);
|
|
27
28
|
onResize(event: Event): void;
|
|
29
|
+
get cssClasses(): string;
|
|
28
30
|
ngAfterViewInit(): void;
|
|
29
31
|
ngOnInit(): void;
|
|
30
32
|
setSliderStyles(): void;
|
|
@@ -37,8 +39,10 @@ export declare class EuimSliderInfoScreenComponent implements OnInit, AfterViewI
|
|
|
37
39
|
onRightBtnAction(event: MouseEvent): void;
|
|
38
40
|
onLastStepAction(event: MouseEvent): void;
|
|
39
41
|
onLeftBtnAction(event: MouseEvent): void;
|
|
42
|
+
isImageOnly(): boolean;
|
|
43
|
+
getCssClasses(): string;
|
|
40
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSliderInfoScreenComponent, never>;
|
|
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>;
|
|
45
|
+
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; }; "paginationColor": { "alias": "paginationColor"; "required": false; }; "actionBtnNames": { "alias": "actionBtnNames"; "required": false; }; "actionBtnIconsNames": { "alias": "actionBtnIconsNames"; "required": false; }; }, { "rightActionClicked": "rightActionClicked"; "lastStepActionClicked": "lastStepActionClicked"; "leftActionClicked": "leftActionClicked"; }, never, ["*"], false, never>;
|
|
42
46
|
static ngAcceptInputType_isCarousel: unknown;
|
|
43
47
|
static ngAcceptInputType_showLeftBtn: unknown;
|
|
44
48
|
static ngAcceptInputType_showRightBtn: unknown;
|
|
@@ -50,4 +54,9 @@ export interface ActionBtnsNames {
|
|
|
50
54
|
lastStepActionBtnName: string;
|
|
51
55
|
leftBtnName: string;
|
|
52
56
|
}
|
|
57
|
+
export interface ActionBtnsIconsNames {
|
|
58
|
+
rightBtnIconName: string;
|
|
59
|
+
lastStepActionBtnIconName: string;
|
|
60
|
+
leftBtnIconName: string;
|
|
61
|
+
}
|
|
53
62
|
//# sourceMappingURL=euim-slider-info-screen.component.d.ts.map
|
|
@@ -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,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;
|
|
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;IA+C3D,OAAO,CAAC,QAAQ;IACxB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IAjDwB,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,eAAe,EAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAE3F,cAAc,EAAE,eAAe,CAItC;IAEO,mBAAmB,EAAE,oBAAoB,CAIjD;IAED,qBAAqB,EAAE,YAAY,CAAS;IAE5C,WAAW,QAAM;IACjB,YAAY,SAAK;IACjB,MAAM,SAAK;gBAES,QAAQ,EAAE,SAAS,EAC3B,WAAW,EAAE,iBAAiB,EAC9B,aAAa,EAAE,UAAU,EACzB,GAAG,EAAE,iBAAiB;IAGlC,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAG5B,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAuBvB,cAAc,CAAC,CAAC,KAAA,GAAG,IAAI;IAmBvB,SAAS,CAAC,KAAK,KAAA,GAAG,IAAI;IAUtB,iBAAiB,IAAI,IAAI;IAazB,aAAa,IAAI,IAAI;IAcrB,uBAAuB,IAAI,IAAI;IAK/B,mBAAmB,IAAI,IAAI;IAK3B,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASzC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIzC,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASxC,WAAW,IAAI,OAAO;IAStB,aAAa,IAAI,MAAM;yCA1Md,6BAA6B;2CAA7B,6BAA6B;yCAiO2m+B,OAAQ;0CAAR,OAAQ;2CAAR,OAAQ;4CAAR,OAAQ;wCAAR,OAAQ;CAb5p+B;AAED,MAAM,WAAW,eAAe;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,oBAAoB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,yBAAyB,EAAE,MAAM,CAAC;IAClC,eAAe,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { ModalController } from '@ionic/angular';
|
|
2
3
|
import { BaseStatesDirective } from '../base-states.directive';
|
|
3
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
import * as i1 from "../base-states.directive";
|
|
6
|
-
/**
|
|
7
|
-
* This component is not ready yet for production
|
|
8
|
-
* @beta
|
|
9
|
-
*/
|
|
10
7
|
export declare class EuimToolbarDatepickerComponent implements OnInit, OnDestroy {
|
|
11
8
|
baseStatesDirective: BaseStatesDirective;
|
|
12
9
|
private translate;
|
|
10
|
+
private modalController;
|
|
13
11
|
icon: string;
|
|
14
12
|
title: string;
|
|
15
13
|
subTitle: string;
|
|
16
14
|
euimPrevBtnDisabled: boolean;
|
|
17
15
|
euimNextBtnDisabled: boolean;
|
|
18
16
|
euimReadOnly: boolean;
|
|
17
|
+
selectDateBy: 'week';
|
|
19
18
|
prevBtnClick: EventEmitter<Date>;
|
|
20
19
|
nextBtnClick: EventEmitter<Date>;
|
|
21
20
|
dateChanged: EventEmitter<Date>;
|
|
@@ -28,7 +27,8 @@ export declare class EuimToolbarDatepickerComponent implements OnInit, OnDestroy
|
|
|
28
27
|
protected currentLang: string;
|
|
29
28
|
protected modalId: string;
|
|
30
29
|
get cssClasses(): string;
|
|
31
|
-
constructor(baseStatesDirective: BaseStatesDirective, translate: TranslateService);
|
|
30
|
+
constructor(baseStatesDirective: BaseStatesDirective, translate: TranslateService, modalController: ModalController);
|
|
31
|
+
dismissModal(): Promise<void>;
|
|
32
32
|
get dateTimeId(): string;
|
|
33
33
|
protected set dateTimeId(val: string);
|
|
34
34
|
protected currentDate: Date;
|
|
@@ -42,7 +42,7 @@ export declare class EuimToolbarDatepickerComponent implements OnInit, OnDestroy
|
|
|
42
42
|
private loadWeekdaysTranslation;
|
|
43
43
|
private formatDateAndWeekDay;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarDatepickerComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarDatepickerComponent, "euim-toolbar-datepicker", never, { "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "euimPrevBtnDisabled": { "alias": "euimPrevBtnDisabled"; "required": false; }; "euimNextBtnDisabled": { "alias": "euimNextBtnDisabled"; "required": false; }; "euimReadOnly": { "alias": "euimReadOnly"; "required": false; }; }, { "prevBtnClick": "prevBtnClick"; "nextBtnClick": "nextBtnClick"; "dateChanged": "dateChanged"; }, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarDatepickerComponent, "euim-toolbar-datepicker", never, { "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "euimPrevBtnDisabled": { "alias": "euimPrevBtnDisabled"; "required": false; }; "euimNextBtnDisabled": { "alias": "euimNextBtnDisabled"; "required": false; }; "euimReadOnly": { "alias": "euimReadOnly"; "required": false; }; "selectDateBy": { "alias": "selectDateBy"; "required": false; }; }, { "prevBtnClick": "prevBtnClick"; "nextBtnClick": "nextBtnClick"; "dateChanged": "dateChanged"; }, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
|
46
46
|
static ngAcceptInputType_euimPrevBtnDisabled: unknown;
|
|
47
47
|
static ngAcceptInputType_euimNextBtnDisabled: unknown;
|
|
48
48
|
static ngAcceptInputType_euimReadOnly: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-toolbar-datepicker.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,
|
|
1
|
+
{"version":3,"file":"euim-toolbar-datepicker.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGL,MAAM,EAEb,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAmB,MAAM,qBAAqB,CAAC;;;AAGxE,qBAca,8BACT,YAAW,MAAM,EAAE,SAAS;IA+BT,mBAAmB,EAAE,mBAAmB;IAAE,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,eAAe;IA9BhH,IAAI,SAAoB;IACxB,KAAK,EAAG,MAAM,CAAC;IACf,QAAQ,EAAG,MAAM,CAAC;IAE3B,mBAAmB,EAAE,OAAO,CAAC;IAE7B,mBAAmB,EAAC,OAAO,CAAC;IAE5B,YAAY,EAAC,OAAO,CAAC;IACZ,YAAY,EAAE,MAAM,CAAC;IAEpB,YAAY,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAC5D,YAAY,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAC5D,WAAW,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAErE,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,aAAa,EAAE,MAAM,CAAC;IAChC,SAAS,CAAC,YAAY,EAAE,MAAM,CAAC;IAE/B,OAAO,CAAC,QAAQ,CAAM;IACtB,OAAO,CAAC,WAAW,CAAU;IAC7B,OAAO,CAAC,sBAAsB,CAAe;IAC7C,SAAS,CAAC,WAAW,EAAE,MAAM,CAAC;IAE9B,SAAS,CAAC,OAAO,EAAE,MAAM,CAAC;IAC1B,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB,EAAU,SAAS,EAAE,gBAAgB,EAAU,eAAe,EAAE,eAAe;IAOpI,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC;IAOnC,IAAI,UAAU,IAAI,MAAM,CAEvB;IAED,SAAS,KAAK,UAAU,CAAC,GAAG,EAAC,MAAM,EAElC;IAED,SAAS,CAAC,WAAW,EAAE,IAAI,CAAC;IAE5B,QAAQ,IAAK,IAAI;IAejB,WAAW,IAAI,IAAI;IAKnB,aAAa,IAAI,MAAM;IAMvB,iBAAiB,CAAC,IAAI,EAAC,MAAM,GAAG,IAAI;IAOpC,mBAAmB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IASvC,SAAS,CAAC,cAAc,IAAI,IAAI;IAahC,SAAS,CAAC,cAAc,IAAI,IAAI;IAahC,OAAO,CAAC,uBAAuB;IAM/B,OAAO,CAAC,oBAAoB;yCAlInB,8BAA8B;2CAA9B,8BAA8B;kDAuIqqiC,OAAQ;kDAAR,OAAQ;2CAAR,OAAQ;CADvtiC"}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./euim-toolbar-datepicker.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@angular
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "../euim-
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "@angular/forms";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@ionic/angular";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
import * as i5 from "../euim-avatar/euim-avatar.module";
|
|
7
|
+
import * as i6 from "../atoms/euim-label/euim-label.module";
|
|
8
|
+
import * as i7 from "@angular/forms";
|
|
10
9
|
export declare class EuimToolbarDatepickerModule {
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarDatepickerModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimToolbarDatepickerModule, [typeof i1.EuimToolbarDatepickerComponent, typeof i2.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimToolbarDatepickerModule, [typeof i1.EuimToolbarDatepickerComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.TranslateModule, typeof i5.EuimAvatarModule, typeof i6.EuimLabelModule, typeof i7.FormsModule], [typeof i1.EuimToolbarDatepickerComponent]>;
|
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimToolbarDatepickerModule>;
|
|
14
13
|
}
|
|
15
14
|
//# sourceMappingURL=euim-toolbar-datepicker.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-toolbar-datepicker.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-toolbar-datepicker.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAgBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CACvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-toolbar-datepicker/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-toolbar-datepicker/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimToolbarQrcodeComponent {
|
|
3
|
+
qrCodeUrl: string;
|
|
4
|
+
logoUrl: string;
|
|
5
|
+
showCode: any;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarQrcodeComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarQrcodeComponent, "euim-toolbar-qrcode", never, { "qrCodeUrl": { "alias": "qrCodeUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "showCode": { "alias": "showCode"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=euim-toolbar-qrcode.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-toolbar-qrcode.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.ts"],"names":[],"mappings":";AAMA,qBAKa,0BAA0B;IAE5B,SAAS,EAAG,MAAM,CAAC;IACnB,OAAO,SAAM;IACb,QAAQ,MAAC;yCAJP,0BAA0B;2CAA1B,0BAA0B;CAMtC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./euim-toolbar-qrcode.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@ionic/angular";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
import * as i5 from "angularx-qrcode";
|
|
7
|
+
export declare class EuimToolbarQrcodeModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarQrcodeModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimToolbarQrcodeModule, [typeof i1.EuimToolbarQrcodeComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.TranslateModule, typeof i5.QRCodeModule], [typeof i1.EuimToolbarQrcodeComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EuimToolbarQrcodeModule>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=euim-toolbar-qrcode.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-toolbar-qrcode.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAca,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-toolbar-qrcode/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,16 +6,17 @@ export * from './layout/euim-user-profile';
|
|
|
6
6
|
export * from './layout/euim-toolbar';
|
|
7
7
|
export * from './layout/euim-sidebar';
|
|
8
8
|
export * from './layout/euim-header-details';
|
|
9
|
-
export * from './euim-avatar-icon';
|
|
10
|
-
export * from './euim-card';
|
|
11
|
-
export * from './euim-card-list';
|
|
12
9
|
export * from './euim-badge';
|
|
13
10
|
export * from './euim-empty-list-placeholder';
|
|
14
11
|
export * from './euim-message';
|
|
15
12
|
export * from './euim-spinner';
|
|
16
13
|
export * from './euim-media-header';
|
|
14
|
+
export * from './euim-media-header/euim-media-header-custom-content/euim-media-header-content.directive';
|
|
17
15
|
export * from './euim-data-summary';
|
|
18
16
|
export * from './euim-avatar';
|
|
17
|
+
export * from './euim-card';
|
|
18
|
+
export * from './euim-search-bar/euim-search-bar.component';
|
|
19
|
+
export * from './euim-card-list';
|
|
19
20
|
export * from './euim-alert-message';
|
|
20
21
|
export * from './euim-slider-info-screen';
|
|
21
22
|
export * from './euim-scroller-x';
|
|
@@ -25,9 +26,18 @@ export * from './euim-skeleton-list-item';
|
|
|
25
26
|
export * from './euim-multiselect';
|
|
26
27
|
export * from './euim-pdf-viewer';
|
|
27
28
|
export * from './euim-about';
|
|
29
|
+
export * from './euim-toolbar-qrcode';
|
|
28
30
|
export * from './euim-toolbar-datepicker';
|
|
31
|
+
export * from './euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive';
|
|
32
|
+
export * from './euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive';
|
|
33
|
+
export * from './euim-read-only-form/euim-read-only-form.directive';
|
|
29
34
|
export * from './directives/euim-divider';
|
|
35
|
+
export * from './directives/euim-list-header';
|
|
36
|
+
export * from './directives/euim-align-center/euim-align-center.directive';
|
|
37
|
+
export * from './directives/euim-align-top/euim-align-top.directive';
|
|
30
38
|
export * from './directives/euim-toolbar-transparent/euim-toolbar-transparent.directive';
|
|
39
|
+
export * from './directives/euim-min-width/euim-min-width.directive';
|
|
40
|
+
export * from './directives/euim-list-item/euim-list-item.directive';
|
|
31
41
|
export * from './directives/euim-sidebar-footer/euim-sidebar-footer.directive';
|
|
32
42
|
export * from './directives/euim-skeleton-text-avatar';
|
|
33
43
|
export * from './base-states.directive';
|