@mozaic-ds/angular 0.30.2-test.0 → 0.31.0-rc.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/adeo/components/autocomplete/autocomplete.component.d.ts +6 -3
- package/adeo/components/dropdown/dropdown.component.d.ts +8 -3
- package/adeo/components/listbox/index.d.ts +1 -1
- package/adeo/components/listbox/listbox.component.d.ts +23 -39
- package/adeo/components/listbox/listbox.module.d.ts +4 -5
- package/adeo/components/phone-number/phone-number.component.d.ts +1 -1
- package/adeo/components/sidebar/components/feature/moz-sidebar-feature.component.d.ts +2 -2
- package/adeo/components/sidebar/components/utility/moz-sidebar-utilty.component.d.ts +1 -1
- package/adeo/components/sidebar/model/models.d.ts +0 -1
- package/adeo/fesm2022/mozaic-ds-angular.mjs +1205 -1291
- package/adeo/fesm2022/mozaic-ds-angular.mjs.map +1 -1
- package/bricoman/components/autocomplete/autocomplete.component.d.ts +6 -3
- package/bricoman/components/dropdown/dropdown.component.d.ts +8 -3
- package/bricoman/components/listbox/index.d.ts +1 -1
- package/bricoman/components/listbox/listbox.component.d.ts +23 -39
- package/bricoman/components/listbox/listbox.module.d.ts +4 -5
- package/bricoman/components/phone-number/phone-number.component.d.ts +1 -1
- package/bricoman/components/sidebar/components/feature/moz-sidebar-feature.component.d.ts +2 -2
- package/bricoman/components/sidebar/components/utility/moz-sidebar-utilty.component.d.ts +1 -1
- package/bricoman/components/sidebar/model/models.d.ts +0 -1
- package/bricoman/fesm2022/mozaic-ds-angular.mjs +1205 -1291
- package/bricoman/fesm2022/mozaic-ds-angular.mjs.map +1 -1
- package/components/autocomplete/autocomplete.component.d.ts +6 -3
- package/components/dropdown/dropdown.component.d.ts +8 -3
- package/components/listbox/index.d.ts +1 -1
- package/components/listbox/listbox.component.d.ts +23 -39
- package/components/listbox/listbox.module.d.ts +4 -5
- package/components/phone-number/phone-number.component.d.ts +1 -1
- package/components/sidebar/components/feature/moz-sidebar-feature.component.d.ts +2 -2
- package/components/sidebar/components/utility/moz-sidebar-utilty.component.d.ts +1 -1
- package/components/sidebar/model/models.d.ts +0 -1
- package/fesm2022/mozaic-ds-angular.mjs +1205 -1291
- package/fesm2022/mozaic-ds-angular.mjs.map +1 -1
- package/package.json +7 -15
- package/adeo/esm2022/common/global-events/global-events.module.mjs +0 -15
- package/adeo/esm2022/common/global-events/global-events.service.mjs +0 -30
- package/adeo/esm2022/common/global-events/public-api.mjs +0 -3
- package/adeo/esm2022/common/index.mjs +0 -3
- package/adeo/esm2022/common/utils/boolean-property.mjs +0 -4
- package/adeo/esm2022/common/utils/generate-id.mjs +0 -7
- package/adeo/esm2022/common/utils/get-random-number.mjs +0 -6
- package/adeo/esm2022/common/utils/index.mjs +0 -5
- package/adeo/esm2022/common/utils/overwrite-style.mjs +0 -5
- package/adeo/esm2022/common/utils/public-api.mjs +0 -2
- package/adeo/esm2022/components/accordion/accordion.component.mjs +0 -35
- package/adeo/esm2022/components/accordion/accordion.mjs +0 -2
- package/adeo/esm2022/components/accordion/accordion.module.mjs +0 -19
- package/adeo/esm2022/components/accordion/index.mjs +0 -3
- package/adeo/esm2022/components/accordion/public-api.mjs +0 -2
- package/adeo/esm2022/components/action-bar/action-bar.component.mjs +0 -72
- package/adeo/esm2022/components/action-bar/action-bar.module.mjs +0 -23
- package/adeo/esm2022/components/action-bar/index.mjs +0 -4
- package/adeo/esm2022/components/action-bar/public-api.mjs +0 -2
- package/adeo/esm2022/components/action-bar/types/index.mjs +0 -9
- package/adeo/esm2022/components/autocomplete/autocomplete.component.mjs +0 -234
- package/adeo/esm2022/components/autocomplete/autocomplete.module.mjs +0 -48
- package/adeo/esm2022/components/autocomplete/index.mjs +0 -3
- package/adeo/esm2022/components/autocomplete/public-api.mjs +0 -2
- package/adeo/esm2022/components/badge/badge.component.mjs +0 -30
- package/adeo/esm2022/components/badge/badge.mjs +0 -2
- package/adeo/esm2022/components/badge/badge.module.mjs +0 -18
- package/adeo/esm2022/components/badge/index.mjs +0 -3
- package/adeo/esm2022/components/badge/public-api.mjs +0 -2
- package/adeo/esm2022/components/bottom-bar/bottom-bar.component.mjs +0 -21
- package/adeo/esm2022/components/bottom-bar/bottom-bar.module.mjs +0 -19
- package/adeo/esm2022/components/bottom-bar/index.mjs +0 -3
- package/adeo/esm2022/components/bottom-bar/public-api.mjs +0 -2
- package/adeo/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -40
- package/adeo/esm2022/components/breadcrumb/breadcrumb.module.mjs +0 -20
- package/adeo/esm2022/components/breadcrumb/index.mjs +0 -4
- package/adeo/esm2022/components/breadcrumb/model/breadcrumb-item.mjs +0 -2
- package/adeo/esm2022/components/breadcrumb/public-api.mjs +0 -2
- package/adeo/esm2022/components/built-it-menu/built-it-menu.component.mjs +0 -34
- package/adeo/esm2022/components/built-it-menu/built-it-menu.module.mjs +0 -19
- package/adeo/esm2022/components/built-it-menu/index.mjs +0 -3
- package/adeo/esm2022/components/built-it-menu/model/built-it-menu.mjs +0 -2
- package/adeo/esm2022/components/built-it-menu/public-api.mjs +0 -2
- package/adeo/esm2022/components/button/button.component.mjs +0 -53
- package/adeo/esm2022/components/button/button.mjs +0 -2
- package/adeo/esm2022/components/button/button.module.mjs +0 -18
- package/adeo/esm2022/components/button/index.mjs +0 -3
- package/adeo/esm2022/components/button/public-api.mjs +0 -2
- package/adeo/esm2022/components/card/card.component.mjs +0 -27
- package/adeo/esm2022/components/card/card.module.mjs +0 -18
- package/adeo/esm2022/components/card/index.mjs +0 -4
- package/adeo/esm2022/components/card/model/card.mjs +0 -2
- package/adeo/esm2022/components/card/public-api.mjs +0 -2
- package/adeo/esm2022/components/checkbox/checkbox.component.mjs +0 -73
- package/adeo/esm2022/components/checkbox/checkbox.module.mjs +0 -21
- package/adeo/esm2022/components/checkbox/public-api.mjs +0 -3
- package/adeo/esm2022/components/checkbox-group/checkbox-group.component.mjs +0 -103
- package/adeo/esm2022/components/checkbox-group/checkbox-group.module.mjs +0 -20
- package/adeo/esm2022/components/checkbox-group/index.mjs +0 -3
- package/adeo/esm2022/components/checkbox-group/public-api.mjs +0 -2
- package/adeo/esm2022/components/container/container.component.mjs +0 -29
- package/adeo/esm2022/components/container/container.module.mjs +0 -20
- package/adeo/esm2022/components/container/index.mjs +0 -3
- package/adeo/esm2022/components/container/public-api.mjs +0 -2
- package/adeo/esm2022/components/datatable/components/caption/moz-datatable-caption.component.mjs +0 -26
- package/adeo/esm2022/components/datatable/components/content/moz-datatable-content-cell.component.mjs +0 -16
- package/adeo/esm2022/components/datatable/components/footer/moz-datatable-footer.component.mjs +0 -71
- package/adeo/esm2022/components/datatable/components/header/moz-datatable-header-cell.component.mjs +0 -16
- package/adeo/esm2022/components/datatable/components/row/moz-datatable-row-expansion-content.component.mjs +0 -14
- package/adeo/esm2022/components/datatable/components/selection/moz-datatable-selection.component.mjs +0 -298
- package/adeo/esm2022/components/datatable/directives/moz-datatable-sort.directive.mjs +0 -67
- package/adeo/esm2022/components/datatable/model/column-def.mjs +0 -2
- package/adeo/esm2022/components/datatable/model/datatable-settings.mjs +0 -2
- package/adeo/esm2022/components/datatable/model/footer-settings.mjs +0 -2
- package/adeo/esm2022/components/datatable/model/row-data.mjs +0 -2
- package/adeo/esm2022/components/datatable/model/selection-settings.mjs +0 -2
- package/adeo/esm2022/components/datatable/moz-datatable.component.mjs +0 -180
- package/adeo/esm2022/components/datatable/moz-datatable.module.mjs +0 -87
- package/adeo/esm2022/components/datatable/public-api.mjs +0 -14
- package/adeo/esm2022/components/datatable-management/components/moz-datatable-management-content/moz-datatable-management-content.component.mjs +0 -80
- package/adeo/esm2022/components/datatable-management/moz-datatable-management.component.mjs +0 -45
- package/adeo/esm2022/components/datatable-management/moz-datatable-management.module.mjs +0 -45
- package/adeo/esm2022/components/datatable-management/public-api.mjs +0 -4
- package/adeo/esm2022/components/dividers/divider.component.mjs +0 -22
- package/adeo/esm2022/components/dividers/divider.module.mjs +0 -18
- package/adeo/esm2022/components/dividers/index.mjs +0 -3
- package/adeo/esm2022/components/dividers/model/divider.mjs +0 -2
- package/adeo/esm2022/components/dividers/public-api.mjs +0 -2
- package/adeo/esm2022/components/dropdown/dropdown.component.mjs +0 -165
- package/adeo/esm2022/components/dropdown/dropdown.module.mjs +0 -44
- package/adeo/esm2022/components/dropdown/index.mjs +0 -3
- package/adeo/esm2022/components/dropdown/public-api.mjs +0 -2
- package/adeo/esm2022/components/field/directives/input-icon.directive.mjs +0 -15
- package/adeo/esm2022/components/field/field-error.component.mjs +0 -13
- package/adeo/esm2022/components/field/field.component.mjs +0 -40
- package/adeo/esm2022/components/field/field.module.mjs +0 -20
- package/adeo/esm2022/components/field/index.mjs +0 -5
- package/adeo/esm2022/components/field/public-api.mjs +0 -2
- package/adeo/esm2022/components/file-uploader/components/uploaded-files/uploaded-files.component.mjs +0 -50
- package/adeo/esm2022/components/file-uploader/directives/moz-drag-n-drop.directive.mjs +0 -53
- package/adeo/esm2022/components/file-uploader/file-uploader.component.mjs +0 -99
- package/adeo/esm2022/components/file-uploader/file-uploader.module.mjs +0 -21
- package/adeo/esm2022/components/file-uploader/index.mjs +0 -5
- package/adeo/esm2022/components/file-uploader/public-api.mjs +0 -2
- package/adeo/esm2022/components/header/header.component.mjs +0 -276
- package/adeo/esm2022/components/header/header.module.mjs +0 -20
- package/adeo/esm2022/components/header/index.mjs +0 -4
- package/adeo/esm2022/components/header/model/header.mjs +0 -6
- package/adeo/esm2022/components/header/public-api.mjs +0 -2
- package/adeo/esm2022/components/heading/heading-alignment.mjs +0 -2
- package/adeo/esm2022/components/heading/heading-weight-type.mjs +0 -2
- package/adeo/esm2022/components/heading/heading.component.mjs +0 -32
- package/adeo/esm2022/components/heading/heading.module.mjs +0 -18
- package/adeo/esm2022/components/heading/index.mjs +0 -5
- package/adeo/esm2022/components/heading/public-api.mjs +0 -2
- package/adeo/esm2022/components/icon/icon-size.mjs +0 -9
- package/adeo/esm2022/components/icon/icon.component.mjs +0 -57
- package/adeo/esm2022/components/icon/icon.module.mjs +0 -18
- package/adeo/esm2022/components/icon/icon.service.mjs +0 -42
- package/adeo/esm2022/components/icon/index.mjs +0 -4
- package/adeo/esm2022/components/icon/public-api.mjs +0 -2
- package/adeo/esm2022/components/kpi/index.mjs +0 -4
- package/adeo/esm2022/components/kpi/kpi.component.mjs +0 -53
- package/adeo/esm2022/components/kpi/kpi.module.mjs +0 -19
- package/adeo/esm2022/components/kpi/model/kpi.mjs +0 -5
- package/adeo/esm2022/components/kpi/public-api.mjs +0 -2
- package/adeo/esm2022/components/layer/classes/layer-injector.mjs +0 -22
- package/adeo/esm2022/components/layer/classes/layer-ref.mjs +0 -38
- package/adeo/esm2022/components/layer/index.mjs +0 -6
- package/adeo/esm2022/components/layer/interfaces/index.mjs +0 -4
- package/adeo/esm2022/components/layer/interfaces/layer-config.mjs +0 -2
- package/adeo/esm2022/components/layer/interfaces/layer-di-params.mjs +0 -2
- package/adeo/esm2022/components/layer/interfaces/layer-ref.mjs +0 -2
- package/adeo/esm2022/components/layer/layer-animation.mjs +0 -16
- package/adeo/esm2022/components/layer/layer.component.mjs +0 -59
- package/adeo/esm2022/components/layer/layer.module.mjs +0 -21
- package/adeo/esm2022/components/layer/layer.service.mjs +0 -56
- package/adeo/esm2022/components/layer/public-api.mjs +0 -2
- package/adeo/esm2022/components/layer/tokens/index.mjs +0 -4
- package/adeo/esm2022/components/layer/tokens/layer-config.token.mjs +0 -3
- package/adeo/esm2022/components/layer/tokens/layer-data.token.mjs +0 -3
- package/adeo/esm2022/components/layer/tokens/layer-ref.token.mjs +0 -3
- package/adeo/esm2022/components/link/index.mjs +0 -4
- package/adeo/esm2022/components/link/link.component.mjs +0 -57
- package/adeo/esm2022/components/link/link.module.mjs +0 -19
- package/adeo/esm2022/components/link/model/link-utils.mjs +0 -2
- package/adeo/esm2022/components/link/public-api.mjs +0 -2
- package/adeo/esm2022/components/listbox/index.mjs +0 -4
- package/adeo/esm2022/components/listbox/listbox.component.mjs +0 -305
- package/adeo/esm2022/components/listbox/listbox.module.mjs +0 -21
- package/adeo/esm2022/components/listbox/model/listbox-item.mjs +0 -2
- package/adeo/esm2022/components/listbox/public-api.mjs +0 -2
- package/adeo/esm2022/components/loader/index.mjs +0 -4
- package/adeo/esm2022/components/loader/loader.component.mjs +0 -53
- package/adeo/esm2022/components/loader/loader.mjs +0 -11
- package/adeo/esm2022/components/loader/loader.module.mjs +0 -20
- package/adeo/esm2022/components/loader/loader.service.mjs +0 -53
- package/adeo/esm2022/components/loader/public-api.mjs +0 -2
- package/adeo/esm2022/components/modal/classes/modal-config.mjs +0 -9
- package/adeo/esm2022/components/modal/classes/modal-injector.mjs +0 -22
- package/adeo/esm2022/components/modal/classes/modal-ref.mjs +0 -49
- package/adeo/esm2022/components/modal/interfaces/index.mjs +0 -4
- package/adeo/esm2022/components/modal/interfaces/modal-config.mjs +0 -2
- package/adeo/esm2022/components/modal/interfaces/modal-di-params.mjs +0 -2
- package/adeo/esm2022/components/modal/interfaces/modal-ref.mjs +0 -2
- package/adeo/esm2022/components/modal/modal-animation.mjs +0 -16
- package/adeo/esm2022/components/modal/modal.component.mjs +0 -68
- package/adeo/esm2022/components/modal/modal.module.mjs +0 -21
- package/adeo/esm2022/components/modal/modal.service.mjs +0 -67
- package/adeo/esm2022/components/modal/public-api.mjs +0 -6
- package/adeo/esm2022/components/modal/tokens/index.mjs +0 -4
- package/adeo/esm2022/components/modal/tokens/modal-config.token.mjs +0 -3
- package/adeo/esm2022/components/modal/tokens/modal-data.token.mjs +0 -3
- package/adeo/esm2022/components/modal/tokens/modal-ref.token.mjs +0 -3
- package/adeo/esm2022/components/notification/index.mjs +0 -9
- package/adeo/esm2022/components/notification/notification-animation.mjs +0 -24
- package/adeo/esm2022/components/notification/notification-container.component.mjs +0 -88
- package/adeo/esm2022/components/notification/notification-footer.mjs +0 -11
- package/adeo/esm2022/components/notification/notification-message.mjs +0 -11
- package/adeo/esm2022/components/notification/notification-title.mjs +0 -11
- package/adeo/esm2022/components/notification/notification.component.mjs +0 -40
- package/adeo/esm2022/components/notification/notification.mjs +0 -8
- package/adeo/esm2022/components/notification/notification.module.mjs +0 -66
- package/adeo/esm2022/components/notification/notification.service.mjs +0 -43
- package/adeo/esm2022/components/notification/public-api.mjs +0 -2
- package/adeo/esm2022/components/option-buttons/index.mjs +0 -5
- package/adeo/esm2022/components/option-buttons/model/option-button.mjs +0 -2
- package/adeo/esm2022/components/option-buttons/option-button/option-button.component.mjs +0 -34
- package/adeo/esm2022/components/option-buttons/option-buttons.component.mjs +0 -58
- package/adeo/esm2022/components/option-buttons/option-buttons.module.mjs +0 -20
- package/adeo/esm2022/components/option-buttons/public-api.mjs +0 -2
- package/adeo/esm2022/components/option-cards/index.mjs +0 -5
- package/adeo/esm2022/components/option-cards/model/option-card.mjs +0 -2
- package/adeo/esm2022/components/option-cards/option-card/option-card.component.mjs +0 -39
- package/adeo/esm2022/components/option-cards/option-cards.component.mjs +0 -118
- package/adeo/esm2022/components/option-cards/option-cards.module.mjs +0 -20
- package/adeo/esm2022/components/option-cards/public-api.mjs +0 -2
- package/adeo/esm2022/components/overlay/index.mjs +0 -3
- package/adeo/esm2022/components/overlay/overlay.component.mjs +0 -17
- package/adeo/esm2022/components/overlay/overlay.module.mjs +0 -18
- package/adeo/esm2022/components/overlay/public-api.mjs +0 -2
- package/adeo/esm2022/components/pagination/index.mjs +0 -3
- package/adeo/esm2022/components/pagination/pagination.component.mjs +0 -143
- package/adeo/esm2022/components/pagination/pagination.mjs +0 -4
- package/adeo/esm2022/components/pagination/pagination.module.mjs +0 -23
- package/adeo/esm2022/components/pagination/public-api.mjs +0 -2
- package/adeo/esm2022/components/password-input/index.mjs +0 -3
- package/adeo/esm2022/components/password-input/password-input.component.mjs +0 -91
- package/adeo/esm2022/components/password-input/password-input.module.mjs +0 -19
- package/adeo/esm2022/components/password-input/public-api.mjs +0 -2
- package/adeo/esm2022/components/phone-number/index.mjs +0 -3
- package/adeo/esm2022/components/phone-number/phone-number.component.mjs +0 -105
- package/adeo/esm2022/components/phone-number/phone-number.module.mjs +0 -22
- package/adeo/esm2022/components/phone-number/public-api.mjs +0 -2
- package/adeo/esm2022/components/progress-bar/index.mjs +0 -3
- package/adeo/esm2022/components/progress-bar/progress-bar-size.mjs +0 -2
- package/adeo/esm2022/components/progress-bar/progress-bar-theme.mjs +0 -2
- package/adeo/esm2022/components/progress-bar/progress-bar.component.mjs +0 -38
- package/adeo/esm2022/components/progress-bar/progress-bar.module.mjs +0 -18
- package/adeo/esm2022/components/progress-bar/public-api.mjs +0 -2
- package/adeo/esm2022/components/public-api.mjs +0 -52
- package/adeo/esm2022/components/quantity-selector/index.mjs +0 -4
- package/adeo/esm2022/components/quantity-selector/model/quantity-selector.mjs +0 -2
- package/adeo/esm2022/components/quantity-selector/public-api.mjs +0 -2
- package/adeo/esm2022/components/quantity-selector/quantity-selector.component.mjs +0 -91
- package/adeo/esm2022/components/quantity-selector/quantity-selector.module.mjs +0 -21
- package/adeo/esm2022/components/radio/index.mjs +0 -3
- package/adeo/esm2022/components/radio/public-api.mjs +0 -2
- package/adeo/esm2022/components/radio/radio.component.mjs +0 -69
- package/adeo/esm2022/components/radio/radio.module.mjs +0 -19
- package/adeo/esm2022/components/rating-stars/input/index.mjs +0 -4
- package/adeo/esm2022/components/rating-stars/input/public-api.mjs +0 -2
- package/adeo/esm2022/components/rating-stars/input/stars-input.component.mjs +0 -89
- package/adeo/esm2022/components/rating-stars/input/stars-input.module.mjs +0 -19
- package/adeo/esm2022/components/rating-stars/model/rating-stars.mjs +0 -13
- package/adeo/esm2022/components/rating-stars/result/index.mjs +0 -4
- package/adeo/esm2022/components/rating-stars/result/public-api.mjs +0 -2
- package/adeo/esm2022/components/rating-stars/result/stars-result.component.mjs +0 -26
- package/adeo/esm2022/components/rating-stars/result/stars-result.module.mjs +0 -18
- package/adeo/esm2022/components/segmented-control/index.mjs +0 -5
- package/adeo/esm2022/components/segmented-control/public-api.mjs +0 -2
- package/adeo/esm2022/components/segmented-control/segmented-control-button/segmented-control-button.component.mjs +0 -21
- package/adeo/esm2022/components/segmented-control/segmented-control-size.mjs +0 -2
- package/adeo/esm2022/components/segmented-control/segmented-control.component.mjs +0 -23
- package/adeo/esm2022/components/segmented-control/segmented-control.module.mjs +0 -19
- package/adeo/esm2022/components/select/index.mjs +0 -3
- package/adeo/esm2022/components/select/public-api.mjs +0 -2
- package/adeo/esm2022/components/select/select-size.mjs +0 -6
- package/adeo/esm2022/components/select/select.component.mjs +0 -25
- package/adeo/esm2022/components/select/select.module.mjs +0 -18
- package/adeo/esm2022/components/sidebar/components/feature/moz-sidebar-feature.component.mjs +0 -50
- package/adeo/esm2022/components/sidebar/components/home/moz-sidebar-home.component.mjs +0 -24
- package/adeo/esm2022/components/sidebar/components/user/moz-sidebar-user.component.mjs +0 -23
- package/adeo/esm2022/components/sidebar/components/utility/moz-sidebar-utilty.component.mjs +0 -40
- package/adeo/esm2022/components/sidebar/index.mjs +0 -8
- package/adeo/esm2022/components/sidebar/model/models.mjs +0 -2
- package/adeo/esm2022/components/sidebar/moz-sidebar.component.mjs +0 -94
- package/adeo/esm2022/components/sidebar/moz-sidebar.module.mjs +0 -46
- package/adeo/esm2022/components/sidebar/public-api.mjs +0 -2
- package/adeo/esm2022/components/stepper/index.mjs +0 -4
- package/adeo/esm2022/components/stepper/public-api.mjs +0 -2
- package/adeo/esm2022/components/stepper/step-state.mjs +0 -2
- package/adeo/esm2022/components/stepper/step.component.mjs +0 -51
- package/adeo/esm2022/components/stepper/stepper.component.mjs +0 -79
- package/adeo/esm2022/components/stepper/stepper.module.mjs +0 -20
- package/adeo/esm2022/components/stepper-bar/index.mjs +0 -4
- package/adeo/esm2022/components/stepper-bar/public-api.mjs +0 -2
- package/adeo/esm2022/components/stepper-bar/stepper-bar.component.mjs +0 -80
- package/adeo/esm2022/components/stepper-bar/stepper-bar.module.mjs +0 -20
- package/adeo/esm2022/components/stepper-bar/types/index.mjs +0 -2
- package/adeo/esm2022/components/tabs/index.mjs +0 -4
- package/adeo/esm2022/components/tabs/public-api.mjs +0 -2
- package/adeo/esm2022/components/tabs/tab-selectors.mjs +0 -3
- package/adeo/esm2022/components/tabs/tab.component.mjs +0 -54
- package/adeo/esm2022/components/tabs/tabs.component.mjs +0 -132
- package/adeo/esm2022/components/tabs/tabs.module.mjs +0 -19
- package/adeo/esm2022/components/tag/index.mjs +0 -3
- package/adeo/esm2022/components/tag/public-api.mjs +0 -2
- package/adeo/esm2022/components/tag/tag-type.mjs +0 -2
- package/adeo/esm2022/components/tag/tag.component.mjs +0 -61
- package/adeo/esm2022/components/tag/tag.module.mjs +0 -19
- package/adeo/esm2022/components/taglist/components/taglist-layer-content/taglist-layer-content.component.mjs +0 -40
- package/adeo/esm2022/components/taglist/index.mjs +0 -4
- package/adeo/esm2022/components/taglist/public-api.mjs +0 -2
- package/adeo/esm2022/components/taglist/services/taglist.service.mjs +0 -21
- package/adeo/esm2022/components/taglist/taglist.component.mjs +0 -93
- package/adeo/esm2022/components/taglist/taglist.module.mjs +0 -21
- package/adeo/esm2022/components/text-area/index.mjs +0 -3
- package/adeo/esm2022/components/text-area/public-api.mjs +0 -2
- package/adeo/esm2022/components/text-area/text-area.component.mjs +0 -43
- package/adeo/esm2022/components/text-area/text-area.module.mjs +0 -16
- package/adeo/esm2022/components/text-input/index.mjs +0 -3
- package/adeo/esm2022/components/text-input/public-api.mjs +0 -3
- package/adeo/esm2022/components/text-input/text-input.component.mjs +0 -75
- package/adeo/esm2022/components/text-input/text-input.mjs +0 -2
- package/adeo/esm2022/components/text-input/text-input.module.mjs +0 -20
- package/adeo/esm2022/components/toggle/index.mjs +0 -3
- package/adeo/esm2022/components/toggle/public-api.mjs +0 -2
- package/adeo/esm2022/components/toggle/toggle-size.mjs +0 -2
- package/adeo/esm2022/components/toggle/toggle.component.mjs +0 -59
- package/adeo/esm2022/components/toggle/toggle.module.mjs +0 -18
- package/adeo/esm2022/components/tooltip/directive/tooltip.directive.mjs +0 -100
- package/adeo/esm2022/components/tooltip/index.mjs +0 -4
- package/adeo/esm2022/components/tooltip/public-api.mjs +0 -2
- package/adeo/esm2022/components/tooltip/service/tooltip.service.mjs +0 -35
- package/adeo/esm2022/components/tooltip/tooltip-position.mjs +0 -2
- package/adeo/esm2022/components/tooltip/tooltip.component.mjs +0 -20
- package/adeo/esm2022/components/tooltip/tooltip.module.mjs +0 -19
- package/adeo/esm2022/mozaic-ds-angular.mjs +0 -5
- package/adeo/esm2022/public-api.mjs +0 -3
- package/bricoman/esm2022/common/global-events/global-events.module.mjs +0 -15
- package/bricoman/esm2022/common/global-events/global-events.service.mjs +0 -30
- package/bricoman/esm2022/common/global-events/public-api.mjs +0 -3
- package/bricoman/esm2022/common/index.mjs +0 -3
- package/bricoman/esm2022/common/utils/boolean-property.mjs +0 -4
- package/bricoman/esm2022/common/utils/generate-id.mjs +0 -7
- package/bricoman/esm2022/common/utils/get-random-number.mjs +0 -6
- package/bricoman/esm2022/common/utils/index.mjs +0 -5
- package/bricoman/esm2022/common/utils/overwrite-style.mjs +0 -5
- package/bricoman/esm2022/common/utils/public-api.mjs +0 -2
- package/bricoman/esm2022/components/accordion/accordion.component.mjs +0 -35
- package/bricoman/esm2022/components/accordion/accordion.mjs +0 -2
- package/bricoman/esm2022/components/accordion/accordion.module.mjs +0 -19
- package/bricoman/esm2022/components/accordion/index.mjs +0 -3
- package/bricoman/esm2022/components/accordion/public-api.mjs +0 -2
- package/bricoman/esm2022/components/action-bar/action-bar.component.mjs +0 -72
- package/bricoman/esm2022/components/action-bar/action-bar.module.mjs +0 -23
- package/bricoman/esm2022/components/action-bar/index.mjs +0 -4
- package/bricoman/esm2022/components/action-bar/public-api.mjs +0 -2
- package/bricoman/esm2022/components/action-bar/types/index.mjs +0 -9
- package/bricoman/esm2022/components/autocomplete/autocomplete.component.mjs +0 -234
- package/bricoman/esm2022/components/autocomplete/autocomplete.module.mjs +0 -48
- package/bricoman/esm2022/components/autocomplete/index.mjs +0 -3
- package/bricoman/esm2022/components/autocomplete/public-api.mjs +0 -2
- package/bricoman/esm2022/components/badge/badge.component.mjs +0 -30
- package/bricoman/esm2022/components/badge/badge.mjs +0 -2
- package/bricoman/esm2022/components/badge/badge.module.mjs +0 -18
- package/bricoman/esm2022/components/badge/index.mjs +0 -3
- package/bricoman/esm2022/components/badge/public-api.mjs +0 -2
- package/bricoman/esm2022/components/bottom-bar/bottom-bar.component.mjs +0 -21
- package/bricoman/esm2022/components/bottom-bar/bottom-bar.module.mjs +0 -19
- package/bricoman/esm2022/components/bottom-bar/index.mjs +0 -3
- package/bricoman/esm2022/components/bottom-bar/public-api.mjs +0 -2
- package/bricoman/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -40
- package/bricoman/esm2022/components/breadcrumb/breadcrumb.module.mjs +0 -20
- package/bricoman/esm2022/components/breadcrumb/index.mjs +0 -4
- package/bricoman/esm2022/components/breadcrumb/model/breadcrumb-item.mjs +0 -2
- package/bricoman/esm2022/components/breadcrumb/public-api.mjs +0 -2
- package/bricoman/esm2022/components/built-it-menu/built-it-menu.component.mjs +0 -34
- package/bricoman/esm2022/components/built-it-menu/built-it-menu.module.mjs +0 -19
- package/bricoman/esm2022/components/built-it-menu/index.mjs +0 -3
- package/bricoman/esm2022/components/built-it-menu/model/built-it-menu.mjs +0 -2
- package/bricoman/esm2022/components/built-it-menu/public-api.mjs +0 -2
- package/bricoman/esm2022/components/button/button.component.mjs +0 -53
- package/bricoman/esm2022/components/button/button.mjs +0 -2
- package/bricoman/esm2022/components/button/button.module.mjs +0 -18
- package/bricoman/esm2022/components/button/index.mjs +0 -3
- package/bricoman/esm2022/components/button/public-api.mjs +0 -2
- package/bricoman/esm2022/components/card/card.component.mjs +0 -27
- package/bricoman/esm2022/components/card/card.module.mjs +0 -18
- package/bricoman/esm2022/components/card/index.mjs +0 -4
- package/bricoman/esm2022/components/card/model/card.mjs +0 -2
- package/bricoman/esm2022/components/card/public-api.mjs +0 -2
- package/bricoman/esm2022/components/checkbox/checkbox.component.mjs +0 -73
- package/bricoman/esm2022/components/checkbox/checkbox.module.mjs +0 -21
- package/bricoman/esm2022/components/checkbox/public-api.mjs +0 -3
- package/bricoman/esm2022/components/checkbox-group/checkbox-group.component.mjs +0 -103
- package/bricoman/esm2022/components/checkbox-group/checkbox-group.module.mjs +0 -20
- package/bricoman/esm2022/components/checkbox-group/index.mjs +0 -3
- package/bricoman/esm2022/components/checkbox-group/public-api.mjs +0 -2
- package/bricoman/esm2022/components/container/container.component.mjs +0 -29
- package/bricoman/esm2022/components/container/container.module.mjs +0 -20
- package/bricoman/esm2022/components/container/index.mjs +0 -3
- package/bricoman/esm2022/components/container/public-api.mjs +0 -2
- package/bricoman/esm2022/components/datatable/components/caption/moz-datatable-caption.component.mjs +0 -26
- package/bricoman/esm2022/components/datatable/components/content/moz-datatable-content-cell.component.mjs +0 -16
- package/bricoman/esm2022/components/datatable/components/footer/moz-datatable-footer.component.mjs +0 -71
- package/bricoman/esm2022/components/datatable/components/header/moz-datatable-header-cell.component.mjs +0 -16
- package/bricoman/esm2022/components/datatable/components/row/moz-datatable-row-expansion-content.component.mjs +0 -14
- package/bricoman/esm2022/components/datatable/components/selection/moz-datatable-selection.component.mjs +0 -298
- package/bricoman/esm2022/components/datatable/directives/moz-datatable-sort.directive.mjs +0 -67
- package/bricoman/esm2022/components/datatable/model/column-def.mjs +0 -2
- package/bricoman/esm2022/components/datatable/model/datatable-settings.mjs +0 -2
- package/bricoman/esm2022/components/datatable/model/footer-settings.mjs +0 -2
- package/bricoman/esm2022/components/datatable/model/row-data.mjs +0 -2
- package/bricoman/esm2022/components/datatable/model/selection-settings.mjs +0 -2
- package/bricoman/esm2022/components/datatable/moz-datatable.component.mjs +0 -180
- package/bricoman/esm2022/components/datatable/moz-datatable.module.mjs +0 -87
- package/bricoman/esm2022/components/datatable/public-api.mjs +0 -14
- package/bricoman/esm2022/components/datatable-management/components/moz-datatable-management-content/moz-datatable-management-content.component.mjs +0 -80
- package/bricoman/esm2022/components/datatable-management/moz-datatable-management.component.mjs +0 -45
- package/bricoman/esm2022/components/datatable-management/moz-datatable-management.module.mjs +0 -45
- package/bricoman/esm2022/components/datatable-management/public-api.mjs +0 -4
- package/bricoman/esm2022/components/dividers/divider.component.mjs +0 -22
- package/bricoman/esm2022/components/dividers/divider.module.mjs +0 -18
- package/bricoman/esm2022/components/dividers/index.mjs +0 -3
- package/bricoman/esm2022/components/dividers/model/divider.mjs +0 -2
- package/bricoman/esm2022/components/dividers/public-api.mjs +0 -2
- package/bricoman/esm2022/components/dropdown/dropdown.component.mjs +0 -165
- package/bricoman/esm2022/components/dropdown/dropdown.module.mjs +0 -44
- package/bricoman/esm2022/components/dropdown/index.mjs +0 -3
- package/bricoman/esm2022/components/dropdown/public-api.mjs +0 -2
- package/bricoman/esm2022/components/field/directives/input-icon.directive.mjs +0 -15
- package/bricoman/esm2022/components/field/field-error.component.mjs +0 -13
- package/bricoman/esm2022/components/field/field.component.mjs +0 -40
- package/bricoman/esm2022/components/field/field.module.mjs +0 -20
- package/bricoman/esm2022/components/field/index.mjs +0 -5
- package/bricoman/esm2022/components/field/public-api.mjs +0 -2
- package/bricoman/esm2022/components/file-uploader/components/uploaded-files/uploaded-files.component.mjs +0 -50
- package/bricoman/esm2022/components/file-uploader/directives/moz-drag-n-drop.directive.mjs +0 -53
- package/bricoman/esm2022/components/file-uploader/file-uploader.component.mjs +0 -99
- package/bricoman/esm2022/components/file-uploader/file-uploader.module.mjs +0 -21
- package/bricoman/esm2022/components/file-uploader/index.mjs +0 -5
- package/bricoman/esm2022/components/file-uploader/public-api.mjs +0 -2
- package/bricoman/esm2022/components/header/header.component.mjs +0 -276
- package/bricoman/esm2022/components/header/header.module.mjs +0 -20
- package/bricoman/esm2022/components/header/index.mjs +0 -4
- package/bricoman/esm2022/components/header/model/header.mjs +0 -6
- package/bricoman/esm2022/components/header/public-api.mjs +0 -2
- package/bricoman/esm2022/components/heading/heading-alignment.mjs +0 -2
- package/bricoman/esm2022/components/heading/heading-weight-type.mjs +0 -2
- package/bricoman/esm2022/components/heading/heading.component.mjs +0 -32
- package/bricoman/esm2022/components/heading/heading.module.mjs +0 -18
- package/bricoman/esm2022/components/heading/index.mjs +0 -5
- package/bricoman/esm2022/components/heading/public-api.mjs +0 -2
- package/bricoman/esm2022/components/icon/icon-size.mjs +0 -9
- package/bricoman/esm2022/components/icon/icon.component.mjs +0 -57
- package/bricoman/esm2022/components/icon/icon.module.mjs +0 -18
- package/bricoman/esm2022/components/icon/icon.service.mjs +0 -42
- package/bricoman/esm2022/components/icon/index.mjs +0 -4
- package/bricoman/esm2022/components/icon/public-api.mjs +0 -2
- package/bricoman/esm2022/components/kpi/index.mjs +0 -4
- package/bricoman/esm2022/components/kpi/kpi.component.mjs +0 -53
- package/bricoman/esm2022/components/kpi/kpi.module.mjs +0 -19
- package/bricoman/esm2022/components/kpi/model/kpi.mjs +0 -5
- package/bricoman/esm2022/components/kpi/public-api.mjs +0 -2
- package/bricoman/esm2022/components/layer/classes/layer-injector.mjs +0 -22
- package/bricoman/esm2022/components/layer/classes/layer-ref.mjs +0 -38
- package/bricoman/esm2022/components/layer/index.mjs +0 -6
- package/bricoman/esm2022/components/layer/interfaces/index.mjs +0 -4
- package/bricoman/esm2022/components/layer/interfaces/layer-config.mjs +0 -2
- package/bricoman/esm2022/components/layer/interfaces/layer-di-params.mjs +0 -2
- package/bricoman/esm2022/components/layer/interfaces/layer-ref.mjs +0 -2
- package/bricoman/esm2022/components/layer/layer-animation.mjs +0 -16
- package/bricoman/esm2022/components/layer/layer.component.mjs +0 -59
- package/bricoman/esm2022/components/layer/layer.module.mjs +0 -21
- package/bricoman/esm2022/components/layer/layer.service.mjs +0 -56
- package/bricoman/esm2022/components/layer/public-api.mjs +0 -2
- package/bricoman/esm2022/components/layer/tokens/index.mjs +0 -4
- package/bricoman/esm2022/components/layer/tokens/layer-config.token.mjs +0 -3
- package/bricoman/esm2022/components/layer/tokens/layer-data.token.mjs +0 -3
- package/bricoman/esm2022/components/layer/tokens/layer-ref.token.mjs +0 -3
- package/bricoman/esm2022/components/link/index.mjs +0 -4
- package/bricoman/esm2022/components/link/link.component.mjs +0 -57
- package/bricoman/esm2022/components/link/link.module.mjs +0 -19
- package/bricoman/esm2022/components/link/model/link-utils.mjs +0 -2
- package/bricoman/esm2022/components/link/public-api.mjs +0 -2
- package/bricoman/esm2022/components/listbox/index.mjs +0 -4
- package/bricoman/esm2022/components/listbox/listbox.component.mjs +0 -305
- package/bricoman/esm2022/components/listbox/listbox.module.mjs +0 -21
- package/bricoman/esm2022/components/listbox/model/listbox-item.mjs +0 -2
- package/bricoman/esm2022/components/listbox/public-api.mjs +0 -2
- package/bricoman/esm2022/components/loader/index.mjs +0 -4
- package/bricoman/esm2022/components/loader/loader.component.mjs +0 -53
- package/bricoman/esm2022/components/loader/loader.mjs +0 -11
- package/bricoman/esm2022/components/loader/loader.module.mjs +0 -20
- package/bricoman/esm2022/components/loader/loader.service.mjs +0 -53
- package/bricoman/esm2022/components/loader/public-api.mjs +0 -2
- package/bricoman/esm2022/components/modal/classes/modal-config.mjs +0 -9
- package/bricoman/esm2022/components/modal/classes/modal-injector.mjs +0 -22
- package/bricoman/esm2022/components/modal/classes/modal-ref.mjs +0 -49
- package/bricoman/esm2022/components/modal/interfaces/index.mjs +0 -4
- package/bricoman/esm2022/components/modal/interfaces/modal-config.mjs +0 -2
- package/bricoman/esm2022/components/modal/interfaces/modal-di-params.mjs +0 -2
- package/bricoman/esm2022/components/modal/interfaces/modal-ref.mjs +0 -2
- package/bricoman/esm2022/components/modal/modal-animation.mjs +0 -16
- package/bricoman/esm2022/components/modal/modal.component.mjs +0 -68
- package/bricoman/esm2022/components/modal/modal.module.mjs +0 -21
- package/bricoman/esm2022/components/modal/modal.service.mjs +0 -67
- package/bricoman/esm2022/components/modal/public-api.mjs +0 -6
- package/bricoman/esm2022/components/modal/tokens/index.mjs +0 -4
- package/bricoman/esm2022/components/modal/tokens/modal-config.token.mjs +0 -3
- package/bricoman/esm2022/components/modal/tokens/modal-data.token.mjs +0 -3
- package/bricoman/esm2022/components/modal/tokens/modal-ref.token.mjs +0 -3
- package/bricoman/esm2022/components/notification/index.mjs +0 -9
- package/bricoman/esm2022/components/notification/notification-animation.mjs +0 -24
- package/bricoman/esm2022/components/notification/notification-container.component.mjs +0 -88
- package/bricoman/esm2022/components/notification/notification-footer.mjs +0 -11
- package/bricoman/esm2022/components/notification/notification-message.mjs +0 -11
- package/bricoman/esm2022/components/notification/notification-title.mjs +0 -11
- package/bricoman/esm2022/components/notification/notification.component.mjs +0 -40
- package/bricoman/esm2022/components/notification/notification.mjs +0 -8
- package/bricoman/esm2022/components/notification/notification.module.mjs +0 -66
- package/bricoman/esm2022/components/notification/notification.service.mjs +0 -43
- package/bricoman/esm2022/components/notification/public-api.mjs +0 -2
- package/bricoman/esm2022/components/option-buttons/index.mjs +0 -5
- package/bricoman/esm2022/components/option-buttons/model/option-button.mjs +0 -2
- package/bricoman/esm2022/components/option-buttons/option-button/option-button.component.mjs +0 -34
- package/bricoman/esm2022/components/option-buttons/option-buttons.component.mjs +0 -58
- package/bricoman/esm2022/components/option-buttons/option-buttons.module.mjs +0 -20
- package/bricoman/esm2022/components/option-buttons/public-api.mjs +0 -2
- package/bricoman/esm2022/components/option-cards/index.mjs +0 -5
- package/bricoman/esm2022/components/option-cards/model/option-card.mjs +0 -2
- package/bricoman/esm2022/components/option-cards/option-card/option-card.component.mjs +0 -39
- package/bricoman/esm2022/components/option-cards/option-cards.component.mjs +0 -118
- package/bricoman/esm2022/components/option-cards/option-cards.module.mjs +0 -20
- package/bricoman/esm2022/components/option-cards/public-api.mjs +0 -2
- package/bricoman/esm2022/components/overlay/index.mjs +0 -3
- package/bricoman/esm2022/components/overlay/overlay.component.mjs +0 -17
- package/bricoman/esm2022/components/overlay/overlay.module.mjs +0 -18
- package/bricoman/esm2022/components/overlay/public-api.mjs +0 -2
- package/bricoman/esm2022/components/pagination/index.mjs +0 -3
- package/bricoman/esm2022/components/pagination/pagination.component.mjs +0 -143
- package/bricoman/esm2022/components/pagination/pagination.mjs +0 -4
- package/bricoman/esm2022/components/pagination/pagination.module.mjs +0 -23
- package/bricoman/esm2022/components/pagination/public-api.mjs +0 -2
- package/bricoman/esm2022/components/password-input/index.mjs +0 -3
- package/bricoman/esm2022/components/password-input/password-input.component.mjs +0 -91
- package/bricoman/esm2022/components/password-input/password-input.module.mjs +0 -19
- package/bricoman/esm2022/components/password-input/public-api.mjs +0 -2
- package/bricoman/esm2022/components/phone-number/index.mjs +0 -3
- package/bricoman/esm2022/components/phone-number/phone-number.component.mjs +0 -105
- package/bricoman/esm2022/components/phone-number/phone-number.module.mjs +0 -22
- package/bricoman/esm2022/components/phone-number/public-api.mjs +0 -2
- package/bricoman/esm2022/components/progress-bar/index.mjs +0 -3
- package/bricoman/esm2022/components/progress-bar/progress-bar-size.mjs +0 -2
- package/bricoman/esm2022/components/progress-bar/progress-bar-theme.mjs +0 -2
- package/bricoman/esm2022/components/progress-bar/progress-bar.component.mjs +0 -38
- package/bricoman/esm2022/components/progress-bar/progress-bar.module.mjs +0 -18
- package/bricoman/esm2022/components/progress-bar/public-api.mjs +0 -2
- package/bricoman/esm2022/components/public-api.mjs +0 -52
- package/bricoman/esm2022/components/quantity-selector/index.mjs +0 -4
- package/bricoman/esm2022/components/quantity-selector/model/quantity-selector.mjs +0 -2
- package/bricoman/esm2022/components/quantity-selector/public-api.mjs +0 -2
- package/bricoman/esm2022/components/quantity-selector/quantity-selector.component.mjs +0 -91
- package/bricoman/esm2022/components/quantity-selector/quantity-selector.module.mjs +0 -21
- package/bricoman/esm2022/components/radio/index.mjs +0 -3
- package/bricoman/esm2022/components/radio/public-api.mjs +0 -2
- package/bricoman/esm2022/components/radio/radio.component.mjs +0 -69
- package/bricoman/esm2022/components/radio/radio.module.mjs +0 -19
- package/bricoman/esm2022/components/rating-stars/input/index.mjs +0 -4
- package/bricoman/esm2022/components/rating-stars/input/public-api.mjs +0 -2
- package/bricoman/esm2022/components/rating-stars/input/stars-input.component.mjs +0 -89
- package/bricoman/esm2022/components/rating-stars/input/stars-input.module.mjs +0 -19
- package/bricoman/esm2022/components/rating-stars/model/rating-stars.mjs +0 -13
- package/bricoman/esm2022/components/rating-stars/result/index.mjs +0 -4
- package/bricoman/esm2022/components/rating-stars/result/public-api.mjs +0 -2
- package/bricoman/esm2022/components/rating-stars/result/stars-result.component.mjs +0 -26
- package/bricoman/esm2022/components/rating-stars/result/stars-result.module.mjs +0 -18
- package/bricoman/esm2022/components/segmented-control/index.mjs +0 -5
- package/bricoman/esm2022/components/segmented-control/public-api.mjs +0 -2
- package/bricoman/esm2022/components/segmented-control/segmented-control-button/segmented-control-button.component.mjs +0 -21
- package/bricoman/esm2022/components/segmented-control/segmented-control-size.mjs +0 -2
- package/bricoman/esm2022/components/segmented-control/segmented-control.component.mjs +0 -23
- package/bricoman/esm2022/components/segmented-control/segmented-control.module.mjs +0 -19
- package/bricoman/esm2022/components/select/index.mjs +0 -3
- package/bricoman/esm2022/components/select/public-api.mjs +0 -2
- package/bricoman/esm2022/components/select/select-size.mjs +0 -6
- package/bricoman/esm2022/components/select/select.component.mjs +0 -25
- package/bricoman/esm2022/components/select/select.module.mjs +0 -18
- package/bricoman/esm2022/components/sidebar/components/feature/moz-sidebar-feature.component.mjs +0 -50
- package/bricoman/esm2022/components/sidebar/components/home/moz-sidebar-home.component.mjs +0 -24
- package/bricoman/esm2022/components/sidebar/components/user/moz-sidebar-user.component.mjs +0 -23
- package/bricoman/esm2022/components/sidebar/components/utility/moz-sidebar-utilty.component.mjs +0 -40
- package/bricoman/esm2022/components/sidebar/index.mjs +0 -8
- package/bricoman/esm2022/components/sidebar/model/models.mjs +0 -2
- package/bricoman/esm2022/components/sidebar/moz-sidebar.component.mjs +0 -94
- package/bricoman/esm2022/components/sidebar/moz-sidebar.module.mjs +0 -46
- package/bricoman/esm2022/components/sidebar/public-api.mjs +0 -2
- package/bricoman/esm2022/components/stepper/index.mjs +0 -4
- package/bricoman/esm2022/components/stepper/public-api.mjs +0 -2
- package/bricoman/esm2022/components/stepper/step-state.mjs +0 -2
- package/bricoman/esm2022/components/stepper/step.component.mjs +0 -51
- package/bricoman/esm2022/components/stepper/stepper.component.mjs +0 -79
- package/bricoman/esm2022/components/stepper/stepper.module.mjs +0 -20
- package/bricoman/esm2022/components/stepper-bar/index.mjs +0 -4
- package/bricoman/esm2022/components/stepper-bar/public-api.mjs +0 -2
- package/bricoman/esm2022/components/stepper-bar/stepper-bar.component.mjs +0 -80
- package/bricoman/esm2022/components/stepper-bar/stepper-bar.module.mjs +0 -20
- package/bricoman/esm2022/components/stepper-bar/types/index.mjs +0 -2
- package/bricoman/esm2022/components/tabs/index.mjs +0 -4
- package/bricoman/esm2022/components/tabs/public-api.mjs +0 -2
- package/bricoman/esm2022/components/tabs/tab-selectors.mjs +0 -3
- package/bricoman/esm2022/components/tabs/tab.component.mjs +0 -54
- package/bricoman/esm2022/components/tabs/tabs.component.mjs +0 -132
- package/bricoman/esm2022/components/tabs/tabs.module.mjs +0 -19
- package/bricoman/esm2022/components/tag/index.mjs +0 -3
- package/bricoman/esm2022/components/tag/public-api.mjs +0 -2
- package/bricoman/esm2022/components/tag/tag-type.mjs +0 -2
- package/bricoman/esm2022/components/tag/tag.component.mjs +0 -61
- package/bricoman/esm2022/components/tag/tag.module.mjs +0 -19
- package/bricoman/esm2022/components/taglist/components/taglist-layer-content/taglist-layer-content.component.mjs +0 -40
- package/bricoman/esm2022/components/taglist/index.mjs +0 -4
- package/bricoman/esm2022/components/taglist/public-api.mjs +0 -2
- package/bricoman/esm2022/components/taglist/services/taglist.service.mjs +0 -21
- package/bricoman/esm2022/components/taglist/taglist.component.mjs +0 -93
- package/bricoman/esm2022/components/taglist/taglist.module.mjs +0 -21
- package/bricoman/esm2022/components/text-area/index.mjs +0 -3
- package/bricoman/esm2022/components/text-area/public-api.mjs +0 -2
- package/bricoman/esm2022/components/text-area/text-area.component.mjs +0 -43
- package/bricoman/esm2022/components/text-area/text-area.module.mjs +0 -16
- package/bricoman/esm2022/components/text-input/index.mjs +0 -3
- package/bricoman/esm2022/components/text-input/public-api.mjs +0 -3
- package/bricoman/esm2022/components/text-input/text-input.component.mjs +0 -75
- package/bricoman/esm2022/components/text-input/text-input.mjs +0 -2
- package/bricoman/esm2022/components/text-input/text-input.module.mjs +0 -20
- package/bricoman/esm2022/components/toggle/index.mjs +0 -3
- package/bricoman/esm2022/components/toggle/public-api.mjs +0 -2
- package/bricoman/esm2022/components/toggle/toggle-size.mjs +0 -2
- package/bricoman/esm2022/components/toggle/toggle.component.mjs +0 -59
- package/bricoman/esm2022/components/toggle/toggle.module.mjs +0 -18
- package/bricoman/esm2022/components/tooltip/directive/tooltip.directive.mjs +0 -100
- package/bricoman/esm2022/components/tooltip/index.mjs +0 -4
- package/bricoman/esm2022/components/tooltip/public-api.mjs +0 -2
- package/bricoman/esm2022/components/tooltip/service/tooltip.service.mjs +0 -35
- package/bricoman/esm2022/components/tooltip/tooltip-position.mjs +0 -2
- package/bricoman/esm2022/components/tooltip/tooltip.component.mjs +0 -20
- package/bricoman/esm2022/components/tooltip/tooltip.module.mjs +0 -19
- package/bricoman/esm2022/mozaic-ds-angular.mjs +0 -5
- package/bricoman/esm2022/public-api.mjs +0 -3
- package/esm2022/common/global-events/global-events.module.mjs +0 -15
- package/esm2022/common/global-events/global-events.service.mjs +0 -30
- package/esm2022/common/global-events/public-api.mjs +0 -3
- package/esm2022/common/index.mjs +0 -3
- package/esm2022/common/utils/boolean-property.mjs +0 -4
- package/esm2022/common/utils/generate-id.mjs +0 -7
- package/esm2022/common/utils/get-random-number.mjs +0 -6
- package/esm2022/common/utils/index.mjs +0 -5
- package/esm2022/common/utils/overwrite-style.mjs +0 -5
- package/esm2022/common/utils/public-api.mjs +0 -2
- package/esm2022/components/accordion/accordion.component.mjs +0 -35
- package/esm2022/components/accordion/accordion.mjs +0 -2
- package/esm2022/components/accordion/accordion.module.mjs +0 -19
- package/esm2022/components/accordion/index.mjs +0 -3
- package/esm2022/components/accordion/public-api.mjs +0 -2
- package/esm2022/components/action-bar/action-bar.component.mjs +0 -72
- package/esm2022/components/action-bar/action-bar.module.mjs +0 -23
- package/esm2022/components/action-bar/index.mjs +0 -4
- package/esm2022/components/action-bar/public-api.mjs +0 -2
- package/esm2022/components/action-bar/types/index.mjs +0 -9
- package/esm2022/components/autocomplete/autocomplete.component.mjs +0 -234
- package/esm2022/components/autocomplete/autocomplete.module.mjs +0 -48
- package/esm2022/components/autocomplete/index.mjs +0 -3
- package/esm2022/components/autocomplete/public-api.mjs +0 -2
- package/esm2022/components/badge/badge.component.mjs +0 -30
- package/esm2022/components/badge/badge.mjs +0 -2
- package/esm2022/components/badge/badge.module.mjs +0 -18
- package/esm2022/components/badge/index.mjs +0 -3
- package/esm2022/components/badge/public-api.mjs +0 -2
- package/esm2022/components/bottom-bar/bottom-bar.component.mjs +0 -21
- package/esm2022/components/bottom-bar/bottom-bar.module.mjs +0 -19
- package/esm2022/components/bottom-bar/index.mjs +0 -3
- package/esm2022/components/bottom-bar/public-api.mjs +0 -2
- package/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -40
- package/esm2022/components/breadcrumb/breadcrumb.module.mjs +0 -20
- package/esm2022/components/breadcrumb/index.mjs +0 -4
- package/esm2022/components/breadcrumb/model/breadcrumb-item.mjs +0 -2
- package/esm2022/components/breadcrumb/public-api.mjs +0 -2
- package/esm2022/components/built-it-menu/built-it-menu.component.mjs +0 -34
- package/esm2022/components/built-it-menu/built-it-menu.module.mjs +0 -19
- package/esm2022/components/built-it-menu/index.mjs +0 -3
- package/esm2022/components/built-it-menu/model/built-it-menu.mjs +0 -2
- package/esm2022/components/built-it-menu/public-api.mjs +0 -2
- package/esm2022/components/button/button.component.mjs +0 -53
- package/esm2022/components/button/button.mjs +0 -2
- package/esm2022/components/button/button.module.mjs +0 -18
- package/esm2022/components/button/index.mjs +0 -3
- package/esm2022/components/button/public-api.mjs +0 -2
- package/esm2022/components/card/card.component.mjs +0 -27
- package/esm2022/components/card/card.module.mjs +0 -18
- package/esm2022/components/card/index.mjs +0 -4
- package/esm2022/components/card/model/card.mjs +0 -2
- package/esm2022/components/card/public-api.mjs +0 -2
- package/esm2022/components/checkbox/checkbox.component.mjs +0 -73
- package/esm2022/components/checkbox/checkbox.module.mjs +0 -21
- package/esm2022/components/checkbox/public-api.mjs +0 -3
- package/esm2022/components/checkbox-group/checkbox-group.component.mjs +0 -103
- package/esm2022/components/checkbox-group/checkbox-group.module.mjs +0 -20
- package/esm2022/components/checkbox-group/index.mjs +0 -3
- package/esm2022/components/checkbox-group/public-api.mjs +0 -2
- package/esm2022/components/container/container.component.mjs +0 -29
- package/esm2022/components/container/container.module.mjs +0 -20
- package/esm2022/components/container/index.mjs +0 -3
- package/esm2022/components/container/public-api.mjs +0 -2
- package/esm2022/components/datatable/components/caption/moz-datatable-caption.component.mjs +0 -26
- package/esm2022/components/datatable/components/content/moz-datatable-content-cell.component.mjs +0 -16
- package/esm2022/components/datatable/components/footer/moz-datatable-footer.component.mjs +0 -71
- package/esm2022/components/datatable/components/header/moz-datatable-header-cell.component.mjs +0 -16
- package/esm2022/components/datatable/components/row/moz-datatable-row-expansion-content.component.mjs +0 -14
- package/esm2022/components/datatable/components/selection/moz-datatable-selection.component.mjs +0 -298
- package/esm2022/components/datatable/directives/moz-datatable-sort.directive.mjs +0 -67
- package/esm2022/components/datatable/model/column-def.mjs +0 -2
- package/esm2022/components/datatable/model/datatable-settings.mjs +0 -2
- package/esm2022/components/datatable/model/footer-settings.mjs +0 -2
- package/esm2022/components/datatable/model/row-data.mjs +0 -2
- package/esm2022/components/datatable/model/selection-settings.mjs +0 -2
- package/esm2022/components/datatable/moz-datatable.component.mjs +0 -180
- package/esm2022/components/datatable/moz-datatable.module.mjs +0 -87
- package/esm2022/components/datatable/public-api.mjs +0 -14
- package/esm2022/components/datatable-management/components/moz-datatable-management-content/moz-datatable-management-content.component.mjs +0 -80
- package/esm2022/components/datatable-management/moz-datatable-management.component.mjs +0 -45
- package/esm2022/components/datatable-management/moz-datatable-management.module.mjs +0 -45
- package/esm2022/components/datatable-management/public-api.mjs +0 -4
- package/esm2022/components/dividers/divider.component.mjs +0 -22
- package/esm2022/components/dividers/divider.module.mjs +0 -18
- package/esm2022/components/dividers/index.mjs +0 -3
- package/esm2022/components/dividers/model/divider.mjs +0 -2
- package/esm2022/components/dividers/public-api.mjs +0 -2
- package/esm2022/components/dropdown/dropdown.component.mjs +0 -165
- package/esm2022/components/dropdown/dropdown.module.mjs +0 -44
- package/esm2022/components/dropdown/index.mjs +0 -3
- package/esm2022/components/dropdown/public-api.mjs +0 -2
- package/esm2022/components/field/directives/input-icon.directive.mjs +0 -15
- package/esm2022/components/field/field-error.component.mjs +0 -13
- package/esm2022/components/field/field.component.mjs +0 -40
- package/esm2022/components/field/field.module.mjs +0 -20
- package/esm2022/components/field/index.mjs +0 -5
- package/esm2022/components/field/public-api.mjs +0 -2
- package/esm2022/components/file-uploader/components/uploaded-files/uploaded-files.component.mjs +0 -50
- package/esm2022/components/file-uploader/directives/moz-drag-n-drop.directive.mjs +0 -53
- package/esm2022/components/file-uploader/file-uploader.component.mjs +0 -99
- package/esm2022/components/file-uploader/file-uploader.module.mjs +0 -21
- package/esm2022/components/file-uploader/index.mjs +0 -5
- package/esm2022/components/file-uploader/public-api.mjs +0 -2
- package/esm2022/components/header/header.component.mjs +0 -276
- package/esm2022/components/header/header.module.mjs +0 -20
- package/esm2022/components/header/index.mjs +0 -4
- package/esm2022/components/header/model/header.mjs +0 -6
- package/esm2022/components/header/public-api.mjs +0 -2
- package/esm2022/components/heading/heading-alignment.mjs +0 -2
- package/esm2022/components/heading/heading-weight-type.mjs +0 -2
- package/esm2022/components/heading/heading.component.mjs +0 -32
- package/esm2022/components/heading/heading.module.mjs +0 -18
- package/esm2022/components/heading/index.mjs +0 -5
- package/esm2022/components/heading/public-api.mjs +0 -2
- package/esm2022/components/icon/icon-size.mjs +0 -9
- package/esm2022/components/icon/icon.component.mjs +0 -57
- package/esm2022/components/icon/icon.module.mjs +0 -18
- package/esm2022/components/icon/icon.service.mjs +0 -42
- package/esm2022/components/icon/index.mjs +0 -4
- package/esm2022/components/icon/public-api.mjs +0 -2
- package/esm2022/components/kpi/index.mjs +0 -4
- package/esm2022/components/kpi/kpi.component.mjs +0 -53
- package/esm2022/components/kpi/kpi.module.mjs +0 -19
- package/esm2022/components/kpi/model/kpi.mjs +0 -5
- package/esm2022/components/kpi/public-api.mjs +0 -2
- package/esm2022/components/layer/classes/layer-injector.mjs +0 -22
- package/esm2022/components/layer/classes/layer-ref.mjs +0 -38
- package/esm2022/components/layer/index.mjs +0 -6
- package/esm2022/components/layer/interfaces/index.mjs +0 -4
- package/esm2022/components/layer/interfaces/layer-config.mjs +0 -2
- package/esm2022/components/layer/interfaces/layer-di-params.mjs +0 -2
- package/esm2022/components/layer/interfaces/layer-ref.mjs +0 -2
- package/esm2022/components/layer/layer-animation.mjs +0 -16
- package/esm2022/components/layer/layer.component.mjs +0 -59
- package/esm2022/components/layer/layer.module.mjs +0 -21
- package/esm2022/components/layer/layer.service.mjs +0 -56
- package/esm2022/components/layer/public-api.mjs +0 -2
- package/esm2022/components/layer/tokens/index.mjs +0 -4
- package/esm2022/components/layer/tokens/layer-config.token.mjs +0 -3
- package/esm2022/components/layer/tokens/layer-data.token.mjs +0 -3
- package/esm2022/components/layer/tokens/layer-ref.token.mjs +0 -3
- package/esm2022/components/link/index.mjs +0 -4
- package/esm2022/components/link/link.component.mjs +0 -57
- package/esm2022/components/link/link.module.mjs +0 -19
- package/esm2022/components/link/model/link-utils.mjs +0 -2
- package/esm2022/components/link/public-api.mjs +0 -2
- package/esm2022/components/listbox/index.mjs +0 -4
- package/esm2022/components/listbox/listbox.component.mjs +0 -305
- package/esm2022/components/listbox/listbox.module.mjs +0 -21
- package/esm2022/components/listbox/model/listbox-item.mjs +0 -2
- package/esm2022/components/listbox/public-api.mjs +0 -2
- package/esm2022/components/loader/index.mjs +0 -4
- package/esm2022/components/loader/loader.component.mjs +0 -53
- package/esm2022/components/loader/loader.mjs +0 -11
- package/esm2022/components/loader/loader.module.mjs +0 -20
- package/esm2022/components/loader/loader.service.mjs +0 -53
- package/esm2022/components/loader/public-api.mjs +0 -2
- package/esm2022/components/modal/classes/modal-config.mjs +0 -9
- package/esm2022/components/modal/classes/modal-injector.mjs +0 -22
- package/esm2022/components/modal/classes/modal-ref.mjs +0 -49
- package/esm2022/components/modal/interfaces/index.mjs +0 -4
- package/esm2022/components/modal/interfaces/modal-config.mjs +0 -2
- package/esm2022/components/modal/interfaces/modal-di-params.mjs +0 -2
- package/esm2022/components/modal/interfaces/modal-ref.mjs +0 -2
- package/esm2022/components/modal/modal-animation.mjs +0 -16
- package/esm2022/components/modal/modal.component.mjs +0 -68
- package/esm2022/components/modal/modal.module.mjs +0 -21
- package/esm2022/components/modal/modal.service.mjs +0 -67
- package/esm2022/components/modal/public-api.mjs +0 -6
- package/esm2022/components/modal/tokens/index.mjs +0 -4
- package/esm2022/components/modal/tokens/modal-config.token.mjs +0 -3
- package/esm2022/components/modal/tokens/modal-data.token.mjs +0 -3
- package/esm2022/components/modal/tokens/modal-ref.token.mjs +0 -3
- package/esm2022/components/notification/index.mjs +0 -9
- package/esm2022/components/notification/notification-animation.mjs +0 -24
- package/esm2022/components/notification/notification-container.component.mjs +0 -88
- package/esm2022/components/notification/notification-footer.mjs +0 -11
- package/esm2022/components/notification/notification-message.mjs +0 -11
- package/esm2022/components/notification/notification-title.mjs +0 -11
- package/esm2022/components/notification/notification.component.mjs +0 -40
- package/esm2022/components/notification/notification.mjs +0 -8
- package/esm2022/components/notification/notification.module.mjs +0 -66
- package/esm2022/components/notification/notification.service.mjs +0 -43
- package/esm2022/components/notification/public-api.mjs +0 -2
- package/esm2022/components/option-buttons/index.mjs +0 -5
- package/esm2022/components/option-buttons/model/option-button.mjs +0 -2
- package/esm2022/components/option-buttons/option-button/option-button.component.mjs +0 -34
- package/esm2022/components/option-buttons/option-buttons.component.mjs +0 -58
- package/esm2022/components/option-buttons/option-buttons.module.mjs +0 -20
- package/esm2022/components/option-buttons/public-api.mjs +0 -2
- package/esm2022/components/option-cards/index.mjs +0 -5
- package/esm2022/components/option-cards/model/option-card.mjs +0 -2
- package/esm2022/components/option-cards/option-card/option-card.component.mjs +0 -39
- package/esm2022/components/option-cards/option-cards.component.mjs +0 -118
- package/esm2022/components/option-cards/option-cards.module.mjs +0 -20
- package/esm2022/components/option-cards/public-api.mjs +0 -2
- package/esm2022/components/overlay/index.mjs +0 -3
- package/esm2022/components/overlay/overlay.component.mjs +0 -17
- package/esm2022/components/overlay/overlay.module.mjs +0 -18
- package/esm2022/components/overlay/public-api.mjs +0 -2
- package/esm2022/components/pagination/index.mjs +0 -3
- package/esm2022/components/pagination/pagination.component.mjs +0 -143
- package/esm2022/components/pagination/pagination.mjs +0 -4
- package/esm2022/components/pagination/pagination.module.mjs +0 -23
- package/esm2022/components/pagination/public-api.mjs +0 -2
- package/esm2022/components/password-input/index.mjs +0 -3
- package/esm2022/components/password-input/password-input.component.mjs +0 -91
- package/esm2022/components/password-input/password-input.module.mjs +0 -19
- package/esm2022/components/password-input/public-api.mjs +0 -2
- package/esm2022/components/phone-number/index.mjs +0 -3
- package/esm2022/components/phone-number/phone-number.component.mjs +0 -105
- package/esm2022/components/phone-number/phone-number.module.mjs +0 -22
- package/esm2022/components/phone-number/public-api.mjs +0 -2
- package/esm2022/components/progress-bar/index.mjs +0 -3
- package/esm2022/components/progress-bar/progress-bar-size.mjs +0 -2
- package/esm2022/components/progress-bar/progress-bar-theme.mjs +0 -2
- package/esm2022/components/progress-bar/progress-bar.component.mjs +0 -38
- package/esm2022/components/progress-bar/progress-bar.module.mjs +0 -18
- package/esm2022/components/progress-bar/public-api.mjs +0 -2
- package/esm2022/components/public-api.mjs +0 -52
- package/esm2022/components/quantity-selector/index.mjs +0 -4
- package/esm2022/components/quantity-selector/model/quantity-selector.mjs +0 -2
- package/esm2022/components/quantity-selector/public-api.mjs +0 -2
- package/esm2022/components/quantity-selector/quantity-selector.component.mjs +0 -91
- package/esm2022/components/quantity-selector/quantity-selector.module.mjs +0 -21
- package/esm2022/components/radio/index.mjs +0 -3
- package/esm2022/components/radio/public-api.mjs +0 -2
- package/esm2022/components/radio/radio.component.mjs +0 -69
- package/esm2022/components/radio/radio.module.mjs +0 -19
- package/esm2022/components/rating-stars/input/index.mjs +0 -4
- package/esm2022/components/rating-stars/input/public-api.mjs +0 -2
- package/esm2022/components/rating-stars/input/stars-input.component.mjs +0 -89
- package/esm2022/components/rating-stars/input/stars-input.module.mjs +0 -19
- package/esm2022/components/rating-stars/model/rating-stars.mjs +0 -13
- package/esm2022/components/rating-stars/result/index.mjs +0 -4
- package/esm2022/components/rating-stars/result/public-api.mjs +0 -2
- package/esm2022/components/rating-stars/result/stars-result.component.mjs +0 -26
- package/esm2022/components/rating-stars/result/stars-result.module.mjs +0 -18
- package/esm2022/components/segmented-control/index.mjs +0 -5
- package/esm2022/components/segmented-control/public-api.mjs +0 -2
- package/esm2022/components/segmented-control/segmented-control-button/segmented-control-button.component.mjs +0 -21
- package/esm2022/components/segmented-control/segmented-control-size.mjs +0 -2
- package/esm2022/components/segmented-control/segmented-control.component.mjs +0 -23
- package/esm2022/components/segmented-control/segmented-control.module.mjs +0 -19
- package/esm2022/components/select/index.mjs +0 -3
- package/esm2022/components/select/public-api.mjs +0 -2
- package/esm2022/components/select/select-size.mjs +0 -6
- package/esm2022/components/select/select.component.mjs +0 -25
- package/esm2022/components/select/select.module.mjs +0 -18
- package/esm2022/components/sidebar/components/feature/moz-sidebar-feature.component.mjs +0 -50
- package/esm2022/components/sidebar/components/home/moz-sidebar-home.component.mjs +0 -24
- package/esm2022/components/sidebar/components/user/moz-sidebar-user.component.mjs +0 -23
- package/esm2022/components/sidebar/components/utility/moz-sidebar-utilty.component.mjs +0 -40
- package/esm2022/components/sidebar/index.mjs +0 -8
- package/esm2022/components/sidebar/model/models.mjs +0 -2
- package/esm2022/components/sidebar/moz-sidebar.component.mjs +0 -94
- package/esm2022/components/sidebar/moz-sidebar.module.mjs +0 -46
- package/esm2022/components/sidebar/public-api.mjs +0 -2
- package/esm2022/components/stepper/index.mjs +0 -4
- package/esm2022/components/stepper/public-api.mjs +0 -2
- package/esm2022/components/stepper/step-state.mjs +0 -2
- package/esm2022/components/stepper/step.component.mjs +0 -51
- package/esm2022/components/stepper/stepper.component.mjs +0 -79
- package/esm2022/components/stepper/stepper.module.mjs +0 -20
- package/esm2022/components/stepper-bar/index.mjs +0 -4
- package/esm2022/components/stepper-bar/public-api.mjs +0 -2
- package/esm2022/components/stepper-bar/stepper-bar.component.mjs +0 -80
- package/esm2022/components/stepper-bar/stepper-bar.module.mjs +0 -20
- package/esm2022/components/stepper-bar/types/index.mjs +0 -2
- package/esm2022/components/tabs/index.mjs +0 -4
- package/esm2022/components/tabs/public-api.mjs +0 -2
- package/esm2022/components/tabs/tab-selectors.mjs +0 -3
- package/esm2022/components/tabs/tab.component.mjs +0 -54
- package/esm2022/components/tabs/tabs.component.mjs +0 -132
- package/esm2022/components/tabs/tabs.module.mjs +0 -19
- package/esm2022/components/tag/index.mjs +0 -3
- package/esm2022/components/tag/public-api.mjs +0 -2
- package/esm2022/components/tag/tag-type.mjs +0 -2
- package/esm2022/components/tag/tag.component.mjs +0 -61
- package/esm2022/components/tag/tag.module.mjs +0 -19
- package/esm2022/components/taglist/components/taglist-layer-content/taglist-layer-content.component.mjs +0 -40
- package/esm2022/components/taglist/index.mjs +0 -4
- package/esm2022/components/taglist/public-api.mjs +0 -2
- package/esm2022/components/taglist/services/taglist.service.mjs +0 -21
- package/esm2022/components/taglist/taglist.component.mjs +0 -93
- package/esm2022/components/taglist/taglist.module.mjs +0 -21
- package/esm2022/components/text-area/index.mjs +0 -3
- package/esm2022/components/text-area/public-api.mjs +0 -2
- package/esm2022/components/text-area/text-area.component.mjs +0 -43
- package/esm2022/components/text-area/text-area.module.mjs +0 -16
- package/esm2022/components/text-input/index.mjs +0 -3
- package/esm2022/components/text-input/public-api.mjs +0 -3
- package/esm2022/components/text-input/text-input.component.mjs +0 -75
- package/esm2022/components/text-input/text-input.mjs +0 -2
- package/esm2022/components/text-input/text-input.module.mjs +0 -20
- package/esm2022/components/toggle/index.mjs +0 -3
- package/esm2022/components/toggle/public-api.mjs +0 -2
- package/esm2022/components/toggle/toggle-size.mjs +0 -2
- package/esm2022/components/toggle/toggle.component.mjs +0 -59
- package/esm2022/components/toggle/toggle.module.mjs +0 -18
- package/esm2022/components/tooltip/directive/tooltip.directive.mjs +0 -100
- package/esm2022/components/tooltip/index.mjs +0 -4
- package/esm2022/components/tooltip/public-api.mjs +0 -2
- package/esm2022/components/tooltip/service/tooltip.service.mjs +0 -35
- package/esm2022/components/tooltip/tooltip-position.mjs +0 -2
- package/esm2022/components/tooltip/tooltip.component.mjs +0 -20
- package/esm2022/components/tooltip/tooltip.module.mjs +0 -19
- package/esm2022/mozaic-ds-angular.mjs +0 -5
- package/esm2022/public-api.mjs +0 -3
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export const MODAL_REF = new InjectionToken('MODAL_REF');
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtcmVmLnRva2VuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbW9kYWwvdG9rZW5zL21vZGFsLXJlZi50b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRS9DLE1BQU0sQ0FBQyxNQUFNLFNBQVMsR0FBRyxJQUFJLGNBQWMsQ0FBQyxXQUFXLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCBjb25zdCBNT0RBTF9SRUYgPSBuZXcgSW5qZWN0aW9uVG9rZW4oJ01PREFMX1JFRicpO1xuIl19
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './notification';
|
|
2
|
-
export * from './notification-container.component';
|
|
3
|
-
export * from './notification-footer';
|
|
4
|
-
export * from './notification-message';
|
|
5
|
-
export * from './notification-title';
|
|
6
|
-
export * from './notification.component';
|
|
7
|
-
export * from './notification.module';
|
|
8
|
-
export * from './notification.service';
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9ub3RpZmljYXRpb24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLG9DQUFvQyxDQUFDO0FBQ25ELGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ub3RpZmljYXRpb24nO1xuZXhwb3J0ICogZnJvbSAnLi9ub3RpZmljYXRpb24tY29udGFpbmVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL25vdGlmaWNhdGlvbi1mb290ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9ub3RpZmljYXRpb24tbWVzc2FnZSc7XG5leHBvcnQgKiBmcm9tICcuL25vdGlmaWNhdGlvbi10aXRsZSc7XG5leHBvcnQgKiBmcm9tICcuL25vdGlmaWNhdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9ub3RpZmljYXRpb24ubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbm90aWZpY2F0aW9uLnNlcnZpY2UnO1xuIl19
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { animate, group, query, style, transition, trigger } from '@angular/animations';
|
|
2
|
-
export const NotificationAnimation = trigger('fadeIn', [
|
|
3
|
-
transition(':enter', [
|
|
4
|
-
style({ opacity: 0, transform: 'translateY({{enterOffsetY}}%)' }),
|
|
5
|
-
animate('300ms ease-out', style({ opacity: 1, transform: 'translateY(0)' })),
|
|
6
|
-
]),
|
|
7
|
-
transition(':leave', [
|
|
8
|
-
group([
|
|
9
|
-
query('.mc-notification__title', [animate('200ms', style({ opacity: 0, height: 0 }))], {
|
|
10
|
-
optional: true,
|
|
11
|
-
}),
|
|
12
|
-
query('.mc-notification__message', [animate('200ms', style({ opacity: 0, height: 0 }))], {
|
|
13
|
-
optional: true,
|
|
14
|
-
}),
|
|
15
|
-
query('.mc-notification-closable__close', [animate('0ms', style({ opacity: 0, height: 0 }))], {
|
|
16
|
-
optional: true,
|
|
17
|
-
}),
|
|
18
|
-
query(':self', [
|
|
19
|
-
animate('300ms', style({ opacity: 0, height: 0, transform: 'translateY({{leaveOffsetY}}%)' })),
|
|
20
|
-
]),
|
|
21
|
-
]),
|
|
22
|
-
]),
|
|
23
|
-
]);
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLWFuaW1hdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24tYW5pbWF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLE9BQU8sRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBRXhGLE1BQU0sQ0FBQyxNQUFNLHFCQUFxQixHQUFHLE9BQU8sQ0FBQyxRQUFRLEVBQUU7SUFDckQsVUFBVSxDQUFDLFFBQVEsRUFBRTtRQUNuQixLQUFLLENBQUMsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSwrQkFBK0IsRUFBRSxDQUFDO1FBQ2pFLE9BQU8sQ0FBQyxnQkFBZ0IsRUFBRSxLQUFLLENBQUMsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxlQUFlLEVBQUUsQ0FBQyxDQUFDO0tBQzdFLENBQUM7SUFDRixVQUFVLENBQUMsUUFBUSxFQUFFO1FBQ25CLEtBQUssQ0FBQztZQUNKLEtBQUssQ0FBQyx5QkFBeUIsRUFBRSxDQUFDLE9BQU8sQ0FBQyxPQUFPLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUU7Z0JBQ3JGLFFBQVEsRUFBRSxJQUFJO2FBQ2YsQ0FBQztZQUNGLEtBQUssQ0FBQywyQkFBMkIsRUFBRSxDQUFDLE9BQU8sQ0FBQyxPQUFPLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUU7Z0JBQ3ZGLFFBQVEsRUFBRSxJQUFJO2FBQ2YsQ0FBQztZQUNGLEtBQUssQ0FDSCxrQ0FBa0MsRUFDbEMsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUNsRDtnQkFDRSxRQUFRLEVBQUUsSUFBSTthQUNmLENBQ0Y7WUFDRCxLQUFLLENBQUMsT0FBTyxFQUFFO2dCQUNiLE9BQU8sQ0FDTCxPQUFPLEVBQ1AsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSwrQkFBK0IsRUFBRSxDQUFDLENBQzdFO2FBQ0YsQ0FBQztTQUNILENBQUM7S0FDSCxDQUFDO0NBQ0gsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgYW5pbWF0ZSwgZ3JvdXAsIHF1ZXJ5LCBzdHlsZSwgdHJhbnNpdGlvbiwgdHJpZ2dlciB9IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuXG5leHBvcnQgY29uc3QgTm90aWZpY2F0aW9uQW5pbWF0aW9uID0gdHJpZ2dlcignZmFkZUluJywgW1xuICB0cmFuc2l0aW9uKCc6ZW50ZXInLCBbXG4gICAgc3R5bGUoeyBvcGFjaXR5OiAwLCB0cmFuc2Zvcm06ICd0cmFuc2xhdGVZKHt7ZW50ZXJPZmZzZXRZfX0lKScgfSksXG4gICAgYW5pbWF0ZSgnMzAwbXMgZWFzZS1vdXQnLCBzdHlsZSh7IG9wYWNpdHk6IDEsIHRyYW5zZm9ybTogJ3RyYW5zbGF0ZVkoMCknIH0pKSxcbiAgXSksXG4gIHRyYW5zaXRpb24oJzpsZWF2ZScsIFtcbiAgICBncm91cChbXG4gICAgICBxdWVyeSgnLm1jLW5vdGlmaWNhdGlvbl9fdGl0bGUnLCBbYW5pbWF0ZSgnMjAwbXMnLCBzdHlsZSh7IG9wYWNpdHk6IDAsIGhlaWdodDogMCB9KSldLCB7XG4gICAgICAgIG9wdGlvbmFsOiB0cnVlLFxuICAgICAgfSksXG4gICAgICBxdWVyeSgnLm1jLW5vdGlmaWNhdGlvbl9fbWVzc2FnZScsIFthbmltYXRlKCcyMDBtcycsIHN0eWxlKHsgb3BhY2l0eTogMCwgaGVpZ2h0OiAwIH0pKV0sIHtcbiAgICAgICAgb3B0aW9uYWw6IHRydWUsXG4gICAgICB9KSxcbiAgICAgIHF1ZXJ5KFxuICAgICAgICAnLm1jLW5vdGlmaWNhdGlvbi1jbG9zYWJsZV9fY2xvc2UnLFxuICAgICAgICBbYW5pbWF0ZSgnMG1zJywgc3R5bGUoeyBvcGFjaXR5OiAwLCBoZWlnaHQ6IDAgfSkpXSxcbiAgICAgICAge1xuICAgICAgICAgIG9wdGlvbmFsOiB0cnVlLFxuICAgICAgICB9XG4gICAgICApLFxuICAgICAgcXVlcnkoJzpzZWxmJywgW1xuICAgICAgICBhbmltYXRlKFxuICAgICAgICAgICczMDBtcycsXG4gICAgICAgICAgc3R5bGUoeyBvcGFjaXR5OiAwLCBoZWlnaHQ6IDAsIHRyYW5zZm9ybTogJ3RyYW5zbGF0ZVkoe3tsZWF2ZU9mZnNldFl9fSUpJyB9KVxuICAgICAgICApLFxuICAgICAgXSksXG4gICAgXSksXG4gIF0pLFxuXSk7XG4iXX0=
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Inject, Input, } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject, timer } from 'rxjs';
|
|
3
|
-
import { NOTIFICATION_CONFIG, } from './notification';
|
|
4
|
-
import { NotificationAnimation } from './notification-animation';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@angular/common";
|
|
7
|
-
import * as i2 from "./notification.component";
|
|
8
|
-
import * as i3 from "./notification-title";
|
|
9
|
-
import * as i4 from "./notification-message";
|
|
10
|
-
export class NotificationContainerComponent {
|
|
11
|
-
constructor(notificationConfig, renderer, elt) {
|
|
12
|
-
this.notificationConfig = notificationConfig;
|
|
13
|
-
this.renderer = renderer;
|
|
14
|
-
this.elt = elt;
|
|
15
|
-
this.position = 'top-right';
|
|
16
|
-
this.animationPosition = 'top';
|
|
17
|
-
this.enterOffsetY = 0;
|
|
18
|
-
this.leaveOffsetY = 0;
|
|
19
|
-
this._notifications = new BehaviorSubject([]);
|
|
20
|
-
this.calculatePosition();
|
|
21
|
-
}
|
|
22
|
-
get notifications() {
|
|
23
|
-
return this._notifications.asObservable();
|
|
24
|
-
}
|
|
25
|
-
add(notification) {
|
|
26
|
-
this._notifications.next([...this._notifications.value, notification]);
|
|
27
|
-
this.autoRemove(notification);
|
|
28
|
-
}
|
|
29
|
-
calculatePosition() {
|
|
30
|
-
switch (this.position) {
|
|
31
|
-
case 'top-right':
|
|
32
|
-
this.setPosition(0, 'auto', 'auto', 0);
|
|
33
|
-
break;
|
|
34
|
-
case 'top-left':
|
|
35
|
-
this.setPosition(0, 'auto', 0, 'auto');
|
|
36
|
-
break;
|
|
37
|
-
case 'bottom-right':
|
|
38
|
-
this.setPosition('auto', 0, 'auto', 0);
|
|
39
|
-
break;
|
|
40
|
-
case 'bottom-left':
|
|
41
|
-
this.setPosition('auto', 0, 0, 'auto');
|
|
42
|
-
break;
|
|
43
|
-
}
|
|
44
|
-
if (this.position.includes('top')) {
|
|
45
|
-
this.renderer.setStyle(this.elt.nativeElement, 'flex-direction', 'column');
|
|
46
|
-
this.enterOffsetY = 100;
|
|
47
|
-
this.leaveOffsetY = -100;
|
|
48
|
-
}
|
|
49
|
-
else {
|
|
50
|
-
this.renderer.setStyle(this.elt.nativeElement, 'flex-direction', 'column-reverse');
|
|
51
|
-
this.enterOffsetY = -100;
|
|
52
|
-
this.leaveOffsetY = 100;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
setPosition(top, bottom, left, right) {
|
|
56
|
-
this.renderer.setStyle(this.elt.nativeElement, 'top', top);
|
|
57
|
-
this.renderer.setStyle(this.elt.nativeElement, 'bottom', bottom);
|
|
58
|
-
this.renderer.setStyle(this.elt.nativeElement, 'left', left);
|
|
59
|
-
this.renderer.setStyle(this.elt.nativeElement, 'right', right);
|
|
60
|
-
}
|
|
61
|
-
autoRemove(notification) {
|
|
62
|
-
const duration = notification?.duration !== undefined
|
|
63
|
-
? notification.duration
|
|
64
|
-
: this.notificationConfig.duration;
|
|
65
|
-
if (duration > 0) {
|
|
66
|
-
timer(duration).subscribe(() => this.remove(notification));
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
remove(notification) {
|
|
70
|
-
const isExist = this._notifications.value.includes(notification);
|
|
71
|
-
if (isExist) {
|
|
72
|
-
const newState = this._notifications.value.filter((n) => n !== notification);
|
|
73
|
-
this._notifications.next(newState);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationContainerComponent, deps: [{ token: NOTIFICATION_CONFIG }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
77
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NotificationContainerComponent, selector: "moz-notification-container", inputs: { position: "position" }, ngImport: i0, template: "<ng-container *ngFor=\"let notification of notifications | async\">\n <moz-notification size=\"s\" [type]=\"notification.type\" [@fadeIn]=\"{ value: null, params: { enterOffsetY, leaveOffsetY}}\" [closable]=\"!!notification.closable\" (closeEvent)=\" remove(notification)\">\n <h3 mozNotificationTitle *ngIf=\"notification.title\">{{ notification.title }}</h3>\n <p mozNotificationMessage *ngIf=\"notification.message\">{{ notification.message }}</p>\n </moz-notification>\n</ng-container>\n", styles: [":host{position:fixed;display:flex;flex-direction:column;gap:1rem;width:20rem;margin:1.5rem}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.NotificationComponent, selector: "moz-notification", inputs: ["type", "size", "closable"], outputs: ["closeEvent"] }, { kind: "component", type: i3.NotificationTitleComponent, selector: "[mozNotificationTitle]" }, { kind: "component", type: i4.NotificationMessageComponent, selector: "[mozNotificationMessage]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], animations: [NotificationAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
78
|
-
}
|
|
79
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationContainerComponent, decorators: [{
|
|
80
|
-
type: Component,
|
|
81
|
-
args: [{ selector: 'moz-notification-container', changeDetection: ChangeDetectionStrategy.OnPush, animations: [NotificationAnimation], template: "<ng-container *ngFor=\"let notification of notifications | async\">\n <moz-notification size=\"s\" [type]=\"notification.type\" [@fadeIn]=\"{ value: null, params: { enterOffsetY, leaveOffsetY}}\" [closable]=\"!!notification.closable\" (closeEvent)=\" remove(notification)\">\n <h3 mozNotificationTitle *ngIf=\"notification.title\">{{ notification.title }}</h3>\n <p mozNotificationMessage *ngIf=\"notification.message\">{{ notification.message }}</p>\n </moz-notification>\n</ng-container>\n", styles: [":host{position:fixed;display:flex;flex-direction:column;gap:1rem;width:20rem;margin:1.5rem}\n"] }]
|
|
82
|
-
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
83
|
-
type: Inject,
|
|
84
|
-
args: [NOTIFICATION_CONFIG]
|
|
85
|
-
}] }, { type: i0.Renderer2 }, { type: i0.ElementRef }], propDecorators: { position: [{
|
|
86
|
-
type: Input
|
|
87
|
-
}] } });
|
|
88
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9ub3RpZmljYXRpb24vbm90aWZpY2F0aW9uLWNvbnRhaW5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9ub3RpZmljYXRpb24vbm90aWZpY2F0aW9uLWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFFVCxNQUFNLEVBQ04sS0FBSyxHQUVOLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxlQUFlLEVBQUUsS0FBSyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzlDLE9BQU8sRUFHTCxtQkFBbUIsR0FFcEIsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4QixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7Ozs7O0FBU2pFLE1BQU0sT0FBTyw4QkFBOEI7SUFPekMsWUFDZ0Qsa0JBQXNDLEVBQzVFLFFBQW1CLEVBQ25CLEdBQWU7UUFGdUIsdUJBQWtCLEdBQWxCLGtCQUFrQixDQUFvQjtRQUM1RSxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQ25CLFFBQUcsR0FBSCxHQUFHLENBQVk7UUFUVCxhQUFRLEdBQTBCLFdBQVcsQ0FBQztRQUM5RCxzQkFBaUIsR0FBcUIsS0FBSyxDQUFDO1FBQzVDLGlCQUFZLEdBQUcsQ0FBQyxDQUFDO1FBQ2pCLGlCQUFZLEdBQUcsQ0FBQyxDQUFDO1FBQ0EsbUJBQWMsR0FBRyxJQUFJLGVBQWUsQ0FBaUIsRUFBRSxDQUFDLENBQUM7UUFPeEUsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7SUFDM0IsQ0FBQztJQUVELElBQVcsYUFBYTtRQUN0QixPQUFPLElBQUksQ0FBQyxjQUFjLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDNUMsQ0FBQztJQUVNLEdBQUcsQ0FBQyxZQUEwQjtRQUNuQyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLEVBQUUsWUFBWSxDQUFDLENBQUMsQ0FBQztRQUN2RSxJQUFJLENBQUMsVUFBVSxDQUFDLFlBQVksQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFFRCxpQkFBaUI7UUFDZixRQUFRLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUN0QixLQUFLLFdBQVc7Z0JBQ2QsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxDQUFDLENBQUMsQ0FBQztnQkFDdkMsTUFBTTtZQUNSLEtBQUssVUFBVTtnQkFDYixJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLE1BQU0sQ0FBQyxDQUFDO2dCQUN2QyxNQUFNO1lBQ1IsS0FBSyxjQUFjO2dCQUNqQixJQUFJLENBQUMsV0FBVyxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsTUFBTSxFQUFFLENBQUMsQ0FBQyxDQUFDO2dCQUN2QyxNQUFNO1lBQ1IsS0FBSyxhQUFhO2dCQUNoQixJQUFJLENBQUMsV0FBVyxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLE1BQU0sQ0FBQyxDQUFDO2dCQUN2QyxNQUFNO1FBQ1YsQ0FBQztRQUVELElBQUksSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQztZQUNsQyxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxnQkFBZ0IsRUFBRSxRQUFRLENBQUMsQ0FBQztZQUMzRSxJQUFJLENBQUMsWUFBWSxHQUFHLEdBQUcsQ0FBQztZQUN4QixJQUFJLENBQUMsWUFBWSxHQUFHLENBQUMsR0FBRyxDQUFDO1FBQzNCLENBQUM7YUFBTSxDQUFDO1lBQ04sSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxhQUFhLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLENBQUMsQ0FBQztZQUNuRixJQUFJLENBQUMsWUFBWSxHQUFHLENBQUMsR0FBRyxDQUFDO1lBQ3pCLElBQUksQ0FBQyxZQUFZLEdBQUcsR0FBRyxDQUFDO1FBQzFCLENBQUM7SUFDSCxDQUFDO0lBRUQsV0FBVyxDQUNULEdBQW9CLEVBQ3BCLE1BQXVCLEVBQ3ZCLElBQXFCLEVBQ3JCLEtBQXNCO1FBRXRCLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxFQUFFLEtBQUssRUFBRSxHQUFHLENBQUMsQ0FBQztRQUMzRCxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxRQUFRLEVBQUUsTUFBTSxDQUFDLENBQUM7UUFDakUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxhQUFhLEVBQUUsTUFBTSxFQUFFLElBQUksQ0FBQyxDQUFDO1FBQzdELElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxFQUFFLE9BQU8sRUFBRSxLQUFLLENBQUMsQ0FBQztJQUNqRSxDQUFDO0lBRU8sVUFBVSxDQUFDLFlBQTBCO1FBQzNDLE1BQU0sUUFBUSxHQUNaLFlBQVksRUFBRSxRQUFRLEtBQUssU0FBUztZQUNsQyxDQUFDLENBQUMsWUFBWSxDQUFDLFFBQVE7WUFDdkIsQ0FBQyxDQUFDLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxRQUFRLENBQUM7UUFDdkMsSUFBSSxRQUFRLEdBQUcsQ0FBQyxFQUFFLENBQUM7WUFDakIsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUM7UUFDN0QsQ0FBQztJQUNILENBQUM7SUFFTSxNQUFNLENBQUMsWUFBMEI7UUFDdEMsTUFBTSxPQUFPLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQ2pFLElBQUksT0FBTyxFQUFFLENBQUM7WUFDWixNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsS0FBSyxZQUFZLENBQUMsQ0FBQztZQUM3RSxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUNyQyxDQUFDO0lBQ0gsQ0FBQzsrR0EvRVUsOEJBQThCLGtCQVEvQixtQkFBbUI7bUdBUmxCLDhCQUE4QixvR0N4QjNDLHFmQU1BLHV2QkRnQmMsQ0FBQyxxQkFBcUIsQ0FBQzs7NEZBRXhCLDhCQUE4QjtrQkFQMUMsU0FBUzsrQkFDRSw0QkFBNEIsbUJBR3JCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsQ0FBQyxxQkFBcUIsQ0FBQzs7MEJBVWhDLE1BQU07MkJBQUMsbUJBQW1COzBGQVBiLFFBQVE7c0JBQXZCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBJbmplY3QsXG4gIElucHV0LFxuICBSZW5kZXJlcjIsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCB0aW1lciB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHtcbiAgTm90aWZpY2F0aW9uLFxuICBOb3RpZmljYXRpb25Db25maWcsXG4gIE5PVElGSUNBVElPTl9DT05GSUcsXG4gIE5vdGlmaWNhdGlvbkRpcmVjdGlvbixcbn0gZnJvbSAnLi9ub3RpZmljYXRpb24nO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uQW5pbWF0aW9uIH0gZnJvbSAnLi9ub3RpZmljYXRpb24tYW5pbWF0aW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW96LW5vdGlmaWNhdGlvbi1jb250YWluZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vbm90aWZpY2F0aW9uLWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25vdGlmaWNhdGlvbi1jb250YWluZXIuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGFuaW1hdGlvbnM6IFtOb3RpZmljYXRpb25BbmltYXRpb25dLFxufSlcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25Db250YWluZXJDb21wb25lbnQge1xuICBASW5wdXQoKSBwdWJsaWMgcG9zaXRpb246IE5vdGlmaWNhdGlvbkRpcmVjdGlvbiA9ICd0b3AtcmlnaHQnO1xuICBhbmltYXRpb25Qb3NpdGlvbjogJ3RvcCcgfCAnYm90dG9tJyA9ICd0b3AnO1xuICBlbnRlck9mZnNldFkgPSAwO1xuICBsZWF2ZU9mZnNldFkgPSAwO1xuICBwcml2YXRlIHJlYWRvbmx5IF9ub3RpZmljYXRpb25zID0gbmV3IEJlaGF2aW9yU3ViamVjdDxOb3RpZmljYXRpb25bXT4oW10pO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBJbmplY3QoTk9USUZJQ0FUSU9OX0NPTkZJRykgcHJpdmF0ZSByZWFkb25seSBub3RpZmljYXRpb25Db25maWc6IE5vdGlmaWNhdGlvbkNvbmZpZyxcbiAgICBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsXG4gICAgcHJpdmF0ZSBlbHQ6IEVsZW1lbnRSZWZcbiAgKSB7XG4gICAgdGhpcy5jYWxjdWxhdGVQb3NpdGlvbigpO1xuICB9XG5cbiAgcHVibGljIGdldCBub3RpZmljYXRpb25zKCkge1xuICAgIHJldHVybiB0aGlzLl9ub3RpZmljYXRpb25zLmFzT2JzZXJ2YWJsZSgpO1xuICB9XG5cbiAgcHVibGljIGFkZChub3RpZmljYXRpb246IE5vdGlmaWNhdGlvbikge1xuICAgIHRoaXMuX25vdGlmaWNhdGlvbnMubmV4dChbLi4udGhpcy5fbm90aWZpY2F0aW9ucy52YWx1ZSwgbm90aWZpY2F0aW9uXSk7XG4gICAgdGhpcy5hdXRvUmVtb3ZlKG5vdGlmaWNhdGlvbik7XG4gIH1cblxuICBjYWxjdWxhdGVQb3NpdGlvbigpIHtcbiAgICBzd2l0Y2ggKHRoaXMucG9zaXRpb24pIHtcbiAgICAgIGNhc2UgJ3RvcC1yaWdodCc6XG4gICAgICAgIHRoaXMuc2V0UG9zaXRpb24oMCwgJ2F1dG8nLCAnYXV0bycsIDApO1xuICAgICAgICBicmVhaztcbiAgICAgIGNhc2UgJ3RvcC1sZWZ0JzpcbiAgICAgICAgdGhpcy5zZXRQb3NpdGlvbigwLCAnYXV0bycsIDAsICdhdXRvJyk7XG4gICAgICAgIGJyZWFrO1xuICAgICAgY2FzZSAnYm90dG9tLXJpZ2h0JzpcbiAgICAgICAgdGhpcy5zZXRQb3NpdGlvbignYXV0bycsIDAsICdhdXRvJywgMCk7XG4gICAgICAgIGJyZWFrO1xuICAgICAgY2FzZSAnYm90dG9tLWxlZnQnOlxuICAgICAgICB0aGlzLnNldFBvc2l0aW9uKCdhdXRvJywgMCwgMCwgJ2F1dG8nKTtcbiAgICAgICAgYnJlYWs7XG4gICAgfVxuXG4gICAgaWYgKHRoaXMucG9zaXRpb24uaW5jbHVkZXMoJ3RvcCcpKSB7XG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuZWx0Lm5hdGl2ZUVsZW1lbnQsICdmbGV4LWRpcmVjdGlvbicsICdjb2x1bW4nKTtcbiAgICAgIHRoaXMuZW50ZXJPZmZzZXRZID0gMTAwO1xuICAgICAgdGhpcy5sZWF2ZU9mZnNldFkgPSAtMTAwO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuZWx0Lm5hdGl2ZUVsZW1lbnQsICdmbGV4LWRpcmVjdGlvbicsICdjb2x1bW4tcmV2ZXJzZScpO1xuICAgICAgdGhpcy5lbnRlck9mZnNldFkgPSAtMTAwO1xuICAgICAgdGhpcy5sZWF2ZU9mZnNldFkgPSAxMDA7XG4gICAgfVxuICB9XG5cbiAgc2V0UG9zaXRpb24oXG4gICAgdG9wOiBudW1iZXIgfCBzdHJpbmcsXG4gICAgYm90dG9tOiBudW1iZXIgfCBzdHJpbmcsXG4gICAgbGVmdDogbnVtYmVyIHwgc3RyaW5nLFxuICAgIHJpZ2h0OiBudW1iZXIgfCBzdHJpbmdcbiAgKSB7XG4gICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLmVsdC5uYXRpdmVFbGVtZW50LCAndG9wJywgdG9wKTtcbiAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuZWx0Lm5hdGl2ZUVsZW1lbnQsICdib3R0b20nLCBib3R0b20pO1xuICAgIHRoaXMucmVuZGVyZXIuc2V0U3R5bGUodGhpcy5lbHQubmF0aXZlRWxlbWVudCwgJ2xlZnQnLCBsZWZ0KTtcbiAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuZWx0Lm5hdGl2ZUVsZW1lbnQsICdyaWdodCcsIHJpZ2h0KTtcbiAgfVxuXG4gIHByaXZhdGUgYXV0b1JlbW92ZShub3RpZmljYXRpb246IE5vdGlmaWNhdGlvbik6IHZvaWQge1xuICAgIGNvbnN0IGR1cmF0aW9uID1cbiAgICAgIG5vdGlmaWNhdGlvbj8uZHVyYXRpb24gIT09IHVuZGVmaW5lZFxuICAgICAgICA/IG5vdGlmaWNhdGlvbi5kdXJhdGlvblxuICAgICAgICA6IHRoaXMubm90aWZpY2F0aW9uQ29uZmlnLmR1cmF0aW9uO1xuICAgIGlmIChkdXJhdGlvbiA+IDApIHtcbiAgICAgIHRpbWVyKGR1cmF0aW9uKS5zdWJzY3JpYmUoKCkgPT4gdGhpcy5yZW1vdmUobm90aWZpY2F0aW9uKSk7XG4gICAgfVxuICB9XG5cbiAgcHVibGljIHJlbW92ZShub3RpZmljYXRpb246IE5vdGlmaWNhdGlvbik6IHZvaWQge1xuICAgIGNvbnN0IGlzRXhpc3QgPSB0aGlzLl9ub3RpZmljYXRpb25zLnZhbHVlLmluY2x1ZGVzKG5vdGlmaWNhdGlvbik7XG4gICAgaWYgKGlzRXhpc3QpIHtcbiAgICAgIGNvbnN0IG5ld1N0YXRlID0gdGhpcy5fbm90aWZpY2F0aW9ucy52YWx1ZS5maWx0ZXIoKG4pID0+IG4gIT09IG5vdGlmaWNhdGlvbik7XG4gICAgICB0aGlzLl9ub3RpZmljYXRpb25zLm5leHQobmV3U3RhdGUpO1xuICAgIH1cbiAgfVxufVxuIiwiPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgbm90aWZpY2F0aW9uIG9mIG5vdGlmaWNhdGlvbnMgfCBhc3luY1wiPlxuICA8bW96LW5vdGlmaWNhdGlvbiBzaXplPVwic1wiIFt0eXBlXT1cIm5vdGlmaWNhdGlvbi50eXBlXCIgW0BmYWRlSW5dPVwieyB2YWx1ZTogbnVsbCwgcGFyYW1zOiB7IGVudGVyT2Zmc2V0WSwgbGVhdmVPZmZzZXRZfX1cIiBbY2xvc2FibGVdPVwiISFub3RpZmljYXRpb24uY2xvc2FibGVcIiAoY2xvc2VFdmVudCk9XCIgcmVtb3ZlKG5vdGlmaWNhdGlvbilcIj5cbiAgICA8aDMgbW96Tm90aWZpY2F0aW9uVGl0bGUgKm5nSWY9XCJub3RpZmljYXRpb24udGl0bGVcIj57eyBub3RpZmljYXRpb24udGl0bGUgfX08L2gzPlxuICAgIDxwIG1vek5vdGlmaWNhdGlvbk1lc3NhZ2UgKm5nSWY9XCJub3RpZmljYXRpb24ubWVzc2FnZVwiPnt7IG5vdGlmaWNhdGlvbi5tZXNzYWdlIH19PC9wPlxuICA8L21vei1ub3RpZmljYXRpb24+XG48L25nLWNvbnRhaW5lcj5cbiJdfQ==
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class NotificationFooterComponent {
|
|
4
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NotificationFooterComponent, selector: "[mozNotificationFooter]", host: { properties: { "class.mc-notification__footer": "true" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".mc-notification{font-family:Roboto,sans-serif;font-weight:400;border-radius:4px;display:flex;flex-flow:row wrap;align-items:flex-start;padding:1rem 1.5rem 1.5rem 1rem;background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc;box-sizing:border-box;color:#000}.mc-notification:before{background-size:2rem;flex:0 0 2rem;height:2rem;margin-right:1rem;width:2rem}.mc-notification .mc-notification__content{padding-top:.25rem}.mc-notification .mc-notification__title+.mc-notification__message{margin-top:.5rem}.mc-notification:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification:before{background-color:transparent;background-repeat:no-repeat;content:\"\";display:block}.mc-notification__content{flex:1 1 0}.mc-notification__title,.mc-notification__message{margin-bottom:0;margin-top:0}.mc-notification__title{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5}.mc-notification__message{font-size:.875rem;line-height:1.5714285714}.mc-notification__footer{align-items:flex-start;display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification__footer{flex-direction:row}}.mc-notification__link{font-size:.875rem;line-height:1.2857142857;margin-top:.5rem}.mc-notification .mc-button:not(:first-child){margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification .mc-button:not(:first-child){margin-top:0;margin-left:1rem}}.mc-notification--information{background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc}.mc-notification--information:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification--success{background:#ebf5de;box-shadow:inset 0 0 0 1px #46a610}.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' fill='%23188803' viewBox='0 0 32 32'%3E%3Cpath d='M16,5A11,11,0,1,1,5,16,11,11,0,0,1,16,5m0-2A13,13,0,1,0,29,16,13,13,0,0,0,16,3Z'/%3E%3Cpath d='M14.2,21.45,8.5,16.18a1,1,0,1,1,1.35-1.47l4.28,4,8-8.09a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41Z'/%3E%3C/svg%3E\")}.mc-notification--warning{background:#fdf1e8;box-shadow:inset 0 0 0 1px #ea7315}.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c65200'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,18.13a1,1,0,0,1-1-1V11.3a1,1,0,0,1,2,0v5.83A1,1,0,0,1,16,18.13Z'/%3E%3Ccircle cx='16' cy='20.7' r='1'/%3E%3C/svg%3E\")}.mc-notification--danger{background:#fdeaea;box-shadow:inset 0 0 0 1px #ea302d}.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c61112'%3E%3Cpath d='M16,3A13,13,0,1,0,29,16,13,13,0,0,0,16,3Zm0,24A11,11,0,1,1,27,16,11,11,0,0,1,16,27Z'/%3E%3Cpath d='M20.71,11.29a1,1,0,0,0-1.42,0L16,14.59l-3.29-3.3a1,1,0,0,0-1.42,1.42L14.59,16l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,17.41l3.29,3.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L17.41,16l3.3-3.29A1,1,0,0,0,20.71,11.29Z'/%3E%3C/svg%3E\")}.mc-notification--s{padding:.75rem .75rem 1.5rem}.mc-notification--s:before{background-size:1.5rem;flex:0 0 1.5rem;height:1.5rem;margin-right:.5rem;width:1.5rem}.mc-notification--s .mc-notification__content{padding-top:0}.mc-notification--s .mc-notification__title+.mc-notification__message{margin-top:.25rem}.mc-notification--s:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23007bb4'%3E%3Cpath d='M12 22a10 10 0 1110-10 10 10 0 01-10 10zm0-18a8 8 0 108 8 8 8 0 00-8-8z'/%3E%3Cpath d='M12 17a1 1 0 01-1-1v-4.39a1 1 0 012 0V16a1 1 0 01-1 1z'/%3E%3Ccircle cx='12' cy='8' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23188803'%3E%3Cpath d='M12 4a8 8 0 11-8 8 8 8 0 018-8m0-2a10 10 0 1010 10A10 10 0 0012 2z'/%3E%3Cpath d='M10.73 15.75a1 1 0 01-.68-.26l-3-2.74a1 1 0 011.36-1.47l2.25 2.08 4.36-4.42a1 1 0 111.42 1.41l-5 5.1a1 1 0 01-.71.3z'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c65200'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M12 7a1 1 0 00-1 1v4.38a1 1 0 002 0V8a1 1 0 00-1-1z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c61112'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M16.21 7.88a1 1 0 00-1.42 0l-2.74 2.74-2.84-2.83a1 1 0 10-1.42 1.42L10.63 12l-2.77 2.79a1 1 0 001.41 1.42l2.78-2.77 2.68 2.68a1 1 0 001.41-1.42L13.46 12l2.75-2.7a1 1 0 000-1.42z'/%3E%3C/svg%3E\")}.mc-notification-closable{position:relative}.mc-notification-closable__close{position:relative;background:transparent url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath d='M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z'/%3E%3C/svg%3E\") no-repeat;background-size:1rem;border:0;cursor:pointer;display:block;height:1rem;padding:0;position:absolute;outline:0;right:1rem;top:1rem;width:1rem}.mc-notification-closable__close:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease}.mc-notification-closable__close:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationFooterComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{ template: '<ng-content></ng-content>', selector: '[mozNotificationFooter]', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { '[class.mc-notification__footer]': 'true' }, styles: [".mc-notification{font-family:Roboto,sans-serif;font-weight:400;border-radius:4px;display:flex;flex-flow:row wrap;align-items:flex-start;padding:1rem 1.5rem 1.5rem 1rem;background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc;box-sizing:border-box;color:#000}.mc-notification:before{background-size:2rem;flex:0 0 2rem;height:2rem;margin-right:1rem;width:2rem}.mc-notification .mc-notification__content{padding-top:.25rem}.mc-notification .mc-notification__title+.mc-notification__message{margin-top:.5rem}.mc-notification:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification:before{background-color:transparent;background-repeat:no-repeat;content:\"\";display:block}.mc-notification__content{flex:1 1 0}.mc-notification__title,.mc-notification__message{margin-bottom:0;margin-top:0}.mc-notification__title{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5}.mc-notification__message{font-size:.875rem;line-height:1.5714285714}.mc-notification__footer{align-items:flex-start;display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification__footer{flex-direction:row}}.mc-notification__link{font-size:.875rem;line-height:1.2857142857;margin-top:.5rem}.mc-notification .mc-button:not(:first-child){margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification .mc-button:not(:first-child){margin-top:0;margin-left:1rem}}.mc-notification--information{background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc}.mc-notification--information:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification--success{background:#ebf5de;box-shadow:inset 0 0 0 1px #46a610}.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' fill='%23188803' viewBox='0 0 32 32'%3E%3Cpath d='M16,5A11,11,0,1,1,5,16,11,11,0,0,1,16,5m0-2A13,13,0,1,0,29,16,13,13,0,0,0,16,3Z'/%3E%3Cpath d='M14.2,21.45,8.5,16.18a1,1,0,1,1,1.35-1.47l4.28,4,8-8.09a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41Z'/%3E%3C/svg%3E\")}.mc-notification--warning{background:#fdf1e8;box-shadow:inset 0 0 0 1px #ea7315}.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c65200'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,18.13a1,1,0,0,1-1-1V11.3a1,1,0,0,1,2,0v5.83A1,1,0,0,1,16,18.13Z'/%3E%3Ccircle cx='16' cy='20.7' r='1'/%3E%3C/svg%3E\")}.mc-notification--danger{background:#fdeaea;box-shadow:inset 0 0 0 1px #ea302d}.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c61112'%3E%3Cpath d='M16,3A13,13,0,1,0,29,16,13,13,0,0,0,16,3Zm0,24A11,11,0,1,1,27,16,11,11,0,0,1,16,27Z'/%3E%3Cpath d='M20.71,11.29a1,1,0,0,0-1.42,0L16,14.59l-3.29-3.3a1,1,0,0,0-1.42,1.42L14.59,16l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,17.41l3.29,3.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L17.41,16l3.3-3.29A1,1,0,0,0,20.71,11.29Z'/%3E%3C/svg%3E\")}.mc-notification--s{padding:.75rem .75rem 1.5rem}.mc-notification--s:before{background-size:1.5rem;flex:0 0 1.5rem;height:1.5rem;margin-right:.5rem;width:1.5rem}.mc-notification--s .mc-notification__content{padding-top:0}.mc-notification--s .mc-notification__title+.mc-notification__message{margin-top:.25rem}.mc-notification--s:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23007bb4'%3E%3Cpath d='M12 22a10 10 0 1110-10 10 10 0 01-10 10zm0-18a8 8 0 108 8 8 8 0 00-8-8z'/%3E%3Cpath d='M12 17a1 1 0 01-1-1v-4.39a1 1 0 012 0V16a1 1 0 01-1 1z'/%3E%3Ccircle cx='12' cy='8' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23188803'%3E%3Cpath d='M12 4a8 8 0 11-8 8 8 8 0 018-8m0-2a10 10 0 1010 10A10 10 0 0012 2z'/%3E%3Cpath d='M10.73 15.75a1 1 0 01-.68-.26l-3-2.74a1 1 0 011.36-1.47l2.25 2.08 4.36-4.42a1 1 0 111.42 1.41l-5 5.1a1 1 0 01-.71.3z'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c65200'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M12 7a1 1 0 00-1 1v4.38a1 1 0 002 0V8a1 1 0 00-1-1z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c61112'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M16.21 7.88a1 1 0 00-1.42 0l-2.74 2.74-2.84-2.83a1 1 0 10-1.42 1.42L10.63 12l-2.77 2.79a1 1 0 001.41 1.42l2.78-2.77 2.68 2.68a1 1 0 001.41-1.42L13.46 12l2.75-2.7a1 1 0 000-1.42z'/%3E%3C/svg%3E\")}.mc-notification-closable{position:relative}.mc-notification-closable__close{position:relative;background:transparent url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath d='M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z'/%3E%3C/svg%3E\") no-repeat;background-size:1rem;border:0;cursor:pointer;display:block;height:1rem;padding:0;position:absolute;outline:0;right:1rem;top:1rem;width:1rem}.mc-notification-closable__close:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease}.mc-notification-closable__close:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}\n"] }]
|
|
10
|
-
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLWZvb3Rlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24tZm9vdGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBVXRGLE1BQU0sT0FBTywyQkFBMkI7K0dBQTNCLDJCQUEyQjttR0FBM0IsMkJBQTJCLGtJQVA1QiwyQkFBMkI7OzRGQU8xQiwyQkFBMkI7a0JBUnZDLFNBQVM7K0JBQ0UsMkJBQTJCLFlBQzNCLHlCQUF5QixtQkFFbEIsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxRQUMvQixFQUFFLGlDQUFpQyxFQUFFLE1BQU0sRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBzZWxlY3RvcjogJ1ttb3pOb3RpZmljYXRpb25Gb290ZXJdJyxcbiAgc3R5bGVVcmxzOiBbJy4vbm90aWZpY2F0aW9uLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBob3N0OiB7ICdbY2xhc3MubWMtbm90aWZpY2F0aW9uX19mb290ZXJdJzogJ3RydWUnIH0sXG59KVxuZXhwb3J0IGNsYXNzIE5vdGlmaWNhdGlvbkZvb3RlckNvbXBvbmVudCB7fVxuIl19
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class NotificationMessageComponent {
|
|
4
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NotificationMessageComponent, selector: "[mozNotificationMessage]", host: { properties: { "class.mc-notification__message": "true" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".mc-notification{font-family:Roboto,sans-serif;font-weight:400;border-radius:4px;display:flex;flex-flow:row wrap;align-items:flex-start;padding:1rem 1.5rem 1.5rem 1rem;background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc;box-sizing:border-box;color:#000}.mc-notification:before{background-size:2rem;flex:0 0 2rem;height:2rem;margin-right:1rem;width:2rem}.mc-notification .mc-notification__content{padding-top:.25rem}.mc-notification .mc-notification__title+.mc-notification__message{margin-top:.5rem}.mc-notification:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification:before{background-color:transparent;background-repeat:no-repeat;content:\"\";display:block}.mc-notification__content{flex:1 1 0}.mc-notification__title,.mc-notification__message{margin-bottom:0;margin-top:0}.mc-notification__title{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5}.mc-notification__message{font-size:.875rem;line-height:1.5714285714}.mc-notification__footer{align-items:flex-start;display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification__footer{flex-direction:row}}.mc-notification__link{font-size:.875rem;line-height:1.2857142857;margin-top:.5rem}.mc-notification .mc-button:not(:first-child){margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification .mc-button:not(:first-child){margin-top:0;margin-left:1rem}}.mc-notification--information{background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc}.mc-notification--information:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification--success{background:#ebf5de;box-shadow:inset 0 0 0 1px #46a610}.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' fill='%23188803' viewBox='0 0 32 32'%3E%3Cpath d='M16,5A11,11,0,1,1,5,16,11,11,0,0,1,16,5m0-2A13,13,0,1,0,29,16,13,13,0,0,0,16,3Z'/%3E%3Cpath d='M14.2,21.45,8.5,16.18a1,1,0,1,1,1.35-1.47l4.28,4,8-8.09a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41Z'/%3E%3C/svg%3E\")}.mc-notification--warning{background:#fdf1e8;box-shadow:inset 0 0 0 1px #ea7315}.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c65200'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,18.13a1,1,0,0,1-1-1V11.3a1,1,0,0,1,2,0v5.83A1,1,0,0,1,16,18.13Z'/%3E%3Ccircle cx='16' cy='20.7' r='1'/%3E%3C/svg%3E\")}.mc-notification--danger{background:#fdeaea;box-shadow:inset 0 0 0 1px #ea302d}.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c61112'%3E%3Cpath d='M16,3A13,13,0,1,0,29,16,13,13,0,0,0,16,3Zm0,24A11,11,0,1,1,27,16,11,11,0,0,1,16,27Z'/%3E%3Cpath d='M20.71,11.29a1,1,0,0,0-1.42,0L16,14.59l-3.29-3.3a1,1,0,0,0-1.42,1.42L14.59,16l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,17.41l3.29,3.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L17.41,16l3.3-3.29A1,1,0,0,0,20.71,11.29Z'/%3E%3C/svg%3E\")}.mc-notification--s{padding:.75rem .75rem 1.5rem}.mc-notification--s:before{background-size:1.5rem;flex:0 0 1.5rem;height:1.5rem;margin-right:.5rem;width:1.5rem}.mc-notification--s .mc-notification__content{padding-top:0}.mc-notification--s .mc-notification__title+.mc-notification__message{margin-top:.25rem}.mc-notification--s:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23007bb4'%3E%3Cpath d='M12 22a10 10 0 1110-10 10 10 0 01-10 10zm0-18a8 8 0 108 8 8 8 0 00-8-8z'/%3E%3Cpath d='M12 17a1 1 0 01-1-1v-4.39a1 1 0 012 0V16a1 1 0 01-1 1z'/%3E%3Ccircle cx='12' cy='8' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23188803'%3E%3Cpath d='M12 4a8 8 0 11-8 8 8 8 0 018-8m0-2a10 10 0 1010 10A10 10 0 0012 2z'/%3E%3Cpath d='M10.73 15.75a1 1 0 01-.68-.26l-3-2.74a1 1 0 011.36-1.47l2.25 2.08 4.36-4.42a1 1 0 111.42 1.41l-5 5.1a1 1 0 01-.71.3z'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c65200'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M12 7a1 1 0 00-1 1v4.38a1 1 0 002 0V8a1 1 0 00-1-1z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c61112'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M16.21 7.88a1 1 0 00-1.42 0l-2.74 2.74-2.84-2.83a1 1 0 10-1.42 1.42L10.63 12l-2.77 2.79a1 1 0 001.41 1.42l2.78-2.77 2.68 2.68a1 1 0 001.41-1.42L13.46 12l2.75-2.7a1 1 0 000-1.42z'/%3E%3C/svg%3E\")}.mc-notification-closable{position:relative}.mc-notification-closable__close{position:relative;background:transparent url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath d='M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z'/%3E%3C/svg%3E\") no-repeat;background-size:1rem;border:0;cursor:pointer;display:block;height:1rem;padding:0;position:absolute;outline:0;right:1rem;top:1rem;width:1rem}.mc-notification-closable__close:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease}.mc-notification-closable__close:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationMessageComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{ template: '<ng-content></ng-content>', selector: '[mozNotificationMessage]', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { '[class.mc-notification__message]': 'true' }, styles: [".mc-notification{font-family:Roboto,sans-serif;font-weight:400;border-radius:4px;display:flex;flex-flow:row wrap;align-items:flex-start;padding:1rem 1.5rem 1.5rem 1rem;background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc;box-sizing:border-box;color:#000}.mc-notification:before{background-size:2rem;flex:0 0 2rem;height:2rem;margin-right:1rem;width:2rem}.mc-notification .mc-notification__content{padding-top:.25rem}.mc-notification .mc-notification__title+.mc-notification__message{margin-top:.5rem}.mc-notification:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification:before{background-color:transparent;background-repeat:no-repeat;content:\"\";display:block}.mc-notification__content{flex:1 1 0}.mc-notification__title,.mc-notification__message{margin-bottom:0;margin-top:0}.mc-notification__title{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5}.mc-notification__message{font-size:.875rem;line-height:1.5714285714}.mc-notification__footer{align-items:flex-start;display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification__footer{flex-direction:row}}.mc-notification__link{font-size:.875rem;line-height:1.2857142857;margin-top:.5rem}.mc-notification .mc-button:not(:first-child){margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification .mc-button:not(:first-child){margin-top:0;margin-left:1rem}}.mc-notification--information{background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc}.mc-notification--information:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification--success{background:#ebf5de;box-shadow:inset 0 0 0 1px #46a610}.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' fill='%23188803' viewBox='0 0 32 32'%3E%3Cpath d='M16,5A11,11,0,1,1,5,16,11,11,0,0,1,16,5m0-2A13,13,0,1,0,29,16,13,13,0,0,0,16,3Z'/%3E%3Cpath d='M14.2,21.45,8.5,16.18a1,1,0,1,1,1.35-1.47l4.28,4,8-8.09a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41Z'/%3E%3C/svg%3E\")}.mc-notification--warning{background:#fdf1e8;box-shadow:inset 0 0 0 1px #ea7315}.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c65200'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,18.13a1,1,0,0,1-1-1V11.3a1,1,0,0,1,2,0v5.83A1,1,0,0,1,16,18.13Z'/%3E%3Ccircle cx='16' cy='20.7' r='1'/%3E%3C/svg%3E\")}.mc-notification--danger{background:#fdeaea;box-shadow:inset 0 0 0 1px #ea302d}.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c61112'%3E%3Cpath d='M16,3A13,13,0,1,0,29,16,13,13,0,0,0,16,3Zm0,24A11,11,0,1,1,27,16,11,11,0,0,1,16,27Z'/%3E%3Cpath d='M20.71,11.29a1,1,0,0,0-1.42,0L16,14.59l-3.29-3.3a1,1,0,0,0-1.42,1.42L14.59,16l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,17.41l3.29,3.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L17.41,16l3.3-3.29A1,1,0,0,0,20.71,11.29Z'/%3E%3C/svg%3E\")}.mc-notification--s{padding:.75rem .75rem 1.5rem}.mc-notification--s:before{background-size:1.5rem;flex:0 0 1.5rem;height:1.5rem;margin-right:.5rem;width:1.5rem}.mc-notification--s .mc-notification__content{padding-top:0}.mc-notification--s .mc-notification__title+.mc-notification__message{margin-top:.25rem}.mc-notification--s:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23007bb4'%3E%3Cpath d='M12 22a10 10 0 1110-10 10 10 0 01-10 10zm0-18a8 8 0 108 8 8 8 0 00-8-8z'/%3E%3Cpath d='M12 17a1 1 0 01-1-1v-4.39a1 1 0 012 0V16a1 1 0 01-1 1z'/%3E%3Ccircle cx='12' cy='8' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23188803'%3E%3Cpath d='M12 4a8 8 0 11-8 8 8 8 0 018-8m0-2a10 10 0 1010 10A10 10 0 0012 2z'/%3E%3Cpath d='M10.73 15.75a1 1 0 01-.68-.26l-3-2.74a1 1 0 011.36-1.47l2.25 2.08 4.36-4.42a1 1 0 111.42 1.41l-5 5.1a1 1 0 01-.71.3z'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c65200'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M12 7a1 1 0 00-1 1v4.38a1 1 0 002 0V8a1 1 0 00-1-1z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c61112'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M16.21 7.88a1 1 0 00-1.42 0l-2.74 2.74-2.84-2.83a1 1 0 10-1.42 1.42L10.63 12l-2.77 2.79a1 1 0 001.41 1.42l2.78-2.77 2.68 2.68a1 1 0 001.41-1.42L13.46 12l2.75-2.7a1 1 0 000-1.42z'/%3E%3C/svg%3E\")}.mc-notification-closable{position:relative}.mc-notification-closable__close{position:relative;background:transparent url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath d='M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z'/%3E%3C/svg%3E\") no-repeat;background-size:1rem;border:0;cursor:pointer;display:block;height:1rem;padding:0;position:absolute;outline:0;right:1rem;top:1rem;width:1rem}.mc-notification-closable__close:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease}.mc-notification-closable__close:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}\n"] }]
|
|
10
|
-
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW1lc3NhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9ub3RpZmljYXRpb24vbm90aWZpY2F0aW9uLW1lc3NhZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFVdEYsTUFBTSxPQUFPLDRCQUE0QjsrR0FBNUIsNEJBQTRCO21HQUE1Qiw0QkFBNEIsb0lBUDdCLDJCQUEyQjs7NEZBTzFCLDRCQUE0QjtrQkFSeEMsU0FBUzsrQkFDRSwyQkFBMkIsWUFDM0IsMEJBQTBCLG1CQUVuQix1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJLFFBQy9CLEVBQUUsa0NBQWtDLEVBQUUsTUFBTSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIHNlbGVjdG9yOiAnW21vek5vdGlmaWNhdGlvbk1lc3NhZ2VdJyxcbiAgc3R5bGVVcmxzOiBbJy4vbm90aWZpY2F0aW9uLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBob3N0OiB7ICdbY2xhc3MubWMtbm90aWZpY2F0aW9uX19tZXNzYWdlXSc6ICd0cnVlJyB9LFxufSlcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25NZXNzYWdlQ29tcG9uZW50IHt9XG4iXX0=
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class NotificationTitleComponent {
|
|
4
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NotificationTitleComponent, selector: "[mozNotificationTitle]", host: { properties: { "class.mc-notification__title": "true" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".mc-notification{font-family:Roboto,sans-serif;font-weight:400;border-radius:4px;display:flex;flex-flow:row wrap;align-items:flex-start;padding:1rem 1.5rem 1.5rem 1rem;background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc;box-sizing:border-box;color:#000}.mc-notification:before{background-size:2rem;flex:0 0 2rem;height:2rem;margin-right:1rem;width:2rem}.mc-notification .mc-notification__content{padding-top:.25rem}.mc-notification .mc-notification__title+.mc-notification__message{margin-top:.5rem}.mc-notification:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification:before{background-color:transparent;background-repeat:no-repeat;content:\"\";display:block}.mc-notification__content{flex:1 1 0}.mc-notification__title,.mc-notification__message{margin-bottom:0;margin-top:0}.mc-notification__title{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5}.mc-notification__message{font-size:.875rem;line-height:1.5714285714}.mc-notification__footer{align-items:flex-start;display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification__footer{flex-direction:row}}.mc-notification__link{font-size:.875rem;line-height:1.2857142857;margin-top:.5rem}.mc-notification .mc-button:not(:first-child){margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification .mc-button:not(:first-child){margin-top:0;margin-left:1rem}}.mc-notification--information{background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc}.mc-notification--information:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification--success{background:#ebf5de;box-shadow:inset 0 0 0 1px #46a610}.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' fill='%23188803' viewBox='0 0 32 32'%3E%3Cpath d='M16,5A11,11,0,1,1,5,16,11,11,0,0,1,16,5m0-2A13,13,0,1,0,29,16,13,13,0,0,0,16,3Z'/%3E%3Cpath d='M14.2,21.45,8.5,16.18a1,1,0,1,1,1.35-1.47l4.28,4,8-8.09a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41Z'/%3E%3C/svg%3E\")}.mc-notification--warning{background:#fdf1e8;box-shadow:inset 0 0 0 1px #ea7315}.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c65200'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,18.13a1,1,0,0,1-1-1V11.3a1,1,0,0,1,2,0v5.83A1,1,0,0,1,16,18.13Z'/%3E%3Ccircle cx='16' cy='20.7' r='1'/%3E%3C/svg%3E\")}.mc-notification--danger{background:#fdeaea;box-shadow:inset 0 0 0 1px #ea302d}.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c61112'%3E%3Cpath d='M16,3A13,13,0,1,0,29,16,13,13,0,0,0,16,3Zm0,24A11,11,0,1,1,27,16,11,11,0,0,1,16,27Z'/%3E%3Cpath d='M20.71,11.29a1,1,0,0,0-1.42,0L16,14.59l-3.29-3.3a1,1,0,0,0-1.42,1.42L14.59,16l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,17.41l3.29,3.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L17.41,16l3.3-3.29A1,1,0,0,0,20.71,11.29Z'/%3E%3C/svg%3E\")}.mc-notification--s{padding:.75rem .75rem 1.5rem}.mc-notification--s:before{background-size:1.5rem;flex:0 0 1.5rem;height:1.5rem;margin-right:.5rem;width:1.5rem}.mc-notification--s .mc-notification__content{padding-top:0}.mc-notification--s .mc-notification__title+.mc-notification__message{margin-top:.25rem}.mc-notification--s:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23007bb4'%3E%3Cpath d='M12 22a10 10 0 1110-10 10 10 0 01-10 10zm0-18a8 8 0 108 8 8 8 0 00-8-8z'/%3E%3Cpath d='M12 17a1 1 0 01-1-1v-4.39a1 1 0 012 0V16a1 1 0 01-1 1z'/%3E%3Ccircle cx='12' cy='8' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23188803'%3E%3Cpath d='M12 4a8 8 0 11-8 8 8 8 0 018-8m0-2a10 10 0 1010 10A10 10 0 0012 2z'/%3E%3Cpath d='M10.73 15.75a1 1 0 01-.68-.26l-3-2.74a1 1 0 011.36-1.47l2.25 2.08 4.36-4.42a1 1 0 111.42 1.41l-5 5.1a1 1 0 01-.71.3z'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c65200'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M12 7a1 1 0 00-1 1v4.38a1 1 0 002 0V8a1 1 0 00-1-1z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c61112'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M16.21 7.88a1 1 0 00-1.42 0l-2.74 2.74-2.84-2.83a1 1 0 10-1.42 1.42L10.63 12l-2.77 2.79a1 1 0 001.41 1.42l2.78-2.77 2.68 2.68a1 1 0 001.41-1.42L13.46 12l2.75-2.7a1 1 0 000-1.42z'/%3E%3C/svg%3E\")}.mc-notification-closable{position:relative}.mc-notification-closable__close{position:relative;background:transparent url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath d='M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z'/%3E%3C/svg%3E\") no-repeat;background-size:1rem;border:0;cursor:pointer;display:block;height:1rem;padding:0;position:absolute;outline:0;right:1rem;top:1rem;width:1rem}.mc-notification-closable__close:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease}.mc-notification-closable__close:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationTitleComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{ template: '<ng-content></ng-content>', selector: '[mozNotificationTitle]', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { '[class.mc-notification__title]': 'true' }, styles: [".mc-notification{font-family:Roboto,sans-serif;font-weight:400;border-radius:4px;display:flex;flex-flow:row wrap;align-items:flex-start;padding:1rem 1.5rem 1.5rem 1rem;background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc;box-sizing:border-box;color:#000}.mc-notification:before{background-size:2rem;flex:0 0 2rem;height:2rem;margin-right:1rem;width:2rem}.mc-notification .mc-notification__content{padding-top:.25rem}.mc-notification .mc-notification__title+.mc-notification__message{margin-top:.5rem}.mc-notification:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification:before{background-color:transparent;background-repeat:no-repeat;content:\"\";display:block}.mc-notification__content{flex:1 1 0}.mc-notification__title,.mc-notification__message{margin-bottom:0;margin-top:0}.mc-notification__title{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5}.mc-notification__message{font-size:.875rem;line-height:1.5714285714}.mc-notification__footer{align-items:flex-start;display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification__footer{flex-direction:row}}.mc-notification__link{font-size:.875rem;line-height:1.2857142857;margin-top:.5rem}.mc-notification .mc-button:not(:first-child){margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification .mc-button:not(:first-child){margin-top:0;margin-left:1rem}}.mc-notification--information{background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc}.mc-notification--information:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification--success{background:#ebf5de;box-shadow:inset 0 0 0 1px #46a610}.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' fill='%23188803' viewBox='0 0 32 32'%3E%3Cpath d='M16,5A11,11,0,1,1,5,16,11,11,0,0,1,16,5m0-2A13,13,0,1,0,29,16,13,13,0,0,0,16,3Z'/%3E%3Cpath d='M14.2,21.45,8.5,16.18a1,1,0,1,1,1.35-1.47l4.28,4,8-8.09a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41Z'/%3E%3C/svg%3E\")}.mc-notification--warning{background:#fdf1e8;box-shadow:inset 0 0 0 1px #ea7315}.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c65200'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,18.13a1,1,0,0,1-1-1V11.3a1,1,0,0,1,2,0v5.83A1,1,0,0,1,16,18.13Z'/%3E%3Ccircle cx='16' cy='20.7' r='1'/%3E%3C/svg%3E\")}.mc-notification--danger{background:#fdeaea;box-shadow:inset 0 0 0 1px #ea302d}.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c61112'%3E%3Cpath d='M16,3A13,13,0,1,0,29,16,13,13,0,0,0,16,3Zm0,24A11,11,0,1,1,27,16,11,11,0,0,1,16,27Z'/%3E%3Cpath d='M20.71,11.29a1,1,0,0,0-1.42,0L16,14.59l-3.29-3.3a1,1,0,0,0-1.42,1.42L14.59,16l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,17.41l3.29,3.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L17.41,16l3.3-3.29A1,1,0,0,0,20.71,11.29Z'/%3E%3C/svg%3E\")}.mc-notification--s{padding:.75rem .75rem 1.5rem}.mc-notification--s:before{background-size:1.5rem;flex:0 0 1.5rem;height:1.5rem;margin-right:.5rem;width:1.5rem}.mc-notification--s .mc-notification__content{padding-top:0}.mc-notification--s .mc-notification__title+.mc-notification__message{margin-top:.25rem}.mc-notification--s:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23007bb4'%3E%3Cpath d='M12 22a10 10 0 1110-10 10 10 0 01-10 10zm0-18a8 8 0 108 8 8 8 0 00-8-8z'/%3E%3Cpath d='M12 17a1 1 0 01-1-1v-4.39a1 1 0 012 0V16a1 1 0 01-1 1z'/%3E%3Ccircle cx='12' cy='8' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23188803'%3E%3Cpath d='M12 4a8 8 0 11-8 8 8 8 0 018-8m0-2a10 10 0 1010 10A10 10 0 0012 2z'/%3E%3Cpath d='M10.73 15.75a1 1 0 01-.68-.26l-3-2.74a1 1 0 011.36-1.47l2.25 2.08 4.36-4.42a1 1 0 111.42 1.41l-5 5.1a1 1 0 01-.71.3z'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c65200'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M12 7a1 1 0 00-1 1v4.38a1 1 0 002 0V8a1 1 0 00-1-1z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c61112'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M16.21 7.88a1 1 0 00-1.42 0l-2.74 2.74-2.84-2.83a1 1 0 10-1.42 1.42L10.63 12l-2.77 2.79a1 1 0 001.41 1.42l2.78-2.77 2.68 2.68a1 1 0 001.41-1.42L13.46 12l2.75-2.7a1 1 0 000-1.42z'/%3E%3C/svg%3E\")}.mc-notification-closable{position:relative}.mc-notification-closable__close{position:relative;background:transparent url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath d='M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z'/%3E%3C/svg%3E\") no-repeat;background-size:1rem;border:0;cursor:pointer;display:block;height:1rem;padding:0;position:absolute;outline:0;right:1rem;top:1rem;width:1rem}.mc-notification-closable__close:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease}.mc-notification-closable__close:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}\n"] }]
|
|
10
|
-
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLXRpdGxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbm90aWZpY2F0aW9uL25vdGlmaWNhdGlvbi10aXRsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVV0RixNQUFNLE9BQU8sMEJBQTBCOytHQUExQiwwQkFBMEI7bUdBQTFCLDBCQUEwQixnSUFQM0IsMkJBQTJCOzs0RkFPMUIsMEJBQTBCO2tCQVJ0QyxTQUFTOytCQUNFLDJCQUEyQixZQUMzQix3QkFBd0IsbUJBRWpCLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksUUFDL0IsRUFBRSxnQ0FBZ0MsRUFBRSxNQUFNLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgc2VsZWN0b3I6ICdbbW96Tm90aWZpY2F0aW9uVGl0bGVdJyxcbiAgc3R5bGVVcmxzOiBbJy4vbm90aWZpY2F0aW9uLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBob3N0OiB7ICdbY2xhc3MubWMtbm90aWZpY2F0aW9uX190aXRsZV0nOiAndHJ1ZScgfSxcbn0pXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uVGl0bGVDb21wb25lbnQge31cbiJdfQ==
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation, } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class NotificationComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.type = 'information';
|
|
7
|
-
this.size = 'm';
|
|
8
|
-
this.closable = false;
|
|
9
|
-
this.closeEvent = new EventEmitter();
|
|
10
|
-
}
|
|
11
|
-
get hostCssClasses() {
|
|
12
|
-
const staticClasses = 'mc-notification';
|
|
13
|
-
const closableCssClass = this.closable ? 'mc-notification-closable' : '';
|
|
14
|
-
const sizeCssClass = `mc-notification--${this.size}`;
|
|
15
|
-
const typeCssClass = `mc-notification--${this.type}`;
|
|
16
|
-
const dynamicClasses = `${sizeCssClass} ${typeCssClass}`;
|
|
17
|
-
return `${staticClasses} ${dynamicClasses} ${closableCssClass}`;
|
|
18
|
-
}
|
|
19
|
-
close() {
|
|
20
|
-
this.closeEvent.emit(true);
|
|
21
|
-
}
|
|
22
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
23
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NotificationComponent, selector: "moz-notification", inputs: { type: "type", size: "size", closable: "closable" }, outputs: { closeEvent: "closeEvent" }, host: { properties: { "class": "this.hostCssClasses" } }, ngImport: i0, template: "<div class=\"mc-notification__content\">\n <ng-content select=\"[mozNotificationTitle]\"></ng-content>\n <ng-content select=\"[mozNotificationMessage]\"></ng-content>\n <ng-content select=\"[mozNotificationFooter]\"></ng-content>\n <button\n *ngIf=\"closable\"\n type=\"button\"\n class=\"mc-notification-closable__close\"\n title=\"Close\"\n (click)=\"close()\"\n ></button>\n</div>\n", styles: [".mc-notification{font-family:Roboto,sans-serif;font-weight:400;border-radius:4px;display:flex;flex-flow:row wrap;align-items:flex-start;padding:1rem 1.5rem 1.5rem 1rem;background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc;box-sizing:border-box;color:#000}.mc-notification:before{background-size:2rem;flex:0 0 2rem;height:2rem;margin-right:1rem;width:2rem}.mc-notification .mc-notification__content{padding-top:.25rem}.mc-notification .mc-notification__title+.mc-notification__message{margin-top:.5rem}.mc-notification:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification:before{background-color:transparent;background-repeat:no-repeat;content:\"\";display:block}.mc-notification__content{flex:1 1 0}.mc-notification__title,.mc-notification__message{margin-bottom:0;margin-top:0}.mc-notification__title{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5}.mc-notification__message{font-size:.875rem;line-height:1.5714285714}.mc-notification__footer{align-items:flex-start;display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification__footer{flex-direction:row}}.mc-notification__link{font-size:.875rem;line-height:1.2857142857;margin-top:.5rem}.mc-notification .mc-button:not(:first-child){margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification .mc-button:not(:first-child){margin-top:0;margin-left:1rem}}.mc-notification--information{background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc}.mc-notification--information:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification--success{background:#ebf5de;box-shadow:inset 0 0 0 1px #46a610}.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' fill='%23188803' viewBox='0 0 32 32'%3E%3Cpath d='M16,5A11,11,0,1,1,5,16,11,11,0,0,1,16,5m0-2A13,13,0,1,0,29,16,13,13,0,0,0,16,3Z'/%3E%3Cpath d='M14.2,21.45,8.5,16.18a1,1,0,1,1,1.35-1.47l4.28,4,8-8.09a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41Z'/%3E%3C/svg%3E\")}.mc-notification--warning{background:#fdf1e8;box-shadow:inset 0 0 0 1px #ea7315}.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c65200'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,18.13a1,1,0,0,1-1-1V11.3a1,1,0,0,1,2,0v5.83A1,1,0,0,1,16,18.13Z'/%3E%3Ccircle cx='16' cy='20.7' r='1'/%3E%3C/svg%3E\")}.mc-notification--danger{background:#fdeaea;box-shadow:inset 0 0 0 1px #ea302d}.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c61112'%3E%3Cpath d='M16,3A13,13,0,1,0,29,16,13,13,0,0,0,16,3Zm0,24A11,11,0,1,1,27,16,11,11,0,0,1,16,27Z'/%3E%3Cpath d='M20.71,11.29a1,1,0,0,0-1.42,0L16,14.59l-3.29-3.3a1,1,0,0,0-1.42,1.42L14.59,16l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,17.41l3.29,3.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L17.41,16l3.3-3.29A1,1,0,0,0,20.71,11.29Z'/%3E%3C/svg%3E\")}.mc-notification--s{padding:.75rem .75rem 1.5rem}.mc-notification--s:before{background-size:1.5rem;flex:0 0 1.5rem;height:1.5rem;margin-right:.5rem;width:1.5rem}.mc-notification--s .mc-notification__content{padding-top:0}.mc-notification--s .mc-notification__title+.mc-notification__message{margin-top:.25rem}.mc-notification--s:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23007bb4'%3E%3Cpath d='M12 22a10 10 0 1110-10 10 10 0 01-10 10zm0-18a8 8 0 108 8 8 8 0 00-8-8z'/%3E%3Cpath d='M12 17a1 1 0 01-1-1v-4.39a1 1 0 012 0V16a1 1 0 01-1 1z'/%3E%3Ccircle cx='12' cy='8' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23188803'%3E%3Cpath d='M12 4a8 8 0 11-8 8 8 8 0 018-8m0-2a10 10 0 1010 10A10 10 0 0012 2z'/%3E%3Cpath d='M10.73 15.75a1 1 0 01-.68-.26l-3-2.74a1 1 0 011.36-1.47l2.25 2.08 4.36-4.42a1 1 0 111.42 1.41l-5 5.1a1 1 0 01-.71.3z'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c65200'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M12 7a1 1 0 00-1 1v4.38a1 1 0 002 0V8a1 1 0 00-1-1z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c61112'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M16.21 7.88a1 1 0 00-1.42 0l-2.74 2.74-2.84-2.83a1 1 0 10-1.42 1.42L10.63 12l-2.77 2.79a1 1 0 001.41 1.42l2.78-2.77 2.68 2.68a1 1 0 001.41-1.42L13.46 12l2.75-2.7a1 1 0 000-1.42z'/%3E%3C/svg%3E\")}.mc-notification-closable{position:relative}.mc-notification-closable__close{position:relative;background:transparent url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath d='M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z'/%3E%3C/svg%3E\") no-repeat;background-size:1rem;border:0;cursor:pointer;display:block;height:1rem;padding:0;position:absolute;outline:0;right:1rem;top:1rem;width:1rem}.mc-notification-closable__close:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease}.mc-notification-closable__close:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
24
|
-
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationComponent, decorators: [{
|
|
26
|
-
type: Component,
|
|
27
|
-
args: [{ selector: 'moz-notification', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"mc-notification__content\">\n <ng-content select=\"[mozNotificationTitle]\"></ng-content>\n <ng-content select=\"[mozNotificationMessage]\"></ng-content>\n <ng-content select=\"[mozNotificationFooter]\"></ng-content>\n <button\n *ngIf=\"closable\"\n type=\"button\"\n class=\"mc-notification-closable__close\"\n title=\"Close\"\n (click)=\"close()\"\n ></button>\n</div>\n", styles: [".mc-notification{font-family:Roboto,sans-serif;font-weight:400;border-radius:4px;display:flex;flex-flow:row wrap;align-items:flex-start;padding:1rem 1.5rem 1.5rem 1rem;background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc;box-sizing:border-box;color:#000}.mc-notification:before{background-size:2rem;flex:0 0 2rem;height:2rem;margin-right:1rem;width:2rem}.mc-notification .mc-notification__content{padding-top:.25rem}.mc-notification .mc-notification__title+.mc-notification__message{margin-top:.5rem}.mc-notification:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification:before{background-color:transparent;background-repeat:no-repeat;content:\"\";display:block}.mc-notification__content{flex:1 1 0}.mc-notification__title,.mc-notification__message{margin-bottom:0;margin-top:0}.mc-notification__title{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5}.mc-notification__message{font-size:.875rem;line-height:1.5714285714}.mc-notification__footer{align-items:flex-start;display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification__footer{flex-direction:row}}.mc-notification__link{font-size:.875rem;line-height:1.2857142857;margin-top:.5rem}.mc-notification .mc-button:not(:first-child){margin-top:1rem}@media screen and (min-width: 1024px){.mc-notification .mc-button:not(:first-child){margin-top:0;margin-left:1rem}}.mc-notification--information{background:#daeff7;box-shadow:inset 0 0 0 1px #0b96cc}.mc-notification--information:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23007bb4'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,21.7a1,1,0,0,1-1-1V14.87a1,1,0,1,1,2,0V20.7A1,1,0,0,1,16,21.7Z'/%3E%3Ccircle cx='16' cy='11.3' r='1'/%3E%3C/svg%3E\")}.mc-notification--success{background:#ebf5de;box-shadow:inset 0 0 0 1px #46a610}.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' fill='%23188803' viewBox='0 0 32 32'%3E%3Cpath d='M16,5A11,11,0,1,1,5,16,11,11,0,0,1,16,5m0-2A13,13,0,1,0,29,16,13,13,0,0,0,16,3Z'/%3E%3Cpath d='M14.2,21.45,8.5,16.18a1,1,0,1,1,1.35-1.47l4.28,4,8-8.09a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41Z'/%3E%3C/svg%3E\")}.mc-notification--warning{background:#fdf1e8;box-shadow:inset 0 0 0 1px #ea7315}.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c65200'%3E%3Cpath d='M16,29A13,13,0,1,1,29,16,13,13,0,0,1,16,29ZM16,5A11,11,0,1,0,27,16,11,11,0,0,0,16,5Z'/%3E%3Cpath d='M16,18.13a1,1,0,0,1-1-1V11.3a1,1,0,0,1,2,0v5.83A1,1,0,0,1,16,18.13Z'/%3E%3Ccircle cx='16' cy='20.7' r='1'/%3E%3C/svg%3E\")}.mc-notification--danger{background:#fdeaea;box-shadow:inset 0 0 0 1px #ea302d}.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23c61112'%3E%3Cpath d='M16,3A13,13,0,1,0,29,16,13,13,0,0,0,16,3Zm0,24A11,11,0,1,1,27,16,11,11,0,0,1,16,27Z'/%3E%3Cpath d='M20.71,11.29a1,1,0,0,0-1.42,0L16,14.59l-3.29-3.3a1,1,0,0,0-1.42,1.42L14.59,16l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,17.41l3.29,3.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L17.41,16l3.3-3.29A1,1,0,0,0,20.71,11.29Z'/%3E%3C/svg%3E\")}.mc-notification--s{padding:.75rem .75rem 1.5rem}.mc-notification--s:before{background-size:1.5rem;flex:0 0 1.5rem;height:1.5rem;margin-right:.5rem;width:1.5rem}.mc-notification--s .mc-notification__content{padding-top:0}.mc-notification--s .mc-notification__title+.mc-notification__message{margin-top:.25rem}.mc-notification--s:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23007bb4'%3E%3Cpath d='M12 22a10 10 0 1110-10 10 10 0 01-10 10zm0-18a8 8 0 108 8 8 8 0 00-8-8z'/%3E%3Cpath d='M12 17a1 1 0 01-1-1v-4.39a1 1 0 012 0V16a1 1 0 01-1 1z'/%3E%3Ccircle cx='12' cy='8' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23188803'%3E%3Cpath d='M12 4a8 8 0 11-8 8 8 8 0 018-8m0-2a10 10 0 1010 10A10 10 0 0012 2z'/%3E%3Cpath d='M10.73 15.75a1 1 0 01-.68-.26l-3-2.74a1 1 0 011.36-1.47l2.25 2.08 4.36-4.42a1 1 0 111.42 1.41l-5 5.1a1 1 0 01-.71.3z'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--warning:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c65200'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M12 7a1 1 0 00-1 1v4.38a1 1 0 002 0V8a1 1 0 00-1-1z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3C/svg%3E\")}.mc-notification--s.mc-notification--danger:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' viewBox='0 0 24 24' fill='%23c61112'%3E%3Cpath d='M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z'/%3E%3Cpath d='M16.21 7.88a1 1 0 00-1.42 0l-2.74 2.74-2.84-2.83a1 1 0 10-1.42 1.42L10.63 12l-2.77 2.79a1 1 0 001.41 1.42l2.78-2.77 2.68 2.68a1 1 0 001.41-1.42L13.46 12l2.75-2.7a1 1 0 000-1.42z'/%3E%3C/svg%3E\")}.mc-notification-closable{position:relative}.mc-notification-closable__close{position:relative;background:transparent url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath d='M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z'/%3E%3C/svg%3E\") no-repeat;background-size:1rem;border:0;cursor:pointer;display:block;height:1rem;padding:0;position:absolute;outline:0;right:1rem;top:1rem;width:1rem}.mc-notification-closable__close:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease}.mc-notification-closable__close:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}\n"] }]
|
|
28
|
-
}], propDecorators: { type: [{
|
|
29
|
-
type: Input
|
|
30
|
-
}], size: [{
|
|
31
|
-
type: Input
|
|
32
|
-
}], closable: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], closeEvent: [{
|
|
35
|
-
type: Output
|
|
36
|
-
}], hostCssClasses: [{
|
|
37
|
-
type: HostBinding,
|
|
38
|
-
args: ['class']
|
|
39
|
-
}] } });
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbm90aWZpY2F0aW9uL25vdGlmaWNhdGlvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osV0FBVyxFQUNYLEtBQUssRUFDTCxNQUFNLEVBQ04saUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOzs7QUFVdkIsTUFBTSxPQUFPLHFCQUFxQjtJQVBsQztRQVFXLFNBQUksR0FBc0IsYUFBYSxDQUFDO1FBQ3hDLFNBQUksR0FBcUIsR0FBRyxDQUFDO1FBQzdCLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFFekIsZUFBVSxHQUFHLElBQUksWUFBWSxFQUFXLENBQUM7S0FlcEQ7SUFiQyxJQUNXLGNBQWM7UUFDdkIsTUFBTSxhQUFhLEdBQUcsaUJBQWlCLENBQUM7UUFDeEMsTUFBTSxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQywwQkFBMEIsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO1FBQ3pFLE1BQU0sWUFBWSxHQUFHLG9CQUFvQixJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDckQsTUFBTSxZQUFZLEdBQUcsb0JBQW9CLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNyRCxNQUFNLGNBQWMsR0FBRyxHQUFHLFlBQVksSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUN6RCxPQUFPLEdBQUcsYUFBYSxJQUFJLGNBQWMsSUFBSSxnQkFBZ0IsRUFBRSxDQUFDO0lBQ2xFLENBQUM7SUFFTSxLQUFLO1FBQ1YsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDN0IsQ0FBQzsrR0FuQlUscUJBQXFCO21HQUFyQixxQkFBcUIsdU5DbEJsQyx1WkFZQTs7NEZETWEscUJBQXFCO2tCQVBqQyxTQUFTOytCQUNFLGtCQUFrQixtQkFHWCx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJOzhCQUc1QixJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBRUksVUFBVTtzQkFBbkIsTUFBTTtnQkFHSSxjQUFjO3NCQUR4QixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIEhvc3RCaW5kaW5nLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25TaXplLCBOb3RpZmljYXRpb25UeXBlIH0gZnJvbSAnLi9ub3RpZmljYXRpb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdtb3otbm90aWZpY2F0aW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL25vdGlmaWNhdGlvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25vdGlmaWNhdGlvbi5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uQ29tcG9uZW50IHtcbiAgQElucHV0KCkgdHlwZT86IE5vdGlmaWNhdGlvblR5cGUgPSAnaW5mb3JtYXRpb24nO1xuICBASW5wdXQoKSBzaXplOiBOb3RpZmljYXRpb25TaXplID0gJ20nO1xuICBASW5wdXQoKSBjbG9zYWJsZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBPdXRwdXQoKSBjbG9zZUV2ZW50ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICBwdWJsaWMgZ2V0IGhvc3RDc3NDbGFzc2VzKCkge1xuICAgIGNvbnN0IHN0YXRpY0NsYXNzZXMgPSAnbWMtbm90aWZpY2F0aW9uJztcbiAgICBjb25zdCBjbG9zYWJsZUNzc0NsYXNzID0gdGhpcy5jbG9zYWJsZSA/ICdtYy1ub3RpZmljYXRpb24tY2xvc2FibGUnIDogJyc7XG4gICAgY29uc3Qgc2l6ZUNzc0NsYXNzID0gYG1jLW5vdGlmaWNhdGlvbi0tJHt0aGlzLnNpemV9YDtcbiAgICBjb25zdCB0eXBlQ3NzQ2xhc3MgPSBgbWMtbm90aWZpY2F0aW9uLS0ke3RoaXMudHlwZX1gO1xuICAgIGNvbnN0IGR5bmFtaWNDbGFzc2VzID0gYCR7c2l6ZUNzc0NsYXNzfSAke3R5cGVDc3NDbGFzc31gO1xuICAgIHJldHVybiBgJHtzdGF0aWNDbGFzc2VzfSAke2R5bmFtaWNDbGFzc2VzfSAke2Nsb3NhYmxlQ3NzQ2xhc3N9YDtcbiAgfVxuXG4gIHB1YmxpYyBjbG9zZSgpOiB2b2lkIHtcbiAgICB0aGlzLmNsb3NlRXZlbnQuZW1pdCh0cnVlKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cIm1jLW5vdGlmaWNhdGlvbl9fY29udGVudFwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbbW96Tm90aWZpY2F0aW9uVGl0bGVdXCI+PC9uZy1jb250ZW50PlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbbW96Tm90aWZpY2F0aW9uTWVzc2FnZV1cIj48L25nLWNvbnRlbnQ+XG4gIDxuZy1jb250ZW50IHNlbGVjdD1cIlttb3pOb3RpZmljYXRpb25Gb290ZXJdXCI+PC9uZy1jb250ZW50PlxuICA8YnV0dG9uXG4gICAgKm5nSWY9XCJjbG9zYWJsZVwiXG4gICAgdHlwZT1cImJ1dHRvblwiXG4gICAgY2xhc3M9XCJtYy1ub3RpZmljYXRpb24tY2xvc2FibGVfX2Nsb3NlXCJcbiAgICB0aXRsZT1cIkNsb3NlXCJcbiAgICAoY2xpY2spPVwiY2xvc2UoKVwiXG4gID48L2J1dHRvbj5cbjwvZGl2PlxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export const NOTIFICATION_CONFIG = new InjectionToken('NOTIFICATION_CONFIG');
|
|
3
|
-
export class NotificationConfigFactory {
|
|
4
|
-
static create(config = {}) {
|
|
5
|
-
return { duration: 3000, ...config };
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbm90aWZpY2F0aW9uL25vdGlmaWNhdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBaUIvQyxNQUFNLENBQUMsTUFBTSxtQkFBbUIsR0FBRyxJQUFJLGNBQWMsQ0FBcUIscUJBQXFCLENBQUMsQ0FBQztBQUVqRyxNQUFNLE9BQU8seUJBQXlCO0lBQ3BDLE1BQU0sQ0FBQyxNQUFNLENBQUMsU0FBc0MsRUFBRTtRQUNwRCxPQUFPLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxHQUFHLE1BQU0sRUFBRSxDQUFDO0lBQ3ZDLENBQUM7Q0FDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCB0eXBlIE5vdGlmaWNhdGlvblR5cGUgPSAnaW5mb3JtYXRpb24nIHwgJ3N1Y2Nlc3MnIHwgJ3dhcm5pbmcnIHwgJ2Rhbmdlcic7XG5leHBvcnQgdHlwZSBOb3RpZmljYXRpb25EaXJlY3Rpb24gPSAndG9wLXJpZ2h0JyB8ICd0b3AtbGVmdCcgfCAnYm90dG9tLXJpZ2h0JyB8ICdib3R0b20tbGVmdCc7XG5cbmV4cG9ydCB0eXBlIE5vdGlmaWNhdGlvblNpemUgPSAnbScgfCAncyc7XG5cbmV4cG9ydCB0eXBlIE5vdGlmaWNhdGlvbiA9IHtcbiAgdHlwZT86IE5vdGlmaWNhdGlvblR5cGU7XG4gIHRpdGxlPzogc3RyaW5nO1xuICBtZXNzYWdlOiBzdHJpbmc7XG4gIGNsb3NhYmxlPzogYm9vbGVhbjtcbiAgZHVyYXRpb24/OiBudW1iZXI7XG59O1xuXG5leHBvcnQgdHlwZSBOb3RpZmljYXRpb25Db25maWcgPSB7IGR1cmF0aW9uOiBudW1iZXIgfTtcblxuZXhwb3J0IGNvbnN0IE5PVElGSUNBVElPTl9DT05GSUcgPSBuZXcgSW5qZWN0aW9uVG9rZW48Tm90aWZpY2F0aW9uQ29uZmlnPignTk9USUZJQ0FUSU9OX0NPTkZJRycpO1xuXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uQ29uZmlnRmFjdG9yeSB7XG4gIHN0YXRpYyBjcmVhdGUoY29uZmlnOiBQYXJ0aWFsPE5vdGlmaWNhdGlvbkNvbmZpZz4gPSB7fSk6IE5vdGlmaWNhdGlvbkNvbmZpZyB7XG4gICAgcmV0dXJuIHsgZHVyYXRpb246IDMwMDAsIC4uLmNvbmZpZyB9O1xuICB9XG59XG4iXX0=
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { NotificationConfigFactory, NOTIFICATION_CONFIG } from './notification';
|
|
4
|
-
import { NotificationContainerComponent } from './notification-container.component';
|
|
5
|
-
import { NotificationFooterComponent } from './notification-footer';
|
|
6
|
-
import { NotificationMessageComponent } from './notification-message';
|
|
7
|
-
import { NotificationTitleComponent } from './notification-title';
|
|
8
|
-
import { NotificationComponent } from './notification.component';
|
|
9
|
-
import { NotificationService } from './notification.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export class NotificationModule {
|
|
12
|
-
static forRoot(config = {}) {
|
|
13
|
-
return {
|
|
14
|
-
ngModule: NotificationModule,
|
|
15
|
-
providers: [
|
|
16
|
-
{
|
|
17
|
-
provide: NOTIFICATION_CONFIG,
|
|
18
|
-
useValue: NotificationConfigFactory.create(config),
|
|
19
|
-
},
|
|
20
|
-
],
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
24
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NotificationModule, declarations: [NotificationComponent,
|
|
25
|
-
NotificationTitleComponent,
|
|
26
|
-
NotificationMessageComponent,
|
|
27
|
-
NotificationFooterComponent,
|
|
28
|
-
NotificationContainerComponent], imports: [CommonModule], exports: [NotificationComponent,
|
|
29
|
-
NotificationTitleComponent,
|
|
30
|
-
NotificationMessageComponent,
|
|
31
|
-
NotificationFooterComponent] }); }
|
|
32
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationModule, providers: [
|
|
33
|
-
NotificationService,
|
|
34
|
-
{
|
|
35
|
-
provide: NOTIFICATION_CONFIG,
|
|
36
|
-
useValue: NotificationConfigFactory.create(),
|
|
37
|
-
},
|
|
38
|
-
], imports: [CommonModule] }); }
|
|
39
|
-
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationModule, decorators: [{
|
|
41
|
-
type: NgModule,
|
|
42
|
-
args: [{
|
|
43
|
-
imports: [CommonModule],
|
|
44
|
-
declarations: [
|
|
45
|
-
NotificationComponent,
|
|
46
|
-
NotificationTitleComponent,
|
|
47
|
-
NotificationMessageComponent,
|
|
48
|
-
NotificationFooterComponent,
|
|
49
|
-
NotificationContainerComponent,
|
|
50
|
-
],
|
|
51
|
-
providers: [
|
|
52
|
-
NotificationService,
|
|
53
|
-
{
|
|
54
|
-
provide: NOTIFICATION_CONFIG,
|
|
55
|
-
useValue: NotificationConfigFactory.create(),
|
|
56
|
-
},
|
|
57
|
-
],
|
|
58
|
-
exports: [
|
|
59
|
-
NotificationComponent,
|
|
60
|
-
NotificationTitleComponent,
|
|
61
|
-
NotificationMessageComponent,
|
|
62
|
-
NotificationFooterComponent,
|
|
63
|
-
],
|
|
64
|
-
}]
|
|
65
|
-
}] });
|
|
66
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQXVCLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5RCxPQUFPLEVBQXNCLHlCQUF5QixFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDcEcsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDcEYsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDcEUsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdEUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDbEUsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDakUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBeUI3RCxNQUFNLE9BQU8sa0JBQWtCO0lBQzdCLE1BQU0sQ0FBQyxPQUFPLENBQ1osU0FBc0MsRUFBRTtRQUV4QyxPQUFPO1lBQ0wsUUFBUSxFQUFFLGtCQUFrQjtZQUM1QixTQUFTLEVBQUU7Z0JBQ1Q7b0JBQ0UsT0FBTyxFQUFFLG1CQUFtQjtvQkFDNUIsUUFBUSxFQUFFLHlCQUF5QixDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUM7aUJBQ25EO2FBQ0Y7U0FDRixDQUFDO0lBQ0osQ0FBQzsrR0FiVSxrQkFBa0I7Z0hBQWxCLGtCQUFrQixpQkFwQjNCLHFCQUFxQjtZQUNyQiwwQkFBMEI7WUFDMUIsNEJBQTRCO1lBQzVCLDJCQUEyQjtZQUMzQiw4QkFBOEIsYUFOdEIsWUFBWSxhQWdCcEIscUJBQXFCO1lBQ3JCLDBCQUEwQjtZQUMxQiw0QkFBNEI7WUFDNUIsMkJBQTJCO2dIQUdsQixrQkFBa0IsYUFkbEI7WUFDVCxtQkFBbUI7WUFDbkI7Z0JBQ0UsT0FBTyxFQUFFLG1CQUFtQjtnQkFDNUIsUUFBUSxFQUFFLHlCQUF5QixDQUFDLE1BQU0sRUFBRTthQUM3QztTQUNGLFlBZFMsWUFBWTs7NEZBc0JYLGtCQUFrQjtrQkF2QjlCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3dCQUNyQiwwQkFBMEI7d0JBQzFCLDRCQUE0Qjt3QkFDNUIsMkJBQTJCO3dCQUMzQiw4QkFBOEI7cUJBQy9CO29CQUNELFNBQVMsRUFBRTt3QkFDVCxtQkFBbUI7d0JBQ25COzRCQUNFLE9BQU8sRUFBRSxtQkFBbUI7NEJBQzVCLFFBQVEsRUFBRSx5QkFBeUIsQ0FBQyxNQUFNLEVBQUU7eUJBQzdDO3FCQUNGO29CQUNELE9BQU8sRUFBRTt3QkFDUCxxQkFBcUI7d0JBQ3JCLDBCQUEwQjt3QkFDMUIsNEJBQTRCO3dCQUM1QiwyQkFBMkI7cUJBQzVCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1vZHVsZVdpdGhQcm92aWRlcnMsIE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25Db25maWcsIE5vdGlmaWNhdGlvbkNvbmZpZ0ZhY3RvcnksIE5PVElGSUNBVElPTl9DT05GSUcgfSBmcm9tICcuL25vdGlmaWNhdGlvbic7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25Db250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL25vdGlmaWNhdGlvbi1jb250YWluZXIuY29tcG9uZW50JztcbmltcG9ydCB7IE5vdGlmaWNhdGlvbkZvb3RlckNvbXBvbmVudCB9IGZyb20gJy4vbm90aWZpY2F0aW9uLWZvb3Rlcic7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25NZXNzYWdlQ29tcG9uZW50IH0gZnJvbSAnLi9ub3RpZmljYXRpb24tbWVzc2FnZSc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25UaXRsZUNvbXBvbmVudCB9IGZyb20gJy4vbm90aWZpY2F0aW9uLXRpdGxlJztcbmltcG9ydCB7IE5vdGlmaWNhdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vbm90aWZpY2F0aW9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25TZXJ2aWNlIH0gZnJvbSAnLi9ub3RpZmljYXRpb24uc2VydmljZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBOb3RpZmljYXRpb25Db21wb25lbnQsXG4gICAgTm90aWZpY2F0aW9uVGl0bGVDb21wb25lbnQsXG4gICAgTm90aWZpY2F0aW9uTWVzc2FnZUNvbXBvbmVudCxcbiAgICBOb3RpZmljYXRpb25Gb290ZXJDb21wb25lbnQsXG4gICAgTm90aWZpY2F0aW9uQ29udGFpbmVyQ29tcG9uZW50LFxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICBOb3RpZmljYXRpb25TZXJ2aWNlLFxuICAgIHtcbiAgICAgIHByb3ZpZGU6IE5PVElGSUNBVElPTl9DT05GSUcsXG4gICAgICB1c2VWYWx1ZTogTm90aWZpY2F0aW9uQ29uZmlnRmFjdG9yeS5jcmVhdGUoKSxcbiAgICB9LFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgTm90aWZpY2F0aW9uQ29tcG9uZW50LFxuICAgIE5vdGlmaWNhdGlvblRpdGxlQ29tcG9uZW50LFxuICAgIE5vdGlmaWNhdGlvbk1lc3NhZ2VDb21wb25lbnQsXG4gICAgTm90aWZpY2F0aW9uRm9vdGVyQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25Nb2R1bGUge1xuICBzdGF0aWMgZm9yUm9vdChcbiAgICBjb25maWc6IFBhcnRpYWw8Tm90aWZpY2F0aW9uQ29uZmlnPiA9IHt9XG4gICk6IE1vZHVsZVdpdGhQcm92aWRlcnM8Tm90aWZpY2F0aW9uTW9kdWxlPiB7XG4gICAgcmV0dXJuIHtcbiAgICAgIG5nTW9kdWxlOiBOb3RpZmljYXRpb25Nb2R1bGUsXG4gICAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgIHByb3ZpZGU6IE5PVElGSUNBVElPTl9DT05GSUcsXG4gICAgICAgICAgdXNlVmFsdWU6IE5vdGlmaWNhdGlvbkNvbmZpZ0ZhY3RvcnkuY3JlYXRlKGNvbmZpZyksXG4gICAgICAgIH0sXG4gICAgICBdLFxuICAgIH07XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { DOCUMENT } from '@angular/common';
|
|
2
|
-
import { Inject, Injectable, createComponent, } from '@angular/core';
|
|
3
|
-
import { NotificationContainerComponent } from './notification-container.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class NotificationService {
|
|
6
|
-
set direction(value) {
|
|
7
|
-
this.container.instance.position = value;
|
|
8
|
-
this.container.instance.calculatePosition();
|
|
9
|
-
}
|
|
10
|
-
constructor(applicationRef, environmentInjector, document) {
|
|
11
|
-
this.applicationRef = applicationRef;
|
|
12
|
-
this.environmentInjector = environmentInjector;
|
|
13
|
-
this.document = document;
|
|
14
|
-
this.container = this.createContainer();
|
|
15
|
-
this.appendNotificationContainerToBody(this.container);
|
|
16
|
-
}
|
|
17
|
-
add(notification) {
|
|
18
|
-
this.container.instance.add(notification);
|
|
19
|
-
}
|
|
20
|
-
createContainer() {
|
|
21
|
-
return createComponent(NotificationContainerComponent, {
|
|
22
|
-
environmentInjector: this.environmentInjector,
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
appendNotificationContainerToBody(componentRef) {
|
|
26
|
-
const componentHostView = componentRef.hostView;
|
|
27
|
-
const componentHtmlElement = componentHostView.rootNodes[0];
|
|
28
|
-
this.applicationRef.attachView(componentHostView);
|
|
29
|
-
this.document.body.appendChild(componentHtmlElement);
|
|
30
|
-
}
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationService, deps: [{ token: i0.ApplicationRef }, { token: i0.EnvironmentInjector }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
32
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationService, providedIn: 'root' }); }
|
|
33
|
-
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationService, decorators: [{
|
|
35
|
-
type: Injectable,
|
|
36
|
-
args: [{
|
|
37
|
-
providedIn: 'root',
|
|
38
|
-
}]
|
|
39
|
-
}], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: i0.EnvironmentInjector }, { type: Document, decorators: [{
|
|
40
|
-
type: Inject,
|
|
41
|
-
args: [DOCUMENT]
|
|
42
|
-
}] }] });
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9ub3RpZmljYXRpb24vbm90aWZpY2F0aW9uLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzNDLE9BQU8sRUFLTCxNQUFNLEVBQ04sVUFBVSxFQUNWLGVBQWUsR0FDaEIsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sb0NBQW9DLENBQUM7O0FBS3BGLE1BQU0sT0FBTyxtQkFBbUI7SUFDOUIsSUFBSSxTQUFTLENBQUMsS0FBZ0U7UUFDNUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQztRQUN6QyxJQUFJLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO0lBQzlDLENBQUM7SUFJRCxZQUNtQixjQUE4QixFQUM5QixtQkFBd0MsRUFDdEIsUUFBa0I7UUFGcEMsbUJBQWMsR0FBZCxjQUFjLENBQWdCO1FBQzlCLHdCQUFtQixHQUFuQixtQkFBbUIsQ0FBcUI7UUFDdEIsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUVyRCxJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN4QyxJQUFJLENBQUMsaUNBQWlDLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQ3pELENBQUM7SUFFTSxHQUFHLENBQUMsWUFBMEI7UUFDbkMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLFlBQVksQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFTyxlQUFlO1FBQ3JCLE9BQU8sZUFBZSxDQUFDLDhCQUE4QixFQUFFO1lBQ3JELG1CQUFtQixFQUFFLElBQUksQ0FBQyxtQkFBbUI7U0FDOUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVPLGlDQUFpQyxDQUN2QyxZQUEwRDtRQUUxRCxNQUFNLGlCQUFpQixHQUFHLFlBQVksQ0FBQyxRQUFvQyxDQUFDO1FBQzVFLE1BQU0sb0JBQW9CLEdBQUcsaUJBQWlCLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBZ0IsQ0FBQztRQUMzRSxJQUFJLENBQUMsY0FBYyxDQUFDLFVBQVUsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBQ2xELElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxvQkFBb0IsQ0FBQyxDQUFDO0lBQ3ZELENBQUM7K0dBbENVLG1CQUFtQixtRkFXcEIsUUFBUTttSEFYUCxtQkFBbUIsY0FGbEIsTUFBTTs7NEZBRVAsbUJBQW1CO2tCQUgvQixVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQjs7MEJBWUksTUFBTTsyQkFBQyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRE9DVU1FTlQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQXBwbGljYXRpb25SZWYsXG4gIENvbXBvbmVudFJlZixcbiAgRW1iZWRkZWRWaWV3UmVmLFxuICBFbnZpcm9ubWVudEluamVjdG9yLFxuICBJbmplY3QsXG4gIEluamVjdGFibGUsXG4gIGNyZWF0ZUNvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb24gfSBmcm9tICcuL25vdGlmaWNhdGlvbic7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25Db250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL25vdGlmaWNhdGlvbi1jb250YWluZXIuY29tcG9uZW50JztcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCcsXG59KVxuZXhwb3J0IGNsYXNzIE5vdGlmaWNhdGlvblNlcnZpY2Uge1xuICBzZXQgZGlyZWN0aW9uKHZhbHVlOiAndG9wLXJpZ2h0JyB8ICd0b3AtbGVmdCcgfCAnYm90dG9tLXJpZ2h0JyB8ICdib3R0b20tbGVmdCcpIHtcbiAgICB0aGlzLmNvbnRhaW5lci5pbnN0YW5jZS5wb3NpdGlvbiA9IHZhbHVlO1xuICAgIHRoaXMuY29udGFpbmVyLmluc3RhbmNlLmNhbGN1bGF0ZVBvc2l0aW9uKCk7XG4gIH1cblxuICBwcml2YXRlIHJlYWRvbmx5IGNvbnRhaW5lciE6IENvbXBvbmVudFJlZjxOb3RpZmljYXRpb25Db250YWluZXJDb21wb25lbnQ+O1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgcmVhZG9ubHkgYXBwbGljYXRpb25SZWY6IEFwcGxpY2F0aW9uUmVmLFxuICAgIHByaXZhdGUgcmVhZG9ubHkgZW52aXJvbm1lbnRJbmplY3RvcjogRW52aXJvbm1lbnRJbmplY3RvcixcbiAgICBASW5qZWN0KERPQ1VNRU5UKSBwcml2YXRlIHJlYWRvbmx5IGRvY3VtZW50OiBEb2N1bWVudFxuICApIHtcbiAgICB0aGlzLmNvbnRhaW5lciA9IHRoaXMuY3JlYXRlQ29udGFpbmVyKCk7XG4gICAgdGhpcy5hcHBlbmROb3RpZmljYXRpb25Db250YWluZXJUb0JvZHkodGhpcy5jb250YWluZXIpO1xuICB9XG5cbiAgcHVibGljIGFkZChub3RpZmljYXRpb246IE5vdGlmaWNhdGlvbikge1xuICAgIHRoaXMuY29udGFpbmVyLmluc3RhbmNlLmFkZChub3RpZmljYXRpb24pO1xuICB9XG5cbiAgcHJpdmF0ZSBjcmVhdGVDb250YWluZXIoKTogQ29tcG9uZW50UmVmPE5vdGlmaWNhdGlvbkNvbnRhaW5lckNvbXBvbmVudD4ge1xuICAgIHJldHVybiBjcmVhdGVDb21wb25lbnQoTm90aWZpY2F0aW9uQ29udGFpbmVyQ29tcG9uZW50LCB7XG4gICAgICBlbnZpcm9ubWVudEluamVjdG9yOiB0aGlzLmVudmlyb25tZW50SW5qZWN0b3IsXG4gICAgfSk7XG4gIH1cblxuICBwcml2YXRlIGFwcGVuZE5vdGlmaWNhdGlvbkNvbnRhaW5lclRvQm9keShcbiAgICBjb21wb25lbnRSZWY6IENvbXBvbmVudFJlZjxOb3RpZmljYXRpb25Db250YWluZXJDb21wb25lbnQ+XG4gICk6IHZvaWQge1xuICAgIGNvbnN0IGNvbXBvbmVudEhvc3RWaWV3ID0gY29tcG9uZW50UmVmLmhvc3RWaWV3IGFzIEVtYmVkZGVkVmlld1JlZjx1bmtub3duPjtcbiAgICBjb25zdCBjb21wb25lbnRIdG1sRWxlbWVudCA9IGNvbXBvbmVudEhvc3RWaWV3LnJvb3ROb2Rlc1swXSBhcyBIVE1MRWxlbWVudDtcbiAgICB0aGlzLmFwcGxpY2F0aW9uUmVmLmF0dGFjaFZpZXcoY29tcG9uZW50SG9zdFZpZXcpO1xuICAgIHRoaXMuZG9jdW1lbnQuYm9keS5hcHBlbmRDaGlsZChjb21wb25lbnRIdG1sRWxlbWVudCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL25vdGlmaWNhdGlvbi9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * from './option-buttons.component';
|
|
2
|
-
export * from './option-buttons.module';
|
|
3
|
-
export * from './option-button/option-button.component';
|
|
4
|
-
export * from './model/option-button';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9vcHRpb24tYnV0dG9ucy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLHVCQUF1QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9vcHRpb24tYnV0dG9ucy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9vcHRpb24tYnV0dG9ucy5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9vcHRpb24tYnV0dG9uL29wdGlvbi1idXR0b24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWwvb3B0aW9uLWJ1dHRvbic7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9uLWJ1dHRvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL29wdGlvbi1idXR0b25zL21vZGVsL29wdGlvbi1idXR0b24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIE9wdGlvbkJ1dHRvblNlbGVjdGVkID0ge1xuICBpZDogc3RyaW5nO1xufTtcbiJdfQ==
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, } from '@angular/core';
|
|
2
|
-
import { generateId } from '../../../common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class OptionButtonComponent {
|
|
5
|
-
constructor(cdRef) {
|
|
6
|
-
this.cdRef = cdRef;
|
|
7
|
-
this.clicked = new EventEmitter();
|
|
8
|
-
this.checked = false;
|
|
9
|
-
if (!this.id) {
|
|
10
|
-
this.id = generateId();
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
buttonClicked() {
|
|
14
|
-
this.clicked.emit(this.id);
|
|
15
|
-
}
|
|
16
|
-
refreshView() {
|
|
17
|
-
this.cdRef.markForCheck();
|
|
18
|
-
}
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionButtonComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: OptionButtonComponent, selector: "moz-option-button", inputs: { name: "name", value: "value", id: "id" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"mc-option-button\">\n <input\n type=\"radio\"\n name=\"{{ name }}\"\n value=\"{{ value }}\"\n id=\"{{ id }}\"\n class=\"mc-option-button__input\"\n [checked]=\"checked\"\n (click)=\"buttonClicked()\"\n />\n <label class=\"mc-option-button__label\" for=\"{{ id }}\"><ng-content></ng-content></label>\n</div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
21
|
-
}
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionButtonComponent, decorators: [{
|
|
23
|
-
type: Component,
|
|
24
|
-
args: [{ selector: 'moz-option-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"mc-option-button\">\n <input\n type=\"radio\"\n name=\"{{ name }}\"\n value=\"{{ value }}\"\n id=\"{{ id }}\"\n class=\"mc-option-button__input\"\n [checked]=\"checked\"\n (click)=\"buttonClicked()\"\n />\n <label class=\"mc-option-button__label\" for=\"{{ id }}\"><ng-content></ng-content></label>\n</div>\n" }]
|
|
25
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { name: [{
|
|
26
|
-
type: Input
|
|
27
|
-
}], value: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}], id: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], clicked: [{
|
|
32
|
-
type: Output
|
|
33
|
-
}] } });
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9uLWJ1dHRvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9vcHRpb24tYnV0dG9ucy9vcHRpb24tYnV0dG9uL29wdGlvbi1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvb3B0aW9uLWJ1dHRvbnMvb3B0aW9uLWJ1dHRvbi9vcHRpb24tYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFFdkIsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFPN0MsTUFBTSxPQUFPLHFCQUFxQjtJQU9oQyxZQUE2QixLQUF3QjtRQUF4QixVQUFLLEdBQUwsS0FBSyxDQUFtQjtRQUgzQyxZQUFPLEdBQXlCLElBQUksWUFBWSxFQUFVLENBQUM7UUFDckUsWUFBTyxHQUFZLEtBQUssQ0FBQztRQUd2QixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRSxDQUFDO1lBQ2IsSUFBSSxDQUFDLEVBQUUsR0FBRyxVQUFVLEVBQUUsQ0FBQztRQUN6QixDQUFDO0lBQ0gsQ0FBQztJQUVELGFBQWE7UUFDWCxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUM7SUFDN0IsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQzVCLENBQUM7K0dBbkJVLHFCQUFxQjttR0FBckIscUJBQXFCLDhJQ2ZsQywyVkFZQTs7NEZER2EscUJBQXFCO2tCQUxqQyxTQUFTOytCQUNFLG1CQUFtQixtQkFFWix1QkFBdUIsQ0FBQyxNQUFNO3NGQUd0QyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLEVBQUU7c0JBQVYsS0FBSztnQkFDSSxPQUFPO3NCQUFoQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5wdXQsXG4gIE91dHB1dCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBnZW5lcmF0ZUlkIH0gZnJvbSAnLi4vLi4vLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW96LW9wdGlvbi1idXR0b24nLFxuICB0ZW1wbGF0ZVVybDogJy4vb3B0aW9uLWJ1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBPcHRpb25CdXR0b25Db21wb25lbnQge1xuICBASW5wdXQoKSBuYW1lPzogc3RyaW5nO1xuICBASW5wdXQoKSB2YWx1ZT86IHN0cmluZztcbiAgQElucHV0KCkgaWQhOiBzdHJpbmc7XG4gIEBPdXRwdXQoKSBjbGlja2VkOiBFdmVudEVtaXR0ZXI8c3RyaW5nPiA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuICBjaGVja2VkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSBjZFJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHtcbiAgICBpZiAoIXRoaXMuaWQpIHtcbiAgICAgIHRoaXMuaWQgPSBnZW5lcmF0ZUlkKCk7XG4gICAgfVxuICB9XG5cbiAgYnV0dG9uQ2xpY2tlZCgpOiB2b2lkIHtcbiAgICB0aGlzLmNsaWNrZWQuZW1pdCh0aGlzLmlkKTtcbiAgfVxuXG4gIHJlZnJlc2hWaWV3KCk6IHZvaWQge1xuICAgIHRoaXMuY2RSZWYubWFya0ZvckNoZWNrKCk7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJtYy1vcHRpb24tYnV0dG9uXCI+XG4gIDxpbnB1dFxuICAgIHR5cGU9XCJyYWRpb1wiXG4gICAgbmFtZT1cInt7IG5hbWUgfX1cIlxuICAgIHZhbHVlPVwie3sgdmFsdWUgfX1cIlxuICAgIGlkPVwie3sgaWQgfX1cIlxuICAgIGNsYXNzPVwibWMtb3B0aW9uLWJ1dHRvbl9faW5wdXRcIlxuICAgIFtjaGVja2VkXT1cImNoZWNrZWRcIlxuICAgIChjbGljayk9XCJidXR0b25DbGlja2VkKClcIlxuICAvPlxuICA8bGFiZWwgY2xhc3M9XCJtYy1vcHRpb24tYnV0dG9uX19sYWJlbFwiIGZvcj1cInt7IGlkIH19XCI+PG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PjwvbGFiZWw+XG48L2Rpdj5cbiJdfQ==
|