@onemrvapublic/design-system 1.0.0-beta.4 → 1.0.0-develop.1
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/README.md +9 -4
- package/assets/i18n/de.json +84 -12
- package/assets/i18n/en.json +78 -6
- package/assets/i18n/fr.json +79 -7
- package/assets/i18n/nl.json +84 -12
- package/fesm2022/onemrvapublic-design-system-flag-icon.mjs +49 -0
- package/fesm2022/onemrvapublic-design-system-flag-icon.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-layout.mjs +948 -0
- package/fesm2022/onemrvapublic-design-system-layout.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-address.mjs +111 -0
- package/fesm2022/onemrvapublic-design-system-mat-address.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-avatar.mjs +318 -0
- package/fesm2022/onemrvapublic-design-system-mat-avatar.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs +125 -0
- package/fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs +208 -0
- package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs +84 -0
- package/fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs +90 -0
- package/fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-country-item.mjs +33 -0
- package/fesm2022/onemrvapublic-design-system-mat-country-item.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs +211 -0
- package/fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-empty-row.mjs +42 -0
- package/fesm2022/onemrvapublic-design-system-mat-empty-row.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs +810 -0
- package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-address.mjs +138 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-address.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs +135 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-country.mjs +98 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-country.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs +189 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-iban.mjs +308 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-iban.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-phone.mjs +295 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-phone.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-message-box.mjs +210 -0
- package/fesm2022/onemrvapublic-design-system-mat-message-box.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-multi-select.mjs +225 -0
- package/fesm2022/onemrvapublic-design-system-mat-multi-select.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-navigation.mjs +169 -0
- package/fesm2022/onemrvapublic-design-system-mat-navigation.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-notification.mjs +103 -0
- package/fesm2022/onemrvapublic-design-system-mat-notification.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-paginator.mjs +269 -0
- package/fesm2022/onemrvapublic-design-system-mat-paginator.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-panel.mjs +185 -0
- package/fesm2022/onemrvapublic-design-system-mat-panel.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-pop-over.mjs +118 -0
- package/fesm2022/onemrvapublic-design-system-mat-pop-over.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-progress-bar.mjs +52 -0
- package/fesm2022/onemrvapublic-design-system-mat-progress-bar.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-select-search.mjs +612 -0
- package/fesm2022/onemrvapublic-design-system-mat-select-search.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs +96 -0
- package/fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-side-menu.mjs +72 -0
- package/fesm2022/onemrvapublic-design-system-mat-side-menu.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-skeleton.mjs +241 -0
- package/fesm2022/onemrvapublic-design-system-mat-skeleton.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-spinner.mjs +65 -0
- package/fesm2022/onemrvapublic-design-system-mat-spinner.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-stepper.mjs +146 -0
- package/fesm2022/onemrvapublic-design-system-mat-stepper.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-sticker.mjs +36 -0
- package/fesm2022/onemrvapublic-design-system-mat-sticker.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs +232 -0
- package/fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-task-list.mjs +170 -0
- package/fesm2022/onemrvapublic-design-system-mat-task-list.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs +1363 -0
- package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-toast.mjs +73 -0
- package/fesm2022/onemrvapublic-design-system-mat-toast.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-tooltip.mjs +166 -0
- package/fesm2022/onemrvapublic-design-system-mat-tooltip.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-page-error.mjs +80 -0
- package/fesm2022/onemrvapublic-design-system-page-error.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-page-not-found.mjs +211 -0
- package/fesm2022/onemrvapublic-design-system-page-not-found.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-shared.mjs +2188 -0
- package/fesm2022/onemrvapublic-design-system-shared.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-utils.mjs +35 -0
- package/fesm2022/onemrvapublic-design-system-utils.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system.mjs +10573 -0
- package/fesm2022/onemrvapublic-design-system.mjs.map +1 -0
- package/flag-icon/index.d.ts +18 -0
- package/flag-icon/src/flag-icon.component.scss +12 -0
- package/index.d.ts +3140 -0
- package/layout/index.d.ts +293 -0
- package/layout/src/components/layout/layout.component.scss +90 -80
- package/layout/src/components/layout-drawer-actions/layout-drawer-actions.component.scss +3 -2
- package/layout/src/components/layout-drawer-content/layout-drawer-content.component.scss +9 -0
- package/layout/src/components/layout-drawer-title/layout-drawer-title.component.scss +9 -5
- package/layout/src/components/layout-left-sidenav/layout-left-sidenav.component.scss +5 -0
- package/layout/src/components/layout-sidenav/layout-sidenav.component.scss +43 -0
- package/layout/src/index.scss +0 -1
- package/mat-address/index.d.ts +36 -0
- package/mat-address/src/onemrva-address.scss +14 -0
- package/mat-avatar/index.d.ts +187 -0
- package/mat-avatar/src/onemrva-mat-avatar.component.scss +79 -123
- package/mat-breadcrumb/index.d.ts +40 -0
- package/mat-breadcrumb/src/onemrva-mat-breadcrumb.component.scss +39 -53
- package/mat-carousel/index.d.ts +52 -0
- package/mat-carousel/src/mat-carousel-item/onemrva-mat-carousel-item.component.scss +10 -0
- package/mat-carousel/src/onemrva-mat-carousel.component.scss +38 -45
- package/mat-choice-chip/index.d.ts +20 -0
- package/mat-choice-chip/src/onemrva-mat-choice-chip.component.scss +83 -0
- package/mat-copy-to-clipboard/index.d.ts +26 -0
- package/mat-country-item/index.d.ts +10 -0
- package/{mat-input-birthplace/src/country-item.component.scss → mat-country-item/src/onemrva-mat-country-item.component.scss} +6 -1
- package/mat-datepicker-header/index.d.ts +44 -0
- package/mat-datepicker-header/src/onemrva-mat-datepicker-header.component.scss +8 -0
- package/mat-empty-row/index.d.ts +19 -0
- package/mat-empty-row/src/onemrva-mat-empty-row.component.scss +29 -0
- package/mat-file-upload/index.d.ts +301 -0
- package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.scss +48 -16
- package/mat-file-upload/src/components/onemrva-mat-file-upload/onemrva-mat-file-upload.component.scss +72 -218
- package/mat-input-address/index.d.ts +32 -0
- package/mat-input-address/src/onemrva-mat-input-address.component.scss +8 -0
- package/mat-input-birthplace/index.d.ts +36 -0
- package/mat-input-birthplace/src/onemrva-mat-input-birthplace.component.scss +4 -2
- package/mat-input-country/index.d.ts +32 -0
- package/mat-input-country/src/onemrva-mat-input-country.component.scss +13 -0
- package/mat-input-enterprise-number/index.d.ts +37 -0
- package/mat-input-enterprise-number/src/onemrva-mat-input-enterprise-number.component.scss +7 -0
- package/mat-input-iban/index.d.ts +79 -0
- package/mat-input-iban/src/onemrva-mat-input-iban.component.scss +10 -0
- package/mat-input-phone/index.d.ts +44 -0
- package/mat-message-box/index.d.ts +101 -0
- package/mat-message-box/src/onemrva-mat-message-box.component.scss +13 -65
- package/mat-multi-select/index.d.ts +57 -0
- package/mat-multi-select/src/onemrva-mat-multi-select.component.scss +35 -0
- package/mat-navigation/index.d.ts +54 -0
- package/mat-navigation/src/mat-navigation-item/onemrva-mat-navigation-item.component.scss +66 -0
- package/mat-navigation/src/onemrva-mat-navigation.component.scss +36 -0
- package/mat-notification/index.d.ts +43 -0
- package/mat-notification/src/onemrva-mat-notification.component.scss +26 -0
- package/mat-paginator/index.d.ts +58 -0
- package/mat-paginator/src/onemrva-mat-paginator.component.scss +146 -0
- package/mat-panel/index.d.ts +66 -0
- package/mat-panel/src/mat-expansion-panel-header-arrow-divider.scss +11 -0
- package/mat-panel/src/onemrva-mat-panel-content.scss +8 -0
- package/mat-panel/src/onemrva-mat-panel-icon.scss +7 -0
- package/mat-panel/src/onemrva-mat-panel-title.scss +13 -0
- package/mat-panel/src/onemrva-mat-panel.component.scss +75 -82
- package/mat-pop-over/index.d.ts +40 -0
- package/mat-pop-over/src/onemrva-mat-pop-over.component.scss +11 -11
- package/mat-progress-bar/index.d.ts +18 -0
- package/mat-progress-bar/src/onemrva-mat-progress-bar.component.scss +26 -0
- package/mat-select-search/index.d.ts +197 -0
- package/mat-select-search/src/mat-select-search.component.scss +62 -109
- package/mat-selectable-box/index.d.ts +29 -0
- package/mat-selectable-box/src/onemrva-mat-selectable-box.component.scss +68 -90
- package/mat-side-menu/index.d.ts +33 -0
- package/mat-side-menu/src/onemrva-mat-side-menu.component.scss +36 -38
- package/mat-skeleton/index.d.ts +100 -0
- package/mat-skeleton/src/onemrva-mat-skeleton.component.scss +10 -59
- package/mat-spinner/index.d.ts +25 -0
- package/mat-spinner/src/onemrva-mat-spinner.component.scss +21 -0
- package/mat-stepper/index.d.ts +36 -0
- package/mat-stepper/src/onemrva-mat-stepper.scss +40 -105
- package/mat-sticker/index.d.ts +14 -0
- package/mat-sticker/src/onemrva-mat-sticker.component.scss +26 -63
- package/mat-table-of-content/index.d.ts +84 -0
- package/mat-table-of-content/src/onemrva-mat-table-of-content.component.scss +57 -0
- package/mat-task-list/index.d.ts +57 -0
- package/mat-task-list/src/onemrva-mat-task-content.scss +11 -0
- package/mat-task-list/src/onemrva-mat-task-list.component.scss +0 -150
- package/mat-task-list/src/onemrva-mat-task-title.scss +16 -0
- package/mat-task-list/src/onemrva-mat-task.component.scss +67 -0
- package/mat-timepicker/index.d.ts +386 -0
- package/mat-timepicker/src/clock/clock.component.scss +13 -7
- package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.scss +2 -7
- package/mat-toast/index.d.ts +30 -0
- package/mat-toast/src/onemrva-mat-toast.component.scss +7 -49
- package/mat-tooltip/index.d.ts +39 -0
- package/mat-tooltip/src/onemrva-mat-tooltip.component.scss +8 -5
- package/package.json +196 -26
- package/page-error/index.d.ts +34 -0
- package/page-error/src/page-error.component.scss +25 -0
- package/page-not-found/index.d.ts +54 -0
- package/page-not-found/src/page-not-found-mixin.component.scss +1 -1
- package/page-not-found/src/page-not-found.component.scss +2 -2
- package/shared/index.d.ts +541 -0
- package/utils/index.d.ts +32 -0
- package/.eslintrc.json +0 -33
- package/_index.scss +0 -34
- package/_utils.scss +0 -30
- package/core/index.ts +0 -3
- package/core/ng-package.json +0 -6
- package/core/src/lib/core.module.ts +0 -26
- package/core/src/lib/modules/index.ts +0 -1
- package/core/src/lib/modules/translate.loader.ts +0 -34
- package/core/src/lib/modules/translate.module.ts +0 -66
- package/core/src/lib/services/index.ts +0 -2
- package/core/src/lib/services/onemrva-error-handler.service.ts +0 -24
- package/core/src/lib/services/onemrva-missing-translation.service.ts +0 -12
- package/core/src/test.ts +0 -30
- package/layout/index.ts +0 -7
- package/layout/ng-package.json +0 -6
- package/layout/src/components/index.ts +0 -37
- package/layout/src/components/layout/_layout-mixin.component.scss +0 -189
- package/layout/src/components/layout/layout.component.html +0 -213
- package/layout/src/components/layout/layout.component.spec.ts +0 -59
- package/layout/src/components/layout/layout.component.ts +0 -185
- package/layout/src/components/layout-after-nav/layout-after-nav.component.spec.ts +0 -24
- package/layout/src/components/layout-after-nav/layout-after-nav.component.ts +0 -24
- package/layout/src/components/layout-content/layout-content.component.spec.ts +0 -24
- package/layout/src/components/layout-content/layout-content.component.ts +0 -24
- package/layout/src/components/layout-drawer-actions/layout-drawer-actions.component.html +0 -1
- package/layout/src/components/layout-drawer-actions/layout-drawer-actions.component.ts +0 -14
- package/layout/src/components/layout-drawer-content/layout-drawer-content.component.html +0 -1
- package/layout/src/components/layout-drawer-content/layout-drawer-content.component.ts +0 -14
- package/layout/src/components/layout-drawer-title/layout-drawer-title.component.html +0 -7
- package/layout/src/components/layout-drawer-title/layout-drawer-title.component.ts +0 -18
- package/layout/src/components/layout-footer/layout-footer.component.ts +0 -11
- package/layout/src/components/layout-login-menu/layout-login-menu.component.spec.ts +0 -24
- package/layout/src/components/layout-login-menu/layout-login-menu.component.ts +0 -24
- package/layout/src/components/layout-route/layout-route.component.html +0 -64
- package/layout/src/components/layout-route/layout-route.component.spec.ts +0 -24
- package/layout/src/components/layout-route/layout-route.component.ts +0 -57
- package/layout/src/components/layout-sidenav/layout-sidenav.component.html +0 -104
- package/layout/src/components/layout-sidenav/layout-sidenav.component.ts +0 -88
- package/layout/src/components/layout-sidenav-title/layout-sidenav-title.component.ts +0 -9
- package/layout/src/components/layout-subroute/layout-subroute.component.html +0 -43
- package/layout/src/components/layout-subroute/layout-subroute.component.spec.ts +0 -24
- package/layout/src/components/layout-subroute/layout-subroute.component.ts +0 -62
- package/layout/src/components/layout-title/layout-title.component.spec.ts +0 -24
- package/layout/src/components/layout-title/layout-title.component.ts +0 -24
- package/layout/src/decorators/coerce-boolean-input.decorator.ts +0 -19
- package/layout/src/decorators/observable-content.decorator.ts +0 -13
- package/layout/src/directives/drawer-host.directive.ts +0 -42
- package/layout/src/enums/environment.enum.ts +0 -6
- package/layout/src/layout.module.ts +0 -47
- package/layout/src/models/onem-language.model.ts +0 -4
- package/layout/src/models/onemrva-profile.model.ts +0 -57
- package/layout/src/services/drawer.service.ts +0 -30
- package/layout/src/striphtml.pipe.ts +0 -10
- package/layout/src/test.ts +0 -31
- package/mat-avatar/index.ts +0 -2
- package/mat-avatar/ng-package.json +0 -6
- package/mat-avatar/src/onemrva-mat-avatar.component.html +0 -21
- package/mat-avatar/src/onemrva-mat-avatar.component.ts +0 -421
- package/mat-avatar/src/onemrva-mat-avatar.module.ts +0 -11
- package/mat-avatar/src/onemrva-mat.avatar.component.spec.ts +0 -54
- package/mat-badge/index.ts +0 -6
- package/mat-badge/ng-package.json +0 -6
- package/mat-badge/src/onemrva-mat-badge.component.scss +0 -157
- package/mat-badge/src/onemrva-mat-badge.component.ts +0 -331
- package/mat-badge/src/onemrva-mat-badge.module.ts +0 -8
- package/mat-breadcrumb/index.ts +0 -7
- package/mat-breadcrumb/ng-package.json +0 -6
- package/mat-breadcrumb/src/onemrva-mat-breadcrumb.component.html +0 -37
- package/mat-breadcrumb/src/onemrva-mat-breadcrumb.component.ts +0 -16
- package/mat-breadcrumb/src/onemrva-mat-breadcrumb.model.ts +0 -4
- package/mat-breadcrumb/src/onemrva-mat-breadcrumb.module.ts +0 -12
- package/mat-breadcrumb/src/onemrva-mat-breadcrumb.service.ts +0 -65
- package/mat-carousel/index.ts +0 -2
- package/mat-carousel/ng-package.json +0 -6
- package/mat-carousel/src/mat-carousel-item/onemrva-mat-carousel-item.component.html +0 -5
- package/mat-carousel/src/mat-carousel-item/onemrva-mat-carousel-item.component.ts +0 -27
- package/mat-carousel/src/onemrva-mat-carousel-item.directive.ts +0 -8
- package/mat-carousel/src/onemrva-mat-carousel.component.html +0 -43
- package/mat-carousel/src/onemrva-mat-carousel.component.ts +0 -160
- package/mat-copy-to-clipboard/index.ts +0 -1
- package/mat-copy-to-clipboard/ng-package.json +0 -6
- package/mat-copy-to-clipboard/src/components/copy-to-clipboard.component.html +0 -14
- package/mat-copy-to-clipboard/src/components/copy-to-clipboard.component.ts +0 -76
- package/mat-datepicker-header/index.ts +0 -5
- package/mat-datepicker-header/ng-package.json +0 -6
- package/mat-datepicker-header/src/_onemrva-mat-datepicker-header.component.scss +0 -12
- package/mat-datepicker-header/src/onemrva-mat-datepicker-header.component.html +0 -54
- package/mat-datepicker-header/src/onemrva-mat-datepicker-header.component.ts +0 -283
- package/mat-file-upload/index.ts +0 -11
- package/mat-file-upload/ng-package.json +0 -6
- package/mat-file-upload/src/components/index.ts +0 -10
- package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.html +0 -59
- package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.ts +0 -79
- package/mat-file-upload/src/components/onemrva-mat-file-upload/onemrva-mat-file-upload.component.html +0 -58
- package/mat-file-upload/src/components/onemrva-mat-file-upload/onemrva-mat-file-upload.component.ts +0 -209
- package/mat-file-upload/src/directives/dnd.directive.ts +0 -41
- package/mat-file-upload/src/models/action-config.model.ts +0 -10
- package/mat-file-upload/src/models/progress-file.model.ts +0 -94
- package/mat-file-upload/src/onemrva-mat-file-upload-itf.store.ts +0 -79
- package/mat-file-upload/src/onemrva-mat-file-upload.module.ts +0 -28
- package/mat-file-upload/src/onemrva-mat-file-upload.service.ts +0 -68
- package/mat-file-upload/src/onemrva-mat-file-upload.store.ts +0 -482
- package/mat-input-bank-account/index.ts +0 -5
- package/mat-input-bank-account/ng-package.json +0 -6
- package/mat-input-bank-account/src/bank-account.component.html +0 -36
- package/mat-input-bank-account/src/bank-account.component.scss +0 -42
- package/mat-input-bank-account/src/bank-account.component.ts +0 -308
- package/mat-input-bank-account/src/onemrva-mat-input-bank-account.component.html +0 -11
- package/mat-input-bank-account/src/onemrva-mat-input-bank-account.component.scss +0 -14
- package/mat-input-bank-account/src/onemrva-mat-input-bank-account.component.ts +0 -82
- package/mat-input-birthplace/index.ts +0 -5
- package/mat-input-birthplace/ng-package.json +0 -6
- package/mat-input-birthplace/src/country-item.component.html +0 -8
- package/mat-input-birthplace/src/country-item.component.ts +0 -33
- package/mat-input-birthplace/src/onemrva-mat-input-birthplace.component.html +0 -28
- package/mat-input-birthplace/src/onemrva-mat-input-birthplace.component.ts +0 -129
- package/mat-input-country/index.ts +0 -6
- package/mat-input-country/ng-package.json +0 -6
- package/mat-input-country/src/countries.ts +0 -3198
- package/mat-input-country/src/onemrva-mat-input-country.component.html +0 -25
- package/mat-input-country/src/onemrva-mat-input-country.component.ts +0 -152
- package/mat-input-enterprise-number/index.ts +0 -5
- package/mat-input-enterprise-number/ng-package.json +0 -6
- package/mat-input-enterprise-number/src/onemrva-mat-input-enterprise-number.component.html +0 -42
- package/mat-input-enterprise-number/src/onemrva-mat-input-enterprise-number.component.ts +0 -212
- package/mat-input-phone/index.ts +0 -6
- package/mat-input-phone/ng-package.json +0 -6
- package/mat-input-phone/src/onemrva-mat-input-phone.component.html +0 -47
- package/mat-input-phone/src/onemrva-mat-input-phone.component.ts +0 -274
- package/mat-input-phone/src/phone-number.directive.ts +0 -46
- package/mat-message-box/index.ts +0 -2
- package/mat-message-box/ng-package.json +0 -6
- package/mat-message-box/src/onemrva-mat-message-box.component.html +0 -3
- package/mat-message-box/src/onemrva-mat-message-box.component.ts +0 -172
- package/mat-message-box/src/onemrva-mat-message-box.module.ts +0 -12
- package/mat-multi-select/index.ts +0 -2
- package/mat-multi-select/ng-package.json +0 -6
- package/mat-multi-select/src/_onemrva-mat-multi-select.component.scss +0 -66
- package/mat-multi-select/src/onemrva-mat-multi-select.component.html +0 -44
- package/mat-multi-select/src/onemrva-mat-multi-select.component.ts +0 -194
- package/mat-multi-select/src/onemrva-mat-multi-select.module.ts +0 -27
- package/mat-multi-select/src/onemrva-mat-select-counter.component.ts +0 -0
- package/mat-notification/index.ts +0 -1
- package/mat-notification/ng-package.json +0 -6
- package/mat-notification/src/_onemrva-mat-notification.component.scss +0 -102
- package/mat-notification/src/onemrva-mat-notification.component.html +0 -15
- package/mat-notification/src/onemrva-mat-notification.component.ts +0 -158
- package/mat-paginator/index.ts +0 -6
- package/mat-paginator/ng-package.json +0 -6
- package/mat-paginator/src/_onemrva-mat-paginator.component.scss +0 -122
- package/mat-paginator/src/onemrva-mat-paginator.component.html +0 -108
- package/mat-paginator/src/onemrva-mat-paginator.component.spec.ts +0 -184
- package/mat-paginator/src/onemrva-mat-paginator.component.ts +0 -216
- package/mat-paginator/src/onemrva-mat-paginator.module.ts +0 -21
- package/mat-panel/index.ts +0 -6
- package/mat-panel/ng-package.json +0 -6
- package/mat-panel/src/onemrva-mat-panel-content.component.ts +0 -11
- package/mat-panel/src/onemrva-mat-panel-content.html +0 -5
- package/mat-panel/src/onemrva-mat-panel-icon.component.ts +0 -11
- package/mat-panel/src/onemrva-mat-panel-icon.html +0 -5
- package/mat-panel/src/onemrva-mat-panel-title-action.component.ts +0 -11
- package/mat-panel/src/onemrva-mat-panel-title-action.html +0 -5
- package/mat-panel/src/onemrva-mat-panel-title.component.ts +0 -29
- package/mat-panel/src/onemrva-mat-panel-title.html +0 -8
- package/mat-panel/src/onemrva-mat-panel.component.html +0 -10
- package/mat-panel/src/onemrva-mat-panel.component.ts +0 -122
- package/mat-panel/src/onemrva-mat-panel.module.ts +0 -26
- package/mat-pop-over/index.ts +0 -4
- package/mat-pop-over/ng-package.json +0 -6
- package/mat-pop-over/src/onemrva-mat-pop-over-content.component.ts +0 -13
- package/mat-pop-over/src/onemrva-mat-pop-over-trigger.component.ts +0 -13
- package/mat-pop-over/src/onemrva-mat-pop-over.component.html +0 -29
- package/mat-pop-over/src/onemrva-mat-pop-over.component.ts +0 -46
- package/mat-pop-over/src/onemrva-mat-pop-over.module.ts +0 -19
- package/mat-progress-bar/index.ts +0 -1
- package/mat-progress-bar/ng-package.json +0 -6
- package/mat-progress-bar/src/_onemrva-mat-progress-bar-mixin.component.scss +0 -37
- package/mat-progress-bar/src/onemrva-mat-progress-bar.component.html +0 -13
- package/mat-progress-bar/src/onemrva-mat-progress-bar.component.ts +0 -27
- package/mat-select-search/index.ts +0 -3
- package/mat-select-search/ng-package.json +0 -6
- package/mat-select-search/src/default-options.ts +0 -48
- package/mat-select-search/src/mat-select-no-entries-found.directive.ts +0 -15
- package/mat-select-search/src/mat-select-search-clear.directive.ts +0 -13
- package/mat-select-search/src/mat-select-search.component.html +0 -82
- package/mat-select-search/src/mat-select-search.component.spec.ts +0 -790
- package/mat-select-search/src/mat-select-search.component.ts +0 -705
- package/mat-select-search/src/mat-select-search.module.ts +0 -52
- package/mat-selectable-box/index.ts +0 -6
- package/mat-selectable-box/ng-package.json +0 -6
- package/mat-selectable-box/src/onemrva-mat-selectable-box.component.ts +0 -99
- package/mat-selectable-box/src/onemrva-mat-selectable-box.module.ts +0 -30
- package/mat-side-menu/index.ts +0 -6
- package/mat-side-menu/ng-package.json +0 -6
- package/mat-side-menu/src/onemrva-mat-side-menu.component.html +0 -36
- package/mat-side-menu/src/onemrva-mat-side-menu.component.spec.ts +0 -66
- package/mat-side-menu/src/onemrva-mat-side-menu.component.ts +0 -58
- package/mat-side-menu/src/onemrva-mat-side-menu.module.ts +0 -14
- package/mat-skeleton/index.ts +0 -3
- package/mat-skeleton/ng-package.json +0 -6
- package/mat-skeleton/src/onemrva-mat-skeleton-enums.ts +0 -32
- package/mat-skeleton/src/onemrva-mat-skeleton.component.html +0 -14
- package/mat-skeleton/src/onemrva-mat-skeleton.component.ts +0 -187
- package/mat-skeleton/src/onemrva-mat-skeleton.module.ts +0 -10
- package/mat-spinner/index.ts +0 -7
- package/mat-spinner/ng-package.json +0 -6
- package/mat-spinner/src/_onemrva-mat-spinner.component.scss +0 -151
- package/mat-spinner/src/onemrva-mat-loading.directive.ts +0 -41
- package/mat-spinner/src/onemrva-mat-spinner.component.html +0 -2138
- package/mat-spinner/src/onemrva-mat-spinner.component.ts +0 -52
- package/mat-spinner/src/onemrva-mat-spinner.module.ts +0 -10
- package/mat-stepper/index.ts +0 -6
- package/mat-stepper/ng-package.json +0 -6
- package/mat-stepper/src/_stepper-variables.scss +0 -29
- package/mat-stepper/src/onemrva-mat-stepper.component.spec.ts +0 -22
- package/mat-stepper/src/onemrva-mat-stepper.component.ts +0 -57
- package/mat-stepper/src/onemrva-mat-stepper.html +0 -61
- package/mat-stepper/src/onemrva-mat-stepper.module.ts +0 -24
- package/mat-stepper/src/onemrva-stepper-animations.ts +0 -42
- package/mat-sticker/index.ts +0 -6
- package/mat-sticker/ng-package.json +0 -6
- package/mat-sticker/src/onemrva-mat-sticker.component.spec.ts +0 -16
- package/mat-sticker/src/onemrva-mat-sticker.component.ts +0 -58
- package/mat-sticker/src/onemrva-mat-sticker.module.ts +0 -10
- package/mat-table-of-content/index.ts +0 -8
- package/mat-table-of-content/ng-package.json +0 -6
- package/mat-table-of-content/src/_onemrva-mat-table-of-content.component.scss +0 -79
- package/mat-table-of-content/src/onemrva-mat-table-of-content.component.html +0 -23
- package/mat-table-of-content/src/onemrva-mat-table-of-content.component.ts +0 -126
- package/mat-table-of-content/src/onemrva-mat-table-of-content.directive.ts +0 -67
- package/mat-table-of-content/src/onemrva-mat-table-of-content.service.ts +0 -51
- package/mat-table-of-content/src/onemrva-mat-toc-anchor.model.ts +0 -24
- package/mat-task-list/index.ts +0 -5
- package/mat-task-list/ng-package.json +0 -6
- package/mat-task-list/src/onemrva-mat-task-content.component.ts +0 -11
- package/mat-task-list/src/onemrva-mat-task-content.html +0 -5
- package/mat-task-list/src/onemrva-mat-task-list.component.html +0 -1
- package/mat-task-list/src/onemrva-mat-task-list.component.ts +0 -39
- package/mat-task-list/src/onemrva-mat-task-list.module.ts +0 -31
- package/mat-task-list/src/onemrva-mat-task-title.component.ts +0 -24
- package/mat-task-list/src/onemrva-mat-task-title.html +0 -5
- package/mat-task-list/src/onemrva-mat-task.component.html +0 -23
- package/mat-task-list/src/onemrva-mat-task.component.ts +0 -121
- package/mat-timepicker/index.ts +0 -6
- package/mat-timepicker/ng-package.json +0 -6
- package/mat-timepicker/src/clock/clock.component.html +0 -109
- package/mat-timepicker/src/clock/clock.component.spec.ts +0 -38
- package/mat-timepicker/src/clock/clock.component.ts +0 -274
- package/mat-timepicker/src/interfaces-and-types.ts +0 -18
- package/mat-timepicker/src/onemrva-mat-timepicker.component.html +0 -0
- package/mat-timepicker/src/onemrva-mat-timepicker.component.ts +0 -300
- package/mat-timepicker/src/onemrva-mat-timepicker.module.ts +0 -40
- package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.html +0 -53
- package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.spec.ts +0 -41
- package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.ts +0 -176
- package/mat-timepicker/src/timepicker-toggle/timepicker-toggle.component.html +0 -15
- package/mat-timepicker/src/timepicker-toggle/timepicker-toggle.component.ts +0 -140
- package/mat-timepicker/src/timepicker.directive.ts +0 -596
- package/mat-timepicker/src/util.ts +0 -109
- package/mat-toast/index.ts +0 -6
- package/mat-toast/ng-package.json +0 -6
- package/mat-toast/src/onemrva-mat-toast.component.ts +0 -36
- package/mat-toast/src/onemrva-mat-toast.module.ts +0 -11
- package/mat-tooltip/index.ts +0 -4
- package/mat-tooltip/ng-package.json +0 -6
- package/mat-tooltip/src/onemrva-mat-tooltip.component.ts +0 -21
- package/mat-tooltip/src/onemrva-mat-tooltip.directive.ts +0 -123
- package/mat-tooltip/src/onemrva-mat-tooltip.module.ts +0 -11
- package/ng-package.json +0 -25
- package/npm-shrinkwrap.json +0 -30
- package/page-not-found/index.ts +0 -5
- package/page-not-found/ng-package.json +0 -6
- package/page-not-found/src/page-not-found-action.component.ts +0 -9
- package/page-not-found/src/page-not-found-extra.component.ts +0 -9
- package/page-not-found/src/page-not-found-invader.component.ts +0 -93
- package/page-not-found/src/page-not-found.component.html +0 -47
- package/page-not-found/src/page-not-found.component.ts +0 -60
- package/page-not-found/src/page-not-found.module.ts +0 -24
- package/shared/index.ts +0 -17
- package/shared/ng-package.json +0 -6
- package/shared/src/lib/OnemrvaDateAdapter.ts +0 -78
- package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.css +0 -0
- package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.html +0 -1
- package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.spec.ts +0 -21
- package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.ts +0 -18
- package/shared/src/lib/containers/WebComponentOverlayContainer.ts +0 -90
- package/shared/src/lib/containers/index.ts +0 -1
- package/shared/src/lib/date.format.ts +0 -11
- package/shared/src/lib/directives/clipboard.directive.ts +0 -52
- package/shared/src/lib/directives/color.directive.ts +0 -46
- package/shared/src/lib/directives/digit-only.directive.ts +0 -46
- package/shared/src/lib/directives/if-width-is.directive.ts +0 -39
- package/shared/src/lib/directives/index.ts +0 -22
- package/shared/src/lib/directives/mask.directive.ts +0 -223
- package/shared/src/lib/directives/mat-row-clickable.directive.ts +0 -66
- package/shared/src/lib/interfaces/OnemRvaCommonCountry.interface.ts +0 -23
- package/shared/src/lib/interfaces/index.ts +0 -1
- package/shared/src/lib/pipes/index.ts +0 -2
- package/shared/src/lib/pipes/onemrva-bce.pipe.ts +0 -18
- package/shared/src/lib/pipes/onemrva-niss.pipe.ts +0 -18
- package/shared/src/lib/services/commonCountryLookup.service.ts +0 -50
- package/shared/src/lib/services/index.ts +0 -1
- package/shared/src/lib/shared.datepicker.module.ts +0 -60
- package/shared/src/lib/shared.module.ts +0 -10
- package/shared/src/lib/validators/bankAccountValidator.utils.ts +0 -61
- package/shared/src/lib/validators/onemrva-validators.spec.ts +0 -79
- package/shared/src/lib/validators/onemrva-validators.ts +0 -97
- package/shared/src/onemrva-validators.spec.ts +0 -14
- package/src/polyfills.ts +0 -52
- package/src/public-api.spec.ts +0 -7
- package/src/public-api.ts +0 -5
- package/tsconfig.lib.json +0 -12
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -10
- package/utils/index.ts +0 -2
- package/utils/ng-package.json +0 -6
- package/utils/src/enum.utils.ts +0 -8
- package/utils/src/enums/color.enum.ts +0 -14
- package/utils/src/enums/index.ts +0 -2
- package/utils/src/enums/size.enum.ts +0 -11
- /package/{assets/.gitkeep → mat-navigation/src/mat-navigation-tree/onemrva-mat-navigation-tree.component.scss} +0 -0
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, TemplateRef, QueryList, ChangeDetectorRef, DestroyRef, ViewContainerRef, Type, WritableSignal, OnInit, OnDestroy, EventEmitter, PipeTransform } from '@angular/core';
|
|
3
|
+
import * as i15 from '@angular/router';
|
|
4
|
+
import { RouterLink, Router } from '@angular/router';
|
|
5
|
+
import { Subject } from 'rxjs';
|
|
6
|
+
import * as i16 from '@angular/cdk/layout';
|
|
7
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
8
|
+
import * as i19 from '@angular/material/sidenav';
|
|
9
|
+
import { MatDrawer } from '@angular/material/sidenav';
|
|
10
|
+
import { OnemrvaMatSize } from '@onemrvapublic/design-system/utils';
|
|
11
|
+
import { NavItem } from '@onemrvapublic/design-system/mat-navigation';
|
|
12
|
+
import * as i26 from '@ngx-translate/core';
|
|
13
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
14
|
+
import * as i14 from '@angular/common';
|
|
15
|
+
import * as i17 from '@angular/material/toolbar';
|
|
16
|
+
import * as i18 from '@angular/material/divider';
|
|
17
|
+
import * as i20 from '@angular/material/tabs';
|
|
18
|
+
import * as i21 from '@angular/material/button';
|
|
19
|
+
import * as i22 from '@angular/material/menu';
|
|
20
|
+
import * as i23 from '@angular/material/icon';
|
|
21
|
+
import * as i24 from '@onemrvapublic/design-system/mat-avatar';
|
|
22
|
+
import * as i25 from '@angular/material/tooltip';
|
|
23
|
+
import * as i27 from '@angular/material/core';
|
|
24
|
+
|
|
25
|
+
declare class LayoutSubrouteComponent implements AfterViewInit {
|
|
26
|
+
private cd;
|
|
27
|
+
private router;
|
|
28
|
+
customNgClass: any;
|
|
29
|
+
template?: TemplateRef<any>;
|
|
30
|
+
routerLink: typeof RouterLink.prototype.routerLink | string;
|
|
31
|
+
routerLinkActiveOptions?: any;
|
|
32
|
+
dataCy?: string;
|
|
33
|
+
label?: string;
|
|
34
|
+
icon?: string;
|
|
35
|
+
subroutes?: QueryList<LayoutSubrouteComponent>;
|
|
36
|
+
ngAfterViewInit(): void;
|
|
37
|
+
hasSubroutes(): boolean;
|
|
38
|
+
hasActiveSubroute(): boolean;
|
|
39
|
+
private isActiveRoute;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutSubrouteComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutSubrouteComponent, "onemrva-layout-subroute", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, ["subroutes"], never, true, never>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare class LayoutRouteComponent implements AfterViewInit {
|
|
45
|
+
customNgClass: any;
|
|
46
|
+
template: TemplateRef<any> | null;
|
|
47
|
+
routerLink?: string;
|
|
48
|
+
routerLinkActiveOptions?: any;
|
|
49
|
+
dataCy?: string;
|
|
50
|
+
baseRouteForActiveMenu?: string;
|
|
51
|
+
label?: string;
|
|
52
|
+
icon?: string;
|
|
53
|
+
subroutes?: QueryList<LayoutSubrouteComponent>;
|
|
54
|
+
hasSubroutes(): boolean;
|
|
55
|
+
cd: ChangeDetectorRef;
|
|
56
|
+
router: Router;
|
|
57
|
+
ngAfterViewInit(): void;
|
|
58
|
+
isRouteActive(): boolean;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutRouteComponent, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutRouteComponent, "onemrva-layout-route", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "baseRouteForActiveMenu": { "alias": "baseRouteForActiveMenu"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, ["subroutes"], never, true, never>;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
declare class LayoutContentComponent implements AfterViewInit {
|
|
64
|
+
customNgClass: any;
|
|
65
|
+
template?: TemplateRef<any>;
|
|
66
|
+
private cd;
|
|
67
|
+
ngAfterViewInit(): void;
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutContentComponent, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutContentComponent, "onemrva-layout-content", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
declare class LayoutTitleComponent implements AfterViewInit {
|
|
73
|
+
private cd;
|
|
74
|
+
customNgClass: any;
|
|
75
|
+
template?: TemplateRef<any>;
|
|
76
|
+
ngAfterViewInit(): void;
|
|
77
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutTitleComponent, never>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutTitleComponent, "onemrva-layout-title", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
declare enum Environment {
|
|
82
|
+
LOCAL = "LOCAL",
|
|
83
|
+
TEST = "TEST",
|
|
84
|
+
VAL = "VAL",
|
|
85
|
+
PROD = "PROD"
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
declare class LayoutFooterComponent {
|
|
89
|
+
template?: TemplateRef<any>;
|
|
90
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutFooterComponent, never>;
|
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutFooterComponent, "onemrva-layout-footer", never, {}, {}, never, ["*"], true, never>;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
declare class OnemRvaProfile {
|
|
95
|
+
private _isLoggedIn;
|
|
96
|
+
private _firstName;
|
|
97
|
+
private _lastName;
|
|
98
|
+
constructor();
|
|
99
|
+
constructor(firstName: string, lastName: string);
|
|
100
|
+
initials(): string;
|
|
101
|
+
get firstName(): string;
|
|
102
|
+
set firstName(value: string);
|
|
103
|
+
get lastName(): string;
|
|
104
|
+
set lastName(value: string);
|
|
105
|
+
get isLoggedIn(): boolean;
|
|
106
|
+
set isLoggedIn(value: boolean);
|
|
107
|
+
login(firstName: string, lastName: string): void;
|
|
108
|
+
logout(): void;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
declare class LayoutLoginMenuComponent implements AfterViewInit {
|
|
112
|
+
private cd;
|
|
113
|
+
customNgClass: any;
|
|
114
|
+
template?: TemplateRef<any>;
|
|
115
|
+
ngAfterViewInit(): void;
|
|
116
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutLoginMenuComponent, never>;
|
|
117
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutLoginMenuComponent, "onemrva-layout-login-menu", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
declare class DrawerHostDirective implements AfterViewInit {
|
|
121
|
+
destroyRef: DestroyRef;
|
|
122
|
+
drawer: MatDrawer;
|
|
123
|
+
viewContainerRef: ViewContainerRef;
|
|
124
|
+
document: Document;
|
|
125
|
+
createComponent<T>(component: Type<T>): i0.ComponentRef<T>;
|
|
126
|
+
bodyClass(): void;
|
|
127
|
+
ngAfterViewInit(): void;
|
|
128
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerHostDirective, never>;
|
|
129
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerHostDirective, "[drawerhost]", never, {}, {}, never, never, true, never>;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
declare class OnemrvaDrawerService {
|
|
133
|
+
host?: DrawerHostDirective;
|
|
134
|
+
private drawer?;
|
|
135
|
+
hasBackdrop: WritableSignal<boolean>;
|
|
136
|
+
size: WritableSignal<OnemrvaMatSize>;
|
|
137
|
+
isSide: boolean;
|
|
138
|
+
toggle(isSide?: boolean): void;
|
|
139
|
+
open(isSide?: boolean): void;
|
|
140
|
+
close(): void;
|
|
141
|
+
classes(): string[];
|
|
142
|
+
setDrawer(drawer: MatDrawer): void;
|
|
143
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaDrawerService, never>;
|
|
144
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaDrawerService>;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
declare class LayoutAfterNavComponent implements AfterViewInit {
|
|
148
|
+
private cd;
|
|
149
|
+
customNgClass: any;
|
|
150
|
+
template?: TemplateRef<any>;
|
|
151
|
+
ngAfterViewInit(): void;
|
|
152
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutAfterNavComponent, never>;
|
|
153
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutAfterNavComponent, "onemrva-layout-after-nav", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
interface OnemRvaLanguage {
|
|
157
|
+
code: string;
|
|
158
|
+
label: string;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
declare class OnemrvaLeftSidenavService {
|
|
162
|
+
private originalItems;
|
|
163
|
+
readonly items: WritableSignal<NavItem[]>;
|
|
164
|
+
private router;
|
|
165
|
+
constructor();
|
|
166
|
+
setOriginal(items: NavItem[]): void;
|
|
167
|
+
updateItems(items: NavItem[]): void;
|
|
168
|
+
reset(): void;
|
|
169
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaLeftSidenavService, never>;
|
|
170
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaLeftSidenavService>;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
declare class LayoutComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
174
|
+
routes?: QueryList<LayoutRouteComponent>;
|
|
175
|
+
title?: LayoutTitleComponent;
|
|
176
|
+
loginMenu?: LayoutLoginMenuComponent;
|
|
177
|
+
content?: LayoutContentComponent;
|
|
178
|
+
afterNav?: LayoutAfterNavComponent;
|
|
179
|
+
footer?: LayoutFooterComponent;
|
|
180
|
+
logo: string;
|
|
181
|
+
languages: OnemRvaLanguage[];
|
|
182
|
+
environment?: Environment;
|
|
183
|
+
logoRedictionUrl?: string | any[] | null;
|
|
184
|
+
selectedIndex: number;
|
|
185
|
+
destroyNotifier$: Subject<void>;
|
|
186
|
+
profile: OnemRvaProfile | null;
|
|
187
|
+
login: EventEmitter<void>;
|
|
188
|
+
logout: EventEmitter<void>;
|
|
189
|
+
env: typeof Environment;
|
|
190
|
+
isSmall: boolean;
|
|
191
|
+
drawer: MatDrawer;
|
|
192
|
+
drawerHost: DrawerHostDirective;
|
|
193
|
+
id: string;
|
|
194
|
+
role: string;
|
|
195
|
+
showThemeSwitcher: boolean;
|
|
196
|
+
onemrvaClass: string;
|
|
197
|
+
activeTheme: i0.WritableSignal<"light" | "dark" | "system">;
|
|
198
|
+
toggleTheme(newTheme: 'light' | 'dark' | 'system'): void;
|
|
199
|
+
private readonly translateService;
|
|
200
|
+
private readonly cdn;
|
|
201
|
+
private readonly cd;
|
|
202
|
+
readonly breakpointObserver: BreakpointObserver;
|
|
203
|
+
private readonly document;
|
|
204
|
+
readonly drawerService: OnemrvaDrawerService;
|
|
205
|
+
readonly leftSidenavService: OnemrvaLeftSidenavService;
|
|
206
|
+
constructor();
|
|
207
|
+
ngOnInit(): void;
|
|
208
|
+
get currentLanguage(): string;
|
|
209
|
+
ngAfterViewInit(): void;
|
|
210
|
+
ngOnDestroy(): void;
|
|
211
|
+
doLogout(): void;
|
|
212
|
+
doLogin(): void;
|
|
213
|
+
changeLanguage(langCode: string): void;
|
|
214
|
+
toggleSideNav(): void;
|
|
215
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
|
|
216
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "onemrva-layout", never, { "logo": { "alias": "logo"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; "environment": { "alias": "environment"; "required": false; }; "logoRedictionUrl": { "alias": "logoRedictionUrl"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; "showThemeSwitcher": { "alias": "showThemeSwitcher"; "required": false; }; }, { "login": "login"; "logout": "logout"; }, ["title", "loginMenu", "content", "afterNav", "footer", "routes"], never, true, never>;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
declare class LayoutSidenavComponent implements OnInit {
|
|
220
|
+
isSmall: boolean;
|
|
221
|
+
routes?: QueryList<LayoutRouteComponent>;
|
|
222
|
+
languages: OnemRvaLanguage[];
|
|
223
|
+
items: NavItem[];
|
|
224
|
+
currentLanguage?: OnemRvaLanguage;
|
|
225
|
+
helpMenuOpen: string[][];
|
|
226
|
+
translateService: TranslateService;
|
|
227
|
+
document: Document;
|
|
228
|
+
drawerService: OnemrvaDrawerService;
|
|
229
|
+
ngOnInit(): void;
|
|
230
|
+
changeLanguage(event: any): void;
|
|
231
|
+
close(): void;
|
|
232
|
+
private populateItemsRecursively;
|
|
233
|
+
private getRouteLabel;
|
|
234
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutSidenavComponent, never>;
|
|
235
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutSidenavComponent, "onemrva-layout-sidenav", never, { "isSmall": { "alias": "isSmall"; "required": false; }; "routes": { "alias": "routes"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; }, {}, never, never, true, never>;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
declare class LayoutLeftSidenavComponent {
|
|
239
|
+
private _items;
|
|
240
|
+
set items(value: NavItem[]);
|
|
241
|
+
get items(): NavItem[];
|
|
242
|
+
_isHidden: boolean;
|
|
243
|
+
constructor();
|
|
244
|
+
leftSidenavService: OnemrvaLeftSidenavService;
|
|
245
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutLeftSidenavComponent, never>;
|
|
246
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutLeftSidenavComponent, "onemrva-layout-left-sidenav", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
declare class LayoutSidenavTitleComponent {
|
|
250
|
+
template?: TemplateRef<any>;
|
|
251
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutSidenavTitleComponent, never>;
|
|
252
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutSidenavTitleComponent, "onemrva-layout-sidenav-title", never, {}, {}, never, ["*"], true, never>;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
declare class LayoutDrawerActionsComponent {
|
|
256
|
+
drawerService: OnemrvaDrawerService;
|
|
257
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDrawerActionsComponent, never>;
|
|
258
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDrawerActionsComponent, "onemrva-drawer-actions", never, {}, {}, never, ["*"], true, never>;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
declare class LayoutDrawerContentComponent {
|
|
262
|
+
drawerService: OnemrvaDrawerService;
|
|
263
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDrawerContentComponent, never>;
|
|
264
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDrawerContentComponent, "onemrva-drawer-content", never, {}, {}, never, ["*"], true, never>;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
declare class LayoutDrawerTitleComponent {
|
|
268
|
+
showClose: boolean;
|
|
269
|
+
drawerService: OnemrvaDrawerService;
|
|
270
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDrawerTitleComponent, never>;
|
|
271
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDrawerTitleComponent, "onemrva-drawer-title", never, { "showClose": { "alias": "showClose"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
declare const layoutComponents: (typeof LayoutRouteComponent | typeof LayoutFooterComponent | typeof LayoutSidenavComponent | typeof LayoutLeftSidenavComponent | typeof LayoutComponent)[];
|
|
275
|
+
|
|
276
|
+
declare class StripHtmlPipe implements PipeTransform {
|
|
277
|
+
transform(value: string): any;
|
|
278
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StripHtmlPipe, never>;
|
|
279
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<StripHtmlPipe, "striphtml", true>;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
declare function CoerceBooleanInput(defaultValue: boolean): (target: any, propertyKey: string | symbol) => void;
|
|
283
|
+
|
|
284
|
+
declare function ObservableContent(): (target: any, propertyKey: string) => void;
|
|
285
|
+
|
|
286
|
+
declare class OnemrvaLayoutModule {
|
|
287
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaLayoutModule, never>;
|
|
288
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaLayoutModule, never, [typeof LayoutComponent, typeof LayoutContentComponent, typeof LayoutFooterComponent, typeof LayoutRouteComponent, typeof LayoutSubrouteComponent, typeof LayoutTitleComponent, typeof LayoutSidenavTitleComponent, typeof LayoutSidenavComponent, typeof LayoutLoginMenuComponent, typeof LayoutAfterNavComponent, typeof LayoutLeftSidenavComponent, typeof StripHtmlPipe, typeof DrawerHostDirective, typeof i14.CommonModule, typeof i15.RouterModule, typeof i16.LayoutModule, typeof i17.MatToolbarModule, typeof i18.MatDividerModule, typeof i19.MatSidenavModule, typeof i20.MatTabsModule, typeof i21.MatButtonModule, typeof i22.MatMenuModule, typeof i23.MatIconModule, typeof i24.OnemrvaMatAvatarModule, typeof i25.MatTooltipModule, typeof i26.TranslateModule, typeof i27.MatRipple], [typeof LayoutComponent, typeof LayoutContentComponent, typeof LayoutFooterComponent, typeof LayoutRouteComponent, typeof LayoutSubrouteComponent, typeof LayoutTitleComponent, typeof LayoutSidenavTitleComponent, typeof LayoutSidenavComponent, typeof LayoutLoginMenuComponent, typeof LayoutAfterNavComponent, typeof LayoutLeftSidenavComponent, typeof i16.LayoutModule]>;
|
|
289
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaLayoutModule>;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export { CoerceBooleanInput, DrawerHostDirective, Environment, LayoutAfterNavComponent, LayoutComponent, LayoutContentComponent, LayoutDrawerActionsComponent, LayoutDrawerContentComponent, LayoutDrawerTitleComponent, LayoutFooterComponent, LayoutLeftSidenavComponent, LayoutLoginMenuComponent, LayoutRouteComponent, LayoutSidenavComponent, LayoutSidenavTitleComponent, LayoutSubrouteComponent, LayoutTitleComponent, ObservableContent, OnemRvaProfile, OnemrvaDrawerService, OnemrvaLayoutModule, OnemrvaLeftSidenavService, StripHtmlPipe, layoutComponents };
|
|
293
|
+
export type { OnemRvaLanguage };
|
|
@@ -1,49 +1,76 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
-
|
|
3
|
-
$navbar-height: 90px;
|
|
4
|
-
$footer-height: 30px;
|
|
5
|
-
|
|
6
|
-
.mat-mdc-tab-nav-bar {
|
|
7
|
-
.mat-mdc-tab-header {
|
|
8
|
-
height: 42px !important;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.logo {
|
|
13
|
-
align-self: center;
|
|
14
|
-
cursor: pointer;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.application-title {
|
|
18
|
-
font-size: 1.3rem;
|
|
19
|
-
font-weight: 700;
|
|
20
|
-
height: 42px;
|
|
21
|
-
line-height: 42px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
:host .mat-toolbar {
|
|
25
|
-
background: white;
|
|
26
|
-
position: fixed;
|
|
27
|
-
top: 0;
|
|
28
|
-
height: $navbar-height;
|
|
29
|
-
|
|
30
|
-
z-index: 400;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.accountName {
|
|
34
|
-
margin: 16px;
|
|
35
|
-
line-height: 16px;
|
|
36
|
-
font-weight: bold;
|
|
37
|
-
}
|
|
2
|
+
@use '@angular/material' as mat;
|
|
38
3
|
|
|
39
4
|
:host {
|
|
5
|
+
$spacer: 8px;
|
|
40
6
|
position: relative;
|
|
41
|
-
|
|
7
|
+
a {
|
|
8
|
+
&:active {
|
|
9
|
+
outline: none;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
42
12
|
router-outlet {
|
|
43
13
|
display: block;
|
|
44
14
|
margin-bottom: 90px;
|
|
45
15
|
}
|
|
16
|
+
header {
|
|
17
|
+
mat-toolbar {
|
|
18
|
+
position: fixed;
|
|
19
|
+
height: var(--layout-header-height);
|
|
20
|
+
z-index: 400;
|
|
21
|
+
|
|
22
|
+
.topMenu {
|
|
23
|
+
.mat-mdc-tab-header-pagination-before,
|
|
24
|
+
.mat-mdc-tab-header-pagination-after {
|
|
25
|
+
display: none !important; // hide the tab arrows
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.logo {
|
|
30
|
+
height: 42px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// TODO use a design token
|
|
34
|
+
.application-title {
|
|
35
|
+
font-size: 1.3rem;
|
|
36
|
+
font-weight: 700;
|
|
37
|
+
height: 42px;
|
|
38
|
+
line-height: 42px;
|
|
39
|
+
color: var(--mat-sys-tertiary);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@include mat.tabs-overrides(
|
|
43
|
+
(
|
|
44
|
+
divider-color: transparent,
|
|
45
|
+
)
|
|
46
|
+
);
|
|
47
|
+
.mat-mdc-tab-nav-bar {
|
|
48
|
+
text-transform: uppercase;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
.onemrva-layout-content {
|
|
53
|
+
padding-top: var(--layout-content-padding-top);
|
|
54
|
+
min-height: calc(100vh - 48px);
|
|
55
|
+
.container-with-nav {
|
|
56
|
+
display: flex;
|
|
57
|
+
.left-content {
|
|
58
|
+
flex: 0 0 240px;
|
|
59
|
+
}
|
|
60
|
+
.right-content {
|
|
61
|
+
flex: 1;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
.mat-drawer-content {
|
|
66
|
+
min-height: 100vh;
|
|
67
|
+
}
|
|
46
68
|
|
|
69
|
+
#accessibility_fab {
|
|
70
|
+
position: fixed;
|
|
71
|
+
bottom: 16px;
|
|
72
|
+
left: 16px;
|
|
73
|
+
}
|
|
47
74
|
.environment {
|
|
48
75
|
position: fixed;
|
|
49
76
|
top: 0;
|
|
@@ -73,67 +100,50 @@ $footer-height: 30px;
|
|
|
73
100
|
display: block;
|
|
74
101
|
}
|
|
75
102
|
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
103
|
+
mat-drawer {
|
|
104
|
+
&:not(.side-menu) {
|
|
105
|
+
padding: var(--double-spacer);
|
|
106
|
+
background: var(--mat-sys-surface-container-high);
|
|
80
107
|
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
display: flex;
|
|
87
|
-
}
|
|
88
|
-
.s-menu-item {
|
|
89
|
-
&.active {
|
|
90
|
-
font-weight: bold !important;
|
|
108
|
+
&.xsmall {
|
|
109
|
+
width: 20%;
|
|
110
|
+
}
|
|
111
|
+
&.small {
|
|
112
|
+
width: 30%;
|
|
91
113
|
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
114
|
+
&.medium {
|
|
115
|
+
width: 50%;
|
|
116
|
+
}
|
|
117
|
+
&.large {
|
|
118
|
+
width: 60%;
|
|
119
|
+
}
|
|
120
|
+
&.xlarge {
|
|
121
|
+
width: 70%;
|
|
122
|
+
}
|
|
123
|
+
&.xxlarge {
|
|
124
|
+
width: 90%;
|
|
125
|
+
}
|
|
126
|
+
@media screen and (max-width: 640px) {
|
|
127
|
+
width: 99% !important;
|
|
95
128
|
}
|
|
96
129
|
}
|
|
97
130
|
}
|
|
98
131
|
|
|
99
|
-
.onemrva-layout-content {
|
|
100
|
-
padding-top: $navbar-height;
|
|
101
|
-
min-height: calc(100vh - 195px);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.onemrva-footer {
|
|
105
|
-
text-align: center;
|
|
106
|
-
padding: 9.5px;
|
|
107
|
-
margin-top: 16px;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
onemrva-mat-avatar.clickable {
|
|
111
|
-
cursor: pointer;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
132
|
.mat-mdc-menu-content {
|
|
115
133
|
button {
|
|
116
134
|
&.active > * {
|
|
117
135
|
font-weight: bold !important;
|
|
118
136
|
}
|
|
119
137
|
mat-icon {
|
|
120
|
-
font-size:
|
|
121
|
-
height:
|
|
122
|
-
width:
|
|
138
|
+
font-size: 1.125rem !important;
|
|
139
|
+
height: 1.125rem;
|
|
140
|
+
width: 1.125rem;
|
|
123
141
|
}
|
|
124
142
|
span {
|
|
125
143
|
font-size: 14px !important;
|
|
126
144
|
}
|
|
127
145
|
}
|
|
128
146
|
}
|
|
129
|
-
#accessibility_fab {
|
|
130
|
-
position: fixed;
|
|
131
|
-
bottom: 16px;
|
|
132
|
-
left: 16px;
|
|
133
|
-
}
|
|
134
147
|
nav a.disabled {
|
|
135
148
|
pointer-events: none;
|
|
136
149
|
}
|
|
137
|
-
.menu-close-button {
|
|
138
|
-
float: right;
|
|
139
|
-
}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
:host {
|
|
2
|
-
width: calc(100% -
|
|
2
|
+
width: calc(100% - var(--double-spacer));
|
|
3
3
|
display: block;
|
|
4
|
-
padding:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
padding: var(--spacer);
|
|
5
|
+
margin: var(--spacer);
|
|
6
|
+
|
|
7
|
+
span:first-child {
|
|
8
|
+
font: var(--mat-sys-title-large);
|
|
9
|
+
color: var(--mat-sys-error);
|
|
10
|
+
//@include mat.m2-typography-level($typography, 'subtitle-1');
|
|
11
|
+
//color: mat.m2-get-color-from-palette(map.get($theme, 'error'), 500);
|
|
8
12
|
}
|
|
9
13
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
min-width: 250px;
|
|
3
|
+
.close-button {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: flex-end;
|
|
6
|
+
padding: var(--spacer);
|
|
7
|
+
}
|
|
8
|
+
.mobile-menu-item {
|
|
9
|
+
display: flex;
|
|
10
|
+
width: 100%;
|
|
11
|
+
background: var(--mat-sys-background);
|
|
12
|
+
padding: var(--spacer);
|
|
13
|
+
border: none;
|
|
14
|
+
box-shadow: none;
|
|
15
|
+
font-size: 1.2rem;
|
|
16
|
+
align-items: center;
|
|
17
|
+
text-align: left;
|
|
18
|
+
&:active,
|
|
19
|
+
&.active {
|
|
20
|
+
border-right: 4px solid var(--mat-sys-secondary);
|
|
21
|
+
font-weight: bold !important;
|
|
22
|
+
}
|
|
23
|
+
mat-icon {
|
|
24
|
+
margin-left: 4px;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
.sidebar {
|
|
28
|
+
overflow: scroll;
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column;
|
|
31
|
+
justify-content: space-between;
|
|
32
|
+
height: 100vh;
|
|
33
|
+
.navigation {
|
|
34
|
+
}
|
|
35
|
+
.language-selector {
|
|
36
|
+
mat-form-field {
|
|
37
|
+
width: 100%;
|
|
38
|
+
}
|
|
39
|
+
margin: var(--double-spacer);
|
|
40
|
+
bottom: 0;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
package/layout/src/index.scss
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
3
|
+
import { FormGroup, FormControl } from '@angular/forms';
|
|
4
|
+
import { OSMResult } from '@onemrvapublic/design-system/shared';
|
|
5
|
+
|
|
6
|
+
declare class OnemRvaAddress implements OnInit {
|
|
7
|
+
defaultCountry: string;
|
|
8
|
+
form: FormGroup<{
|
|
9
|
+
country: FormControl<string | null>;
|
|
10
|
+
street: FormControl<string | null>;
|
|
11
|
+
postal_code: FormControl<string | null>;
|
|
12
|
+
city: FormControl<string | null>;
|
|
13
|
+
street_number: FormControl<string | null>;
|
|
14
|
+
box: FormControl<string | null>;
|
|
15
|
+
}>;
|
|
16
|
+
update: EventEmitter<{
|
|
17
|
+
country?: string;
|
|
18
|
+
street?: string;
|
|
19
|
+
postal_code?: string;
|
|
20
|
+
city?: string;
|
|
21
|
+
street_number?: string;
|
|
22
|
+
box?: string;
|
|
23
|
+
}>;
|
|
24
|
+
get countryForm(): FormControl<string | null>;
|
|
25
|
+
get streetControl(): FormControl<string | null>;
|
|
26
|
+
get postalCodeControl(): FormControl<string | null>;
|
|
27
|
+
get cityControl(): FormControl<string | null>;
|
|
28
|
+
get boxControl(): FormControl<string | null>;
|
|
29
|
+
get numeroControl(): FormControl<string | null>;
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
onAddressSelected(result: OSMResult): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaAddress, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnemRvaAddress, "onemrva-address", never, { "defaultCountry": { "alias": "defaultCountry"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, { "update": "update"; }, never, never, true, never>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { OnemRvaAddress };
|