@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,197 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, OnDestroy, EventEmitter, ElementRef, QueryList, ChangeDetectorRef, InjectionToken } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
4
|
+
import { MatOption } from '@angular/material/core';
|
|
5
|
+
import { MatFormField } from '@angular/material/form-field';
|
|
6
|
+
import { MatSelect } from '@angular/material/select';
|
|
7
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Directive for providing a custom clear-icon.
|
|
11
|
+
* e.g.
|
|
12
|
+
* <mat-select-search [formControl]="bankFilterCtrl">
|
|
13
|
+
* <mat-icon matSelectSearchClear>delete</mat-icon>
|
|
14
|
+
* </mat-select-search>
|
|
15
|
+
*/
|
|
16
|
+
declare class MatSelectSearchClearDirective {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectSearchClearDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectSearchClearDirective, "[matSelectSearchClear]", never, {}, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Directive for providing a custom no entries found element.
|
|
23
|
+
* e.g.
|
|
24
|
+
* <mat-select-search [formControl]="bankFilterCtrl">
|
|
25
|
+
* <span matSelectNoEntriesFound>
|
|
26
|
+
* No entries found <button>Add</button>
|
|
27
|
+
* </span>
|
|
28
|
+
* </mat-select-search>
|
|
29
|
+
*/
|
|
30
|
+
declare class MatSelectNoEntriesFoundDirective {
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectNoEntriesFoundDirective, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectNoEntriesFoundDirective, "[matSelectNoEntriesFound]", never, {}, {}, never, never, true, never>;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
declare class MatSelectSearchComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
36
|
+
/** Label of the search placeholder */
|
|
37
|
+
placeholderLabel: string;
|
|
38
|
+
/** Type of the search input field */
|
|
39
|
+
type: string;
|
|
40
|
+
/** Font-based icon used for displaying Close-Icon */
|
|
41
|
+
closeIcon: string;
|
|
42
|
+
/** Svg-based icon used for displaying Close-Icon. If set, closeIcon is overridden */
|
|
43
|
+
closeSvgIcon: string;
|
|
44
|
+
/** Label to be shown when no entries are found. Set to null if no message should be shown. */
|
|
45
|
+
noEntriesFoundLabel: string;
|
|
46
|
+
/**
|
|
47
|
+
* Whether or not the search field should be cleared after the dropdown menu is closed.
|
|
48
|
+
*/
|
|
49
|
+
clearSearchInput: boolean;
|
|
50
|
+
/** Whether to show the search-in-progress indicator */
|
|
51
|
+
searching: boolean;
|
|
52
|
+
/** Disables initial focusing of the input field */
|
|
53
|
+
disableInitialFocus: boolean;
|
|
54
|
+
/** Enable clear input on escape pressed */
|
|
55
|
+
enableClearOnEscapePressed: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Prevents home / end key being propagated to mat-select,
|
|
58
|
+
* allowing to move the cursor within the search input instead of navigating the options
|
|
59
|
+
*/
|
|
60
|
+
preventHomeEndKeyPropagation: boolean;
|
|
61
|
+
/** Disables scrolling to active options when option list changes. Useful for server-side search */
|
|
62
|
+
disableScrollToActiveOnOptionsChanged: boolean;
|
|
63
|
+
/** Adds 508 screen reader support for search box */
|
|
64
|
+
ariaLabel: string;
|
|
65
|
+
/** Whether to show Select All Checkbox (for mat-select[multi=true]) */
|
|
66
|
+
showToggleAllCheckbox: boolean;
|
|
67
|
+
/** select all checkbox checked state */
|
|
68
|
+
toggleAllCheckboxChecked: boolean;
|
|
69
|
+
/** select all checkbox indeterminate state */
|
|
70
|
+
toggleAllCheckboxIndeterminate: boolean;
|
|
71
|
+
/** Display a message in a tooltip on the toggle-all checkbox */
|
|
72
|
+
toggleAllCheckboxTooltipMessage: string;
|
|
73
|
+
/** Define the position of the tooltip on the toggle-all checkbox. */
|
|
74
|
+
toggleAllCheckboxTooltipPosition: 'left' | 'right' | 'above' | 'below' | 'before' | 'after';
|
|
75
|
+
/** Show/Hide the search clear button of the search input */
|
|
76
|
+
hideClearSearchButton: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Always restore selected options on selectionChange for mode multi (e.g. for lazy loading/infinity scrolling).
|
|
79
|
+
* Defaults to false, so selected options are only restored while filtering is active.
|
|
80
|
+
*/
|
|
81
|
+
alwaysRestoreSelectedOptionsMulti: boolean;
|
|
82
|
+
/** Output emitter to send to parent component with the toggle all boolean */
|
|
83
|
+
toggleAll: EventEmitter<boolean>;
|
|
84
|
+
/** Reference to the search input field */
|
|
85
|
+
searchSelectInput?: ElementRef;
|
|
86
|
+
/** Reference to the search input field */
|
|
87
|
+
innerSelectSearch?: ElementRef;
|
|
88
|
+
/** Reference to custom search input clear icon */
|
|
89
|
+
clearIcon?: MatSelectSearchClearDirective;
|
|
90
|
+
/** Reference to custom no entries found element */
|
|
91
|
+
noEntriesFound?: MatSelectNoEntriesFoundDirective;
|
|
92
|
+
/** Current search value */
|
|
93
|
+
get value(): string;
|
|
94
|
+
private _lastExternalInputValue?;
|
|
95
|
+
onTouched: (_: any) => void;
|
|
96
|
+
/** Reference to the MatSelect options */
|
|
97
|
+
set _options(_options: QueryList<MatOption>);
|
|
98
|
+
get _options(): QueryList<MatOption>;
|
|
99
|
+
_options$: BehaviorSubject<QueryList<MatOption>>;
|
|
100
|
+
private optionsList$;
|
|
101
|
+
private optionsLength$;
|
|
102
|
+
/** Previously selected values when using <mat-select [multiple]="true">*/
|
|
103
|
+
private previousSelectedValues?;
|
|
104
|
+
_formControl: FormControl<string | null>;
|
|
105
|
+
/** whether to show the no entries found message */
|
|
106
|
+
_showNoEntriesFound$: Observable<boolean>;
|
|
107
|
+
/** Subject that emits when the component has been destroyed. */
|
|
108
|
+
private _onDestroy;
|
|
109
|
+
/** Reference to active descendant for ARIA Support. */
|
|
110
|
+
private activeDescendant?;
|
|
111
|
+
readonly matSelect: MatSelect;
|
|
112
|
+
readonly changeDetectorRef: ChangeDetectorRef;
|
|
113
|
+
private readonly _viewportRuler;
|
|
114
|
+
readonly matOption: MatOption<any> | null;
|
|
115
|
+
readonly matFormField: MatFormField | null;
|
|
116
|
+
private readonly defaultOptions;
|
|
117
|
+
constructor();
|
|
118
|
+
private applyDefaultOptions;
|
|
119
|
+
ngOnInit(): void;
|
|
120
|
+
_emitSelectAllBooleanToParent(state: boolean): void;
|
|
121
|
+
ngOnDestroy(): void;
|
|
122
|
+
_isToggleAllCheckboxVisible(): boolean;
|
|
123
|
+
/**
|
|
124
|
+
* Handles the key down event with MatSelect.
|
|
125
|
+
* Allows e.g. selecting with enter key, navigation with arrow keys, etc.
|
|
126
|
+
* @param event
|
|
127
|
+
*/
|
|
128
|
+
_handleKeydown(event: KeyboardEvent): void;
|
|
129
|
+
/**
|
|
130
|
+
* Handles the key up event with MatSelect.
|
|
131
|
+
* Allows e.g. the announcing of the currently activeDescendant by screen readers.
|
|
132
|
+
*/
|
|
133
|
+
_handleKeyup(event: KeyboardEvent): void;
|
|
134
|
+
writeValue(value: string): void;
|
|
135
|
+
onBlur(): void;
|
|
136
|
+
registerOnChange(fn: (value: string | null) => void): void;
|
|
137
|
+
registerOnTouched(fn: () => void): void;
|
|
138
|
+
/**
|
|
139
|
+
* Focuses the search input field
|
|
140
|
+
*/
|
|
141
|
+
_focus(): void;
|
|
142
|
+
/**
|
|
143
|
+
* Resets the current search value
|
|
144
|
+
* @param focus whether to focus after resetting
|
|
145
|
+
*/
|
|
146
|
+
_reset(focus?: boolean): void;
|
|
147
|
+
/**
|
|
148
|
+
* Initializes handling <mat-select [multiple]="true">
|
|
149
|
+
* Note: to improve this code, mat-select should be extended to allow disabling resetting the selection while filtering.
|
|
150
|
+
*/
|
|
151
|
+
private initMultipleHandling;
|
|
152
|
+
/**
|
|
153
|
+
* Set the width of the innerSelectSearch to fit even custom scrollbars
|
|
154
|
+
* And support all Operation Systems
|
|
155
|
+
*/
|
|
156
|
+
updateInputWidth(): void;
|
|
157
|
+
/**
|
|
158
|
+
* Determine the offset to length that can be caused by the optional matOption used as a search input.
|
|
159
|
+
*/
|
|
160
|
+
private getOptionsLengthOffset;
|
|
161
|
+
private unselectActiveDescendant;
|
|
162
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectSearchComponent, never>;
|
|
163
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatSelectSearchComponent, "mat-select-search", never, { "placeholderLabel": { "alias": "placeholderLabel"; "required": false; }; "type": { "alias": "type"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "closeSvgIcon": { "alias": "closeSvgIcon"; "required": false; }; "noEntriesFoundLabel": { "alias": "noEntriesFoundLabel"; "required": false; }; "clearSearchInput": { "alias": "clearSearchInput"; "required": false; }; "searching": { "alias": "searching"; "required": false; }; "disableInitialFocus": { "alias": "disableInitialFocus"; "required": false; }; "enableClearOnEscapePressed": { "alias": "enableClearOnEscapePressed"; "required": false; }; "preventHomeEndKeyPropagation": { "alias": "preventHomeEndKeyPropagation"; "required": false; }; "disableScrollToActiveOnOptionsChanged": { "alias": "disableScrollToActiveOnOptionsChanged"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "showToggleAllCheckbox": { "alias": "showToggleAllCheckbox"; "required": false; }; "toggleAllCheckboxChecked": { "alias": "toggleAllCheckboxChecked"; "required": false; }; "toggleAllCheckboxIndeterminate": { "alias": "toggleAllCheckboxIndeterminate"; "required": false; }; "toggleAllCheckboxTooltipMessage": { "alias": "toggleAllCheckboxTooltipMessage"; "required": false; }; "toggleAllCheckboxTooltipPosition": { "alias": "toggleAllCheckboxTooltipPosition"; "required": false; }; "hideClearSearchButton": { "alias": "hideClearSearchButton"; "required": false; }; "alwaysRestoreSelectedOptionsMulti": { "alias": "alwaysRestoreSelectedOptionsMulti"; "required": false; }; }, { "toggleAll": "toggleAll"; }, ["clearIcon", "noEntriesFound"], ["[matSelectSearchClear]", ".mat-select-search-custom-header-content", "[matSelectNoEntriesFound]"], true, never>;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
declare class MatSelectSearchModule {
|
|
167
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectSearchModule, never>;
|
|
168
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectSearchModule, never, [typeof MatSelectSearchComponent, typeof MatSelectSearchClearDirective, typeof MatSelectNoEntriesFoundDirective], [typeof MatSelectSearchComponent, typeof MatSelectSearchClearDirective, typeof MatSelectNoEntriesFoundDirective]>;
|
|
169
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectSearchModule>;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/** List of inputs of NgxMatSelectSearchComponent that can be configured with a global default. */
|
|
173
|
+
declare const configurableDefaultOptions: readonly ["ariaLabel", "clearSearchInput", "closeIcon", "closeSvgIcon", "disableInitialFocus", "disableScrollToActiveOnOptionsChanged", "enableClearOnEscapePressed", "hideClearSearchButton", "noEntriesFoundLabel", "placeholderLabel", "preventHomeEndKeyPropagation", "searching"];
|
|
174
|
+
type ConfigurableDefaultOptions = (typeof configurableDefaultOptions)[number];
|
|
175
|
+
/**
|
|
176
|
+
* InjectionToken that can be used to specify global options. e.g.
|
|
177
|
+
*
|
|
178
|
+
* ```typescript
|
|
179
|
+
* providers: [
|
|
180
|
+
* {
|
|
181
|
+
* provide: MAT_SELECTSEARCH_DEFAULT_OPTIONS,
|
|
182
|
+
* useValue: <MatSelectSearchOptions>{
|
|
183
|
+
* closeIcon: 'delete',
|
|
184
|
+
* noEntriesFoundLabel: 'No options found'
|
|
185
|
+
* }
|
|
186
|
+
* }
|
|
187
|
+
* ]
|
|
188
|
+
* ```
|
|
189
|
+
*
|
|
190
|
+
* See the corresponding inputs of `MatSelectSearchComponent` for documentation.
|
|
191
|
+
*/
|
|
192
|
+
declare const MAT_SELECTSEARCH_DEFAULT_OPTIONS: InjectionToken<Readonly<Partial<Pick<MatSelectSearchComponent, "ariaLabel" | "clearSearchInput" | "closeIcon" | "closeSvgIcon" | "disableInitialFocus" | "disableScrollToActiveOnOptionsChanged" | "enableClearOnEscapePressed" | "hideClearSearchButton" | "noEntriesFoundLabel" | "placeholderLabel" | "preventHomeEndKeyPropagation" | "searching">>>>;
|
|
193
|
+
/** Global configurable options for MatSelectSearch. */
|
|
194
|
+
type MatSelectSearchOptions = Readonly<Partial<Pick<MatSelectSearchComponent, ConfigurableDefaultOptions>>>;
|
|
195
|
+
|
|
196
|
+
export { MAT_SELECTSEARCH_DEFAULT_OPTIONS, MatSelectNoEntriesFoundDirective, MatSelectSearchClearDirective, MatSelectSearchComponent, MatSelectSearchModule, configurableDefaultOptions };
|
|
197
|
+
export type { ConfigurableDefaultOptions, MatSelectSearchOptions };
|
|
@@ -5,122 +5,75 @@
|
|
|
5
5
|
* found in the LICENSE file at https://angular.io/license
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
font-size: inherit;
|
|
27
|
-
/*
|
|
28
|
-
compensate effects of .mat-datepicker-content
|
|
29
|
-
(see https://github.com/angular/material2/blob/master/src/lib/datepicker/datepicker-content.scss#L27)
|
|
30
|
-
TODO: implement proper theming (https://github.com/bithost-gmbh/ngx-mat-select-search/issues/34)
|
|
31
|
-
*/
|
|
32
|
-
box-shadow: none;
|
|
33
|
-
|
|
34
|
-
&.mat-select-search-inner-multiple {
|
|
35
|
-
&.mat-select-search-inner-toggle-all {
|
|
36
|
-
display: flex;
|
|
37
|
-
align-items: center;
|
|
8
|
+
:host {
|
|
9
|
+
.mat-select-search-hidden {
|
|
10
|
+
visibility: hidden;
|
|
11
|
+
}
|
|
12
|
+
.mat-select-search-inner {
|
|
13
|
+
position: absolute;
|
|
14
|
+
top: 0;
|
|
15
|
+
left: 0;
|
|
16
|
+
width: 100%;
|
|
17
|
+
z-index: 100;
|
|
18
|
+
font-size: inherit;
|
|
19
|
+
box-shadow: none;
|
|
20
|
+
|
|
21
|
+
&.mat-select-search-inner-multiple {
|
|
22
|
+
&.mat-select-search-inner-toggle-all {
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
}
|
|
38
26
|
}
|
|
39
27
|
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
right: 14px;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.mat-select-search-input {
|
|
48
|
-
box-sizing: border-box;
|
|
49
|
-
width: 100%;
|
|
50
|
-
border: none;
|
|
51
|
-
font-family: inherit;
|
|
52
|
-
font-size: inherit;
|
|
53
|
-
color: currentColor;
|
|
54
|
-
outline: none;
|
|
55
|
-
background: #ffffff;
|
|
56
|
-
padding: 0 $clear-button-width + $mat-select-search-clear-x 0 16px;
|
|
57
|
-
height: calc($mat-option-height - 1px);
|
|
58
|
-
line-height: calc($mat-option-height - 1px);
|
|
59
|
-
|
|
60
|
-
:host-context([dir='rtl']) & {
|
|
61
|
-
padding-right: 16px;
|
|
62
|
-
padding-left: $clear-button-width + $mat-select-search-clear-x;
|
|
28
|
+
.suffix {
|
|
29
|
+
position: absolute;
|
|
30
|
+
top: var(--spacer-and-half);
|
|
31
|
+
right: var(--spacer);
|
|
63
32
|
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.mat-select-search-inner-toggle-all {
|
|
67
33
|
.mat-select-search-input {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
left: $mat-select-search-clear-x;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.mat-select-search-spinner {
|
|
88
|
-
position: absolute;
|
|
89
|
-
right: $mat-select-search-spinner-x;
|
|
90
|
-
top: calc(50% - 8px);
|
|
91
|
-
|
|
92
|
-
:host-context([dir='rtl']) & {
|
|
93
|
-
right: auto;
|
|
94
|
-
left: $mat-select-search-spinner-x;
|
|
34
|
+
box-sizing: border-box;
|
|
35
|
+
width: 100%;
|
|
36
|
+
border: none;
|
|
37
|
+
font-family: inherit;
|
|
38
|
+
font-size: inherit;
|
|
39
|
+
color: currentColor;
|
|
40
|
+
outline: none;
|
|
41
|
+
background: var(--mat-sys-surface-container-high);
|
|
42
|
+
line-height: var(--input-height);
|
|
43
|
+
height: var(--input-height);
|
|
44
|
+
padding: var(--spacer);
|
|
45
|
+
|
|
46
|
+
:host-context([dir='rtl']) & {
|
|
47
|
+
padding-right: var(--double-spacer);
|
|
48
|
+
}
|
|
95
49
|
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
position: sticky;
|
|
101
|
-
top: 0;
|
|
102
|
-
z-index: 1;
|
|
103
|
-
opacity: 1;
|
|
104
|
-
margin-top: -$mat-select-panel-padding;
|
|
105
|
-
pointer-events: all;
|
|
106
|
-
|
|
107
|
-
.mat-icon {
|
|
108
|
-
margin-right: 0;
|
|
109
|
-
margin-left: 0;
|
|
50
|
+
.mat-select-search-inner-toggle-all {
|
|
51
|
+
.mat-select-search-input {
|
|
52
|
+
padding-left: var(--half-spacer);
|
|
53
|
+
}
|
|
110
54
|
}
|
|
111
|
-
mat-
|
|
112
|
-
|
|
55
|
+
.mat-select-search-no-entries-found {
|
|
56
|
+
padding-top: var(--spacer);
|
|
57
|
+
padding-bottom: var(--spacer);
|
|
113
58
|
}
|
|
114
|
-
.
|
|
115
|
-
|
|
59
|
+
.mat-select-search-clear {
|
|
60
|
+
position: absolute;
|
|
61
|
+
right: var(--half-spacer);
|
|
62
|
+
top: 0;
|
|
63
|
+
|
|
64
|
+
:host-context([dir='rtl']) & {
|
|
65
|
+
right: auto;
|
|
66
|
+
left: var(--half-spacer);
|
|
67
|
+
}
|
|
116
68
|
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
69
|
+
.mat-select-search-spinner {
|
|
70
|
+
position: absolute;
|
|
71
|
+
right: var(--double-spacer);
|
|
72
|
+
top: calc(50% - var(--spacer));
|
|
73
|
+
|
|
74
|
+
:host-context([dir='rtl']) & {
|
|
75
|
+
right: auto;
|
|
76
|
+
left: var(--double-spacer);
|
|
77
|
+
}
|
|
125
78
|
}
|
|
126
79
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, EventEmitter, ChangeDetectorRef } from '@angular/core';
|
|
3
|
+
import { MatRadioButton, MatRadioChange } from '@angular/material/radio';
|
|
4
|
+
import { OnemrvaMatSize } from '@onemrvapublic/design-system/utils';
|
|
5
|
+
|
|
6
|
+
declare class OnemrvaMatSelectableBoxComponent implements AfterViewInit {
|
|
7
|
+
id: string;
|
|
8
|
+
radioButton: MatRadioButton | undefined;
|
|
9
|
+
value: string;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
checked: boolean;
|
|
12
|
+
iconSize: OnemrvaMatSize;
|
|
13
|
+
valueChange: EventEmitter<MatRadioChange<any>>;
|
|
14
|
+
changeDetectorRef: ChangeDetectorRef;
|
|
15
|
+
ngAfterViewInit(): void;
|
|
16
|
+
valueChanged(event: MatRadioChange): void;
|
|
17
|
+
isChecked(): boolean | undefined;
|
|
18
|
+
triggerRadioClick(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSelectableBoxComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatSelectableBoxComponent, "onemrva-mat-selectable-box", never, { "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; }, { "valueChange": "valueChange"; }, never, ["[title]", "[icon]", "[sticker]", "*"], true, never>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
declare class OnemrvaMatSelectableBoxModule {
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSelectableBoxModule, never>;
|
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatSelectableBoxModule, never, [typeof OnemrvaMatSelectableBoxComponent], [typeof OnemrvaMatSelectableBoxComponent]>;
|
|
26
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatSelectableBoxModule>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { OnemrvaMatSelectableBoxComponent, OnemrvaMatSelectableBoxModule };
|
|
@@ -1,101 +1,79 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
$color: utils.palette($theme, 'primary', 050);
|
|
19
|
-
background-color: $color;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&.selected {
|
|
23
|
-
$color: utils.palette($theme, 'accent', 050);
|
|
24
|
-
background-color: $color;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
+ .mat-mdc-card-content:last-child {
|
|
28
|
-
padding-bottom: 16px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
mat-label {
|
|
32
|
-
margin-top: 8px;
|
|
33
|
-
display: flex;
|
|
34
|
-
align-items: flex-start;
|
|
35
|
-
margin-right: 10px;
|
|
36
|
-
|
|
37
|
-
&.disabled {
|
|
38
|
-
color: utils.palette($theme, 'grayscale', 400);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
mat-icon {
|
|
42
|
-
&.selectable-box-icon {
|
|
43
|
-
font-size: 21px;
|
|
44
|
-
height: 21px;
|
|
45
|
-
width: 21px;
|
|
46
|
-
line-height: 21px;
|
|
47
|
-
margin: 0 0 0 10px;
|
|
48
|
-
flex: 0 0 21px;
|
|
49
|
-
|
|
50
|
-
&:empty {
|
|
51
|
-
display: none;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
|
|
3
|
+
mat-card.onemrva-selectable-box {
|
|
4
|
+
$main-color: var(--mat-sys-primary-container);
|
|
5
|
+
|
|
6
|
+
border-radius: var(--half-border-radius);
|
|
7
|
+
box-shadow: none;
|
|
8
|
+
position: relative;
|
|
9
|
+
color: var(--mat-sys-on-surface);
|
|
10
|
+
border: 2px solid transparent;
|
|
11
|
+
background: $main-color;
|
|
12
|
+
user-select: none;
|
|
13
|
+
|
|
14
|
+
&.checked {
|
|
15
|
+
border: 2px solid var(--mat-sys-tertiary);
|
|
16
|
+
background: var(--mat-sys-tertiary-container);
|
|
17
|
+
}
|
|
54
18
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
19
|
+
&.disabled {
|
|
20
|
+
opacity: 0.4;
|
|
21
|
+
cursor: auto;
|
|
22
|
+
}
|
|
58
23
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
24
|
+
mat-icon {
|
|
25
|
+
overflow: visible;
|
|
26
|
+
color: var(--mat-sys-primary);
|
|
27
|
+
}
|
|
64
28
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
margin-right: 10px;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
29
|
+
mat-radio-button {
|
|
30
|
+
pointer-events: none;
|
|
31
|
+
}
|
|
73
32
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
33
|
+
mat-card-title {
|
|
34
|
+
display: flex;
|
|
35
|
+
background: $main-color;
|
|
36
|
+
border-top-left-radius: var(--half-border-radius);
|
|
37
|
+
border-top-right-radius: var(--half-border-radius);
|
|
38
|
+
padding: var(--spacer-and-half) var(--spacer-and-half)
|
|
39
|
+
var(--spacer-and-half) calc(var(--spacer-and-half) + var(--quad-spacer));
|
|
40
|
+
align-items: center;
|
|
41
|
+
box-shadow: none;
|
|
42
|
+
color: inherit;
|
|
43
|
+
|
|
44
|
+
font-family: var(--label-large-font-family, Poppins);
|
|
45
|
+
font-size: var(--label-large-font-size, 16px);
|
|
46
|
+
font-style: normal;
|
|
47
|
+
font-weight: var(--label-large-font-weight, 500);
|
|
48
|
+
line-height: var(--label-large-line-height, 21px); /* 131.25% */
|
|
49
|
+
|
|
50
|
+
mat-label {
|
|
51
|
+
display: flex;
|
|
52
|
+
flex-grow: 1;
|
|
53
|
+
}
|
|
80
54
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
55
|
+
mat-radio-button {
|
|
56
|
+
//transform: translateY(-0.5rem);
|
|
57
|
+
//max-height: 1rem;
|
|
58
|
+
position: absolute;
|
|
59
|
+
left: 2px;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
86
62
|
|
|
87
|
-
|
|
88
|
-
|
|
63
|
+
b,
|
|
64
|
+
strong {
|
|
65
|
+
font-weight: 600;
|
|
66
|
+
}
|
|
89
67
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
68
|
+
mat-card-content {
|
|
69
|
+
background: var(--mat-sys-surface);
|
|
70
|
+
padding: var(--spacer-and-half);
|
|
71
|
+
border-bottom-left-radius: var(--half-border-radius);
|
|
72
|
+
border-bottom-right-radius: var(--half-border-radius);
|
|
94
73
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
74
|
+
&:empty {
|
|
75
|
+
padding: 0;
|
|
76
|
+
border: 0;
|
|
99
77
|
}
|
|
100
78
|
}
|
|
101
79
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
3
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
|
|
6
|
+
interface OnemrvaMenu {
|
|
7
|
+
wordingKey: string;
|
|
8
|
+
path?: string;
|
|
9
|
+
key?: string;
|
|
10
|
+
}
|
|
11
|
+
declare class OnemrvaMatSideMenuComponent implements OnInit, OnDestroy {
|
|
12
|
+
menuHeaderKey: string;
|
|
13
|
+
menus: OnemrvaMenu[];
|
|
14
|
+
currentMenu?: string;
|
|
15
|
+
onSelectOption: EventEmitter<OnemrvaMenu>;
|
|
16
|
+
isSmall: boolean;
|
|
17
|
+
breakpointObserverSubscription?: Subscription;
|
|
18
|
+
breakpointObserver: BreakpointObserver;
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
ngOnDestroy(): void;
|
|
21
|
+
selectMenu(menu: OnemrvaMenu): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSideMenuComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatSideMenuComponent, "onemrva-mat-side-menu", never, { "menuHeaderKey": { "alias": "menuHeaderKey"; "required": false; }; "menus": { "alias": "menus"; "required": false; }; "currentMenu": { "alias": "currentMenu"; "required": false; }; }, { "onSelectOption": "onSelectOption"; }, never, never, true, never>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
declare class OnemrvaMatSideMenuModule {
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSideMenuModule, never>;
|
|
28
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatSideMenuModule, never, [typeof OnemrvaMatSideMenuComponent], [typeof OnemrvaMatSideMenuComponent]>;
|
|
29
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatSideMenuModule>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { OnemrvaMatSideMenuComponent, OnemrvaMatSideMenuModule };
|
|
33
|
+
export type { OnemrvaMenu };
|