@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,61 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation, } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "@angular/forms";
|
|
5
|
-
export class TagComponent {
|
|
6
|
-
constructor(elementRef) {
|
|
7
|
-
this.elementRef = elementRef;
|
|
8
|
-
this.size = 's';
|
|
9
|
-
this.select = false;
|
|
10
|
-
this.selectChange = new EventEmitter();
|
|
11
|
-
this.clickOnRemove = new EventEmitter();
|
|
12
|
-
this.type = this.getDefaultType();
|
|
13
|
-
}
|
|
14
|
-
get hostCssClasses() {
|
|
15
|
-
return `${this.tagCssClass} ${this.sizeCssClass}`;
|
|
16
|
-
}
|
|
17
|
-
get labelCssClass() {
|
|
18
|
-
return `${this.tagCssClass}__label`;
|
|
19
|
-
}
|
|
20
|
-
get tagName() {
|
|
21
|
-
return this.elementRef?.nativeElement.tagName.toLowerCase();
|
|
22
|
-
}
|
|
23
|
-
get hostIsLink() {
|
|
24
|
-
return this.tagName === 'a';
|
|
25
|
-
}
|
|
26
|
-
get tagCssClass() {
|
|
27
|
-
return `mc-tag-${this.type}`;
|
|
28
|
-
}
|
|
29
|
-
get sizeCssClass() {
|
|
30
|
-
return `${this.tagCssClass}--${this.size}`;
|
|
31
|
-
}
|
|
32
|
-
getDefaultType() {
|
|
33
|
-
return this.hostIsLink ? 'link' : 'text';
|
|
34
|
-
}
|
|
35
|
-
emitRemove() {
|
|
36
|
-
this.clickOnRemove.emit();
|
|
37
|
-
}
|
|
38
|
-
emitSelectChanges($event) {
|
|
39
|
-
this.selectChange.emit($event);
|
|
40
|
-
}
|
|
41
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TagComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
42
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: TagComponent, selector: "moz-tag, a[moz-tag]", inputs: { type: "type", size: "size", select: "select" }, outputs: { selectChange: "selectChange", clickOnRemove: "clickOnRemove" }, host: { properties: { "class": "this.hostCssClasses" } }, ngImport: i0, template: "<ng-template #labelTemplate>\n <span [ngClass]=\"labelCssClass\">\n <ng-content></ng-content>\n </span>\n</ng-template>\n\n<ng-container [ngSwitch]=\"type\">\n <ng-container *ngSwitchCase=\"'selectable'\">\n <input\n class=\"mc-tag-selectable__input\"\n type=\"checkbox\"\n id=\"selectable\"\n [ngModel]=\"select\"\n (ngModelChange)=\"emitSelectChanges($event)\"\n />\n <label class=\"mc-tag-selectable__pill\" for=\"selectable\">\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n </label>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'removable'\">\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n <button class=\"mc-tag-removable__remove\" (click)=\"emitRemove()\"></button>\n </ng-container>\n\n <ng-container *ngSwitchDefault>\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n </ng-container>\n</ng-container>\n", styles: [".mc-tag-text{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;background:#fff;color:#191919;box-shadow:inset 0 0 0 1px gray}.mc-tag-text:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-text--s{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-text--s\\@from-m{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-text--s\\@from-l{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-text--s\\@from-xl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-text--s\\@from-xxl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-text--dark{background:#191919;color:#fff;box-shadow:inset 0 0 0 1px #fff}.mc-tag-link{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;text-decoration:none;outline:none;background:#fff;box-shadow:inset 0 0 0 1px gray;color:#191919}.mc-tag-link:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-link:hover{background:#e6e6e6}.mc-tag-link:active{background:#ccc}.mc-tag-link:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc;box-shadow:0 0 0 .125rem #0b96cc}.mc-tag-link--s{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-link--s\\@from-m{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-link--s\\@from-l{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-link--s\\@from-xl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-link--s\\@from-xxl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-link--dark{background:#191919;color:#fff;box-shadow:inset 0 0 0 1px #fff}.mc-tag-link--dark:hover{background:#333}.mc-tag-link--dark:active{background:#4d4d4d}.mc-tag-selectable{display:inline-block;white-space:nowrap}.mc-tag-selectable__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-tag-selectable__input:checked+.mc-tag-selectable__pill{background:#002a5b;box-shadow:inset 0 0 0 1px #002a5b;color:#fff}.mc-tag-selectable__input:checked+.mc-tag-selectable__pill:hover{background:#00387a;box-shadow:inset 0 0 0 1px #00387a}.mc-tag-selectable__input:focus+.mc-tag-selectable__pill:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc;box-shadow:0 0 0 .125rem #0b96cc}.mc-tag-selectable__input:disabled+.mc-tag-selectable__pill{cursor:not-allowed;background:#e6e6e6;color:gray}.mc-tag-selectable__label{-webkit-user-select:none;user-select:none}.mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;transition:box-shadow .2s ease;background:#fff;box-shadow:inset 0 0 0 1px gray;color:#191919;cursor:pointer}.mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-selectable__pill:hover{background:#e5efff}.mc-tag-selectable__pill:active{background:#b8d3ff;box-shadow:inset 0 0 0 1px gray;color:#191919}.mc-tag-selectable--dark .mc-tag-selectable__pill{background:#191919;color:#fff;cursor:pointer}.mc-tag-selectable--dark .mc-tag-selectable__pill:hover{background:#004ea8}.mc-tag-selectable--dark .mc-tag-selectable__pill:active{background:#b8d3ff;box-shadow:inset 0 0 0 1px #b8d3ff;color:#191919}.mc-tag-selectable--dark .mc-tag-selectable__input:checked+.mc-tag-selectable__pill{background:#5797ff;box-shadow:inset 0 0 0 1px #5797ff;color:#191919}.mc-tag-selectable--dark .mc-tag-selectable__input:checked+.mc-tag-selectable__pill:hover{background:#8ab7ff}.mc-tag-selectable--dark .mc-tag-selectable__input:disabled+.mc-tag-selectable__pill{cursor:not-allowed;background:#4d4d4d;color:gray}.mc-tag-selectable--s .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-selectable--s\\@from-m .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-selectable--s\\@from-l .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-l .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-selectable--s\\@from-xl .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-xl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-selectable--s\\@from-xxl .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-xxl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-selectable--m .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-selectable--m\\@from-m .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-selectable--m\\@from-l .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-l .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-selectable--m\\@from-xl .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-xl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-selectable--m\\@from-xxl .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-xxl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}.mc-tag-removable{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0;background-color:#333;color:#fff}.mc-tag-removable:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--s{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}@media screen and (min-width: 680px){.mc-tag-removable--s\\@from-m{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-m .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-m .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1024px){.mc-tag-removable--s\\@from-l{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-l .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-l .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1280px){.mc-tag-removable--s\\@from-xl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-xl .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-xl .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1920px){.mc-tag-removable--s\\@from-xxl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-xxl .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-xxl .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}.mc-tag-removable--m{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\")}@media screen and (min-width: 680px){.mc-tag-removable--m\\@from-m{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-m .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-m .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\")}}@media screen and (min-width: 1024px){.mc-tag-removable--m\\@from-l{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-l .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-l .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\")}}@media screen and (min-width: 1280px){.mc-tag-removable--m\\@from-xl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-xl .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-xl .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\")}}@media screen and (min-width: 1920px){.mc-tag-removable--m\\@from-xxl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-xxl .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-xxl .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\")}}.mc-tag-removable--dark{background-color:#ccc;color:#191919}.mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable__remove{box-shadow:none;text-decoration:none;outline:none;border:none;cursor:pointer;padding:0;width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\");position:relative;background-color:#333;margin:0;display:block;border-radius:50%;background-repeat:no-repeat;background-position:center}.mc-tag-removable__remove: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:50%;inset:-.125rem}.mc-tag-removable__remove-text{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-tag-removable__remove:hover{background-color:#4d4d4d}.mc-tag-removable__remove:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc;box-shadow:0 0 0 .125rem #0b96cc}.mc-tag-removable__remove:active{background-color:#666}.mc-tag-removable--dark .mc-tag-removable__remove{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23191919' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\");background-color:#ccc}.mc-tag-removable--dark .mc-tag-removable__remove:hover{background-color:#b3b3b3}.mc-tag-removable--dark .mc-tag-removable__remove:active{background-color:#999}.mc-tag-list{list-style:none;margin-left:0;padding-left:0;display:flex;flex-flow:row wrap}.mc-tag-list__item{margin:0 1rem 1rem 0}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
43
|
-
}
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TagComponent, decorators: [{
|
|
45
|
-
type: Component,
|
|
46
|
-
args: [{ selector: 'moz-tag, a[moz-tag]', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-template #labelTemplate>\n <span [ngClass]=\"labelCssClass\">\n <ng-content></ng-content>\n </span>\n</ng-template>\n\n<ng-container [ngSwitch]=\"type\">\n <ng-container *ngSwitchCase=\"'selectable'\">\n <input\n class=\"mc-tag-selectable__input\"\n type=\"checkbox\"\n id=\"selectable\"\n [ngModel]=\"select\"\n (ngModelChange)=\"emitSelectChanges($event)\"\n />\n <label class=\"mc-tag-selectable__pill\" for=\"selectable\">\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n </label>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'removable'\">\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n <button class=\"mc-tag-removable__remove\" (click)=\"emitRemove()\"></button>\n </ng-container>\n\n <ng-container *ngSwitchDefault>\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n </ng-container>\n</ng-container>\n", styles: [".mc-tag-text{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;background:#fff;color:#191919;box-shadow:inset 0 0 0 1px gray}.mc-tag-text:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-text--s{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-text--s\\@from-m{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-text--s\\@from-l{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-text--s\\@from-xl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-text--s\\@from-xxl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-text--dark{background:#191919;color:#fff;box-shadow:inset 0 0 0 1px #fff}.mc-tag-link{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;text-decoration:none;outline:none;background:#fff;box-shadow:inset 0 0 0 1px gray;color:#191919}.mc-tag-link:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-link:hover{background:#e6e6e6}.mc-tag-link:active{background:#ccc}.mc-tag-link:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc;box-shadow:0 0 0 .125rem #0b96cc}.mc-tag-link--s{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-link--s\\@from-m{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-link--s\\@from-l{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-link--s\\@from-xl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-link--s\\@from-xxl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-link--dark{background:#191919;color:#fff;box-shadow:inset 0 0 0 1px #fff}.mc-tag-link--dark:hover{background:#333}.mc-tag-link--dark:active{background:#4d4d4d}.mc-tag-selectable{display:inline-block;white-space:nowrap}.mc-tag-selectable__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-tag-selectable__input:checked+.mc-tag-selectable__pill{background:#002a5b;box-shadow:inset 0 0 0 1px #002a5b;color:#fff}.mc-tag-selectable__input:checked+.mc-tag-selectable__pill:hover{background:#00387a;box-shadow:inset 0 0 0 1px #00387a}.mc-tag-selectable__input:focus+.mc-tag-selectable__pill:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc;box-shadow:0 0 0 .125rem #0b96cc}.mc-tag-selectable__input:disabled+.mc-tag-selectable__pill{cursor:not-allowed;background:#e6e6e6;color:gray}.mc-tag-selectable__label{-webkit-user-select:none;user-select:none}.mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;transition:box-shadow .2s ease;background:#fff;box-shadow:inset 0 0 0 1px gray;color:#191919;cursor:pointer}.mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-selectable__pill:hover{background:#e5efff}.mc-tag-selectable__pill:active{background:#b8d3ff;box-shadow:inset 0 0 0 1px gray;color:#191919}.mc-tag-selectable--dark .mc-tag-selectable__pill{background:#191919;color:#fff;cursor:pointer}.mc-tag-selectable--dark .mc-tag-selectable__pill:hover{background:#004ea8}.mc-tag-selectable--dark .mc-tag-selectable__pill:active{background:#b8d3ff;box-shadow:inset 0 0 0 1px #b8d3ff;color:#191919}.mc-tag-selectable--dark .mc-tag-selectable__input:checked+.mc-tag-selectable__pill{background:#5797ff;box-shadow:inset 0 0 0 1px #5797ff;color:#191919}.mc-tag-selectable--dark .mc-tag-selectable__input:checked+.mc-tag-selectable__pill:hover{background:#8ab7ff}.mc-tag-selectable--dark .mc-tag-selectable__input:disabled+.mc-tag-selectable__pill{cursor:not-allowed;background:#4d4d4d;color:gray}.mc-tag-selectable--s .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-selectable--s\\@from-m .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-selectable--s\\@from-l .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-l .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-selectable--s\\@from-xl .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-xl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-selectable--s\\@from-xxl .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-xxl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-selectable--m .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-selectable--m\\@from-m .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-selectable--m\\@from-l .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-l .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-selectable--m\\@from-xl .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-xl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-selectable--m\\@from-xxl .mc-tag-selectable__pill{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-xxl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}.mc-tag-removable{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0;background-color:#333;color:#fff}.mc-tag-removable:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--s{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}@media screen and (min-width: 680px){.mc-tag-removable--s\\@from-m{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-m .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-m .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1024px){.mc-tag-removable--s\\@from-l{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-l .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-l .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1280px){.mc-tag-removable--s\\@from-xl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-xl .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-xl .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1920px){.mc-tag-removable--s\\@from-xxl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-xxl .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-xxl .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}.mc-tag-removable--m{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\")}@media screen and (min-width: 680px){.mc-tag-removable--m\\@from-m{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-m .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-m .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\")}}@media screen and (min-width: 1024px){.mc-tag-removable--m\\@from-l{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-l .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-l .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\")}}@media screen and (min-width: 1280px){.mc-tag-removable--m\\@from-xl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-xl .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-xl .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\")}}@media screen and (min-width: 1920px){.mc-tag-removable--m\\@from-xxl{font-family:LeroyMerlin,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-xxl .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-xxl .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\")}}.mc-tag-removable--dark{background-color:#ccc;color:#191919}.mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable__remove{box-shadow:none;text-decoration:none;outline:none;border:none;cursor:pointer;padding:0;width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23cccccc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\");position:relative;background-color:#333;margin:0;display:block;border-radius:50%;background-repeat:no-repeat;background-position:center}.mc-tag-removable__remove: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:50%;inset:-.125rem}.mc-tag-removable__remove-text{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-tag-removable__remove:hover{background-color:#4d4d4d}.mc-tag-removable__remove:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc;box-shadow:0 0 0 .125rem #0b96cc}.mc-tag-removable__remove:active{background-color:#666}.mc-tag-removable--dark .mc-tag-removable__remove{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.5rem' width='1.5rem' fill='%23191919' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z'/%3E%3C/svg%3E\");background-color:#ccc}.mc-tag-removable--dark .mc-tag-removable__remove:hover{background-color:#b3b3b3}.mc-tag-removable--dark .mc-tag-removable__remove:active{background-color:#999}.mc-tag-list{list-style:none;margin-left:0;padding-left:0;display:flex;flex-flow:row wrap}.mc-tag-list__item{margin:0 1rem 1rem 0}\n"] }]
|
|
47
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { type: [{
|
|
48
|
-
type: Input
|
|
49
|
-
}], size: [{
|
|
50
|
-
type: Input
|
|
51
|
-
}], select: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], selectChange: [{
|
|
54
|
-
type: Output
|
|
55
|
-
}], clickOnRemove: [{
|
|
56
|
-
type: Output
|
|
57
|
-
}], hostCssClasses: [{
|
|
58
|
-
type: HostBinding,
|
|
59
|
-
args: ['class']
|
|
60
|
-
}] } });
|
|
61
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RhZy90YWcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvdGFnL3RhZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFFVCxZQUFZLEVBQ1osV0FBVyxFQUNYLEtBQUssRUFDTCxNQUFNLEVBQ04saUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOzs7O0FBVXZCLE1BQU0sT0FBTyxZQUFZO0lBV3ZCLFlBQW9CLFVBQW1DO1FBQW5DLGVBQVUsR0FBVixVQUFVLENBQXlCO1FBUjlDLFNBQUksR0FBYyxHQUFHLENBQUM7UUFFdEIsV0FBTSxHQUFZLEtBQUssQ0FBQztRQUV2QixpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFXLENBQUM7UUFFM0Msa0JBQWEsR0FBRyxJQUFJLFlBQVksRUFBUSxDQUFDO1FBR2pELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3BDLENBQUM7SUFFRCxJQUNXLGNBQWM7UUFDdkIsT0FBTyxHQUFHLElBQUksQ0FBQyxXQUFXLElBQUksSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3BELENBQUM7SUFFRCxJQUFXLGFBQWE7UUFDdEIsT0FBTyxHQUFHLElBQUksQ0FBQyxXQUFXLFNBQVMsQ0FBQztJQUN0QyxDQUFDO0lBRUQsSUFBWSxPQUFPO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLFVBQVUsRUFBRSxhQUFhLENBQUMsT0FBTyxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzlELENBQUM7SUFFRCxJQUFZLFVBQVU7UUFDcEIsT0FBTyxJQUFJLENBQUMsT0FBTyxLQUFLLEdBQUcsQ0FBQztJQUM5QixDQUFDO0lBRUQsSUFBWSxXQUFXO1FBQ3JCLE9BQU8sVUFBVSxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDL0IsQ0FBQztJQUVELElBQVksWUFBWTtRQUN0QixPQUFPLEdBQUcsSUFBSSxDQUFDLFdBQVcsS0FBSyxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDN0MsQ0FBQztJQUVPLGNBQWM7UUFDcEIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUMzQyxDQUFDO0lBRU0sVUFBVTtRQUNmLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDNUIsQ0FBQztJQUVNLGlCQUFpQixDQUFDLE1BQWU7UUFDdEMsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDakMsQ0FBQzsrR0FsRFUsWUFBWTttR0FBWixZQUFZLDBQQ25CekIsczdCQTZCQTs7NEZEVmEsWUFBWTtrQkFQeEIsU0FBUzsrQkFDRSxxQkFBcUIsbUJBR2QsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSTsrRUFHNUIsSUFBSTtzQkFBWixLQUFLO2dCQUVHLElBQUk7c0JBQVosS0FBSztnQkFFRyxNQUFNO3NCQUFkLEtBQUs7Z0JBRUksWUFBWTtzQkFBckIsTUFBTTtnQkFFRyxhQUFhO3NCQUF0QixNQUFNO2dCQU9JLGNBQWM7c0JBRHhCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIEV2ZW50RW1pdHRlcixcbiAgSG9zdEJpbmRpbmcsXG4gIElucHV0LFxuICBPdXRwdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRhZ1R5cGUgfSBmcm9tICcuL3RhZy10eXBlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW96LXRhZywgYVttb3otdGFnXScsXG4gIHRlbXBsYXRlVXJsOiAnLi90YWcuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi90YWcuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIFRhZ0NvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHR5cGU6IFRhZ1R5cGU7XG5cbiAgQElucHV0KCkgc2l6ZTogJ3MnIHwgJ20nID0gJ3MnO1xuXG4gIEBJbnB1dCgpIHNlbGVjdDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBPdXRwdXQoKSBzZWxlY3RDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XG5cbiAgQE91dHB1dCgpIGNsaWNrT25SZW1vdmUgPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50Pikge1xuICAgIHRoaXMudHlwZSA9IHRoaXMuZ2V0RGVmYXVsdFR5cGUoKTtcbiAgfVxuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICBwdWJsaWMgZ2V0IGhvc3RDc3NDbGFzc2VzKCkge1xuICAgIHJldHVybiBgJHt0aGlzLnRhZ0Nzc0NsYXNzfSAke3RoaXMuc2l6ZUNzc0NsYXNzfWA7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGxhYmVsQ3NzQ2xhc3MoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gYCR7dGhpcy50YWdDc3NDbGFzc31fX2xhYmVsYDtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0IHRhZ05hbWUoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmPy5uYXRpdmVFbGVtZW50LnRhZ05hbWUudG9Mb3dlckNhc2UoKTtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0IGhvc3RJc0xpbmsoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMudGFnTmFtZSA9PT0gJ2EnO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXQgdGFnQ3NzQ2xhc3MoKSB7XG4gICAgcmV0dXJuIGBtYy10YWctJHt0aGlzLnR5cGV9YDtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0IHNpemVDc3NDbGFzcygpIHtcbiAgICByZXR1cm4gYCR7dGhpcy50YWdDc3NDbGFzc30tLSR7dGhpcy5zaXplfWA7XG4gIH1cblxuICBwcml2YXRlIGdldERlZmF1bHRUeXBlKCk6IFRhZ1R5cGUge1xuICAgIHJldHVybiB0aGlzLmhvc3RJc0xpbmsgPyAnbGluaycgOiAndGV4dCc7XG4gIH1cblxuICBwdWJsaWMgZW1pdFJlbW92ZSgpIHtcbiAgICB0aGlzLmNsaWNrT25SZW1vdmUuZW1pdCgpO1xuICB9XG5cbiAgcHVibGljIGVtaXRTZWxlY3RDaGFuZ2VzKCRldmVudDogYm9vbGVhbikge1xuICAgIHRoaXMuc2VsZWN0Q2hhbmdlLmVtaXQoJGV2ZW50KTtcbiAgfVxufVxuIiwiPG5nLXRlbXBsYXRlICNsYWJlbFRlbXBsYXRlPlxuICA8c3BhbiBbbmdDbGFzc109XCJsYWJlbENzc0NsYXNzXCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICA8L3NwYW4+XG48L25nLXRlbXBsYXRlPlxuXG48bmctY29udGFpbmVyIFtuZ1N3aXRjaF09XCJ0eXBlXCI+XG4gIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidzZWxlY3RhYmxlJ1wiPlxuICAgIDxpbnB1dFxuICAgICAgY2xhc3M9XCJtYy10YWctc2VsZWN0YWJsZV9faW5wdXRcIlxuICAgICAgdHlwZT1cImNoZWNrYm94XCJcbiAgICAgIGlkPVwic2VsZWN0YWJsZVwiXG4gICAgICBbbmdNb2RlbF09XCJzZWxlY3RcIlxuICAgICAgKG5nTW9kZWxDaGFuZ2UpPVwiZW1pdFNlbGVjdENoYW5nZXMoJGV2ZW50KVwiXG4gICAgLz5cbiAgICA8bGFiZWwgY2xhc3M9XCJtYy10YWctc2VsZWN0YWJsZV9fcGlsbFwiIGZvcj1cInNlbGVjdGFibGVcIj5cbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibGFiZWxUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgIDwvbGFiZWw+XG4gIDwvbmctY29udGFpbmVyPlxuXG4gIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidyZW1vdmFibGUnXCI+XG4gICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJsYWJlbFRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgPGJ1dHRvbiBjbGFzcz1cIm1jLXRhZy1yZW1vdmFibGVfX3JlbW92ZVwiIChjbGljayk9XCJlbWl0UmVtb3ZlKClcIj48L2J1dHRvbj5cbiAgPC9uZy1jb250YWluZXI+XG5cbiAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hEZWZhdWx0PlxuICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibGFiZWxUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICA8L25nLWNvbnRhaW5lcj5cbjwvbmctY29udGFpbmVyPlxuIl19
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { FormsModule } from '@angular/forms';
|
|
4
|
-
import { TagComponent } from './tag.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class TagModule {
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TagModule, declarations: [TagComponent], imports: [CommonModule, FormsModule], exports: [TagComponent] }); }
|
|
9
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TagModule, imports: [CommonModule, FormsModule] }); }
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TagModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
imports: [CommonModule, FormsModule],
|
|
15
|
-
declarations: [TagComponent],
|
|
16
|
-
exports: [TagComponent],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RhZy90YWcubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBTy9DLE1BQU0sT0FBTyxTQUFTOytHQUFULFNBQVM7Z0hBQVQsU0FBUyxpQkFITCxZQUFZLGFBRGpCLFlBQVksRUFBRSxXQUFXLGFBRXpCLFlBQVk7Z0hBRVgsU0FBUyxZQUpWLFlBQVksRUFBRSxXQUFXOzs0RkFJeEIsU0FBUztrQkFMckIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsV0FBVyxDQUFDO29CQUNwQyxZQUFZLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQzVCLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztpQkFDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgVGFnQ29tcG9uZW50IH0gZnJvbSAnLi90YWcuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRm9ybXNNb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtUYWdDb21wb25lbnRdLFxuICBleHBvcnRzOiBbVGFnQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgVGFnTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Inject, ViewEncapsulation } from '@angular/core';
|
|
2
|
-
import { LAYER_DATA, LAYER_REF } from '../../../layer/tokens';
|
|
3
|
-
import { Subject } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/common";
|
|
6
|
-
import * as i2 from "../../../tag/tag.component";
|
|
7
|
-
export class TaglistLayerContentComponent {
|
|
8
|
-
constructor(data, layerRef) {
|
|
9
|
-
this.data = data;
|
|
10
|
-
this.layerRef = layerRef;
|
|
11
|
-
this.tagType = 'removable';
|
|
12
|
-
this.tagItems = [];
|
|
13
|
-
this.tagSize = 's';
|
|
14
|
-
this.destroyed = new Subject();
|
|
15
|
-
this.taglistService = data.taglistService;
|
|
16
|
-
this.tagSize = data.size;
|
|
17
|
-
this.tagType = data.type;
|
|
18
|
-
this._removedTagFromLayer$ = data._removedTagFromLayer$;
|
|
19
|
-
this.taglistService.tagItems$.subscribe((tagItems) => {
|
|
20
|
-
this.tagItems = tagItems;
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
removeTagEvent(tagItem) {
|
|
24
|
-
this._removedTagFromLayer$.next(tagItem);
|
|
25
|
-
this.taglistService.setTagItems(this.tagItems.filter((tag) => tag.id !== tagItem.id));
|
|
26
|
-
}
|
|
27
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TaglistLayerContentComponent, deps: [{ token: LAYER_DATA }, { token: LAYER_REF }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
28
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: TaglistLayerContentComponent, selector: "moz-taglist-layer-content", host: { properties: { "class.mc-taglist__manage": "true" } }, ngImport: i0, template: "<div class=\"mc-taglist__body\">\n <div class=\"mc-taglist\">\n <moz-tag\n [type]=\"tagType\"\n *ngFor=\"let tagItem of tagItems\"\n [size]=\"tagSize\"\n (clickOnRemove)=\"removeTagEvent(tagItem)\"\n >\n {{ tagItem.label }}\n </moz-tag>\n </div>\n</div>\n", styles: [".mc-taglist__footer{display:flex;justify-content:space-evenly;align-items:center}.mc-taglist__manage{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:1rem 0}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2.TagComponent, selector: "moz-tag, a[moz-tag]", inputs: ["type", "size", "select"], outputs: ["selectChange", "clickOnRemove"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
29
|
-
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TaglistLayerContentComponent, decorators: [{
|
|
31
|
-
type: Component,
|
|
32
|
-
args: [{ selector: 'moz-taglist-layer-content', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { '[class.mc-taglist__manage]': 'true' }, template: "<div class=\"mc-taglist__body\">\n <div class=\"mc-taglist\">\n <moz-tag\n [type]=\"tagType\"\n *ngFor=\"let tagItem of tagItems\"\n [size]=\"tagSize\"\n (clickOnRemove)=\"removeTagEvent(tagItem)\"\n >\n {{ tagItem.label }}\n </moz-tag>\n </div>\n</div>\n", styles: [".mc-taglist__footer{display:flex;justify-content:space-evenly;align-items:center}.mc-taglist__manage{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:1rem 0}\n"] }]
|
|
33
|
-
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
34
|
-
type: Inject,
|
|
35
|
-
args: [LAYER_DATA]
|
|
36
|
-
}] }, { type: undefined, decorators: [{
|
|
37
|
-
type: Inject,
|
|
38
|
-
args: [LAYER_REF]
|
|
39
|
-
}] }] });
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnbGlzdC1sYXllci1jb250ZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RhZ2xpc3QvY29tcG9uZW50cy90YWdsaXN0LWxheWVyLWNvbnRlbnQvdGFnbGlzdC1sYXllci1jb250ZW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RhZ2xpc3QvY29tcG9uZW50cy90YWdsaXN0LWxheWVyLWNvbnRlbnQvdGFnbGlzdC1sYXllci1jb250ZW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTlGLE9BQU8sRUFBRSxVQUFVLEVBQUUsU0FBUyxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFFOUQsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQzs7OztBQVUvQixNQUFNLE9BQU8sNEJBQTRCO0lBUXZDLFlBQ3NDLElBQVMsRUFDVixRQUFrQjtRQURqQixTQUFJLEdBQUosSUFBSSxDQUFLO1FBQ1YsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQVRoRCxZQUFPLEdBQVksV0FBVyxDQUFDO1FBQy9CLGFBQVEsR0FBYyxFQUFFLENBQUM7UUFDekIsWUFBTyxHQUFjLEdBQUcsQ0FBQztRQUd4QixjQUFTLEdBQUcsSUFBSSxPQUFPLEVBQUUsQ0FBQztRQU1oQyxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUM7UUFDMUMsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDO1FBQ3pCLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQztRQUN6QixJQUFJLENBQUMscUJBQXFCLEdBQUcsSUFBSSxDQUFDLHFCQUFxQixDQUFDO1FBQ3hELElBQUksQ0FBQyxjQUFjLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxDQUFDLFFBQW1CLEVBQUUsRUFBRTtZQUM5RCxJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztRQUMzQixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTSxjQUFjLENBQUMsT0FBZ0I7UUFDcEMsSUFBSSxDQUFDLHFCQUFxQixDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUN6QyxJQUFJLENBQUMsY0FBYyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFLENBQUMsR0FBRyxDQUFDLEVBQUUsS0FBSyxPQUFPLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztJQUN4RixDQUFDOytHQXhCVSw0QkFBNEIsa0JBUzdCLFVBQVUsYUFDVixTQUFTO21HQVZSLDRCQUE0QiwrSENkekMscVNBWUE7OzRGREVhLDRCQUE0QjtrQkFSeEMsU0FBUzsrQkFDRSwyQkFBMkIsbUJBR3BCLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksUUFDL0IsRUFBRSw0QkFBNEIsRUFBRSxNQUFNLEVBQUU7OzBCQVczQyxNQUFNOzJCQUFDLFVBQVU7OzBCQUNqQixNQUFNOzJCQUFDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbmplY3QsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUYWdJdGVtLCBUYWdUeXBlIH0gZnJvbSAnLi4vLi4vLi4vdGFnL3RhZy10eXBlJztcbmltcG9ydCB7IExBWUVSX0RBVEEsIExBWUVSX1JFRiB9IGZyb20gJy4uLy4uLy4uL2xheWVyL3Rva2Vucyc7XG5pbXBvcnQgeyBMYXllclJlZiB9IGZyb20gJy4uLy4uLy4uL2xheWVyL2ludGVyZmFjZXMvbGF5ZXItcmVmJztcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW96LXRhZ2xpc3QtbGF5ZXItY29udGVudCcsXG4gIHRlbXBsYXRlVXJsOiAnLi90YWdsaXN0LWxheWVyLWNvbnRlbnQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi90YWdsaXN0LWxheWVyLWNvbnRlbnQuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGhvc3Q6IHsgJ1tjbGFzcy5tYy10YWdsaXN0X19tYW5hZ2VdJzogJ3RydWUnIH0sXG59KVxuZXhwb3J0IGNsYXNzIFRhZ2xpc3RMYXllckNvbnRlbnRDb21wb25lbnQge1xuICBwdWJsaWMgdGFnVHlwZTogVGFnVHlwZSA9ICdyZW1vdmFibGUnO1xuICBwdWJsaWMgdGFnSXRlbXM6IFRhZ0l0ZW1bXSA9IFtdO1xuICBwdWJsaWMgdGFnU2l6ZTogJ3MnIHwgJ20nID0gJ3MnO1xuICBwcml2YXRlIF9yZW1vdmVkVGFnRnJvbUxheWVyJDtcbiAgcHJpdmF0ZSB0YWdsaXN0U2VydmljZTtcbiAgcHJpdmF0ZSBkZXN0cm95ZWQgPSBuZXcgU3ViamVjdCgpO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBJbmplY3QoTEFZRVJfREFUQSkgcHVibGljIHJlYWRvbmx5IGRhdGE6IGFueSxcbiAgICBASW5qZWN0KExBWUVSX1JFRikgcHVibGljIHJlYWRvbmx5IGxheWVyUmVmOiBMYXllclJlZlxuICApIHtcbiAgICB0aGlzLnRhZ2xpc3RTZXJ2aWNlID0gZGF0YS50YWdsaXN0U2VydmljZTtcbiAgICB0aGlzLnRhZ1NpemUgPSBkYXRhLnNpemU7XG4gICAgdGhpcy50YWdUeXBlID0gZGF0YS50eXBlO1xuICAgIHRoaXMuX3JlbW92ZWRUYWdGcm9tTGF5ZXIkID0gZGF0YS5fcmVtb3ZlZFRhZ0Zyb21MYXllciQ7XG4gICAgdGhpcy50YWdsaXN0U2VydmljZS50YWdJdGVtcyQuc3Vic2NyaWJlKCh0YWdJdGVtczogVGFnSXRlbVtdKSA9PiB7XG4gICAgICB0aGlzLnRhZ0l0ZW1zID0gdGFnSXRlbXM7XG4gICAgfSk7XG4gIH1cblxuICBwdWJsaWMgcmVtb3ZlVGFnRXZlbnQodGFnSXRlbTogVGFnSXRlbSk6IHZvaWQge1xuICAgIHRoaXMuX3JlbW92ZWRUYWdGcm9tTGF5ZXIkLm5leHQodGFnSXRlbSk7XG4gICAgdGhpcy50YWdsaXN0U2VydmljZS5zZXRUYWdJdGVtcyh0aGlzLnRhZ0l0ZW1zLmZpbHRlcigodGFnKSA9PiB0YWcuaWQgIT09IHRhZ0l0ZW0uaWQpKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cIm1jLXRhZ2xpc3RfX2JvZHlcIj5cbiAgPGRpdiBjbGFzcz1cIm1jLXRhZ2xpc3RcIj5cbiAgICA8bW96LXRhZ1xuICAgICAgW3R5cGVdPVwidGFnVHlwZVwiXG4gICAgICAqbmdGb3I9XCJsZXQgdGFnSXRlbSBvZiB0YWdJdGVtc1wiXG4gICAgICBbc2l6ZV09XCJ0YWdTaXplXCJcbiAgICAgIChjbGlja09uUmVtb3ZlKT1cInJlbW92ZVRhZ0V2ZW50KHRhZ0l0ZW0pXCJcbiAgICA+XG4gICAgICB7eyB0YWdJdGVtLmxhYmVsIH19XG4gICAgPC9tb3otdGFnPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './taglist.module';
|
|
2
|
-
export * from './taglist.component';
|
|
3
|
-
export * from './components/taglist-layer-content/taglist-layer-content.component';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy90YWdsaXN0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLG9FQUFvRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi90YWdsaXN0Lm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL3RhZ2xpc3QuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy90YWdsaXN0LWxheWVyLWNvbnRlbnQvdGFnbGlzdC1sYXllci1jb250ZW50LmNvbXBvbmVudCc7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RhZ2xpc3QvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class TaglistService {
|
|
5
|
-
constructor() {
|
|
6
|
-
this._tagItems$ = new BehaviorSubject([]);
|
|
7
|
-
this.tagItems$ = this._tagItems$.asObservable();
|
|
8
|
-
}
|
|
9
|
-
setTagItems(tagItems) {
|
|
10
|
-
this._tagItems$.next(tagItems);
|
|
11
|
-
}
|
|
12
|
-
getTagItems() {
|
|
13
|
-
return this._tagItems$.getValue();
|
|
14
|
-
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TaglistService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TaglistService }); }
|
|
17
|
-
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TaglistService, decorators: [{
|
|
19
|
-
type: Injectable
|
|
20
|
-
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnbGlzdC5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvdGFnbGlzdC9zZXJ2aWNlcy90YWdsaXN0LnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUl2QyxNQUFNLE9BQU8sY0FBYztJQUQzQjtRQUVTLGVBQVUsR0FBRyxJQUFJLGVBQWUsQ0FBWSxFQUFFLENBQUMsQ0FBQztRQUNoRCxjQUFTLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxZQUFZLEVBQUUsQ0FBQztLQVNuRDtJQVBDLFdBQVcsQ0FBQyxRQUFtQjtRQUM3QixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUNqQyxDQUFDO0lBRUQsV0FBVztRQUNULE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUNwQyxDQUFDOytHQVZVLGNBQWM7bUhBQWQsY0FBYzs7NEZBQWQsY0FBYztrQkFEMUIsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgVGFnSXRlbSB9IGZyb20gJy4uLy4uL3RhZy90YWctdHlwZSc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBUYWdsaXN0U2VydmljZSB7XG4gIHB1YmxpYyBfdGFnSXRlbXMkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxUYWdJdGVtW10+KFtdKTtcbiAgcHVibGljIHRhZ0l0ZW1zJCA9IHRoaXMuX3RhZ0l0ZW1zJC5hc09ic2VydmFibGUoKTtcblxuICBzZXRUYWdJdGVtcyh0YWdJdGVtczogVGFnSXRlbVtdKTogdm9pZCB7XG4gICAgdGhpcy5fdGFnSXRlbXMkLm5leHQodGFnSXRlbXMpO1xuICB9XG5cbiAgZ2V0VGFnSXRlbXMoKTogVGFnSXRlbVtdIHtcbiAgICByZXR1cm4gdGhpcy5fdGFnSXRlbXMkLmdldFZhbHVlKCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewEncapsulation, } from '@angular/core';
|
|
2
|
-
import { TaglistLayerContentComponent } from './components/taglist-layer-content/taglist-layer-content.component';
|
|
3
|
-
import { Subject, takeUntil } from 'rxjs';
|
|
4
|
-
import { TaglistService } from './services/taglist.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./services/taglist.service";
|
|
7
|
-
import * as i2 from "../layer/layer.service";
|
|
8
|
-
import * as i3 from "@angular/common";
|
|
9
|
-
import * as i4 from "../tag/tag.component";
|
|
10
|
-
export class TaglistComponent {
|
|
11
|
-
constructor(taglistService, layerService, cdRef) {
|
|
12
|
-
this.taglistService = taglistService;
|
|
13
|
-
this.layerService = layerService;
|
|
14
|
-
this.cdRef = cdRef;
|
|
15
|
-
this.tagItems = [];
|
|
16
|
-
this.tagSize = 's';
|
|
17
|
-
this.showAllTitle = 'Show all';
|
|
18
|
-
this.showAll = false;
|
|
19
|
-
this.layerTagsTitle = 'Tags';
|
|
20
|
-
this.layerTagsIcon = 'Navigation_Display_Setting_24px';
|
|
21
|
-
this.max = 5;
|
|
22
|
-
this.tagType = 'removable';
|
|
23
|
-
this.removeTag = new EventEmitter();
|
|
24
|
-
this._removedTagFromLayer$ = new Subject();
|
|
25
|
-
this.destroyed = new Subject();
|
|
26
|
-
}
|
|
27
|
-
ngOnChanges(changes) {
|
|
28
|
-
if (changes['tagItems'] && changes['tagItems'].currentValue) {
|
|
29
|
-
this.taglistService.setTagItems(this.tagItems);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
ngOnInit() {
|
|
33
|
-
this.taglistService.setTagItems(this.tagItems);
|
|
34
|
-
this.taglistService.tagItems$.pipe(takeUntil(this.destroyed)).subscribe((tagItems) => {
|
|
35
|
-
this.tagItems = tagItems;
|
|
36
|
-
this.cdRef.markForCheck();
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
showAllEvent() {
|
|
40
|
-
this.taglistLayerRef = this.layerService.open(TaglistLayerContentComponent, {
|
|
41
|
-
title: this.layerTagsTitle ?? 'Settings',
|
|
42
|
-
icon: this.layerTagsIcon ?? 'Navigation_Display_Setting_24px',
|
|
43
|
-
data: {
|
|
44
|
-
tags: this.tagItems,
|
|
45
|
-
type: this.tagType,
|
|
46
|
-
size: this.tagSize,
|
|
47
|
-
_removedTagFromLayer$: this._removedTagFromLayer$,
|
|
48
|
-
taglistService: this.taglistService,
|
|
49
|
-
},
|
|
50
|
-
});
|
|
51
|
-
this._removedTagFromLayer$
|
|
52
|
-
.pipe(takeUntil(this.destroyed))
|
|
53
|
-
.subscribe((tagItem) => this.removeTagEvent(tagItem));
|
|
54
|
-
}
|
|
55
|
-
removeTagEvent(tagItem) {
|
|
56
|
-
this.removeTag.emit(tagItem);
|
|
57
|
-
this.taglistService.setTagItems(this.tagItems.filter((tag) => tag.id !== tagItem.id));
|
|
58
|
-
}
|
|
59
|
-
closeTaglistLayer() {
|
|
60
|
-
if (this.taglistLayerRef) {
|
|
61
|
-
this.taglistLayerRef.close();
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
ngOnDestroy() {
|
|
65
|
-
this.destroyed.next(null);
|
|
66
|
-
this.destroyed.complete();
|
|
67
|
-
}
|
|
68
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TaglistComponent, deps: [{ token: i1.TaglistService }, { token: i2.LayerService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
69
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: TaglistComponent, selector: "moz-taglist", inputs: { tagItems: "tagItems", tagSize: "tagSize", showAllTitle: "showAllTitle", showAll: "showAll", layerTagsTitle: "layerTagsTitle", layerTagsIcon: "layerTagsIcon", max: "max", tagType: "tagType" }, outputs: { removeTag: "removeTag" }, providers: [TaglistService], usesOnChanges: true, ngImport: i0, template: "<div class=\"mc-taglist\">\n <ng-container *ngFor=\"let tagItem of taglistService.getTagItems(); let i = index\">\n <moz-tag\n class=\"tag-selected\"\n *ngIf=\"i < max || showAll\"\n type=\"removable\"\n [size]=\"tagSize\"\n [type]=\"tagType\"\n (clickOnRemove)=\"removeTagEvent(tagItem)\"\n >\n {{ tagItem.label }}\n </moz-tag>\n </ng-container>\n <ng-container *ngIf=\"!showAll && tagItems.length > max\">\n <a\n moz-tag\n [size]=\"tagSize\"\n class=\"tag-selected mc-taglist__showhide\"\n (click)=\"showAllEvent()\"\n >{{ showAllTitle }}</a\n >\n </ng-container>\n</div>\n", styles: [".mc-taglist{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.mc-taglist__showhide{cursor:pointer}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.TagComponent, selector: "moz-tag, a[moz-tag]", inputs: ["type", "size", "select"], outputs: ["selectChange", "clickOnRemove"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
70
|
-
}
|
|
71
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TaglistComponent, decorators: [{
|
|
72
|
-
type: Component,
|
|
73
|
-
args: [{ selector: 'moz-taglist', providers: [TaglistService], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"mc-taglist\">\n <ng-container *ngFor=\"let tagItem of taglistService.getTagItems(); let i = index\">\n <moz-tag\n class=\"tag-selected\"\n *ngIf=\"i < max || showAll\"\n type=\"removable\"\n [size]=\"tagSize\"\n [type]=\"tagType\"\n (clickOnRemove)=\"removeTagEvent(tagItem)\"\n >\n {{ tagItem.label }}\n </moz-tag>\n </ng-container>\n <ng-container *ngIf=\"!showAll && tagItems.length > max\">\n <a\n moz-tag\n [size]=\"tagSize\"\n class=\"tag-selected mc-taglist__showhide\"\n (click)=\"showAllEvent()\"\n >{{ showAllTitle }}</a\n >\n </ng-container>\n</div>\n", styles: [".mc-taglist{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.mc-taglist__showhide{cursor:pointer}\n"] }]
|
|
74
|
-
}], ctorParameters: () => [{ type: i1.TaglistService }, { type: i2.LayerService }, { type: i0.ChangeDetectorRef }], propDecorators: { tagItems: [{
|
|
75
|
-
type: Input
|
|
76
|
-
}], tagSize: [{
|
|
77
|
-
type: Input
|
|
78
|
-
}], showAllTitle: [{
|
|
79
|
-
type: Input
|
|
80
|
-
}], showAll: [{
|
|
81
|
-
type: Input
|
|
82
|
-
}], layerTagsTitle: [{
|
|
83
|
-
type: Input
|
|
84
|
-
}], layerTagsIcon: [{
|
|
85
|
-
type: Input
|
|
86
|
-
}], max: [{
|
|
87
|
-
type: Input
|
|
88
|
-
}], tagType: [{
|
|
89
|
-
type: Input
|
|
90
|
-
}], removeTag: [{
|
|
91
|
-
type: Output
|
|
92
|
-
}] } });
|
|
93
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy90YWdsaXN0L3RhZ2xpc3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvdGFnbGlzdC90YWdsaXN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFFdkIsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBSUwsTUFBTSxFQUVOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUd2QixPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxvRUFBb0UsQ0FBQztBQUNsSCxPQUFPLEVBQUUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUUxQyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUM7Ozs7OztBQVU1RCxNQUFNLE9BQU8sZ0JBQWdCO0lBZTNCLFlBQ1MsY0FBOEIsRUFDN0IsWUFBMEIsRUFDMUIsS0FBd0I7UUFGekIsbUJBQWMsR0FBZCxjQUFjLENBQWdCO1FBQzdCLGlCQUFZLEdBQVosWUFBWSxDQUFjO1FBQzFCLFVBQUssR0FBTCxLQUFLLENBQW1CO1FBakJ6QixhQUFRLEdBQWMsRUFBRSxDQUFDO1FBQ3pCLFlBQU8sR0FBYyxHQUFHLENBQUM7UUFDekIsaUJBQVksR0FBVyxVQUFVLENBQUM7UUFDbEMsWUFBTyxHQUFZLEtBQUssQ0FBQztRQUN6QixtQkFBYyxHQUFZLE1BQU0sQ0FBQztRQUNqQyxrQkFBYSxHQUFZLGlDQUFpQyxDQUFDO1FBQzNELFFBQUcsR0FBVyxDQUFDLENBQUM7UUFDaEIsWUFBTyxHQUFZLFdBQVcsQ0FBQztRQUM5QixjQUFTLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUUxQywwQkFBcUIsR0FBRyxJQUFJLE9BQU8sRUFBVyxDQUFDO1FBQy9DLGNBQVMsR0FBRyxJQUFJLE9BQU8sRUFBRSxDQUFDO0lBTy9CLENBQUM7SUFFSixXQUFXLENBQUMsT0FBc0I7UUFDaEMsSUFBSSxPQUFPLENBQUMsVUFBVSxDQUFDLElBQUksT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQzVELElBQUksQ0FBQyxjQUFjLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUNqRCxDQUFDO0lBQ0gsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsY0FBYyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7UUFFL0MsSUFBSSxDQUFDLGNBQWMsQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxRQUFRLEVBQUUsRUFBRTtZQUNuRixJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztZQUN6QixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksRUFBRSxDQUFDO1FBQzVCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVNLFlBQVk7UUFDakIsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyw0QkFBNEIsRUFBRTtZQUMxRSxLQUFLLEVBQUUsSUFBSSxDQUFDLGNBQWMsSUFBSSxVQUFVO1lBQ3hDLElBQUksRUFBRSxJQUFJLENBQUMsYUFBYSxJQUFJLGlDQUFpQztZQUM3RCxJQUFJLEVBQUU7Z0JBQ0osSUFBSSxFQUFFLElBQUksQ0FBQyxRQUFRO2dCQUNuQixJQUFJLEVBQUUsSUFBSSxDQUFDLE9BQU87Z0JBQ2xCLElBQUksRUFBRSxJQUFJLENBQUMsT0FBTztnQkFDbEIscUJBQXFCLEVBQUUsSUFBSSxDQUFDLHFCQUFxQjtnQkFDakQsY0FBYyxFQUFFLElBQUksQ0FBQyxjQUFjO2FBQ3BDO1NBQ0YsQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLHFCQUFxQjthQUN2QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQzthQUMvQixTQUFTLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQztJQUMxRCxDQUFDO0lBRU0sY0FBYyxDQUFDLE9BQWdCO1FBQ3BDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzdCLElBQUksQ0FBQyxjQUFjLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUMsR0FBRyxFQUFFLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRSxLQUFLLE9BQU8sQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBQ3hGLENBQUM7SUFFTSxpQkFBaUI7UUFDdEIsSUFBSSxJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7WUFDekIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUMvQixDQUFDO0lBQ0gsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUMxQixJQUFJLENBQUMsU0FBUyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQzVCLENBQUM7K0dBcEVVLGdCQUFnQjttR0FBaEIsZ0JBQWdCLHFSQUpoQixDQUFDLGNBQWMsQ0FBQywrQ0N4QjdCLGdwQkF1QkE7OzRGREthLGdCQUFnQjtrQkFSNUIsU0FBUzsrQkFDRSxhQUFhLGFBR1osQ0FBQyxjQUFjLENBQUMsbUJBQ1YsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSTs4SUFHNUIsUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLEdBQUc7c0JBQVgsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0ksU0FBUztzQkFBbEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBPbkNoYW5nZXMsXG4gIE9uRGVzdHJveSxcbiAgT25Jbml0LFxuICBPdXRwdXQsXG4gIFNpbXBsZUNoYW5nZXMsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRhZ0l0ZW0sIFRhZ1R5cGUgfSBmcm9tICcuLi90YWcvdGFnLXR5cGUnO1xuaW1wb3J0IHsgTGF5ZXJTZXJ2aWNlIH0gZnJvbSAnLi4vbGF5ZXIvbGF5ZXIuc2VydmljZSc7XG5pbXBvcnQgeyBUYWdsaXN0TGF5ZXJDb250ZW50Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3RhZ2xpc3QtbGF5ZXItY29udGVudC90YWdsaXN0LWxheWVyLWNvbnRlbnQuY29tcG9uZW50JztcbmltcG9ydCB7IFN1YmplY3QsIHRha2VVbnRpbCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgTGF5ZXJSZWYgfSBmcm9tICcuLi9sYXllci9pbnRlcmZhY2VzL2xheWVyLXJlZic7XG5pbXBvcnQgeyBUYWdsaXN0U2VydmljZSB9IGZyb20gJy4vc2VydmljZXMvdGFnbGlzdC5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW96LXRhZ2xpc3QnLFxuICB0ZW1wbGF0ZVVybDogJy4vdGFnbGlzdC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3RhZ2xpc3QuY29tcG9uZW50LnNjc3MnXSxcbiAgcHJvdmlkZXJzOiBbVGFnbGlzdFNlcnZpY2VdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgVGFnbGlzdENvbXBvbmVudCBpbXBsZW1lbnRzIE9uRGVzdHJveSwgT25Jbml0LCBPbkNoYW5nZXMge1xuICBASW5wdXQoKSB0YWdJdGVtczogVGFnSXRlbVtdID0gW107XG4gIEBJbnB1dCgpIHRhZ1NpemU6ICdzJyB8ICdtJyA9ICdzJztcbiAgQElucHV0KCkgc2hvd0FsbFRpdGxlOiBzdHJpbmcgPSAnU2hvdyBhbGwnO1xuICBASW5wdXQoKSBzaG93QWxsOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIGxheWVyVGFnc1RpdGxlPzogc3RyaW5nID0gJ1RhZ3MnO1xuICBASW5wdXQoKSBsYXllclRhZ3NJY29uPzogc3RyaW5nID0gJ05hdmlnYXRpb25fRGlzcGxheV9TZXR0aW5nXzI0cHgnO1xuICBASW5wdXQoKSBtYXg6IG51bWJlciA9IDU7XG4gIEBJbnB1dCgpIHRhZ1R5cGU6IFRhZ1R5cGUgPSAncmVtb3ZhYmxlJztcbiAgQE91dHB1dCgpIHJlbW92ZVRhZyA9IG5ldyBFdmVudEVtaXR0ZXI8VGFnSXRlbT4oKTtcblxuICBwcml2YXRlIF9yZW1vdmVkVGFnRnJvbUxheWVyJCA9IG5ldyBTdWJqZWN0PFRhZ0l0ZW0+KCk7XG4gIHByaXZhdGUgZGVzdHJveWVkID0gbmV3IFN1YmplY3QoKTtcbiAgcHJpdmF0ZSB0YWdsaXN0TGF5ZXJSZWYhOiBMYXllclJlZjxUYWdsaXN0TGF5ZXJDb250ZW50Q29tcG9uZW50PjtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgdGFnbGlzdFNlcnZpY2U6IFRhZ2xpc3RTZXJ2aWNlLFxuICAgIHByaXZhdGUgbGF5ZXJTZXJ2aWNlOiBMYXllclNlcnZpY2UsXG4gICAgcHJpdmF0ZSBjZFJlZjogQ2hhbmdlRGV0ZWN0b3JSZWZcbiAgKSB7fVxuXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICBpZiAoY2hhbmdlc1sndGFnSXRlbXMnXSAmJiBjaGFuZ2VzWyd0YWdJdGVtcyddLmN1cnJlbnRWYWx1ZSkge1xuICAgICAgdGhpcy50YWdsaXN0U2VydmljZS5zZXRUYWdJdGVtcyh0aGlzLnRhZ0l0ZW1zKTtcbiAgICB9XG4gIH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLnRhZ2xpc3RTZXJ2aWNlLnNldFRhZ0l0ZW1zKHRoaXMudGFnSXRlbXMpO1xuXG4gICAgdGhpcy50YWdsaXN0U2VydmljZS50YWdJdGVtcyQucGlwZSh0YWtlVW50aWwodGhpcy5kZXN0cm95ZWQpKS5zdWJzY3JpYmUoKHRhZ0l0ZW1zKSA9PiB7XG4gICAgICB0aGlzLnRhZ0l0ZW1zID0gdGFnSXRlbXM7XG4gICAgICB0aGlzLmNkUmVmLm1hcmtGb3JDaGVjaygpO1xuICAgIH0pO1xuICB9XG5cbiAgcHVibGljIHNob3dBbGxFdmVudCgpOiB2b2lkIHtcbiAgICB0aGlzLnRhZ2xpc3RMYXllclJlZiA9IHRoaXMubGF5ZXJTZXJ2aWNlLm9wZW4oVGFnbGlzdExheWVyQ29udGVudENvbXBvbmVudCwge1xuICAgICAgdGl0bGU6IHRoaXMubGF5ZXJUYWdzVGl0bGUgPz8gJ1NldHRpbmdzJyxcbiAgICAgIGljb246IHRoaXMubGF5ZXJUYWdzSWNvbiA/PyAnTmF2aWdhdGlvbl9EaXNwbGF5X1NldHRpbmdfMjRweCcsXG4gICAgICBkYXRhOiB7XG4gICAgICAgIHRhZ3M6IHRoaXMudGFnSXRlbXMsXG4gICAgICAgIHR5cGU6IHRoaXMudGFnVHlwZSxcbiAgICAgICAgc2l6ZTogdGhpcy50YWdTaXplLFxuICAgICAgICBfcmVtb3ZlZFRhZ0Zyb21MYXllciQ6IHRoaXMuX3JlbW92ZWRUYWdGcm9tTGF5ZXIkLFxuICAgICAgICB0YWdsaXN0U2VydmljZTogdGhpcy50YWdsaXN0U2VydmljZSxcbiAgICAgIH0sXG4gICAgfSk7XG5cbiAgICB0aGlzLl9yZW1vdmVkVGFnRnJvbUxheWVyJFxuICAgICAgLnBpcGUodGFrZVVudGlsKHRoaXMuZGVzdHJveWVkKSlcbiAgICAgIC5zdWJzY3JpYmUoKHRhZ0l0ZW0pID0+IHRoaXMucmVtb3ZlVGFnRXZlbnQodGFnSXRlbSkpO1xuICB9XG5cbiAgcHVibGljIHJlbW92ZVRhZ0V2ZW50KHRhZ0l0ZW06IFRhZ0l0ZW0pIHtcbiAgICB0aGlzLnJlbW92ZVRhZy5lbWl0KHRhZ0l0ZW0pO1xuICAgIHRoaXMudGFnbGlzdFNlcnZpY2Uuc2V0VGFnSXRlbXModGhpcy50YWdJdGVtcy5maWx0ZXIoKHRhZykgPT4gdGFnLmlkICE9PSB0YWdJdGVtLmlkKSk7XG4gIH1cblxuICBwdWJsaWMgY2xvc2VUYWdsaXN0TGF5ZXIoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMudGFnbGlzdExheWVyUmVmKSB7XG4gICAgICB0aGlzLnRhZ2xpc3RMYXllclJlZi5jbG9zZSgpO1xuICAgIH1cbiAgfVxuXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgIHRoaXMuZGVzdHJveWVkLm5leHQobnVsbCk7XG4gICAgdGhpcy5kZXN0cm95ZWQuY29tcGxldGUoKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cIm1jLXRhZ2xpc3RcIj5cbiAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgdGFnSXRlbSBvZiB0YWdsaXN0U2VydmljZS5nZXRUYWdJdGVtcygpOyBsZXQgaSA9IGluZGV4XCI+XG4gICAgPG1vei10YWdcbiAgICAgIGNsYXNzPVwidGFnLXNlbGVjdGVkXCJcbiAgICAgICpuZ0lmPVwiaSA8IG1heCB8fCBzaG93QWxsXCJcbiAgICAgIHR5cGU9XCJyZW1vdmFibGVcIlxuICAgICAgW3NpemVdPVwidGFnU2l6ZVwiXG4gICAgICBbdHlwZV09XCJ0YWdUeXBlXCJcbiAgICAgIChjbGlja09uUmVtb3ZlKT1cInJlbW92ZVRhZ0V2ZW50KHRhZ0l0ZW0pXCJcbiAgICA+XG4gICAgICB7eyB0YWdJdGVtLmxhYmVsIH19XG4gICAgPC9tb3otdGFnPlxuICA8L25nLWNvbnRhaW5lcj5cbiAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIiFzaG93QWxsICYmIHRhZ0l0ZW1zLmxlbmd0aCA+IG1heFwiPlxuICAgIDxhXG4gICAgICBtb3otdGFnXG4gICAgICBbc2l6ZV09XCJ0YWdTaXplXCJcbiAgICAgIGNsYXNzPVwidGFnLXNlbGVjdGVkIG1jLXRhZ2xpc3RfX3Nob3doaWRlXCJcbiAgICAgIChjbGljayk9XCJzaG93QWxsRXZlbnQoKVwiXG4gICAgICA+e3sgc2hvd0FsbFRpdGxlIH19PC9hXG4gICAgPlxuICA8L25nLWNvbnRhaW5lcj5cbjwvZGl2PlxuIl19
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { TaglistComponent } from './taglist.component';
|
|
4
|
-
import { TagModule } from '../tag/tag.module';
|
|
5
|
-
import { TaglistLayerContentComponent } from './components/taglist-layer-content/taglist-layer-content.component';
|
|
6
|
-
import { ButtonModule } from '../button/button.module';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export class TaglistModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TaglistModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TaglistModule, declarations: [TaglistComponent, TaglistLayerContentComponent], imports: [CommonModule, TagModule, ButtonModule], exports: [TaglistComponent, TaglistLayerContentComponent] }); }
|
|
11
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TaglistModule, imports: [CommonModule, TagModule, ButtonModule] }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TaglistModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
declarations: [TaglistComponent, TaglistLayerContentComponent],
|
|
17
|
-
imports: [CommonModule, TagModule, ButtonModule],
|
|
18
|
-
exports: [TaglistComponent, TaglistLayerContentComponent],
|
|
19
|
-
}]
|
|
20
|
-
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnbGlzdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy90YWdsaXN0L3RhZ2xpc3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUM5QyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxvRUFBb0UsQ0FBQztBQUNsSCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyxhQUFhOytHQUFiLGFBQWE7Z0hBQWIsYUFBYSxpQkFKVCxnQkFBZ0IsRUFBRSw0QkFBNEIsYUFDbkQsWUFBWSxFQUFFLFNBQVMsRUFBRSxZQUFZLGFBQ3JDLGdCQUFnQixFQUFFLDRCQUE0QjtnSEFFN0MsYUFBYSxZQUhkLFlBQVksRUFBRSxTQUFTLEVBQUUsWUFBWTs7NEZBR3BDLGFBQWE7a0JBTHpCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsZ0JBQWdCLEVBQUUsNEJBQTRCLENBQUM7b0JBQzlELE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxTQUFTLEVBQUUsWUFBWSxDQUFDO29CQUNoRCxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSw0QkFBNEIsQ0FBQztpQkFDMUQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRhZ2xpc3RDb21wb25lbnQgfSBmcm9tICcuL3RhZ2xpc3QuY29tcG9uZW50JztcbmltcG9ydCB7IFRhZ01vZHVsZSB9IGZyb20gJy4uL3RhZy90YWcubW9kdWxlJztcbmltcG9ydCB7IFRhZ2xpc3RMYXllckNvbnRlbnRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdGFnbGlzdC1sYXllci1jb250ZW50L3RhZ2xpc3QtbGF5ZXItY29udGVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi4vYnV0dG9uL2J1dHRvbi5tb2R1bGUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtUYWdsaXN0Q29tcG9uZW50LCBUYWdsaXN0TGF5ZXJDb250ZW50Q29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgVGFnTW9kdWxlLCBCdXR0b25Nb2R1bGVdLFxuICBleHBvcnRzOiBbVGFnbGlzdENvbXBvbmVudCwgVGFnbGlzdExheWVyQ29udGVudENvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIFRhZ2xpc3RNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './text-area.component';
|
|
2
|
-
export * from './text-area.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy90ZXh0LWFyZWEvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLG9CQUFvQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi90ZXh0LWFyZWEuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdGV4dC1hcmVhLm1vZHVsZSc7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RleHQtYXJlYS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, HostBinding, Input, ViewEncapsulation, } from '@angular/core';
|
|
2
|
-
import { castBooleanProperty } from '../../common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class TextAreaComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
this._invalid = false;
|
|
7
|
-
this._valid = false;
|
|
8
|
-
}
|
|
9
|
-
get hostCssClasses() {
|
|
10
|
-
const staticClasses = 'mc-textarea';
|
|
11
|
-
const validClass = this.valid ? 'is-valid' : '';
|
|
12
|
-
const invalidClass = this.invalid ? 'is-invalid' : '';
|
|
13
|
-
const dynamicClasses = `${validClass} ${invalidClass}`;
|
|
14
|
-
return `${staticClasses} ${dynamicClasses}`;
|
|
15
|
-
}
|
|
16
|
-
get invalid() {
|
|
17
|
-
return this._invalid || false;
|
|
18
|
-
}
|
|
19
|
-
get valid() {
|
|
20
|
-
const valid = this._valid || false;
|
|
21
|
-
return !this.invalid && valid;
|
|
22
|
-
}
|
|
23
|
-
set invalid(val) {
|
|
24
|
-
this._invalid = castBooleanProperty(val);
|
|
25
|
-
}
|
|
26
|
-
set valid(val) {
|
|
27
|
-
this._valid = castBooleanProperty(val);
|
|
28
|
-
}
|
|
29
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TextAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
30
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: TextAreaComponent, selector: "textarea[moz-text-area]", inputs: { invalid: "invalid", valid: "valid" }, host: { properties: { "class": "this.hostCssClasses" } }, ngImport: i0, template: '', isInline: true, styles: [".mc-textarea{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;font-size:1rem;line-height:1.375;border-radius:4px;display:block;width:100%;position:relative;color:#191919;border:1px solid #808080;background:#fff;transition:all ease .2s;max-width:100%;padding:calc(.75rem - .125em - 1px) .75rem calc(.75rem + .125em - 1px)}.mc-textarea[type=number]::-webkit-inner-spin-button,.mc-textarea[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.mc-textarea[type=number]{-moz-appearance:textfield}.mc-textarea[type=search]::-webkit-search-decoration:hover,.mc-textarea[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-textarea:hover{border-color:#191919}.mc-textarea.is-valid{border-color:#46a610}.mc-textarea.is-invalid{border-color:#c61112}.mc-textarea:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-textarea:disabled{border-color:#e6e6e6;background:#e6e6e6;color:gray;cursor:not-allowed}.mc-textarea::placeholder{color:gray}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
31
|
-
}
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TextAreaComponent, decorators: [{
|
|
33
|
-
type: Component,
|
|
34
|
-
args: [{ selector: 'textarea[moz-text-area]', template: '', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, styles: [".mc-textarea{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;font-size:1rem;line-height:1.375;border-radius:4px;display:block;width:100%;position:relative;color:#191919;border:1px solid #808080;background:#fff;transition:all ease .2s;max-width:100%;padding:calc(.75rem - .125em - 1px) .75rem calc(.75rem + .125em - 1px)}.mc-textarea[type=number]::-webkit-inner-spin-button,.mc-textarea[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.mc-textarea[type=number]{-moz-appearance:textfield}.mc-textarea[type=search]::-webkit-search-decoration:hover,.mc-textarea[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-textarea:hover{border-color:#191919}.mc-textarea.is-valid{border-color:#46a610}.mc-textarea.is-invalid{border-color:#c61112}.mc-textarea:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #0b96cc}.mc-textarea:disabled{border-color:#e6e6e6;background:#e6e6e6;color:gray;cursor:not-allowed}.mc-textarea::placeholder{color:gray}\n"] }]
|
|
35
|
-
}], propDecorators: { hostCssClasses: [{
|
|
36
|
-
type: HostBinding,
|
|
37
|
-
args: ['class']
|
|
38
|
-
}], invalid: [{
|
|
39
|
-
type: Input
|
|
40
|
-
}], valid: [{
|
|
41
|
-
type: Input
|
|
42
|
-
}] } });
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1hcmVhLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RleHQtYXJlYS90ZXh0LWFyZWEuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFdBQVcsRUFDWCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGNBQWMsQ0FBQzs7QUFTbkQsTUFBTSxPQUFPLGlCQUFpQjtJQVA5QjtRQVFVLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFFakIsV0FBTSxHQUFHLEtBQUssQ0FBQztLQTJCeEI7SUF6QkMsSUFDVyxjQUFjO1FBQ3ZCLE1BQU0sYUFBYSxHQUFHLGFBQWEsQ0FBQztRQUNwQyxNQUFNLFVBQVUsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUNoRCxNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUN0RCxNQUFNLGNBQWMsR0FBRyxHQUFHLFVBQVUsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUN2RCxPQUFPLEdBQUcsYUFBYSxJQUFJLGNBQWMsRUFBRSxDQUFDO0lBQzlDLENBQUM7SUFFRCxJQUFXLE9BQU87UUFDaEIsT0FBTyxJQUFJLENBQUMsUUFBUSxJQUFJLEtBQUssQ0FBQztJQUNoQyxDQUFDO0lBRUQsSUFBVyxLQUFLO1FBQ2QsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLE1BQU0sSUFBSSxLQUFLLENBQUM7UUFDbkMsT0FBTyxDQUFDLElBQUksQ0FBQyxPQUFPLElBQUksS0FBSyxDQUFDO0lBQ2hDLENBQUM7SUFFRCxJQUFvQixPQUFPLENBQUMsR0FBWTtRQUN0QyxJQUFJLENBQUMsUUFBUSxHQUFHLG1CQUFtQixDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFRCxJQUFvQixLQUFLLENBQUMsR0FBWTtRQUNwQyxJQUFJLENBQUMsTUFBTSxHQUFHLG1CQUFtQixDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ3pDLENBQUM7K0dBN0JVLGlCQUFpQjttR0FBakIsaUJBQWlCLHlLQUxsQixFQUFFOzs0RkFLRCxpQkFBaUI7a0JBUDdCLFNBQVM7K0JBQ0UseUJBQXlCLFlBQ3pCLEVBQUUsbUJBRUssdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSTs4QkFRMUIsY0FBYztzQkFEeEIsV0FBVzt1QkFBQyxPQUFPO2dCQWtCQSxPQUFPO3NCQUExQixLQUFLO2dCQUljLEtBQUs7c0JBQXhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBIb3N0QmluZGluZyxcbiAgSW5wdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGNhc3RCb29sZWFuUHJvcGVydHkgfSBmcm9tICcuLi8uLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd0ZXh0YXJlYVttb3otdGV4dC1hcmVhXScsXG4gIHRlbXBsYXRlOiAnJyxcbiAgc3R5bGVVcmxzOiBbJy4vdGV4dC1hcmVhLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBUZXh0QXJlYUNvbXBvbmVudCB7XG4gIHByaXZhdGUgX2ludmFsaWQgPSBmYWxzZTtcblxuICBwcml2YXRlIF92YWxpZCA9IGZhbHNlO1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICBwdWJsaWMgZ2V0IGhvc3RDc3NDbGFzc2VzKCkge1xuICAgIGNvbnN0IHN0YXRpY0NsYXNzZXMgPSAnbWMtdGV4dGFyZWEnO1xuICAgIGNvbnN0IHZhbGlkQ2xhc3MgPSB0aGlzLnZhbGlkID8gJ2lzLXZhbGlkJyA6ICcnO1xuICAgIGNvbnN0IGludmFsaWRDbGFzcyA9IHRoaXMuaW52YWxpZCA/ICdpcy1pbnZhbGlkJyA6ICcnO1xuICAgIGNvbnN0IGR5bmFtaWNDbGFzc2VzID0gYCR7dmFsaWRDbGFzc30gJHtpbnZhbGlkQ2xhc3N9YDtcbiAgICByZXR1cm4gYCR7c3RhdGljQ2xhc3Nlc30gJHtkeW5hbWljQ2xhc3Nlc31gO1xuICB9XG5cbiAgcHVibGljIGdldCBpbnZhbGlkKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9pbnZhbGlkIHx8IGZhbHNlO1xuICB9XG5cbiAgcHVibGljIGdldCB2YWxpZCgpOiBib29sZWFuIHtcbiAgICBjb25zdCB2YWxpZCA9IHRoaXMuX3ZhbGlkIHx8IGZhbHNlO1xuICAgIHJldHVybiAhdGhpcy5pbnZhbGlkICYmIHZhbGlkO1xuICB9XG5cbiAgQElucHV0KCkgcHVibGljIHNldCBpbnZhbGlkKHZhbDogYm9vbGVhbikge1xuICAgIHRoaXMuX2ludmFsaWQgPSBjYXN0Qm9vbGVhblByb3BlcnR5KHZhbCk7XG4gIH1cblxuICBASW5wdXQoKSBwdWJsaWMgc2V0IHZhbGlkKHZhbDogYm9vbGVhbikge1xuICAgIHRoaXMuX3ZhbGlkID0gY2FzdEJvb2xlYW5Qcm9wZXJ0eSh2YWwpO1xuICB9XG59XG4iXX0=
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { TextAreaComponent } from './text-area.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class TextAreaModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TextAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TextAreaModule, declarations: [TextAreaComponent], exports: [TextAreaComponent] }); }
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TextAreaModule }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TextAreaModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
declarations: [TextAreaComponent],
|
|
13
|
-
exports: [TextAreaComponent],
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1hcmVhLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RleHQtYXJlYS90ZXh0LWFyZWEubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBTTFELE1BQU0sT0FBTyxjQUFjOytHQUFkLGNBQWM7Z0hBQWQsY0FBYyxpQkFIVixpQkFBaUIsYUFDdEIsaUJBQWlCO2dIQUVoQixjQUFjOzs0RkFBZCxjQUFjO2tCQUoxQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGlCQUFpQixDQUFDO29CQUNqQyxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztpQkFDN0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVGV4dEFyZWFDb21wb25lbnQgfSBmcm9tICcuL3RleHQtYXJlYS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtUZXh0QXJlYUNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtUZXh0QXJlYUNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIFRleHRBcmVhTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './text-input.component';
|
|
2
|
-
export * from './text-input.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy90ZXh0LWlucHV0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdGV4dC1pbnB1dC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi90ZXh0LWlucHV0Lm1vZHVsZSc7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './text-input.component';
|
|
2
|
-
export * from './text-input.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RleHQtaW5wdXQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3RleHQtaW5wdXQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdGV4dC1pbnB1dC5tb2R1bGUnO1xuIl19
|