@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,541 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { ElementRef, InjectionToken, OnDestroy, EventEmitter, OnInit, ErrorHandler, PipeTransform, Provider } from '@angular/core';
|
|
3
|
+
import { MatDateFormats, NativeDateAdapter, DateAdapter } from '@angular/material/core';
|
|
4
|
+
import * as rxjs from 'rxjs';
|
|
5
|
+
import { Observable, Subject, BehaviorSubject, ReplaySubject } from 'rxjs';
|
|
6
|
+
import { TranslateService, MissingTranslationHandler, MissingTranslationHandlerParams, TranslateLoader } from '@ngx-translate/core';
|
|
7
|
+
import { HttpClient } from '@angular/common/http';
|
|
8
|
+
import { ValidatorFn } from '@angular/forms';
|
|
9
|
+
import { OnemrvaMatColor, OnemrvaMatSize } from '@onemrvapublic/design-system/utils';
|
|
10
|
+
import { BreakpointObserver, Breakpoints } from '@angular/cdk/layout';
|
|
11
|
+
import { DateTime } from 'luxon';
|
|
12
|
+
|
|
13
|
+
declare class ClipboardIconComponent {
|
|
14
|
+
_elementRef: ElementRef<any>;
|
|
15
|
+
private clipboardService;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardIconComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardIconComponent, "lib-clipboard-icon", never, {}, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare enum CDNUrlModeOptions {
|
|
21
|
+
PROD = "production",
|
|
22
|
+
VAL = "validation"
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
declare const CDN_URLS: {
|
|
26
|
+
prod: string;
|
|
27
|
+
val: string;
|
|
28
|
+
};
|
|
29
|
+
declare const NISS_MASK = "000000/000-00";
|
|
30
|
+
declare const LOOKUP_COUNTRY_URL = "http://services/lookupwpptservice/rest/lookup/getLookups?class=be.fgov.onerva.lookup.wppt.persistence.model.common.Country";
|
|
31
|
+
declare const ONEMRVA_THEME = "onemrva-theme";
|
|
32
|
+
|
|
33
|
+
declare const ONEMRVA_MAT_NATIVE_DATE_FORMAT: MatDateFormats;
|
|
34
|
+
declare const ONEMRVA_MAT_NATIVE_YEAR_MONTH_FORMAT: MatDateFormats;
|
|
35
|
+
declare const ONEMRVA_MAT_LUXON_YEAR_MONTH_FORMATS: MatDateFormats;
|
|
36
|
+
declare const ONEMRVA_MAT_LUXON_DATE_FORMATS: MatDateFormats;
|
|
37
|
+
|
|
38
|
+
declare const CDN_URL_MODE: InjectionToken<string>;
|
|
39
|
+
|
|
40
|
+
/** Container inside which all overlays will render. */
|
|
41
|
+
declare class WebComponentOverlayContainer implements OnDestroy {
|
|
42
|
+
protected _containerElement: HTMLElement | null;
|
|
43
|
+
private _themeObserver;
|
|
44
|
+
private platform;
|
|
45
|
+
private _document;
|
|
46
|
+
private themeClass;
|
|
47
|
+
ngOnDestroy(): void;
|
|
48
|
+
/**
|
|
49
|
+
* This method returns the overlay container element. It will lazily
|
|
50
|
+
* create the element the first time it is called to facilitate using
|
|
51
|
+
* the container in non-browser environments.
|
|
52
|
+
* @returns the container element
|
|
53
|
+
*/
|
|
54
|
+
getContainerElement(): HTMLElement | null;
|
|
55
|
+
/**
|
|
56
|
+
* Create the overlay container element, which is simply a div
|
|
57
|
+
* with the 'cdk-overlay-container' class on the document body.
|
|
58
|
+
*/
|
|
59
|
+
protected _createContainer(): void;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WebComponentOverlayContainer, never>;
|
|
61
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<WebComponentOverlayContainer>;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
type HttpRequestCacheMethod = (...args: any[]) => Observable<any>;
|
|
65
|
+
declare class DefaultStorage implements HttpCacheStorage {
|
|
66
|
+
private storage;
|
|
67
|
+
getItem(key: string): Observable<any> | undefined;
|
|
68
|
+
setItem(key: string, item: Observable<any>): void;
|
|
69
|
+
deleteItem(key: string): void;
|
|
70
|
+
}
|
|
71
|
+
interface HttpCacheStorage {
|
|
72
|
+
setItem(key: string, item: Observable<any>): void;
|
|
73
|
+
getItem(key: string): Observable<null> | undefined;
|
|
74
|
+
deleteItem(key: string): void;
|
|
75
|
+
}
|
|
76
|
+
interface HttpCacheOptions {
|
|
77
|
+
refCount?: boolean;
|
|
78
|
+
windowTime?: number;
|
|
79
|
+
ttl?: number;
|
|
80
|
+
storage?: HttpCacheStorage;
|
|
81
|
+
refreshOn?: Observable<unknown> | Subject<unknown> | BehaviorSubject<unknown>;
|
|
82
|
+
}
|
|
83
|
+
declare class RequestTimes implements HttpCacheStorage {
|
|
84
|
+
private storage;
|
|
85
|
+
getItem(key: string): Observable<any> | undefined;
|
|
86
|
+
setItem(key: string, item: Observable<any>): void;
|
|
87
|
+
deleteItem(key: string): void;
|
|
88
|
+
}
|
|
89
|
+
declare const HttpRequestCache: <T extends Record<string, any>>(optionsHandler?: (obj: T, ...args: any[]) => HttpCacheOptions) => (target: T, methodName: string, descriptor: TypedPropertyDescriptor<HttpRequestCacheMethod>) => TypedPropertyDescriptor<HttpRequestCacheMethod>;
|
|
90
|
+
|
|
91
|
+
declare class DigitOnlyDirective {
|
|
92
|
+
onKeyDown(event: any): void;
|
|
93
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DigitOnlyDirective, never>;
|
|
94
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DigitOnlyDirective, "[digitOnly]", never, {}, {}, never, never, true, never>;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Conditionally adds component to the tree if screen width matches at least one size in input
|
|
99
|
+
*/
|
|
100
|
+
declare class OnemRvaColorDirective {
|
|
101
|
+
color: OnemrvaMatColor;
|
|
102
|
+
/** @hidden @internal */
|
|
103
|
+
get _isPrimary(): boolean;
|
|
104
|
+
/** @hidden @internal */
|
|
105
|
+
get _isAccent(): boolean;
|
|
106
|
+
/** @hidden @internal */
|
|
107
|
+
get _isError(): boolean;
|
|
108
|
+
/** @hidden @internal */
|
|
109
|
+
get _isWarn(): boolean;
|
|
110
|
+
/** @hidden @internal */
|
|
111
|
+
get _isSuccess(): boolean;
|
|
112
|
+
/** @hidden @internal */
|
|
113
|
+
get _isInfo(): boolean;
|
|
114
|
+
/** @hidden @internal */
|
|
115
|
+
get _isNeutral(): boolean;
|
|
116
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaColorDirective, never>;
|
|
117
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaColorDirective, "onemrva-mat-selectable-box[color],div[color],onemrva-mat-avatar[color],mat-card[color],mat-toolbar[color],onemrva-mat-spinner[color],onemrva-mat-notification[color],onemrva-mat-task-list[color],onemrva-mat-sticker[color],onemrva-mat-panel[color],onemrva-mat-task[color],onemrva-mat-choice-chip[color],mat-form-field[color],button[color],mat-icon[color],mat-chip[color],mat-chip-option[color]", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
declare class MatRowClickableDirective extends OnemRvaColorDirective {
|
|
121
|
+
matRowClickable: EventEmitter<any>;
|
|
122
|
+
click(): void;
|
|
123
|
+
/** @hidden @internal */
|
|
124
|
+
get _isClickable(): boolean;
|
|
125
|
+
cssClass: boolean;
|
|
126
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatRowClickableDirective, never>;
|
|
127
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRowClickableDirective, "tr[matRowClickable]", never, {}, { "matRowClickable": "matRowClickable"; }, never, never, true, never>;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Conditionally adds component to the tree if screen width matches at least one size in input
|
|
132
|
+
*/
|
|
133
|
+
declare class IfWidthIsDirective implements OnInit {
|
|
134
|
+
breakpointObserver: BreakpointObserver;
|
|
135
|
+
private _templateRef;
|
|
136
|
+
private _viewContainer;
|
|
137
|
+
ifWidthIs: (typeof Breakpoints)[keyof typeof Breakpoints][];
|
|
138
|
+
ngOnInit(): void;
|
|
139
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IfWidthIsDirective, never>;
|
|
140
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IfWidthIsDirective, "[ifWidthIs]", never, { "ifWidthIs": { "alias": "ifWidthIs"; "required": false; }; }, {}, never, never, true, never>;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* 0: digits
|
|
145
|
+
* A: letters (uppercase or lowercase) and digits
|
|
146
|
+
* S: only letters (uppercase or lowercase)
|
|
147
|
+
* U: only letters uppercase
|
|
148
|
+
* L: only letters lowercase
|
|
149
|
+
*/
|
|
150
|
+
declare class OnemrvaMaskDirective {
|
|
151
|
+
private el;
|
|
152
|
+
onemrvamask: string;
|
|
153
|
+
private inputStack;
|
|
154
|
+
private stackIdx;
|
|
155
|
+
markForDelete: boolean;
|
|
156
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
157
|
+
onInput(event: any): void;
|
|
158
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMaskDirective, never>;
|
|
159
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemrvaMaskDirective, "[onemrvamask]", never, { "onemrvamask": { "alias": "onemrvamask"; "required": false; }; }, {}, never, never, true, never>;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Conditionally adds component to the tree if screen width matches at least one size in input
|
|
164
|
+
*/
|
|
165
|
+
declare class OnemRvaClipboardDirective implements OnInit {
|
|
166
|
+
private elementRef;
|
|
167
|
+
private renderer;
|
|
168
|
+
private factory;
|
|
169
|
+
private vcRef;
|
|
170
|
+
private clipboardService;
|
|
171
|
+
private icon;
|
|
172
|
+
private iconEl;
|
|
173
|
+
constructor();
|
|
174
|
+
class: string;
|
|
175
|
+
clipboard: string;
|
|
176
|
+
ngOnInit(): void;
|
|
177
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaClipboardDirective, never>;
|
|
178
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaClipboardDirective, "span[clipboard]", never, { "clipboard": { "alias": "clipboard"; "required": false; }; }, {}, never, never, true, never>;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Conditionally adds component to the tree if screen width matches at least one size in input
|
|
183
|
+
*/
|
|
184
|
+
declare class OnemRvaIconRightDirective {
|
|
185
|
+
class: boolean;
|
|
186
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaIconRightDirective, never>;
|
|
187
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaIconRightDirective, "button[iconRight]", never, {}, {}, never, never, true, never>;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
declare class OnemrvaDateFormatDirective {
|
|
191
|
+
private el;
|
|
192
|
+
private readonly template;
|
|
193
|
+
onPaste(event: ClipboardEvent): void;
|
|
194
|
+
onCut(event: ClipboardEvent): void;
|
|
195
|
+
onFocus(): void;
|
|
196
|
+
onClick(): void;
|
|
197
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
198
|
+
private emitInputEvent;
|
|
199
|
+
onBlur(): void;
|
|
200
|
+
private replaceCharAt;
|
|
201
|
+
private setCaretToNextEditable;
|
|
202
|
+
private sanitizeDateInput;
|
|
203
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaDateFormatDirective, never>;
|
|
204
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemrvaDateFormatDirective, "[onemrvaDateFormat]", never, {}, {}, never, never, true, never>;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Conditionally adds component to the tree if screen width matches at least one size in input
|
|
209
|
+
*/
|
|
210
|
+
declare class OnemRvaSizeDirective {
|
|
211
|
+
size: OnemrvaMatSize;
|
|
212
|
+
/** @hidden @internal */
|
|
213
|
+
get _isXSmall(): boolean;
|
|
214
|
+
/** @hidden @internal */
|
|
215
|
+
get _isSmall(): boolean;
|
|
216
|
+
/** @hidden @internal */
|
|
217
|
+
get _isLarge(): boolean;
|
|
218
|
+
/** @hidden @internal */
|
|
219
|
+
get _isXLarge(): boolean;
|
|
220
|
+
/** @hidden @internal */
|
|
221
|
+
get _isXXLarge(): boolean;
|
|
222
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaSizeDirective, never>;
|
|
223
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaSizeDirective, "mat-icon[size], onemrva-mat-skeleton[size], onemrva-mat-avatar[size], button[size]", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
declare class OnemRvaReadonlyDirective {
|
|
227
|
+
readonly: i0.InputSignal<boolean>;
|
|
228
|
+
/** @hidden @internal */
|
|
229
|
+
get isReadOnly(): boolean;
|
|
230
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaReadonlyDirective, never>;
|
|
231
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaReadonlyDirective, "form[readonly], mat-checkbox[readonly], mat-radio-group[readonly], mat-form-field[readonly], onemrva-mat-input-phone[readonly],onemrva-mat-task-list[readonly],onemrva-mat-selectable-box[readonly],onemrva-mat-choice-chip[readonly],onemrva-mat-input-birthplace[readonly],onemrva-mat-input-country[readonly],onemrva-mat-input-enterprise-number[readonly]", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
declare const directives: any[];
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* Get language from local storage or browser.ééééééééééééé
|
|
238
|
+
* é
|
|
239
|
+
* @param translateService
|
|
240
|
+
* @param languages
|
|
241
|
+
* @param default_language
|
|
242
|
+
*/
|
|
243
|
+
declare function setTranslationLanguage(translateService: TranslateService, languages?: string[], default_language?: string): () => Promise<void>;
|
|
244
|
+
/**
|
|
245
|
+
* Get language from WO
|
|
246
|
+
*
|
|
247
|
+
* @param translateService
|
|
248
|
+
* @param languages
|
|
249
|
+
* @param default_language
|
|
250
|
+
*/
|
|
251
|
+
declare function setTranslationLanguageFromWO(translateService: TranslateService, languages?: string[], default_language?: string): () => Promise<void>;
|
|
252
|
+
|
|
253
|
+
interface OnemRvaCommonCountry {
|
|
254
|
+
className: 'be.fgov.onerva.lookup.wppt.persistence.model.common.Country';
|
|
255
|
+
id: number;
|
|
256
|
+
code: string;
|
|
257
|
+
codeMultiple: Record<string, any>;
|
|
258
|
+
descFr: string;
|
|
259
|
+
descNl: string;
|
|
260
|
+
beginDate: string;
|
|
261
|
+
endDate: string;
|
|
262
|
+
singlePropertiesMap: {
|
|
263
|
+
lastUpdateUserId: string;
|
|
264
|
+
flagCee: string;
|
|
265
|
+
flagLock: string;
|
|
266
|
+
vergunArbeid: string;
|
|
267
|
+
aa: string;
|
|
268
|
+
commentLegal: string;
|
|
269
|
+
codeSepa: string;
|
|
270
|
+
vergunVerblijf: string;
|
|
271
|
+
lastUpdateDate: string;
|
|
272
|
+
};
|
|
273
|
+
multiPropertiesCollectionMap: Record<string, any>;
|
|
274
|
+
singlePropertisCollectionMap: Record<string, any>;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
declare class CommonCountryLookupService {
|
|
278
|
+
protected _countries$: ReplaySubject<OnemRvaCommonCountry[]>;
|
|
279
|
+
protected _customersInitialized: boolean;
|
|
280
|
+
http: HttpClient;
|
|
281
|
+
private commonCountryServiceURL;
|
|
282
|
+
getCountries(refresh?: boolean): Observable<OnemRvaCommonCountry[]>;
|
|
283
|
+
getCountryByCode(code: string | null): Observable<OnemRvaCommonCountry | null>;
|
|
284
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CommonCountryLookupService, never>;
|
|
285
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CommonCountryLookupService>;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
declare class OnemRvaCDNService {
|
|
289
|
+
private rendererFactory;
|
|
290
|
+
private cacheService;
|
|
291
|
+
private http;
|
|
292
|
+
private readonly cdnUrl;
|
|
293
|
+
refresh$: Subject<unknown>;
|
|
294
|
+
private renderer;
|
|
295
|
+
constructor();
|
|
296
|
+
getUrl(path?: string): string;
|
|
297
|
+
getImg(path?: string): string;
|
|
298
|
+
getOri(path?: string): string;
|
|
299
|
+
fetch<T = any>(endpoint: string): Observable<Object>;
|
|
300
|
+
fetchNoCache<T = any>(endpoint: string): Observable<Object>;
|
|
301
|
+
getTranslations(projects: string[], lang: string, prefix?: string, suffix?: string): Observable<any>;
|
|
302
|
+
/**
|
|
303
|
+
* Loads a CSS file dynamically into the document head.
|
|
304
|
+
* @param href The URL of the CSS file.
|
|
305
|
+
* @returns A promise that resolves when the CSS file is loaded.
|
|
306
|
+
* //
|
|
307
|
+
*/
|
|
308
|
+
loadCss(href: string): Promise<void>;
|
|
309
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaCDNService, never>;
|
|
310
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemRvaCDNService>;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
declare class CacheService implements HttpCacheStorage {
|
|
314
|
+
setItem(key: string, item: Observable<any>): void;
|
|
315
|
+
getItem(key: string): Observable<any>;
|
|
316
|
+
deleteItem(key: string): void;
|
|
317
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CacheService, never>;
|
|
318
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CacheService>;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
interface OnemrvaMaterialCountry {
|
|
322
|
+
code: string;
|
|
323
|
+
name: string;
|
|
324
|
+
dial_code: string;
|
|
325
|
+
zone: string;
|
|
326
|
+
pattern: string;
|
|
327
|
+
placeholder: string;
|
|
328
|
+
translations: {
|
|
329
|
+
fr: string;
|
|
330
|
+
nl: string;
|
|
331
|
+
de: string;
|
|
332
|
+
};
|
|
333
|
+
}
|
|
334
|
+
declare class OnemRvaCDNCountryService {
|
|
335
|
+
private cdnService;
|
|
336
|
+
private translateService;
|
|
337
|
+
getCountries(): Observable<OnemrvaMaterialCountry[]>;
|
|
338
|
+
getCountriesByZone(zone: string): Observable<OnemrvaMaterialCountry[]>;
|
|
339
|
+
getTranslatedCountryName(country: OnemrvaMaterialCountry, languageCode?: string): string;
|
|
340
|
+
findCountryFromCode(code: any): Observable<OnemrvaMaterialCountry | undefined>;
|
|
341
|
+
findCountryFromVIESCode(code: any): Observable<OnemrvaMaterialCountry | undefined>;
|
|
342
|
+
findCountryFromPrefix(number: any): Observable<OnemrvaMaterialCountry | undefined>;
|
|
343
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaCDNCountryService, never>;
|
|
344
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemRvaCDNCountryService>;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
interface MimeDefinition {
|
|
348
|
+
extension: string;
|
|
349
|
+
mimeType: string;
|
|
350
|
+
}
|
|
351
|
+
declare class OnemRvaCDNMimeService {
|
|
352
|
+
private cdnService;
|
|
353
|
+
static mimetypeFile: string;
|
|
354
|
+
getMimesForExtension(extensions: string[]): rxjs.Observable<string[]>;
|
|
355
|
+
getExtensionsForMime(mimTypes: string[]): rxjs.Observable<string[]>;
|
|
356
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaCDNMimeService, never>;
|
|
357
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemRvaCDNMimeService>;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
interface OSMAddress {
|
|
361
|
+
house_number?: string;
|
|
362
|
+
road?: string;
|
|
363
|
+
village?: string;
|
|
364
|
+
municipality?: string;
|
|
365
|
+
county?: string;
|
|
366
|
+
town?: string;
|
|
367
|
+
state?: string;
|
|
368
|
+
'ISO3166-2-lvl6'?: string;
|
|
369
|
+
postcode?: string;
|
|
370
|
+
neighbourhood?: string;
|
|
371
|
+
city_district?: string;
|
|
372
|
+
city?: string;
|
|
373
|
+
region?: string;
|
|
374
|
+
suburb?: string;
|
|
375
|
+
country?: string;
|
|
376
|
+
country_code?: string;
|
|
377
|
+
}
|
|
378
|
+
interface OSMResult {
|
|
379
|
+
place_id: number;
|
|
380
|
+
licence: string;
|
|
381
|
+
osm_type: string;
|
|
382
|
+
osm_id: number;
|
|
383
|
+
lat: string;
|
|
384
|
+
lon: string;
|
|
385
|
+
class: string;
|
|
386
|
+
type: string;
|
|
387
|
+
place_rank: number;
|
|
388
|
+
importance: number;
|
|
389
|
+
addresstype: string;
|
|
390
|
+
name: string;
|
|
391
|
+
display_name: string;
|
|
392
|
+
address: OSMAddress;
|
|
393
|
+
boundingbox: [string, string, string, string];
|
|
394
|
+
}
|
|
395
|
+
declare class OnemRvaOSMService {
|
|
396
|
+
private http;
|
|
397
|
+
private nominatimUrl;
|
|
398
|
+
searchAddress(query: string, countryCodes?: string[], format?: string, addressdetails?: number, limit?: number): Observable<OSMResult[]>;
|
|
399
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaOSMService, never>;
|
|
400
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemRvaOSMService>;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
declare class OnemrvaErrorHandler implements ErrorHandler {
|
|
404
|
+
handleError(error: any): void;
|
|
405
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaErrorHandler, never>;
|
|
406
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaErrorHandler>;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
declare class OnemrvaMissingTranslationHandler implements MissingTranslationHandler {
|
|
410
|
+
handle(params: MissingTranslationHandlerParams): string;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
declare class OnemrvaTranslateCDNLoader implements TranslateLoader {
|
|
414
|
+
private cdn;
|
|
415
|
+
projects: string[];
|
|
416
|
+
prefix: string;
|
|
417
|
+
suffix: string;
|
|
418
|
+
constructor(cdn: OnemRvaCDNService, projects?: string[], prefix?: string, suffix?: string);
|
|
419
|
+
/**
|
|
420
|
+
* Gets the translations from the server
|
|
421
|
+
*/
|
|
422
|
+
getTranslation(lang: string): Observable<any>;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
declare class OnemrvaTranslateHttpLoader implements TranslateLoader {
|
|
426
|
+
private http;
|
|
427
|
+
prefix: string;
|
|
428
|
+
suffix: string;
|
|
429
|
+
modules: string[];
|
|
430
|
+
constructor(http: HttpClient, prefix?: string, suffix?: string, modules?: string[]);
|
|
431
|
+
/**
|
|
432
|
+
* Gets the translations from the server
|
|
433
|
+
*/
|
|
434
|
+
getTranslation(lang: string): Observable<any>;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
declare class OnemrvaBcePipe implements PipeTransform {
|
|
438
|
+
transform(value: string): string;
|
|
439
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaBcePipe, never>;
|
|
440
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OnemrvaBcePipe, "onemrvaBce", true>;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
declare class OnemrvaNissPipe implements PipeTransform {
|
|
444
|
+
transform(value: string): string;
|
|
445
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaNissPipe, never>;
|
|
446
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OnemrvaNissPipe, "onemrvaNiss", true>;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
declare class OnemrvaValidators {
|
|
450
|
+
private static bceValidator;
|
|
451
|
+
static bce(required?: boolean): ValidatorFn;
|
|
452
|
+
private static nissValidator;
|
|
453
|
+
static niss(required?: boolean): ValidatorFn;
|
|
454
|
+
static nissOrBce(required?: boolean): ValidatorFn;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
declare const IBAN_SUPPORTED_COUNTRIES: string[];
|
|
458
|
+
declare const SEPA_ONLY_SUPPORTED_COUNTRIES: string[];
|
|
459
|
+
declare const bankAccountValidator: (allowEmptyCountry?: boolean) => ValidatorFn;
|
|
460
|
+
|
|
461
|
+
declare class OnemrvaSharedModule {
|
|
462
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaSharedModule, never>;
|
|
463
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaSharedModule, never, [typeof DigitOnlyDirective, typeof MatRowClickableDirective, typeof OnemRvaClipboardDirective, typeof OnemRvaIconRightDirective, typeof IfWidthIsDirective, typeof OnemRvaColorDirective, typeof OnemrvaMaskDirective, typeof OnemrvaDateFormatDirective, typeof OnemRvaReadonlyDirective], [typeof DigitOnlyDirective, typeof MatRowClickableDirective, typeof OnemRvaClipboardDirective, typeof OnemRvaIconRightDirective, typeof IfWidthIsDirective, typeof OnemRvaColorDirective, typeof OnemrvaMaskDirective, typeof OnemrvaDateFormatDirective, typeof OnemRvaReadonlyDirective]>;
|
|
464
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaSharedModule>;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
declare class OnemrvaNativeDateAdapter extends NativeDateAdapter implements OnDestroy {
|
|
468
|
+
private translateService;
|
|
469
|
+
private destroyNotifier$;
|
|
470
|
+
localeChanges: Subject<any>;
|
|
471
|
+
constructor();
|
|
472
|
+
format(date: Date, formats: any): string;
|
|
473
|
+
parse(value: any): Date | null;
|
|
474
|
+
getFirstDayOfWeek(): number;
|
|
475
|
+
ngOnDestroy(): void;
|
|
476
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaNativeDateAdapter, never>;
|
|
477
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaNativeDateAdapter>;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
/** Adapts Luxon Dates for use with Angular Material. */
|
|
481
|
+
declare class OnemrvaLuxonDateAdapter extends DateAdapter<DateTime> {
|
|
482
|
+
private translateService;
|
|
483
|
+
private _useUTC;
|
|
484
|
+
private _firstDayOfWeek;
|
|
485
|
+
private _defaultOutputCalendar;
|
|
486
|
+
constructor();
|
|
487
|
+
getYear(date: DateTime): number;
|
|
488
|
+
getMonth(date: DateTime): number;
|
|
489
|
+
getDate(date: DateTime): number;
|
|
490
|
+
getDayOfWeek(date: DateTime): number;
|
|
491
|
+
getMonthNames(style: 'long' | 'short' | 'narrow'): string[];
|
|
492
|
+
getDateNames(): string[];
|
|
493
|
+
getDayOfWeekNames(style: 'long' | 'short' | 'narrow'): string[];
|
|
494
|
+
getYearName(date: DateTime): string;
|
|
495
|
+
getFirstDayOfWeek(): number;
|
|
496
|
+
getNumDaysInMonth(date: DateTime): number;
|
|
497
|
+
clone(date: DateTime): DateTime;
|
|
498
|
+
createDate(year: number, month: number, date: number): DateTime;
|
|
499
|
+
today(): DateTime;
|
|
500
|
+
parse(value: any, parseFormat: string | string[]): DateTime | null;
|
|
501
|
+
format(date: DateTime, displayFormat: string): string;
|
|
502
|
+
addCalendarYears(date: DateTime, years: number): DateTime;
|
|
503
|
+
addCalendarMonths(date: DateTime, months: number): DateTime;
|
|
504
|
+
addCalendarDays(date: DateTime, days: number): DateTime;
|
|
505
|
+
toIso8601(date: DateTime): string;
|
|
506
|
+
/**
|
|
507
|
+
* Returns the given value if given a valid Luxon or null. Deserializes valid ISO 8601 strings
|
|
508
|
+
* (https://www.ietf.org/rfc/rfc3339.txt) and valid Date objects into valid DateTime and empty
|
|
509
|
+
* string into null. Returns an invalid date for all other values.
|
|
510
|
+
*/
|
|
511
|
+
deserialize(value: any): DateTime | null;
|
|
512
|
+
isDateInstance(obj: any): boolean;
|
|
513
|
+
isValid(date: DateTime): boolean;
|
|
514
|
+
invalid(): DateTime;
|
|
515
|
+
setTime(target: DateTime, hours: number, minutes: number, seconds: number): DateTime;
|
|
516
|
+
getHours(date: DateTime): number;
|
|
517
|
+
getMinutes(date: DateTime): number;
|
|
518
|
+
getSeconds(date: DateTime): number;
|
|
519
|
+
parseTime(value: any, parseFormat: string | string[]): DateTime | null;
|
|
520
|
+
addSeconds(date: DateTime, amount: number): DateTime;
|
|
521
|
+
/** Gets the options that should be used when constructing a new `DateTime` object. */
|
|
522
|
+
private _getOptions;
|
|
523
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaLuxonDateAdapter, never>;
|
|
524
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaLuxonDateAdapter>;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
declare function onemrvaDateNativeYearMonthProvider(): Provider[];
|
|
528
|
+
|
|
529
|
+
declare function onemrvaDateNativeProvider(): Provider[];
|
|
530
|
+
|
|
531
|
+
declare function onemrvaDateLuxonProvider(): Provider[];
|
|
532
|
+
|
|
533
|
+
declare function onemrvaDateLuxonYearMonthProvider(): Provider[];
|
|
534
|
+
|
|
535
|
+
declare function onemrvaThemeProvider(): Provider[];
|
|
536
|
+
|
|
537
|
+
declare const LOOKUP_COUNTRY_SERVICE_URL: InjectionToken<string>;
|
|
538
|
+
declare const ONEMRVA_THEME_CLASS: InjectionToken<string>;
|
|
539
|
+
|
|
540
|
+
export { CDNUrlModeOptions, CDN_URLS, CDN_URL_MODE, CacheService, ClipboardIconComponent, CommonCountryLookupService, DefaultStorage, DigitOnlyDirective, HttpRequestCache, IBAN_SUPPORTED_COUNTRIES, IfWidthIsDirective, LOOKUP_COUNTRY_SERVICE_URL, LOOKUP_COUNTRY_URL, MatRowClickableDirective, NISS_MASK, ONEMRVA_MAT_LUXON_DATE_FORMATS, ONEMRVA_MAT_LUXON_YEAR_MONTH_FORMATS, ONEMRVA_MAT_NATIVE_DATE_FORMAT, ONEMRVA_MAT_NATIVE_YEAR_MONTH_FORMAT, ONEMRVA_THEME, ONEMRVA_THEME_CLASS, OnemRvaCDNCountryService, OnemRvaCDNMimeService, OnemRvaCDNService, OnemRvaClipboardDirective, OnemRvaColorDirective, OnemRvaIconRightDirective, OnemRvaOSMService, OnemRvaReadonlyDirective, OnemRvaSizeDirective, OnemrvaBcePipe, OnemrvaDateFormatDirective, OnemrvaErrorHandler, OnemrvaLuxonDateAdapter, OnemrvaMaskDirective, OnemrvaMissingTranslationHandler, OnemrvaNativeDateAdapter, OnemrvaNissPipe, OnemrvaSharedModule, OnemrvaTranslateCDNLoader, OnemrvaTranslateHttpLoader, OnemrvaValidators, RequestTimes, SEPA_ONLY_SUPPORTED_COUNTRIES, WebComponentOverlayContainer, bankAccountValidator, directives, onemrvaDateLuxonProvider, onemrvaDateLuxonYearMonthProvider, onemrvaDateNativeProvider, onemrvaDateNativeYearMonthProvider, onemrvaThemeProvider, setTranslationLanguage, setTranslationLanguageFromWO };
|
|
541
|
+
export type { HttpCacheOptions, HttpCacheStorage, MimeDefinition, OSMAddress, OSMResult, OnemRvaCommonCountry, OnemrvaMaterialCountry };
|
package/utils/index.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const OnemrvaMatColor: {
|
|
2
|
+
NONE: "";
|
|
3
|
+
PRIMARY: "primary";
|
|
4
|
+
ACCENT: "accent";
|
|
5
|
+
WARN: "warn";
|
|
6
|
+
SUCCESS: "success";
|
|
7
|
+
INFO: "info";
|
|
8
|
+
ERROR: "error";
|
|
9
|
+
NEUTRAL: "neutral";
|
|
10
|
+
GRAYSCALE: "neutral";
|
|
11
|
+
};
|
|
12
|
+
type OnemrvaMatColor = (typeof OnemrvaMatColor)[keyof typeof OnemrvaMatColor];
|
|
13
|
+
|
|
14
|
+
declare const OnemrvaMatSize: {
|
|
15
|
+
DEFAULT: "";
|
|
16
|
+
XSMALL: "xsmall";
|
|
17
|
+
SMALL: "small";
|
|
18
|
+
MEDIUM: "medium";
|
|
19
|
+
LARGE: "large";
|
|
20
|
+
XLARGE: "xlarge";
|
|
21
|
+
XXLARGE: "xxlarge";
|
|
22
|
+
};
|
|
23
|
+
type OnemrvaMatSize = (typeof OnemrvaMatSize)[keyof typeof OnemrvaMatSize];
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* This utility type fills several purposes:
|
|
27
|
+
* - possibility to merge the enumeration and the list of possible values (not possible with an enum)
|
|
28
|
+
* - possibility to hardcode the value without using the enumeration (with enum, you have to use an enum option, not one of the strings listed among the enum options)
|
|
29
|
+
*/
|
|
30
|
+
declare const mkenum: <T extends Record<string, U>, U extends string>(x: T) => T;
|
|
31
|
+
|
|
32
|
+
export { OnemrvaMatColor, OnemrvaMatSize, mkenum };
|
package/.eslintrc.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../.eslintrc.json",
|
|
3
|
-
"ignorePatterns": ["!**/*"],
|
|
4
|
-
"overrides": [
|
|
5
|
-
{
|
|
6
|
-
"plugins": ["unused-imports"],
|
|
7
|
-
"files": ["*.ts"],
|
|
8
|
-
"rules": {
|
|
9
|
-
"unused-imports/no-unused-imports": "error",
|
|
10
|
-
"@angular-eslint/directive-selector": [
|
|
11
|
-
"off",
|
|
12
|
-
{
|
|
13
|
-
"type": "attribute",
|
|
14
|
-
"prefix": "lib",
|
|
15
|
-
"style": "camelCase"
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
|
-
"@angular-eslint/component-selector": [
|
|
19
|
-
"off",
|
|
20
|
-
{
|
|
21
|
-
"type": "element",
|
|
22
|
-
"prefix": "lib",
|
|
23
|
-
"style": "kebab-case"
|
|
24
|
-
}
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"files": ["*.html"],
|
|
30
|
-
"rules": {}
|
|
31
|
-
}
|
|
32
|
-
]
|
|
33
|
-
}
|
package/_index.scss
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
|
-
@forward './mat-avatar/src/onemrva-mat-avatar.component' show avatar;
|
|
5
|
-
@forward './layout/src/components/layout/layout-mixin.component' show layout;
|
|
6
|
-
@forward './mat-badge/src/onemrva-mat-badge.component' show badge;
|
|
7
|
-
@forward './mat-breadcrumb/src/onemrva-mat-breadcrumb.component' show breadcrumb;
|
|
8
|
-
@forward './mat-datepicker-header/src/onemrva-mat-datepicker-header.component'
|
|
9
|
-
show datepickerHeader;
|
|
10
|
-
@forward './layout/src/components/layout/layout-mixin.component' show layout;
|
|
11
|
-
@forward './mat-message-box/src/onemrva-mat-message-box.component' show
|
|
12
|
-
messageBox;
|
|
13
|
-
@forward './mat-multi-select/src/onemrva-mat-multi-select.component' show
|
|
14
|
-
multiselect;
|
|
15
|
-
@forward './mat-notification/src/onemrva-mat-notification.component' show
|
|
16
|
-
notification;
|
|
17
|
-
@forward './mat-paginator/src/onemrva-mat-paginator.component' show paginator;
|
|
18
|
-
@forward './mat-panel/src/onemrva-mat-panel.component' show panel;
|
|
19
|
-
@forward './mat-side-menu/src/onemrva-mat-side-menu.component' show sideMenu;
|
|
20
|
-
@forward './mat-spinner/src/onemrva-mat-spinner.component' show spinner;
|
|
21
|
-
@forward './mat-sticker/src/onemrva-mat-sticker.component' show sticker;
|
|
22
|
-
@forward './mat-selectable-box/src/onemrva-mat-selectable-box.component' show
|
|
23
|
-
selectablebox;
|
|
24
|
-
@forward './mat-carousel/src/onemrva-mat-carousel.component' show carousel;
|
|
25
|
-
@forward './mat-toast/src/onemrva-mat-toast.component' show toast;
|
|
26
|
-
@forward './page-not-found/src/page-not-found-mixin.component' show pageNotFound;
|
|
27
|
-
@forward './mat-progress-bar/src/onemrva-mat-progress-bar-mixin.component' show
|
|
28
|
-
progressBar;
|
|
29
|
-
@forward './mat-file-upload/src/components/onemrva-mat-file-upload/onemrva-mat-file-upload.component'
|
|
30
|
-
show fileUpload;
|
|
31
|
-
@forward './mat-skeleton/src/onemrva-mat-skeleton.component' show skeleton;
|
|
32
|
-
@forward './mat-task-list/src/onemrva-mat-task-list.component' show taskList;
|
|
33
|
-
@forward './mat-table-of-content/src/onemrva-mat-table-of-content.component'
|
|
34
|
-
show toc;
|
package/_utils.scss
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
|
-
@function palette($theme, $palette, $hue: default, $opacity: null) {
|
|
5
|
-
$theme-palette: map.get(
|
|
6
|
-
(
|
|
7
|
-
primary: map.get($theme, 'primary'),
|
|
8
|
-
warn: map.get($theme, 'warn'),
|
|
9
|
-
accent: map.get($theme, 'accent'),
|
|
10
|
-
grayscale: map.get($theme, 'grayscale'),
|
|
11
|
-
info: map.get($theme, 'info'),
|
|
12
|
-
success: map.get($theme, 'success'),
|
|
13
|
-
error: map.get($theme, 'error'),
|
|
14
|
-
),
|
|
15
|
-
$palette
|
|
16
|
-
);
|
|
17
|
-
@return mat.get-color-from-palette($theme-palette, $hue, $opacity);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
@function fontFamily($config, $level) {
|
|
21
|
-
$typo: map-get($config, 'typography');
|
|
22
|
-
$fs: map-get($typo, $level);
|
|
23
|
-
@return map-get($fs, 'font-family');
|
|
24
|
-
}
|
|
25
|
-
@function gradient($theme) {
|
|
26
|
-
@return map.get($theme, 'gradient');
|
|
27
|
-
}
|
|
28
|
-
@function breakpoints($theme) {
|
|
29
|
-
@return map.get($theme, 'breakpoints');
|
|
30
|
-
}
|
package/core/index.ts
DELETED