@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,58 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, ContentChildren, ViewEncapsulation, forwardRef, } from '@angular/core';
|
|
2
|
-
import { OptionButtonComponent } from './option-button/option-button.component';
|
|
3
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class OptionButtonsComponent {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.onChange = () => { };
|
|
8
|
-
this.onTouch = () => { };
|
|
9
|
-
}
|
|
10
|
-
ngAfterContentInit() {
|
|
11
|
-
this.optionButtonComponents?.toArray().forEach((optionButton) => {
|
|
12
|
-
optionButton.clicked.subscribe((id) => {
|
|
13
|
-
this.writeValue({ id: id });
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
writeValue(value) {
|
|
18
|
-
if (value) {
|
|
19
|
-
this.optionButtonSelected = value;
|
|
20
|
-
this.onChange(value);
|
|
21
|
-
this.onTouch();
|
|
22
|
-
this.optionButtonComponents?.toArray().forEach((optionButton) => {
|
|
23
|
-
if (optionButton.id === value.id) {
|
|
24
|
-
optionButton.checked = true;
|
|
25
|
-
optionButton.refreshView();
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
registerOnChange(fn) {
|
|
31
|
-
this.onChange = fn;
|
|
32
|
-
}
|
|
33
|
-
registerOnTouched(fn) {
|
|
34
|
-
this.onTouch = fn;
|
|
35
|
-
}
|
|
36
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionButtonsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
37
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: OptionButtonsComponent, selector: "moz-option-buttons", providers: [
|
|
38
|
-
{
|
|
39
|
-
provide: NG_VALUE_ACCESSOR,
|
|
40
|
-
useExisting: forwardRef(() => OptionButtonsComponent),
|
|
41
|
-
multi: true,
|
|
42
|
-
},
|
|
43
|
-
], queries: [{ propertyName: "optionButtonComponents", predicate: OptionButtonComponent }], ngImport: i0, template: "<div class=\"mc-option-group\">\n <ng-content></ng-content>\n</div>\n", styles: [".mc-option-button{display:flex;text-align:center}.mc-option-button__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}.mc-option-button__input:hover+.mc-option-button__label{box-shadow:0 0 0 2px #333}.mc-option-button__input:checked+.mc-option-button__label{border-color:#ff941a;box-shadow:0 0 0 .25rem #ffe2bd}.mc-option-button__input:focus+.mc-option-button__label:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-option-button__input:disabled+.mc-option-button__label{cursor:not-allowed;background-color:#ccc;color:#666;box-shadow:none}.mc-option-button__label{font-family:LeroyMerlin,sans-serif;font-weight:600;padding:1.5625rem 2rem;border-radius:4px;box-shadow:0 0 0 1px #b3b3b3;border:2px solid transparent;cursor:pointer;position:relative}.mc-option-button__label:after{box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:6px;inset:-.25rem}.mc-option-button--full .mc-option-button__label{width:100%}.mc-option-group{display:flex;gap:32px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
44
|
-
}
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionButtonsComponent, decorators: [{
|
|
46
|
-
type: Component,
|
|
47
|
-
args: [{ selector: 'moz-option-buttons', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
|
|
48
|
-
{
|
|
49
|
-
provide: NG_VALUE_ACCESSOR,
|
|
50
|
-
useExisting: forwardRef(() => OptionButtonsComponent),
|
|
51
|
-
multi: true,
|
|
52
|
-
},
|
|
53
|
-
], template: "<div class=\"mc-option-group\">\n <ng-content></ng-content>\n</div>\n", styles: [".mc-option-button{display:flex;text-align:center}.mc-option-button__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}.mc-option-button__input:hover+.mc-option-button__label{box-shadow:0 0 0 2px #333}.mc-option-button__input:checked+.mc-option-button__label{border-color:#ff941a;box-shadow:0 0 0 .25rem #ffe2bd}.mc-option-button__input:focus+.mc-option-button__label:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-option-button__input:disabled+.mc-option-button__label{cursor:not-allowed;background-color:#ccc;color:#666;box-shadow:none}.mc-option-button__label{font-family:LeroyMerlin,sans-serif;font-weight:600;padding:1.5625rem 2rem;border-radius:4px;box-shadow:0 0 0 1px #b3b3b3;border:2px solid transparent;cursor:pointer;position:relative}.mc-option-button__label:after{box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:6px;inset:-.25rem}.mc-option-button--full .mc-option-button__label{width:100%}.mc-option-group{display:flex;gap:32px}\n"] }]
|
|
54
|
-
}], propDecorators: { optionButtonComponents: [{
|
|
55
|
-
type: ContentChildren,
|
|
56
|
-
args: [OptionButtonComponent]
|
|
57
|
-
}] } });
|
|
58
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9uLWJ1dHRvbnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvb3B0aW9uLWJ1dHRvbnMvb3B0aW9uLWJ1dHRvbnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvb3B0aW9uLWJ1dHRvbnMvb3B0aW9uLWJ1dHRvbnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsZUFBZSxFQUVmLGlCQUFpQixFQUNqQixVQUFVLEdBQ1gsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDaEYsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDOztBQWlCekUsTUFBTSxPQUFPLHNCQUFzQjtJQWRuQztRQW9CRSxhQUFRLEdBQVEsR0FBRyxFQUFFLEdBQUUsQ0FBQyxDQUFDO1FBQ3pCLFlBQU8sR0FBUSxHQUFHLEVBQUUsR0FBRSxDQUFDLENBQUM7S0ErQnpCO0lBN0JDLGtCQUFrQjtRQUNoQixJQUFJLENBQUMsc0JBQXNCLEVBQUUsT0FBTyxFQUFFLENBQUMsT0FBTyxDQUFDLENBQUMsWUFBWSxFQUFFLEVBQUU7WUFDOUQsWUFBWSxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRTtnQkFDcEMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxDQUFDO1lBQzlCLENBQUMsQ0FBQyxDQUFDO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsVUFBVSxDQUFDLEtBQTJCO1FBQ3BDLElBQUksS0FBSyxFQUFFLENBQUM7WUFDVixJQUFJLENBQUMsb0JBQW9CLEdBQUcsS0FBSyxDQUFDO1lBQ2xDLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDckIsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQ2YsSUFBSSxDQUFDLHNCQUFzQixFQUFFLE9BQU8sRUFBRSxDQUFDLE9BQU8sQ0FBQyxDQUFDLFlBQVksRUFBRSxFQUFFO2dCQUM5RCxJQUFJLFlBQVksQ0FBQyxFQUFFLEtBQUssS0FBSyxDQUFDLEVBQUUsRUFBRSxDQUFDO29CQUNqQyxZQUFZLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztvQkFDNUIsWUFBWSxDQUFDLFdBQVcsRUFBRSxDQUFDO2dCQUM3QixDQUFDO1lBQ0gsQ0FBQyxDQUFDLENBQUM7UUFDTCxDQUFDO0lBQ0gsQ0FBQztJQUVELGdCQUFnQixDQUFDLEVBQU87UUFDdEIsSUFBSSxDQUFDLFFBQVEsR0FBRyxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVELGlCQUFpQixDQUFDLEVBQU87UUFDdkIsSUFBSSxDQUFDLE9BQU8sR0FBRyxFQUFFLENBQUM7SUFDcEIsQ0FBQzsrR0FyQ1Usc0JBQXNCO21HQUF0QixzQkFBc0IsNkNBUnRCO1lBQ1Q7Z0JBQ0UsT0FBTyxFQUFFLGlCQUFpQjtnQkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztnQkFDckQsS0FBSyxFQUFFLElBQUk7YUFDWjtTQUNGLGlFQUdnQixxQkFBcUIsNkJDNUJ4Qyx3RUFHQTs7NEZEd0JhLHNCQUFzQjtrQkFkbEMsU0FBUzsrQkFDRSxvQkFBb0IsbUJBR2IsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxhQUMxQjt3QkFDVDs0QkFDRSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSx1QkFBdUIsQ0FBQzs0QkFDckQsS0FBSyxFQUFFLElBQUk7eUJBQ1o7cUJBQ0Y7OEJBSU0sc0JBQXNCO3NCQUQ1QixlQUFlO3VCQUFDLHFCQUFxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIEFmdGVyQ29udGVudEluaXQsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgUXVlcnlMaXN0LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbiAgZm9yd2FyZFJlZixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBPcHRpb25CdXR0b25Db21wb25lbnQgfSBmcm9tICcuL29wdGlvbi1idXR0b24vb3B0aW9uLWJ1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgT3B0aW9uQnV0dG9uU2VsZWN0ZWQgfSBmcm9tICcuL3B1YmxpYy1hcGknO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdtb3otb3B0aW9uLWJ1dHRvbnMnLFxuICB0ZW1wbGF0ZVVybDogJy4vb3B0aW9uLWJ1dHRvbnMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9vcHRpb24tYnV0dG9ucy5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBPcHRpb25CdXR0b25zQ29tcG9uZW50KSxcbiAgICAgIG11bHRpOiB0cnVlLFxuICAgIH0sXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIE9wdGlvbkJ1dHRvbnNDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgQWZ0ZXJDb250ZW50SW5pdCB7XG4gIEBDb250ZW50Q2hpbGRyZW4oT3B0aW9uQnV0dG9uQ29tcG9uZW50KVxuICBwdWJsaWMgb3B0aW9uQnV0dG9uQ29tcG9uZW50cz86IFF1ZXJ5TGlzdDxPcHRpb25CdXR0b25Db21wb25lbnQ+O1xuXG4gIHB1YmxpYyBvcHRpb25CdXR0b25TZWxlY3RlZD86IE9wdGlvbkJ1dHRvblNlbGVjdGVkO1xuXG4gIG9uQ2hhbmdlOiBhbnkgPSAoKSA9PiB7fTtcbiAgb25Ub3VjaDogYW55ID0gKCkgPT4ge307XG5cbiAgbmdBZnRlckNvbnRlbnRJbml0KCkge1xuICAgIHRoaXMub3B0aW9uQnV0dG9uQ29tcG9uZW50cz8udG9BcnJheSgpLmZvckVhY2goKG9wdGlvbkJ1dHRvbikgPT4ge1xuICAgICAgb3B0aW9uQnV0dG9uLmNsaWNrZWQuc3Vic2NyaWJlKChpZCkgPT4ge1xuICAgICAgICB0aGlzLndyaXRlVmFsdWUoeyBpZDogaWQgfSk7XG4gICAgICB9KTtcbiAgICB9KTtcbiAgfVxuXG4gIHdyaXRlVmFsdWUodmFsdWU6IE9wdGlvbkJ1dHRvblNlbGVjdGVkKTogdm9pZCB7XG4gICAgaWYgKHZhbHVlKSB7XG4gICAgICB0aGlzLm9wdGlvbkJ1dHRvblNlbGVjdGVkID0gdmFsdWU7XG4gICAgICB0aGlzLm9uQ2hhbmdlKHZhbHVlKTtcbiAgICAgIHRoaXMub25Ub3VjaCgpO1xuICAgICAgdGhpcy5vcHRpb25CdXR0b25Db21wb25lbnRzPy50b0FycmF5KCkuZm9yRWFjaCgob3B0aW9uQnV0dG9uKSA9PiB7XG4gICAgICAgIGlmIChvcHRpb25CdXR0b24uaWQgPT09IHZhbHVlLmlkKSB7XG4gICAgICAgICAgb3B0aW9uQnV0dG9uLmNoZWNrZWQgPSB0cnVlO1xuICAgICAgICAgIG9wdGlvbkJ1dHRvbi5yZWZyZXNoVmlldygpO1xuICAgICAgICB9XG4gICAgICB9KTtcbiAgICB9XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpIHtcbiAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KSB7XG4gICAgdGhpcy5vblRvdWNoID0gZm47XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJtYy1vcHRpb24tZ3JvdXBcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { OptionButtonsComponent } from './option-buttons.component';
|
|
4
|
-
import { OptionButtonComponent } from './option-button/option-button.component';
|
|
5
|
-
import { FormsModule } from '@angular/forms';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class OptionButtonsModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OptionButtonsModule, declarations: [OptionButtonsComponent, OptionButtonComponent], imports: [CommonModule, FormsModule], exports: [OptionButtonsComponent, OptionButtonComponent] }); }
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionButtonsModule, imports: [CommonModule, FormsModule] }); }
|
|
11
|
-
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionButtonsModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
imports: [CommonModule, FormsModule],
|
|
16
|
-
declarations: [OptionButtonsComponent, OptionButtonComponent],
|
|
17
|
-
exports: [OptionButtonsComponent, OptionButtonComponent],
|
|
18
|
-
}]
|
|
19
|
-
}] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9uLWJ1dHRvbnMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvb3B0aW9uLWJ1dHRvbnMvb3B0aW9uLWJ1dHRvbnMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7QUFPN0MsTUFBTSxPQUFPLG1CQUFtQjsrR0FBbkIsbUJBQW1CO2dIQUFuQixtQkFBbUIsaUJBSGYsc0JBQXNCLEVBQUUscUJBQXFCLGFBRGxELFlBQVksRUFBRSxXQUFXLGFBRXpCLHNCQUFzQixFQUFFLHFCQUFxQjtnSEFFNUMsbUJBQW1CLFlBSnBCLFlBQVksRUFBRSxXQUFXOzs0RkFJeEIsbUJBQW1CO2tCQUwvQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxXQUFXLENBQUM7b0JBQ3BDLFlBQVksRUFBRSxDQUFDLHNCQUFzQixFQUFFLHFCQUFxQixDQUFDO29CQUM3RCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsRUFBRSxxQkFBcUIsQ0FBQztpQkFDekQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9wdGlvbkJ1dHRvbnNDb21wb25lbnQgfSBmcm9tICcuL29wdGlvbi1idXR0b25zLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBPcHRpb25CdXR0b25Db21wb25lbnQgfSBmcm9tICcuL29wdGlvbi1idXR0b24vb3B0aW9uLWJ1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEZvcm1zTW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbT3B0aW9uQnV0dG9uc0NvbXBvbmVudCwgT3B0aW9uQnV0dG9uQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW09wdGlvbkJ1dHRvbnNDb21wb25lbnQsIE9wdGlvbkJ1dHRvbkNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIE9wdGlvbkJ1dHRvbnNNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL29wdGlvbi1idXR0b25zL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * from './option-cards.component';
|
|
2
|
-
export * from './option-cards.module';
|
|
3
|
-
export * from './option-card/option-card.component';
|
|
4
|
-
export * from './model/option-card';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9vcHRpb24tY2FyZHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vb3B0aW9uLWNhcmRzLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL29wdGlvbi1jYXJkcy5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9vcHRpb24tY2FyZC9vcHRpb24tY2FyZC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2RlbC9vcHRpb24tY2FyZCc7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9uLWNhcmQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9vcHRpb24tY2FyZHMvbW9kZWwvb3B0aW9uLWNhcmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIE9wdGlvbkNhcmRUeXBlID0gJ3JhZGlvJyB8ICdjaGVja2JveCc7XG5cbmV4cG9ydCB0eXBlIE9wdGlvbkNhcmRTZWxlY3RlZCA9IHtcbiAgaWQ6IHN0cmluZztcbn07XG4iXX0=
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class OptionCardComponent {
|
|
5
|
-
constructor(cd) {
|
|
6
|
-
this.cd = cd;
|
|
7
|
-
this.disabled = false;
|
|
8
|
-
this.clicked = new EventEmitter();
|
|
9
|
-
this.checked = false;
|
|
10
|
-
this.centered = false;
|
|
11
|
-
this.small = false;
|
|
12
|
-
this.noPadding = false;
|
|
13
|
-
this.type = 'radio';
|
|
14
|
-
}
|
|
15
|
-
cardChanged(id) {
|
|
16
|
-
this.clicked.emit({ id: id });
|
|
17
|
-
}
|
|
18
|
-
refreshView() {
|
|
19
|
-
this.cd.markForCheck();
|
|
20
|
-
this.cd.detectChanges();
|
|
21
|
-
}
|
|
22
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionCardComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
23
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: OptionCardComponent, selector: "moz-option-card", inputs: { id: "id", name: "name", label: "label", disabled: "disabled" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div\n class=\"mc-option-card\"\n [ngClass]=\"[\n centered ? 'mc-option-card--centered' : '',\n small ? 'mc-option-card--small' : '',\n noPadding ? 'mc-option-card--no-padding' : ''\n ]\"\n>\n <input\n type=\"{{ type }}\"\n name=\"{{ name }}\"\n id=\"{{ id }}\"\n class=\"mc-{{ type }}__input mc-option-card__input\"\n (change)=\"cardChanged(id)\"\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n />\n <label for=\"{{ id }}\" class=\"mc-option-card__label\">\n <span class=\"mc-option-card__label-text\">{{ label }}</span>\n </label>\n <div class=\"mc-option-card__content\">\n <ng-content select=\"[content]\"></ng-content>\n </div>\n</div>\n", styles: [".mc-option-card{height:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
24
|
-
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionCardComponent, decorators: [{
|
|
26
|
-
type: Component,
|
|
27
|
-
args: [{ selector: 'moz-option-card', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n class=\"mc-option-card\"\n [ngClass]=\"[\n centered ? 'mc-option-card--centered' : '',\n small ? 'mc-option-card--small' : '',\n noPadding ? 'mc-option-card--no-padding' : ''\n ]\"\n>\n <input\n type=\"{{ type }}\"\n name=\"{{ name }}\"\n id=\"{{ id }}\"\n class=\"mc-{{ type }}__input mc-option-card__input\"\n (change)=\"cardChanged(id)\"\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n />\n <label for=\"{{ id }}\" class=\"mc-option-card__label\">\n <span class=\"mc-option-card__label-text\">{{ label }}</span>\n </label>\n <div class=\"mc-option-card__content\">\n <ng-content select=\"[content]\"></ng-content>\n </div>\n</div>\n", styles: [".mc-option-card{height:100%}\n"] }]
|
|
28
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { id: [{
|
|
29
|
-
type: Input
|
|
30
|
-
}], name: [{
|
|
31
|
-
type: Input
|
|
32
|
-
}], label: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], disabled: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}], clicked: [{
|
|
37
|
-
type: Output
|
|
38
|
-
}] } });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9uLWNhcmQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvb3B0aW9uLWNhcmRzL29wdGlvbi1jYXJkL29wdGlvbi1jYXJkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL29wdGlvbi1jYXJkcy9vcHRpb24tY2FyZC9vcHRpb24tY2FyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBRXZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUNMLE1BQU0sR0FDUCxNQUFNLGVBQWUsQ0FBQzs7O0FBU3ZCLE1BQU0sT0FBTyxtQkFBbUI7SUFjOUIsWUFBb0IsRUFBcUI7UUFBckIsT0FBRSxHQUFGLEVBQUUsQ0FBbUI7UUFWekIsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUNoQyxZQUFPLEdBQXFDLElBQUksWUFBWSxFQUFzQixDQUFDO1FBRXRGLFlBQU8sR0FBWSxLQUFLLENBQUM7UUFDekIsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUMxQixVQUFLLEdBQVksS0FBSyxDQUFDO1FBQ3ZCLGNBQVMsR0FBWSxLQUFLLENBQUM7UUFFM0IsU0FBSSxHQUFtQixPQUFPLENBQUM7SUFFTSxDQUFDO0lBRXRDLFdBQVcsQ0FBQyxFQUFVO1FBQzNCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUVNLFdBQVc7UUFDaEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxZQUFZLEVBQUUsQ0FBQztRQUN2QixJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQzFCLENBQUM7K0dBdkJVLG1CQUFtQjttR0FBbkIsbUJBQW1CLGtLQ2hCaEMscXJCQXdCQTs7NEZEUmEsbUJBQW1CO2tCQU4vQixTQUFTOytCQUNFLGlCQUFpQixtQkFHVix1QkFBdUIsQ0FBQyxNQUFNO3NGQUcvQixFQUFFO3NCQUFqQixLQUFLO2dCQUNVLElBQUk7c0JBQW5CLEtBQUs7Z0JBQ1UsS0FBSztzQkFBcEIsS0FBSztnQkFDVSxRQUFRO3NCQUF2QixLQUFLO2dCQUNJLE9BQU87c0JBQWhCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9wdGlvbkNhcmRTZWxlY3RlZCwgT3B0aW9uQ2FyZFR5cGUgfSBmcm9tICcuLi9tb2RlbC9vcHRpb24tY2FyZCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vei1vcHRpb24tY2FyZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9vcHRpb24tY2FyZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL29wdGlvbi1jYXJkLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBPcHRpb25DYXJkQ29tcG9uZW50IHtcbiAgQElucHV0KCkgcHVibGljIGlkITogc3RyaW5nO1xuICBASW5wdXQoKSBwdWJsaWMgbmFtZT86IHN0cmluZztcbiAgQElucHV0KCkgcHVibGljIGxhYmVsPzogc3RyaW5nO1xuICBASW5wdXQoKSBwdWJsaWMgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQE91dHB1dCgpIGNsaWNrZWQ6IEV2ZW50RW1pdHRlcjxPcHRpb25DYXJkU2VsZWN0ZWQ+ID0gbmV3IEV2ZW50RW1pdHRlcjxPcHRpb25DYXJkU2VsZWN0ZWQ+KCk7XG5cbiAgcHVibGljIGNoZWNrZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgcHVibGljIGNlbnRlcmVkOiBib29sZWFuID0gZmFsc2U7XG4gIHB1YmxpYyBzbWFsbDogYm9vbGVhbiA9IGZhbHNlO1xuICBwdWJsaWMgbm9QYWRkaW5nOiBib29sZWFuID0gZmFsc2U7XG5cbiAgcHVibGljIHR5cGU6IE9wdGlvbkNhcmRUeXBlID0gJ3JhZGlvJztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICBwdWJsaWMgY2FyZENoYW5nZWQoaWQ6IHN0cmluZykge1xuICAgIHRoaXMuY2xpY2tlZC5lbWl0KHsgaWQ6IGlkIH0pO1xuICB9XG5cbiAgcHVibGljIHJlZnJlc2hWaWV3KCk6IHZvaWQge1xuICAgIHRoaXMuY2QubWFya0ZvckNoZWNrKCk7XG4gICAgdGhpcy5jZC5kZXRlY3RDaGFuZ2VzKCk7XG4gIH1cbn1cbiIsIjxkaXZcbiAgY2xhc3M9XCJtYy1vcHRpb24tY2FyZFwiXG4gIFtuZ0NsYXNzXT1cIltcbiAgICBjZW50ZXJlZCA/ICdtYy1vcHRpb24tY2FyZC0tY2VudGVyZWQnIDogJycsXG4gICAgc21hbGwgPyAnbWMtb3B0aW9uLWNhcmQtLXNtYWxsJyA6ICcnLFxuICAgIG5vUGFkZGluZyA/ICdtYy1vcHRpb24tY2FyZC0tbm8tcGFkZGluZycgOiAnJ1xuICBdXCJcbj5cbiAgPGlucHV0XG4gICAgdHlwZT1cInt7IHR5cGUgfX1cIlxuICAgIG5hbWU9XCJ7eyBuYW1lIH19XCJcbiAgICBpZD1cInt7IGlkIH19XCJcbiAgICBjbGFzcz1cIm1jLXt7IHR5cGUgfX1fX2lucHV0IG1jLW9wdGlvbi1jYXJkX19pbnB1dFwiXG4gICAgKGNoYW5nZSk9XCJjYXJkQ2hhbmdlZChpZClcIlxuICAgIFtjaGVja2VkXT1cImNoZWNrZWRcIlxuICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gIC8+XG4gIDxsYWJlbCBmb3I9XCJ7eyBpZCB9fVwiIGNsYXNzPVwibWMtb3B0aW9uLWNhcmRfX2xhYmVsXCI+XG4gICAgPHNwYW4gY2xhc3M9XCJtYy1vcHRpb24tY2FyZF9fbGFiZWwtdGV4dFwiPnt7IGxhYmVsIH19PC9zcGFuPlxuICA8L2xhYmVsPlxuICA8ZGl2IGNsYXNzPVwibWMtb3B0aW9uLWNhcmRfX2NvbnRlbnRcIj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbY29udGVudF1cIj48L25nLWNvbnRlbnQ+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, ContentChildren, Inject, Injector, Input, ViewEncapsulation, forwardRef, } from '@angular/core';
|
|
2
|
-
import { FormControlName, FormGroupDirective, NG_VALUE_ACCESSOR, NgControl, } from '@angular/forms';
|
|
3
|
-
import { OptionCardComponent } from './option-card/option-card.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class OptionCardsComponent {
|
|
6
|
-
get selectedOptionCards() {
|
|
7
|
-
return this._selectedOptionCards;
|
|
8
|
-
}
|
|
9
|
-
set selectedOptionCards(value) {
|
|
10
|
-
this._selectedOptionCards = value;
|
|
11
|
-
if (this.control) {
|
|
12
|
-
this.control.setValue(this.selectedOptionCards);
|
|
13
|
-
this.control.markAsDirty();
|
|
14
|
-
this.control.markAsTouched();
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
this.writeValue(this.selectedOptionCards);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
constructor(injector) {
|
|
21
|
-
this.injector = injector;
|
|
22
|
-
this._selectedOptionCards = [];
|
|
23
|
-
this.onOptionCardsChange = () => { };
|
|
24
|
-
this.onOptionCardsTouch = () => { };
|
|
25
|
-
this.optionCardType = 'radio';
|
|
26
|
-
this.centered = false;
|
|
27
|
-
this.small = false;
|
|
28
|
-
this.noPadding = false;
|
|
29
|
-
}
|
|
30
|
-
ngOnInit() {
|
|
31
|
-
const ngControl = this.injector.get(NgControl);
|
|
32
|
-
if (ngControl instanceof FormControlName) {
|
|
33
|
-
this.control = this.injector.get(FormGroupDirective).getControl(ngControl);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
ngAfterContentInit() {
|
|
37
|
-
this.optionCardComponents?.toArray().forEach((optionCard) => {
|
|
38
|
-
optionCard.centered = this.centered;
|
|
39
|
-
optionCard.noPadding = this.noPadding;
|
|
40
|
-
optionCard.small = this.small;
|
|
41
|
-
optionCard.type = this.optionCardType;
|
|
42
|
-
optionCard.clicked.subscribe((optionCardSelected) => {
|
|
43
|
-
this.selectedCardEvent(optionCardSelected);
|
|
44
|
-
});
|
|
45
|
-
});
|
|
46
|
-
}
|
|
47
|
-
writeValue(selectedOptionCards) {
|
|
48
|
-
if (selectedOptionCards) {
|
|
49
|
-
this.onOptionCardsChange(selectedOptionCards);
|
|
50
|
-
this.updateOptionCardChecked(selectedOptionCards);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
registerOnChange(fn) {
|
|
54
|
-
this.onOptionCardsChange = fn;
|
|
55
|
-
}
|
|
56
|
-
registerOnTouched(fn) {
|
|
57
|
-
this.onOptionCardsTouch = fn;
|
|
58
|
-
}
|
|
59
|
-
updateOptionCardChecked(selectedOptionCards) {
|
|
60
|
-
this.optionCardComponents?.toArray().forEach((optionCard) => {
|
|
61
|
-
if (selectedOptionCards?.find((selectedOptionCard) => selectedOptionCard.id === optionCard.id)) {
|
|
62
|
-
optionCard.checked = true;
|
|
63
|
-
}
|
|
64
|
-
else if (this.optionCardType === 'radio') {
|
|
65
|
-
optionCard.checked = false;
|
|
66
|
-
}
|
|
67
|
-
optionCard.refreshView();
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
selectedCardEvent(selectedCard) {
|
|
71
|
-
if (!this.optionCardType || this.optionCardType === 'radio') {
|
|
72
|
-
this.selectedOptionCards = [];
|
|
73
|
-
}
|
|
74
|
-
const index = this.selectedOptionCards.findIndex((value) => value.id === selectedCard.id);
|
|
75
|
-
if (index !== -1) {
|
|
76
|
-
this.selectedOptionCards = [
|
|
77
|
-
...this.selectedOptionCards.slice(0, index),
|
|
78
|
-
...this.selectedOptionCards.slice(index + 1),
|
|
79
|
-
];
|
|
80
|
-
}
|
|
81
|
-
else {
|
|
82
|
-
this.selectedOptionCards = [...this.selectedOptionCards, selectedCard];
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionCardsComponent, deps: [{ token: Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
86
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: OptionCardsComponent, selector: "moz-option-cards", inputs: { optionCardType: "optionCardType", centered: "centered", small: "small", noPadding: "noPadding" }, providers: [
|
|
87
|
-
{
|
|
88
|
-
provide: NG_VALUE_ACCESSOR,
|
|
89
|
-
useExisting: forwardRef(() => OptionCardsComponent),
|
|
90
|
-
multi: true,
|
|
91
|
-
},
|
|
92
|
-
], queries: [{ propertyName: "optionCardComponents", predicate: OptionCardComponent }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".mc-radio{align-items:center;display:flex}.mc-radio__label{font-size:1rem;line-height:1.125;cursor:pointer;margin-left:.5rem;color:#000}.mc-radio__input{font-family:LeroyMerlin,sans-serif;font-weight:400;box-sizing:border-box;outline:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;border:2px solid #808080;min-width:20px;width:1.25rem;min-height:20px;height:1.25rem;border-radius:50%;background-color:#fff;position:relative;transition:all .2s ease;cursor:pointer}.mc-radio__input[type=number]::-webkit-inner-spin-button,.mc-radio__input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.mc-radio__input[type=number]{-moz-appearance:textfield}.mc-radio__input[type=search]::-webkit-search-decoration:hover,.mc-radio__input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-radio__input:before{border-radius:50%;content:\"\";display:block;height:.375rem;left:50%;min-height:6px;min-width:6px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.375rem}.mc-radio__input::-ms-check{background-color:#fff;border:2px solid #808080;color:#fff}.mc-radio__input:hover{border-color:#191919}.mc-radio__input:hover::-ms-check{border-color:#191919}.mc-radio__input:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-radio__input:focus::-ms-check{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-radio__input:checked{background-color:#ff941a;border-color:#ff941a}.mc-radio__input:checked::-ms-check{border-color:#ff941a;background-color:#ff941a}.mc-radio__input:checked:before{background-color:#002a5b}.mc-radio__input:checked:hover{border-color:#ef7f00}.mc-radio__input:checked:hover::-ms-check{border-color:#ef7f00}.mc-radio__input:disabled{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-radio__input:disabled::-ms-check{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-radio__input:disabled+.mc-radio__label{color:gray}.mc-radio__input:disabled:checked:before{background-color:#999}.mc-radio__input.is-invalid{border-color:#c61112}.mc-radio__input.is-invalid::-ms-check{border-color:#c61112}.mc-radio__input.is-invalid:hover{border-color:#530000}.mc-radio__input.is-invalid:hover::-ms-check{border-color:#530000}.mc-checkbox{align-items:center;display:flex}.mc-checkbox__label{font-size:1rem;line-height:1.125;cursor:pointer;margin-left:.5rem;color:#000}.mc-checkbox__input{font-family:LeroyMerlin,sans-serif;font-weight:400;box-sizing:border-box;outline:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;min-width:20px;min-height:20px;width:1.25rem;height:1.25rem;border-radius:4px;border:2px solid #808080;background-color:#fff;position:relative;transition:all .2s ease;cursor:pointer}.mc-checkbox__input[type=number]::-webkit-inner-spin-button,.mc-checkbox__input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.mc-checkbox__input[type=number]{-moz-appearance:textfield}.mc-checkbox__input[type=search]::-webkit-search-decoration:hover,.mc-checkbox__input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-checkbox__input::-ms-check{background-color:#fff;border:2px solid #808080;border-radius:4px;color:#002a5b}.mc-checkbox__input:hover{border-color:#191919}.mc-checkbox__input:hover::-ms-check{border-color:#191919}.mc-checkbox__input:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-checkbox__input:focus::-ms-check{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-checkbox__input:checked,.mc-checkbox__input:indeterminate{background-color:#ff941a;border-color:#ff941a;background-size:1rem 1rem}.mc-checkbox__input:checked{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23002a5b' viewBox='0 0 16 16'%3E%3Cpath d='M7.63 11.21a1 1 0 0 1-1.38 0l-2.92-2.6a1 1 0 1 1 1.34-1.48l2.22 2 4.41-4.34a1 1 0 1 1 1.4 1.42z'/%3E%3C/svg%3E\");background-position:center center}.mc-checkbox__input:checked::-ms-check{background-color:#ff941a;border-color:#ff941a}.mc-checkbox__input:checked:hover:not(:disabled){border-color:#ef7f00}.mc-checkbox__input:checked:hover:not(:disabled)::-ms-check{border-color:#ef7f00}.mc-checkbox__input:indeterminate{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23002a5b' viewBox='0 0 16 16'%3E%3Cpath d='M12 9H4a1 1 0 010-2h8a1 1 0 010 2z'/%3E%3C/svg%3E\")}.mc-checkbox__input:disabled{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-checkbox__input:disabled::-ms-check{background-color:#e6e6e6;border-color:#e6e6e6}.mc-checkbox__input:disabled:checked{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23999999' viewBox='0 0 16 16'%3E%3Cpath d='M7.63 11.21a1 1 0 0 1-1.38 0l-2.92-2.6a1 1 0 1 1 1.34-1.48l2.22 2 4.41-4.34a1 1 0 1 1 1.4 1.42z'/%3E%3C/svg%3E\")}.mc-checkbox__input:disabled:indeterminate{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23999999' viewBox='0 0 16 16'%3E%3Cpath d='M12 9H4a1 1 0 010-2h8a1 1 0 010 2z'/%3E%3C/svg%3E\")}.mc-checkbox__input:disabled+.mc-checkbox__label{color:gray}.mc-checkbox__input.is-invalid{border-color:#c61112}.mc-checkbox__input.is-invalid::-ms-check{border-color:#c61112}.mc-checkbox__input.is-invalid:hover{border-color:#530000}.mc-checkbox__input.is-invalid:hover::-ms-check{border-color:#530000}.mc-option-card{border-radius:4px;position:relative}.mc-option-card,.mc-option-card *{box-sizing:border-box}input.mc-option-card__input{position:absolute;right:1rem;top:1rem;z-index:var(--option-card-input-z-index, 4)}input.mc-option-card__input:focus{box-shadow:none}input.mc-option-card__input:not(:disabled):hover+.mc-option-card__label{box-shadow:0 0 0 2px #333}input.mc-option-card__input:not(:disabled):checked+.mc-option-card__label{border-color:#ff941a;box-shadow:0 0 0 .25rem #ffe2bd}input.mc-option-card__input:not(:disabled):focus+.mc-option-card__label:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}input.mc-option-card__input:checked~.mc-option-card__content label,input.mc-option-card__input:checked~.mc-option-card__content button,input.mc-option-card__input:checked~.mc-option-card__content [href],input.mc-option-card__input:checked~.mc-option-card__content input,input.mc-option-card__input:checked~.mc-option-card__content select,input.mc-option-card__input:checked~.mc-option-card__content textarea,input.mc-option-card__input:checked~.mc-option-card__content .mc-option-card__focusable,input.mc-option-card__input:checked~.mc-option-card__content [tabindex]:not([tabindex=\"-1\"]){position:relative;z-index:var(--option-card-checked-z-index, 3)}input.mc-option-card__input:disabled~*{cursor:not-allowed;pointer-events:none}input.mc-option-card__input:disabled~.mc-option-card__label{border-color:#ccc;box-shadow:0 0 0 1px #ccc}input.mc-option-card__input:disabled~.mc-option-card__content{background-color:#ccc;border-radius:0;color:#666}.mc-option-card__label{border:2px solid transparent;border-radius:4px;box-shadow:0 0 0 1px #b3b3b3;cursor:pointer;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:var(--option-card-label-z-index, 2)}.mc-option-card__label-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mc-option-card__label:after{box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:6px;inset:-.25rem}.mc-option-card__content{border-radius:4px;min-height:100%;padding:1rem}.mc-option-card--small input.mc-option-card__input{right:.5rem;top:.5rem}.mc-option-card--small .mc-option-card__content{padding:.5rem}.mc-option-card--centered input.mc-option-card__input{top:50%;transform:translateY(-50%)}.mc-option-card--no-padding .mc-option-card__content{padding:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
93
|
-
}
|
|
94
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionCardsComponent, decorators: [{
|
|
95
|
-
type: Component,
|
|
96
|
-
args: [{ selector: 'moz-option-cards', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
|
|
97
|
-
{
|
|
98
|
-
provide: NG_VALUE_ACCESSOR,
|
|
99
|
-
useExisting: forwardRef(() => OptionCardsComponent),
|
|
100
|
-
multi: true,
|
|
101
|
-
},
|
|
102
|
-
], template: "<ng-content></ng-content>\n", styles: [".mc-radio{align-items:center;display:flex}.mc-radio__label{font-size:1rem;line-height:1.125;cursor:pointer;margin-left:.5rem;color:#000}.mc-radio__input{font-family:LeroyMerlin,sans-serif;font-weight:400;box-sizing:border-box;outline:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;border:2px solid #808080;min-width:20px;width:1.25rem;min-height:20px;height:1.25rem;border-radius:50%;background-color:#fff;position:relative;transition:all .2s ease;cursor:pointer}.mc-radio__input[type=number]::-webkit-inner-spin-button,.mc-radio__input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.mc-radio__input[type=number]{-moz-appearance:textfield}.mc-radio__input[type=search]::-webkit-search-decoration:hover,.mc-radio__input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-radio__input:before{border-radius:50%;content:\"\";display:block;height:.375rem;left:50%;min-height:6px;min-width:6px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.375rem}.mc-radio__input::-ms-check{background-color:#fff;border:2px solid #808080;color:#fff}.mc-radio__input:hover{border-color:#191919}.mc-radio__input:hover::-ms-check{border-color:#191919}.mc-radio__input:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-radio__input:focus::-ms-check{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-radio__input:checked{background-color:#ff941a;border-color:#ff941a}.mc-radio__input:checked::-ms-check{border-color:#ff941a;background-color:#ff941a}.mc-radio__input:checked:before{background-color:#002a5b}.mc-radio__input:checked:hover{border-color:#ef7f00}.mc-radio__input:checked:hover::-ms-check{border-color:#ef7f00}.mc-radio__input:disabled{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-radio__input:disabled::-ms-check{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-radio__input:disabled+.mc-radio__label{color:gray}.mc-radio__input:disabled:checked:before{background-color:#999}.mc-radio__input.is-invalid{border-color:#c61112}.mc-radio__input.is-invalid::-ms-check{border-color:#c61112}.mc-radio__input.is-invalid:hover{border-color:#530000}.mc-radio__input.is-invalid:hover::-ms-check{border-color:#530000}.mc-checkbox{align-items:center;display:flex}.mc-checkbox__label{font-size:1rem;line-height:1.125;cursor:pointer;margin-left:.5rem;color:#000}.mc-checkbox__input{font-family:LeroyMerlin,sans-serif;font-weight:400;box-sizing:border-box;outline:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;min-width:20px;min-height:20px;width:1.25rem;height:1.25rem;border-radius:4px;border:2px solid #808080;background-color:#fff;position:relative;transition:all .2s ease;cursor:pointer}.mc-checkbox__input[type=number]::-webkit-inner-spin-button,.mc-checkbox__input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.mc-checkbox__input[type=number]{-moz-appearance:textfield}.mc-checkbox__input[type=search]::-webkit-search-decoration:hover,.mc-checkbox__input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-checkbox__input::-ms-check{background-color:#fff;border:2px solid #808080;border-radius:4px;color:#002a5b}.mc-checkbox__input:hover{border-color:#191919}.mc-checkbox__input:hover::-ms-check{border-color:#191919}.mc-checkbox__input:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-checkbox__input:focus::-ms-check{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-checkbox__input:checked,.mc-checkbox__input:indeterminate{background-color:#ff941a;border-color:#ff941a;background-size:1rem 1rem}.mc-checkbox__input:checked{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23002a5b' viewBox='0 0 16 16'%3E%3Cpath d='M7.63 11.21a1 1 0 0 1-1.38 0l-2.92-2.6a1 1 0 1 1 1.34-1.48l2.22 2 4.41-4.34a1 1 0 1 1 1.4 1.42z'/%3E%3C/svg%3E\");background-position:center center}.mc-checkbox__input:checked::-ms-check{background-color:#ff941a;border-color:#ff941a}.mc-checkbox__input:checked:hover:not(:disabled){border-color:#ef7f00}.mc-checkbox__input:checked:hover:not(:disabled)::-ms-check{border-color:#ef7f00}.mc-checkbox__input:indeterminate{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23002a5b' viewBox='0 0 16 16'%3E%3Cpath d='M12 9H4a1 1 0 010-2h8a1 1 0 010 2z'/%3E%3C/svg%3E\")}.mc-checkbox__input:disabled{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-checkbox__input:disabled::-ms-check{background-color:#e6e6e6;border-color:#e6e6e6}.mc-checkbox__input:disabled:checked{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23999999' viewBox='0 0 16 16'%3E%3Cpath d='M7.63 11.21a1 1 0 0 1-1.38 0l-2.92-2.6a1 1 0 1 1 1.34-1.48l2.22 2 4.41-4.34a1 1 0 1 1 1.4 1.42z'/%3E%3C/svg%3E\")}.mc-checkbox__input:disabled:indeterminate{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1rem' width='1rem' fill='%23999999' viewBox='0 0 16 16'%3E%3Cpath d='M12 9H4a1 1 0 010-2h8a1 1 0 010 2z'/%3E%3C/svg%3E\")}.mc-checkbox__input:disabled+.mc-checkbox__label{color:gray}.mc-checkbox__input.is-invalid{border-color:#c61112}.mc-checkbox__input.is-invalid::-ms-check{border-color:#c61112}.mc-checkbox__input.is-invalid:hover{border-color:#530000}.mc-checkbox__input.is-invalid:hover::-ms-check{border-color:#530000}.mc-option-card{border-radius:4px;position:relative}.mc-option-card,.mc-option-card *{box-sizing:border-box}input.mc-option-card__input{position:absolute;right:1rem;top:1rem;z-index:var(--option-card-input-z-index, 4)}input.mc-option-card__input:focus{box-shadow:none}input.mc-option-card__input:not(:disabled):hover+.mc-option-card__label{box-shadow:0 0 0 2px #333}input.mc-option-card__input:not(:disabled):checked+.mc-option-card__label{border-color:#ff941a;box-shadow:0 0 0 .25rem #ffe2bd}input.mc-option-card__input:not(:disabled):focus+.mc-option-card__label:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}input.mc-option-card__input:checked~.mc-option-card__content label,input.mc-option-card__input:checked~.mc-option-card__content button,input.mc-option-card__input:checked~.mc-option-card__content [href],input.mc-option-card__input:checked~.mc-option-card__content input,input.mc-option-card__input:checked~.mc-option-card__content select,input.mc-option-card__input:checked~.mc-option-card__content textarea,input.mc-option-card__input:checked~.mc-option-card__content .mc-option-card__focusable,input.mc-option-card__input:checked~.mc-option-card__content [tabindex]:not([tabindex=\"-1\"]){position:relative;z-index:var(--option-card-checked-z-index, 3)}input.mc-option-card__input:disabled~*{cursor:not-allowed;pointer-events:none}input.mc-option-card__input:disabled~.mc-option-card__label{border-color:#ccc;box-shadow:0 0 0 1px #ccc}input.mc-option-card__input:disabled~.mc-option-card__content{background-color:#ccc;border-radius:0;color:#666}.mc-option-card__label{border:2px solid transparent;border-radius:4px;box-shadow:0 0 0 1px #b3b3b3;cursor:pointer;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:var(--option-card-label-z-index, 2)}.mc-option-card__label-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mc-option-card__label:after{box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:6px;inset:-.25rem}.mc-option-card__content{border-radius:4px;min-height:100%;padding:1rem}.mc-option-card--small input.mc-option-card__input{right:.5rem;top:.5rem}.mc-option-card--small .mc-option-card__content{padding:.5rem}.mc-option-card--centered input.mc-option-card__input{top:50%;transform:translateY(-50%)}.mc-option-card--no-padding .mc-option-card__content{padding:0}\n"] }]
|
|
103
|
-
}], ctorParameters: () => [{ type: i0.Injector, decorators: [{
|
|
104
|
-
type: Inject,
|
|
105
|
-
args: [Injector]
|
|
106
|
-
}] }], propDecorators: { optionCardComponents: [{
|
|
107
|
-
type: ContentChildren,
|
|
108
|
-
args: [OptionCardComponent]
|
|
109
|
-
}], optionCardType: [{
|
|
110
|
-
type: Input
|
|
111
|
-
}], centered: [{
|
|
112
|
-
type: Input
|
|
113
|
-
}], small: [{
|
|
114
|
-
type: Input
|
|
115
|
-
}], noPadding: [{
|
|
116
|
-
type: Input
|
|
117
|
-
}] } });
|
|
118
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9uLWNhcmRzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL29wdGlvbi1jYXJkcy9vcHRpb24tY2FyZHMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvb3B0aW9uLWNhcmRzL29wdGlvbi1jYXJkcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxlQUFlLEVBQ2YsTUFBTSxFQUNOLFFBQVEsRUFDUixLQUFLLEVBR0wsaUJBQWlCLEVBQ2pCLFVBQVUsR0FDWCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBR0wsZUFBZSxFQUNmLGtCQUFrQixFQUNsQixpQkFBaUIsRUFDakIsU0FBUyxHQUNWLE1BQU0sZ0JBQWdCLENBQUM7QUFDeEIsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUNBQXFDLENBQUM7O0FBaUIxRSxNQUFNLE9BQU8sb0JBQW9CO0lBdUIvQixJQUFJLG1CQUFtQjtRQUNyQixPQUFPLElBQUksQ0FBQyxvQkFBb0IsQ0FBQztJQUNuQyxDQUFDO0lBRUQsSUFBSSxtQkFBbUIsQ0FBQyxLQUEyQjtRQUNqRCxJQUFJLENBQUMsb0JBQW9CLEdBQUcsS0FBSyxDQUFDO1FBQ2xDLElBQUksSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQ2pCLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDO1lBQ2hELElBQUksQ0FBQyxPQUFPLENBQUMsV0FBVyxFQUFFLENBQUM7WUFDM0IsSUFBSSxDQUFDLE9BQU8sQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUMvQixDQUFDO2FBQU0sQ0FBQztZQUNOLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLENBQUM7UUFDNUMsQ0FBQztJQUNILENBQUM7SUFFRCxZQUFzQyxRQUFrQjtRQUFsQixhQUFRLEdBQVIsUUFBUSxDQUFVO1FBbENoRCx5QkFBb0IsR0FBeUIsRUFBRSxDQUFDO1FBSWpELHdCQUFtQixHQUFRLEdBQUcsRUFBRSxHQUFFLENBQUMsQ0FBQztRQUNwQyx1QkFBa0IsR0FBUSxHQUFHLEVBQUUsR0FBRSxDQUFDLENBQUM7UUFHbkMsbUJBQWMsR0FBbUIsT0FBTyxDQUFDO1FBR3pDLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFHMUIsVUFBSyxHQUFZLEtBQUssQ0FBQztRQUd2QixjQUFTLEdBQVksS0FBSyxDQUFDO0lBaUJ5QixDQUFDO0lBRTVELFFBQVE7UUFDTixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUMvQyxJQUFJLFNBQVMsWUFBWSxlQUFlLEVBQUUsQ0FBQztZQUN6QyxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLGtCQUFrQixDQUFDLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQzdFLENBQUM7SUFDSCxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLElBQUksQ0FBQyxvQkFBb0IsRUFBRSxPQUFPLEVBQUUsQ0FBQyxPQUFPLENBQUMsQ0FBQyxVQUFVLEVBQUUsRUFBRTtZQUMxRCxVQUFVLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUM7WUFDcEMsVUFBVSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDO1lBQ3RDLFVBQVUsQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQztZQUM5QixVQUFVLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUM7WUFDdEMsVUFBVSxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQyxrQkFBa0IsRUFBRSxFQUFFO2dCQUNsRCxJQUFJLENBQUMsaUJBQWlCLENBQUMsa0JBQWtCLENBQUMsQ0FBQztZQUM3QyxDQUFDLENBQUMsQ0FBQztRQUNMLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELFVBQVUsQ0FBQyxtQkFBMEM7UUFDbkQsSUFBSSxtQkFBbUIsRUFBRSxDQUFDO1lBQ3hCLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDO1lBQzlDLElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDO1FBQ3BELENBQUM7SUFDSCxDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLENBQUMsbUJBQW1CLEdBQUcsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxFQUFPO1FBQ3ZCLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxFQUFFLENBQUM7SUFDL0IsQ0FBQztJQUVELHVCQUF1QixDQUFDLG1CQUEwQztRQUNoRSxJQUFJLENBQUMsb0JBQW9CLEVBQUUsT0FBTyxFQUFFLENBQUMsT0FBTyxDQUFDLENBQUMsVUFBVSxFQUFFLEVBQUU7WUFDMUQsSUFDRSxtQkFBbUIsRUFBRSxJQUFJLENBQUMsQ0FBQyxrQkFBa0IsRUFBRSxFQUFFLENBQUMsa0JBQWtCLENBQUMsRUFBRSxLQUFLLFVBQVUsQ0FBQyxFQUFFLENBQUMsRUFDMUYsQ0FBQztnQkFDRCxVQUFVLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztZQUM1QixDQUFDO2lCQUFNLElBQUksSUFBSSxDQUFDLGNBQWMsS0FBSyxPQUFPLEVBQUUsQ0FBQztnQkFDM0MsVUFBVSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7WUFDN0IsQ0FBQztZQUNELFVBQVUsQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUMzQixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxZQUFnQztRQUNoRCxJQUFJLENBQUMsSUFBSSxDQUFDLGNBQWMsSUFBSSxJQUFJLENBQUMsY0FBYyxLQUFLLE9BQU8sRUFBRSxDQUFDO1lBQzVELElBQUksQ0FBQyxtQkFBbUIsR0FBRyxFQUFFLENBQUM7UUFDaEMsQ0FBQztRQUNELE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxFQUFFLEtBQUssWUFBWSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQzFGLElBQUksS0FBSyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUM7WUFDakIsSUFBSSxDQUFDLG1CQUFtQixHQUFHO2dCQUN6QixHQUFHLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLEtBQUssQ0FBQztnQkFDM0MsR0FBRyxJQUFJLENBQUMsbUJBQW1CLENBQUMsS0FBSyxDQUFDLEtBQUssR0FBRyxDQUFDLENBQUM7YUFDN0MsQ0FBQztRQUNKLENBQUM7YUFBTSxDQUFDO1lBQ04sSUFBSSxDQUFDLG1CQUFtQixHQUFHLENBQUMsR0FBRyxJQUFJLENBQUMsbUJBQW1CLEVBQUUsWUFBWSxDQUFDLENBQUM7UUFDekUsQ0FBQztJQUNILENBQUM7K0dBcEdVLG9CQUFvQixrQkFzQ1gsUUFBUTttR0F0Q2pCLG9CQUFvQix1SkFScEI7WUFDVDtnQkFDRSxPQUFPLEVBQUUsaUJBQWlCO2dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG9CQUFvQixDQUFDO2dCQUNuRCxLQUFLLEVBQUUsSUFBSTthQUNaO1NBQ0YsK0RBR2dCLG1CQUFtQiw2QkN0Q3RDLDZCQUNBOzs0RkRvQ2Esb0JBQW9CO2tCQWRoQyxTQUFTOytCQUNFLGtCQUFrQixtQkFHWCx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJLGFBQzFCO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLHFCQUFxQixDQUFDOzRCQUNuRCxLQUFLLEVBQUUsSUFBSTt5QkFDWjtxQkFDRjs7MEJBd0NZLE1BQU07MkJBQUMsUUFBUTt5Q0FwQ3JCLG9CQUFvQjtzQkFEMUIsZUFBZTt1QkFBQyxtQkFBbUI7Z0JBVzdCLGNBQWM7c0JBRHBCLEtBQUs7Z0JBSUMsUUFBUTtzQkFEZCxLQUFLO2dCQUlDLEtBQUs7c0JBRFgsS0FBSztnQkFJQyxTQUFTO3NCQURmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGRyZW4sXG4gIEluamVjdCxcbiAgSW5qZWN0b3IsXG4gIElucHV0LFxuICBPbkluaXQsXG4gIFF1ZXJ5TGlzdCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIGZvcndhcmRSZWYsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgQ29udHJvbFZhbHVlQWNjZXNzb3IsXG4gIEZvcm1Db250cm9sLFxuICBGb3JtQ29udHJvbE5hbWUsXG4gIEZvcm1Hcm91cERpcmVjdGl2ZSxcbiAgTkdfVkFMVUVfQUNDRVNTT1IsXG4gIE5nQ29udHJvbCxcbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgT3B0aW9uQ2FyZENvbXBvbmVudCB9IGZyb20gJy4vb3B0aW9uLWNhcmQvb3B0aW9uLWNhcmQuY29tcG9uZW50JztcbmltcG9ydCB7IE9wdGlvbkNhcmRTZWxlY3RlZCwgT3B0aW9uQ2FyZFR5cGUgfSBmcm9tICcuL21vZGVsL29wdGlvbi1jYXJkJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW96LW9wdGlvbi1jYXJkcycsXG4gIHRlbXBsYXRlVXJsOiAnLi9vcHRpb24tY2FyZHMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9vcHRpb24tY2FyZHMuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIHByb3ZpZGVyczogW1xuICAgIHtcbiAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gT3B0aW9uQ2FyZHNDb21wb25lbnQpLFxuICAgICAgbXVsdGk6IHRydWUsXG4gICAgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgT3B0aW9uQ2FyZHNDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgT25Jbml0IHtcbiAgQENvbnRlbnRDaGlsZHJlbihPcHRpb25DYXJkQ29tcG9uZW50KVxuICBwdWJsaWMgb3B0aW9uQ2FyZENvbXBvbmVudHM/OiBRdWVyeUxpc3Q8T3B0aW9uQ2FyZENvbXBvbmVudD47XG5cbiAgcHJpdmF0ZSBfc2VsZWN0ZWRPcHRpb25DYXJkczogT3B0aW9uQ2FyZFNlbGVjdGVkW10gPSBbXTtcblxuICBwdWJsaWMgY29udHJvbCE6IEZvcm1Db250cm9sO1xuXG4gIHB1YmxpYyBvbk9wdGlvbkNhcmRzQ2hhbmdlOiBhbnkgPSAoKSA9PiB7fTtcbiAgcHVibGljIG9uT3B0aW9uQ2FyZHNUb3VjaDogYW55ID0gKCkgPT4ge307XG5cbiAgQElucHV0KClcbiAgcHVibGljIG9wdGlvbkNhcmRUeXBlOiBPcHRpb25DYXJkVHlwZSA9ICdyYWRpbyc7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGNlbnRlcmVkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQElucHV0KClcbiAgcHVibGljIHNtYWxsOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQElucHV0KClcbiAgcHVibGljIG5vUGFkZGluZzogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIGdldCBzZWxlY3RlZE9wdGlvbkNhcmRzKCk6IE9wdGlvbkNhcmRTZWxlY3RlZFtdIHtcbiAgICByZXR1cm4gdGhpcy5fc2VsZWN0ZWRPcHRpb25DYXJkcztcbiAgfVxuXG4gIHNldCBzZWxlY3RlZE9wdGlvbkNhcmRzKHZhbHVlOiBPcHRpb25DYXJkU2VsZWN0ZWRbXSkge1xuICAgIHRoaXMuX3NlbGVjdGVkT3B0aW9uQ2FyZHMgPSB2YWx1ZTtcbiAgICBpZiAodGhpcy5jb250cm9sKSB7XG4gICAgICB0aGlzLmNvbnRyb2wuc2V0VmFsdWUodGhpcy5zZWxlY3RlZE9wdGlvbkNhcmRzKTtcbiAgICAgIHRoaXMuY29udHJvbC5tYXJrQXNEaXJ0eSgpO1xuICAgICAgdGhpcy5jb250cm9sLm1hcmtBc1RvdWNoZWQoKTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy53cml0ZVZhbHVlKHRoaXMuc2VsZWN0ZWRPcHRpb25DYXJkcyk7XG4gICAgfVxuICB9XG5cbiAgY29uc3RydWN0b3IoQEluamVjdChJbmplY3RvcikgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IpIHt9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgY29uc3QgbmdDb250cm9sID0gdGhpcy5pbmplY3Rvci5nZXQoTmdDb250cm9sKTtcbiAgICBpZiAobmdDb250cm9sIGluc3RhbmNlb2YgRm9ybUNvbnRyb2xOYW1lKSB7XG4gICAgICB0aGlzLmNvbnRyb2wgPSB0aGlzLmluamVjdG9yLmdldChGb3JtR3JvdXBEaXJlY3RpdmUpLmdldENvbnRyb2wobmdDb250cm9sKTtcbiAgICB9XG4gIH1cblxuICBuZ0FmdGVyQ29udGVudEluaXQoKSB7XG4gICAgdGhpcy5vcHRpb25DYXJkQ29tcG9uZW50cz8udG9BcnJheSgpLmZvckVhY2goKG9wdGlvbkNhcmQpID0+IHtcbiAgICAgIG9wdGlvbkNhcmQuY2VudGVyZWQgPSB0aGlzLmNlbnRlcmVkO1xuICAgICAgb3B0aW9uQ2FyZC5ub1BhZGRpbmcgPSB0aGlzLm5vUGFkZGluZztcbiAgICAgIG9wdGlvbkNhcmQuc21hbGwgPSB0aGlzLnNtYWxsO1xuICAgICAgb3B0aW9uQ2FyZC50eXBlID0gdGhpcy5vcHRpb25DYXJkVHlwZTtcbiAgICAgIG9wdGlvbkNhcmQuY2xpY2tlZC5zdWJzY3JpYmUoKG9wdGlvbkNhcmRTZWxlY3RlZCkgPT4ge1xuICAgICAgICB0aGlzLnNlbGVjdGVkQ2FyZEV2ZW50KG9wdGlvbkNhcmRTZWxlY3RlZCk7XG4gICAgICB9KTtcbiAgICB9KTtcbiAgfVxuXG4gIHdyaXRlVmFsdWUoc2VsZWN0ZWRPcHRpb25DYXJkcz86IE9wdGlvbkNhcmRTZWxlY3RlZFtdKTogdm9pZCB7XG4gICAgaWYgKHNlbGVjdGVkT3B0aW9uQ2FyZHMpIHtcbiAgICAgIHRoaXMub25PcHRpb25DYXJkc0NoYW5nZShzZWxlY3RlZE9wdGlvbkNhcmRzKTtcbiAgICAgIHRoaXMudXBkYXRlT3B0aW9uQ2FyZENoZWNrZWQoc2VsZWN0ZWRPcHRpb25DYXJkcyk7XG4gICAgfVxuICB9XG5cbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KTogdm9pZCB7XG4gICAgdGhpcy5vbk9wdGlvbkNhcmRzQ2hhbmdlID0gZm47XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KTogdm9pZCB7XG4gICAgdGhpcy5vbk9wdGlvbkNhcmRzVG91Y2ggPSBmbjtcbiAgfVxuXG4gIHVwZGF0ZU9wdGlvbkNhcmRDaGVja2VkKHNlbGVjdGVkT3B0aW9uQ2FyZHM/OiBPcHRpb25DYXJkU2VsZWN0ZWRbXSk6IHZvaWQge1xuICAgIHRoaXMub3B0aW9uQ2FyZENvbXBvbmVudHM/LnRvQXJyYXkoKS5mb3JFYWNoKChvcHRpb25DYXJkKSA9PiB7XG4gICAgICBpZiAoXG4gICAgICAgIHNlbGVjdGVkT3B0aW9uQ2FyZHM/LmZpbmQoKHNlbGVjdGVkT3B0aW9uQ2FyZCkgPT4gc2VsZWN0ZWRPcHRpb25DYXJkLmlkID09PSBvcHRpb25DYXJkLmlkKVxuICAgICAgKSB7XG4gICAgICAgIG9wdGlvbkNhcmQuY2hlY2tlZCA9IHRydWU7XG4gICAgICB9IGVsc2UgaWYgKHRoaXMub3B0aW9uQ2FyZFR5cGUgPT09ICdyYWRpbycpIHtcbiAgICAgICAgb3B0aW9uQ2FyZC5jaGVja2VkID0gZmFsc2U7XG4gICAgICB9XG4gICAgICBvcHRpb25DYXJkLnJlZnJlc2hWaWV3KCk7XG4gICAgfSk7XG4gIH1cblxuICBzZWxlY3RlZENhcmRFdmVudChzZWxlY3RlZENhcmQ6IE9wdGlvbkNhcmRTZWxlY3RlZCk6IHZvaWQge1xuICAgIGlmICghdGhpcy5vcHRpb25DYXJkVHlwZSB8fCB0aGlzLm9wdGlvbkNhcmRUeXBlID09PSAncmFkaW8nKSB7XG4gICAgICB0aGlzLnNlbGVjdGVkT3B0aW9uQ2FyZHMgPSBbXTtcbiAgICB9XG4gICAgY29uc3QgaW5kZXggPSB0aGlzLnNlbGVjdGVkT3B0aW9uQ2FyZHMuZmluZEluZGV4KCh2YWx1ZSkgPT4gdmFsdWUuaWQgPT09IHNlbGVjdGVkQ2FyZC5pZCk7XG4gICAgaWYgKGluZGV4ICE9PSAtMSkge1xuICAgICAgdGhpcy5zZWxlY3RlZE9wdGlvbkNhcmRzID0gW1xuICAgICAgICAuLi50aGlzLnNlbGVjdGVkT3B0aW9uQ2FyZHMuc2xpY2UoMCwgaW5kZXgpLFxuICAgICAgICAuLi50aGlzLnNlbGVjdGVkT3B0aW9uQ2FyZHMuc2xpY2UoaW5kZXggKyAxKSxcbiAgICAgIF07XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuc2VsZWN0ZWRPcHRpb25DYXJkcyA9IFsuLi50aGlzLnNlbGVjdGVkT3B0aW9uQ2FyZHMsIHNlbGVjdGVkQ2FyZF07XG4gICAgfVxuICB9XG59XG4iLCI8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4iXX0=
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { OptionCardsComponent } from './option-cards.component';
|
|
4
|
-
import { OptionCardComponent } from './option-card/option-card.component';
|
|
5
|
-
import { FormsModule } from '@angular/forms';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class OptionCardsModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionCardsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OptionCardsModule, declarations: [OptionCardsComponent, OptionCardComponent], imports: [CommonModule, FormsModule], exports: [OptionCardsComponent, OptionCardComponent] }); }
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionCardsModule, imports: [CommonModule, FormsModule] }); }
|
|
11
|
-
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OptionCardsModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
imports: [CommonModule, FormsModule],
|
|
16
|
-
declarations: [OptionCardsComponent, OptionCardComponent],
|
|
17
|
-
exports: [OptionCardsComponent, OptionCardComponent],
|
|
18
|
-
}]
|
|
19
|
-
}] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9uLWNhcmRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL29wdGlvbi1jYXJkcy9vcHRpb24tY2FyZHMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7QUFPN0MsTUFBTSxPQUFPLGlCQUFpQjsrR0FBakIsaUJBQWlCO2dIQUFqQixpQkFBaUIsaUJBSGIsb0JBQW9CLEVBQUUsbUJBQW1CLGFBRDlDLFlBQVksRUFBRSxXQUFXLGFBRXpCLG9CQUFvQixFQUFFLG1CQUFtQjtnSEFFeEMsaUJBQWlCLFlBSmxCLFlBQVksRUFBRSxXQUFXOzs0RkFJeEIsaUJBQWlCO2tCQUw3QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxXQUFXLENBQUM7b0JBQ3BDLFlBQVksRUFBRSxDQUFDLG9CQUFvQixFQUFFLG1CQUFtQixDQUFDO29CQUN6RCxPQUFPLEVBQUUsQ0FBQyxvQkFBb0IsRUFBRSxtQkFBbUIsQ0FBQztpQkFDckQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9wdGlvbkNhcmRzQ29tcG9uZW50IH0gZnJvbSAnLi9vcHRpb24tY2FyZHMuY29tcG9uZW50JztcbmltcG9ydCB7IE9wdGlvbkNhcmRDb21wb25lbnQgfSBmcm9tICcuL29wdGlvbi1jYXJkL29wdGlvbi1jYXJkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRm9ybXNNb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtPcHRpb25DYXJkc0NvbXBvbmVudCwgT3B0aW9uQ2FyZENvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtPcHRpb25DYXJkc0NvbXBvbmVudCwgT3B0aW9uQ2FyZENvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIE9wdGlvbkNhcmRzTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL29wdGlvbi1jYXJkcy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './overlay.component';
|
|
2
|
-
export * from './overlay.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9vdmVybGF5L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxrQkFBa0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vb3ZlcmxheS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9vdmVybGF5Lm1vZHVsZSc7XG4iXX0=
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class OverlayComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.isVisible = false;
|
|
7
|
-
}
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: OverlayComponent, selector: "moz-overlay", inputs: { isVisible: "isVisible" }, ngImport: i0, template: "<div class=\"mc-overlay\" [ngClass]=\"{ 'is-visible': isVisible }\">\n <ng-content select=\"[content]\"></ng-content>\n</div>\n", styles: [".mc-overlay{background-color:#191919b3;filter:blur(1px);inset:0;opacity:0;position:fixed;pointer-events:none;transition:opacity .4s ease,visibility 0ms .4s;z-index:1999999998}.mc-overlay.is-visible{opacity:1;pointer-events:all;transition:opacity .4s ease,visibility 0ms;visibility:visible}.mc-overlay-loader{background-color:#191919b3;inset:0;opacity:0;position:fixed;pointer-events:none;transition:opacity .4s ease,visibility 0ms .4s;z-index:1999999998;align-items:center;display:flex;justify-content:center}.mc-overlay-loader.is-visible{opacity:1;pointer-events:all;transition:opacity .4s ease,visibility 0ms;visibility:visible}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OverlayComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{ selector: 'moz-overlay', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"mc-overlay\" [ngClass]=\"{ 'is-visible': isVisible }\">\n <ng-content select=\"[content]\"></ng-content>\n</div>\n", styles: [".mc-overlay{background-color:#191919b3;filter:blur(1px);inset:0;opacity:0;position:fixed;pointer-events:none;transition:opacity .4s ease,visibility 0ms .4s;z-index:1999999998}.mc-overlay.is-visible{opacity:1;pointer-events:all;transition:opacity .4s ease,visibility 0ms;visibility:visible}.mc-overlay-loader{background-color:#191919b3;inset:0;opacity:0;position:fixed;pointer-events:none;transition:opacity .4s ease,visibility 0ms .4s;z-index:1999999998;align-items:center;display:flex;justify-content:center}.mc-overlay-loader.is-visible{opacity:1;pointer-events:all;transition:opacity .4s ease,visibility 0ms;visibility:visible}\n"] }]
|
|
14
|
-
}], propDecorators: { isVisible: [{
|
|
15
|
-
type: Input
|
|
16
|
-
}] } });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9vdmVybGF5L292ZXJsYXkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvb3ZlcmxheS9vdmVybGF5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFRMUUsTUFBTSxPQUFPLGdCQUFnQjtJQU43QjtRQU9rQixjQUFTLEdBQUcsS0FBSyxDQUFDO0tBQ25DOytHQUZZLGdCQUFnQjttR0FBaEIsZ0JBQWdCLHVGQ1I3QixrSUFHQTs7NEZES2EsZ0JBQWdCO2tCQU41QixTQUFTOytCQUNFLGFBQWEsbUJBR04sdUJBQXVCLENBQUMsTUFBTTs4QkFHL0IsU0FBUztzQkFBeEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vei1vdmVybGF5JyxcbiAgdGVtcGxhdGVVcmw6ICcuL292ZXJsYXkuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9vdmVybGF5LmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBPdmVybGF5Q29tcG9uZW50IHtcbiAgQElucHV0KCkgcHVibGljIGlzVmlzaWJsZSA9IGZhbHNlO1xufVxuIiwiPGRpdiBjbGFzcz1cIm1jLW92ZXJsYXlcIiBbbmdDbGFzc109XCJ7ICdpcy12aXNpYmxlJzogaXNWaXNpYmxlIH1cIj5cbiAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2NvbnRlbnRdXCI+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { OverlayComponent } from './overlay.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class OverlayModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OverlayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OverlayModule, declarations: [OverlayComponent], imports: [CommonModule], exports: [OverlayComponent] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OverlayModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OverlayModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [OverlayComponent],
|
|
14
|
-
imports: [CommonModule],
|
|
15
|
-
exports: [OverlayComponent],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9vdmVybGF5L292ZXJsYXkubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQU92RCxNQUFNLE9BQU8sYUFBYTsrR0FBYixhQUFhO2dIQUFiLGFBQWEsaUJBSlQsZ0JBQWdCLGFBQ3JCLFlBQVksYUFDWixnQkFBZ0I7Z0hBRWYsYUFBYSxZQUhkLFlBQVk7OzRGQUdYLGFBQWE7a0JBTHpCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsZ0JBQWdCLENBQUM7b0JBQ2hDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBPdmVybGF5Q29tcG9uZW50IH0gZnJvbSAnLi9vdmVybGF5LmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW092ZXJsYXlDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZXhwb3J0czogW092ZXJsYXlDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBPdmVybGF5TW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL292ZXJsYXkvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './pagination.component';
|
|
2
|
-
export * from './pagination.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9wYWdpbmF0aW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcGFnaW5hdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9wYWdpbmF0aW9uLm1vZHVsZSc7XG4iXX0=
|