@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,42 +0,0 @@
|
|
|
1
|
-
import { Host, Injectable } from '@angular/core';
|
|
2
|
-
import { catchError, finalize, of, shareReplay, tap, throwError } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common/http";
|
|
5
|
-
export class IconService {
|
|
6
|
-
constructor(http) {
|
|
7
|
-
this.http = http;
|
|
8
|
-
this.cachedIcons = new Map();
|
|
9
|
-
this.cachedRequests = new Map();
|
|
10
|
-
}
|
|
11
|
-
getIcon(name) {
|
|
12
|
-
const cacheIcon = this.cachedIcons.get(name);
|
|
13
|
-
const cachedRequest = this.cachedRequests.get(name);
|
|
14
|
-
if (cacheIcon) {
|
|
15
|
-
return of(cacheIcon);
|
|
16
|
-
}
|
|
17
|
-
if (cachedRequest) {
|
|
18
|
-
return cachedRequest;
|
|
19
|
-
}
|
|
20
|
-
const url = `/assets/moz-icons/${name}.svg`;
|
|
21
|
-
const request = this.http.get(url, { responseType: 'text' }).pipe(tap((svg) => this.cachedIcons.set(name, svg)), catchError(() => throwError(() => this.getNotFoundError(name))), finalize(() => this.cachedRequests.delete(name)), shareReplay({ refCount: true, bufferSize: 1 }));
|
|
22
|
-
this.cachedRequests.set(name, request);
|
|
23
|
-
return request;
|
|
24
|
-
}
|
|
25
|
-
getNotFoundError(name) {
|
|
26
|
-
return Error(`
|
|
27
|
-
The icon (${name}) you are trying to display does not exist.
|
|
28
|
-
Maybe the name is incorrect.
|
|
29
|
-
=> (See all available icons: http://mozaic.adeo.cloud/Foundations/Icons/catalog/)`);
|
|
30
|
-
}
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IconService, deps: [{ token: i1.HttpClient, host: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
32
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IconService, providedIn: 'root' }); }
|
|
33
|
-
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IconService, decorators: [{
|
|
35
|
-
type: Injectable,
|
|
36
|
-
args: [{
|
|
37
|
-
providedIn: 'root',
|
|
38
|
-
}]
|
|
39
|
-
}], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
|
|
40
|
-
type: Host
|
|
41
|
-
}] }] });
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvaWNvbi9pY29uLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLElBQUksRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLFVBQVUsRUFBRSxRQUFRLEVBQWMsRUFBRSxFQUFFLFdBQVcsRUFBRSxHQUFHLEVBQUUsVUFBVSxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7QUFLMUYsTUFBTSxPQUFPLFdBQVc7SUFJdEIsWUFBNEIsSUFBZ0I7UUFBaEIsU0FBSSxHQUFKLElBQUksQ0FBWTtRQUhwQyxnQkFBVyxHQUFHLElBQUksR0FBRyxFQUFrQixDQUFDO1FBQ3hDLG1CQUFjLEdBQUcsSUFBSSxHQUFHLEVBQThCLENBQUM7SUFFaEIsQ0FBQztJQUV6QyxPQUFPLENBQUMsSUFBWTtRQUN6QixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUM3QyxNQUFNLGFBQWEsR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUVwRCxJQUFJLFNBQVMsRUFBRSxDQUFDO1lBQ2QsT0FBTyxFQUFFLENBQUMsU0FBUyxDQUFDLENBQUM7UUFDdkIsQ0FBQztRQUNELElBQUksYUFBYSxFQUFFLENBQUM7WUFDbEIsT0FBTyxhQUFhLENBQUM7UUFDdkIsQ0FBQztRQUNELE1BQU0sR0FBRyxHQUFHLHFCQUFxQixJQUFJLE1BQU0sQ0FBQztRQUM1QyxNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxHQUFHLEVBQUUsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQy9ELEdBQUcsQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsSUFBSSxFQUFFLEdBQUcsQ0FBQyxDQUFDLEVBQzdDLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFDL0QsUUFBUSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEVBQ2hELFdBQVcsQ0FBQyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsVUFBVSxFQUFFLENBQUMsRUFBRSxDQUFDLENBQy9DLENBQUM7UUFDRixJQUFJLENBQUMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDdkMsT0FBTyxPQUFPLENBQUM7SUFDakIsQ0FBQztJQUVPLGdCQUFnQixDQUFDLElBQVk7UUFDbkMsT0FBTyxLQUFLLENBQ1Y7bUJBQ2EsSUFBSTs7eUZBRWtFLENBQ3BGLENBQUM7SUFDSixDQUFDOytHQWxDVSxXQUFXO21IQUFYLFdBQVcsY0FGVixNQUFNOzs0RkFFUCxXQUFXO2tCQUh2QixVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQjs7MEJBS2MsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBDbGllbnQgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XG5pbXBvcnQgeyBIb3N0LCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBjYXRjaEVycm9yLCBmaW5hbGl6ZSwgT2JzZXJ2YWJsZSwgb2YsIHNoYXJlUmVwbGF5LCB0YXAsIHRocm93RXJyb3IgfSBmcm9tICdyeGpzJztcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCcsXG59KVxuZXhwb3J0IGNsYXNzIEljb25TZXJ2aWNlIHtcbiAgcHJpdmF0ZSBjYWNoZWRJY29ucyA9IG5ldyBNYXA8c3RyaW5nLCBzdHJpbmc+KCk7XG4gIHByaXZhdGUgY2FjaGVkUmVxdWVzdHMgPSBuZXcgTWFwPHN0cmluZywgT2JzZXJ2YWJsZTxzdHJpbmc+PigpO1xuXG4gIGNvbnN0cnVjdG9yKEBIb3N0KCkgcHJpdmF0ZSBodHRwOiBIdHRwQ2xpZW50KSB7fVxuXG4gIHB1YmxpYyBnZXRJY29uKG5hbWU6IHN0cmluZyk6IE9ic2VydmFibGU8c3RyaW5nPiB7XG4gICAgY29uc3QgY2FjaGVJY29uID0gdGhpcy5jYWNoZWRJY29ucy5nZXQobmFtZSk7XG4gICAgY29uc3QgY2FjaGVkUmVxdWVzdCA9IHRoaXMuY2FjaGVkUmVxdWVzdHMuZ2V0KG5hbWUpO1xuXG4gICAgaWYgKGNhY2hlSWNvbikge1xuICAgICAgcmV0dXJuIG9mKGNhY2hlSWNvbik7XG4gICAgfVxuICAgIGlmIChjYWNoZWRSZXF1ZXN0KSB7XG4gICAgICByZXR1cm4gY2FjaGVkUmVxdWVzdDtcbiAgICB9XG4gICAgY29uc3QgdXJsID0gYC9hc3NldHMvbW96LWljb25zLyR7bmFtZX0uc3ZnYDtcbiAgICBjb25zdCByZXF1ZXN0ID0gdGhpcy5odHRwLmdldCh1cmwsIHsgcmVzcG9uc2VUeXBlOiAndGV4dCcgfSkucGlwZShcbiAgICAgIHRhcCgoc3ZnKSA9PiB0aGlzLmNhY2hlZEljb25zLnNldChuYW1lLCBzdmcpKSxcbiAgICAgIGNhdGNoRXJyb3IoKCkgPT4gdGhyb3dFcnJvcigoKSA9PiB0aGlzLmdldE5vdEZvdW5kRXJyb3IobmFtZSkpKSxcbiAgICAgIGZpbmFsaXplKCgpID0+IHRoaXMuY2FjaGVkUmVxdWVzdHMuZGVsZXRlKG5hbWUpKSxcbiAgICAgIHNoYXJlUmVwbGF5KHsgcmVmQ291bnQ6IHRydWUsIGJ1ZmZlclNpemU6IDEgfSlcbiAgICApO1xuICAgIHRoaXMuY2FjaGVkUmVxdWVzdHMuc2V0KG5hbWUsIHJlcXVlc3QpO1xuICAgIHJldHVybiByZXF1ZXN0O1xuICB9XG5cbiAgcHJpdmF0ZSBnZXROb3RGb3VuZEVycm9yKG5hbWU6IHN0cmluZyk6IEVycm9yIHtcbiAgICByZXR1cm4gRXJyb3IoXG4gICAgICBgXG4gICAgICAgVGhlIGljb24gKCR7bmFtZX0pIHlvdSBhcmUgdHJ5aW5nIHRvIGRpc3BsYXkgZG9lcyBub3QgZXhpc3QuXG4gICAgICAgTWF5YmUgdGhlIG5hbWUgaXMgaW5jb3JyZWN0LlxuICAgICAgID0+IChTZWUgYWxsIGF2YWlsYWJsZSBpY29uczogaHR0cDovL21vemFpYy5hZGVvLmNsb3VkL0ZvdW5kYXRpb25zL0ljb25zL2NhdGFsb2cvKWBcbiAgICApO1xuICB9XG59XG4iXX0=
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './icon.component';
|
|
2
|
-
export * from './icon.module';
|
|
3
|
-
export * from './icon.service';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9pY29uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxnQkFBZ0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaWNvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9pY29uLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2ljb24uc2VydmljZSc7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2ljb24vcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './kpi.component';
|
|
2
|
-
export * from './kpi.module';
|
|
3
|
-
export * from './model/kpi';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9rcGkvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGFBQWEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4va3BpLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2twaS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2RlbC9rcGknO1xuIl19
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
-
import { KpiSize } from './model/kpi';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "../icon/icon.component";
|
|
6
|
-
export class KpiComponent {
|
|
7
|
-
constructor() {
|
|
8
|
-
this.value = '';
|
|
9
|
-
this.iconname = '';
|
|
10
|
-
this.iconcolor = '';
|
|
11
|
-
this.label = '';
|
|
12
|
-
this.type = '';
|
|
13
|
-
this.detail = '';
|
|
14
|
-
this.size = KpiSize.LARGE;
|
|
15
|
-
}
|
|
16
|
-
getSize() {
|
|
17
|
-
if (this.size && this.size.length > 0) {
|
|
18
|
-
return this.size;
|
|
19
|
-
}
|
|
20
|
-
let size = 'small';
|
|
21
|
-
if (this.label && this.label.length > 0 && !this.detail) {
|
|
22
|
-
size = 'medium';
|
|
23
|
-
}
|
|
24
|
-
else if (this.detail && this.detail.length > 0) {
|
|
25
|
-
size = 'large';
|
|
26
|
-
}
|
|
27
|
-
return size;
|
|
28
|
-
}
|
|
29
|
-
labelOutsideContent() {
|
|
30
|
-
return this.label != null && this.label.length > 0 && this.getSize() !== 'large';
|
|
31
|
-
}
|
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KpiComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
33
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: KpiComponent, selector: "moz-kpi", inputs: { value: "value", iconname: "iconname", iconcolor: "iconcolor", label: "label", type: "type", detail: "detail", size: "size" }, ngImport: i0, template: "<div class=\"mc-kpi mc-kpi--{{ getSize() }} mc-kpi--{{ type }}\">\n <span class=\"mc-kpi__label\" *ngIf=\"labelOutsideContent()\">{{ label }}</span>\n <div class=\"mc-kpi__content\">\n <div class=\"mc-kpi__main\">\n <span class=\"mc-kpi__label\" *ngIf=\"!labelOutsideContent()\">{{ label }}</span>\n <span class=\"mc-kpi__value\">{{ value }}</span>\n </div>\n <div class=\"mc-kpi__aside\" ref=\"aside\" *ngIf=\"iconname || detail\">\n <span class=\"mc-kpi__detail\" *ngIf=\"detail\">{{ detail }}</span>\n <span class=\"mc-kpi__icon\" *ngIf=\"iconname\"\n ><moz-icon [iconName]=\"iconname\" [ngStyle]=\"{ fill: iconcolor }\"></moz-icon\n ></span>\n </div>\n </div>\n</div>\n", styles: [".mc-kpi{color:var(--color-kpi-text, #005c91);display:inline-block}.mc-kpi,.mc-kpi *{box-sizing:border-box}.mc-kpi:not(.mc-kpi--small){min-width:10rem}.mc-kpi__label{font-size:.875rem;line-height:1.2857142857;display:block}.mc-kpi__content{display:flex}.mc-kpi__main{align-items:center;display:flex;justify-content:center}.mc-kpi__value{font-size:.875rem;line-height:1.2857142857;font-weight:700}.mc-kpi__aside{align-items:center;background-color:#fff;color:#333;display:flex;justify-content:center}.mc-kpi__detail{font-size:.875rem;line-height:1.2857142857}.mc-kpi__icon{display:block;height:1rem;width:1rem}.mc-kpi--small .mc-kpi__content{gap:.5rem}.mc-kpi--small .mc-kpi__main{background-color:var(--color-kpi-background, #daeff7);border:1px solid var(--color-kpi-border, #007bb4);border-radius:4px;overflow:hidden;padding:.125rem .4375rem}.mc-kpi--small .mc-kpi__aside{background-color:transparent}.mc-kpi--medium .mc-kpi__label{color:#000;margin-bottom:.375rem}.mc-kpi--medium .mc-kpi__content{background-color:var(--color-kpi-background, #daeff7);border:1px solid var(--color-kpi-border, #007bb4);border-radius:4px;overflow:hidden}.mc-kpi--medium .mc-kpi__main{flex-grow:1;height:2.5rem;padding:.5rem .5rem .5rem .4375rem}.mc-kpi--medium .mc-kpi__value{font-size:1rem;line-height:1.375}.mc-kpi--medium .mc-kpi__aside{padding-left:.75rem;padding-right:.6875rem}.mc-kpi--large{background-color:var(--color-kpi-background, #daeff7);border:1px solid var(--color-kpi-border, #007bb4);border-radius:4px;overflow:hidden}.mc-kpi--large .mc-kpi__content{flex-direction:column;width:100%}.mc-kpi--large .mc-kpi__main{flex-direction:column;padding:1rem .9375rem}.mc-kpi--large .mc-kpi__main:only-child{height:9.0625rem}.mc-kpi--large .mc-kpi__label{font-size:1rem;line-height:1.375}.mc-kpi--large .mc-kpi__value{font-size:2.125rem;line-height:1.2941176471}.mc-kpi--large .mc-kpi__aside{gap:.75rem;min-height:2.9375rem;padding-right:.6875rem;padding-left:.6875rem}.mc-kpi--medium.mc-kpi--fluid,.mc-kpi--large.mc-kpi--fluid{max-width:100%;width:100%}.mc-kpi--warning{--color-kpi-background: #fdf1e8;--color-kpi-border: #c65200;--color-kpi-text: #8c3500}.mc-kpi--danger{--color-kpi-background: #fdeaea;--color-kpi-border: #c61112;--color-kpi-text: #8c0003}.mc-kpi--success{--color-kpi-background: #ebf5de;--color-kpi-border: #188803;--color-kpi-text: #006902}.mc-kpi--neutral{--color-kpi-background: #e6e6e6;--color-kpi-border: #666;--color-kpi-text: #4d4d4d}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i2.IconComponent, selector: "moz-icon", inputs: ["iconName", "size"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
34
|
-
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KpiComponent, decorators: [{
|
|
36
|
-
type: Component,
|
|
37
|
-
args: [{ selector: 'moz-kpi', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"mc-kpi mc-kpi--{{ getSize() }} mc-kpi--{{ type }}\">\n <span class=\"mc-kpi__label\" *ngIf=\"labelOutsideContent()\">{{ label }}</span>\n <div class=\"mc-kpi__content\">\n <div class=\"mc-kpi__main\">\n <span class=\"mc-kpi__label\" *ngIf=\"!labelOutsideContent()\">{{ label }}</span>\n <span class=\"mc-kpi__value\">{{ value }}</span>\n </div>\n <div class=\"mc-kpi__aside\" ref=\"aside\" *ngIf=\"iconname || detail\">\n <span class=\"mc-kpi__detail\" *ngIf=\"detail\">{{ detail }}</span>\n <span class=\"mc-kpi__icon\" *ngIf=\"iconname\"\n ><moz-icon [iconName]=\"iconname\" [ngStyle]=\"{ fill: iconcolor }\"></moz-icon\n ></span>\n </div>\n </div>\n</div>\n", styles: [".mc-kpi{color:var(--color-kpi-text, #005c91);display:inline-block}.mc-kpi,.mc-kpi *{box-sizing:border-box}.mc-kpi:not(.mc-kpi--small){min-width:10rem}.mc-kpi__label{font-size:.875rem;line-height:1.2857142857;display:block}.mc-kpi__content{display:flex}.mc-kpi__main{align-items:center;display:flex;justify-content:center}.mc-kpi__value{font-size:.875rem;line-height:1.2857142857;font-weight:700}.mc-kpi__aside{align-items:center;background-color:#fff;color:#333;display:flex;justify-content:center}.mc-kpi__detail{font-size:.875rem;line-height:1.2857142857}.mc-kpi__icon{display:block;height:1rem;width:1rem}.mc-kpi--small .mc-kpi__content{gap:.5rem}.mc-kpi--small .mc-kpi__main{background-color:var(--color-kpi-background, #daeff7);border:1px solid var(--color-kpi-border, #007bb4);border-radius:4px;overflow:hidden;padding:.125rem .4375rem}.mc-kpi--small .mc-kpi__aside{background-color:transparent}.mc-kpi--medium .mc-kpi__label{color:#000;margin-bottom:.375rem}.mc-kpi--medium .mc-kpi__content{background-color:var(--color-kpi-background, #daeff7);border:1px solid var(--color-kpi-border, #007bb4);border-radius:4px;overflow:hidden}.mc-kpi--medium .mc-kpi__main{flex-grow:1;height:2.5rem;padding:.5rem .5rem .5rem .4375rem}.mc-kpi--medium .mc-kpi__value{font-size:1rem;line-height:1.375}.mc-kpi--medium .mc-kpi__aside{padding-left:.75rem;padding-right:.6875rem}.mc-kpi--large{background-color:var(--color-kpi-background, #daeff7);border:1px solid var(--color-kpi-border, #007bb4);border-radius:4px;overflow:hidden}.mc-kpi--large .mc-kpi__content{flex-direction:column;width:100%}.mc-kpi--large .mc-kpi__main{flex-direction:column;padding:1rem .9375rem}.mc-kpi--large .mc-kpi__main:only-child{height:9.0625rem}.mc-kpi--large .mc-kpi__label{font-size:1rem;line-height:1.375}.mc-kpi--large .mc-kpi__value{font-size:2.125rem;line-height:1.2941176471}.mc-kpi--large .mc-kpi__aside{gap:.75rem;min-height:2.9375rem;padding-right:.6875rem;padding-left:.6875rem}.mc-kpi--medium.mc-kpi--fluid,.mc-kpi--large.mc-kpi--fluid{max-width:100%;width:100%}.mc-kpi--warning{--color-kpi-background: #fdf1e8;--color-kpi-border: #c65200;--color-kpi-text: #8c3500}.mc-kpi--danger{--color-kpi-background: #fdeaea;--color-kpi-border: #c61112;--color-kpi-text: #8c0003}.mc-kpi--success{--color-kpi-background: #ebf5de;--color-kpi-border: #188803;--color-kpi-text: #006902}.mc-kpi--neutral{--color-kpi-background: #e6e6e6;--color-kpi-border: #666;--color-kpi-text: #4d4d4d}\n"] }]
|
|
38
|
-
}], propDecorators: { value: [{
|
|
39
|
-
type: Input
|
|
40
|
-
}], iconname: [{
|
|
41
|
-
type: Input
|
|
42
|
-
}], iconcolor: [{
|
|
43
|
-
type: Input
|
|
44
|
-
}], label: [{
|
|
45
|
-
type: Input
|
|
46
|
-
}], type: [{
|
|
47
|
-
type: Input
|
|
48
|
-
}], detail: [{
|
|
49
|
-
type: Input
|
|
50
|
-
}], size: [{
|
|
51
|
-
type: Input
|
|
52
|
-
}] } });
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia3BpLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2twaS9rcGkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMva3BpL2twaS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sYUFBYSxDQUFDOzs7O0FBUXRDLE1BQU0sT0FBTyxZQUFZO0lBTnpCO1FBT1csVUFBSyxHQUFXLEVBQUUsQ0FBQztRQUNuQixhQUFRLEdBQVcsRUFBRSxDQUFDO1FBQ3RCLGNBQVMsR0FBVyxFQUFFLENBQUM7UUFDdkIsVUFBSyxHQUFXLEVBQUUsQ0FBQztRQUNuQixTQUFJLEdBQVcsRUFBRSxDQUFDO1FBQ2xCLFdBQU0sR0FBVyxFQUFFLENBQUM7UUFDcEIsU0FBSSxHQUF1QixPQUFPLENBQUMsS0FBSyxDQUFDO0tBbUJuRDtJQWpCUSxPQUFPO1FBQ1osSUFBSSxJQUFJLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRSxDQUFDO1lBQ3RDLE9BQU8sSUFBSSxDQUFDLElBQUksQ0FBQztRQUNuQixDQUFDO1FBRUQsSUFBSSxJQUFJLEdBQUcsT0FBTyxDQUFDO1FBQ25CLElBQUksSUFBSSxDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sR0FBRyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDeEQsSUFBSSxHQUFHLFFBQVEsQ0FBQztRQUNsQixDQUFDO2FBQU0sSUFBSSxJQUFJLENBQUMsTUFBTSxJQUFJLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRSxDQUFDO1lBQ2pELElBQUksR0FBRyxPQUFPLENBQUM7UUFDakIsQ0FBQztRQUNELE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQUVNLG1CQUFtQjtRQUN4QixPQUFPLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFLEtBQUssT0FBTyxDQUFDO0lBQ25GLENBQUM7K0dBekJVLFlBQVk7bUdBQVosWUFBWSx1TENUekIsa3RCQWVBOzs0RkROYSxZQUFZO2tCQU54QixTQUFTOytCQUNFLFNBQVMsbUJBR0YsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgS3BpU2l6ZSB9IGZyb20gJy4vbW9kZWwva3BpJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW96LWtwaScsXG4gIHRlbXBsYXRlVXJsOiAnLi9rcGkuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9rcGkuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEtwaUNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHZhbHVlOiBzdHJpbmcgPSAnJztcbiAgQElucHV0KCkgaWNvbm5hbWU6IHN0cmluZyA9ICcnO1xuICBASW5wdXQoKSBpY29uY29sb3I6IHN0cmluZyA9ICcnO1xuICBASW5wdXQoKSBsYWJlbDogc3RyaW5nID0gJyc7XG4gIEBJbnB1dCgpIHR5cGU6IHN0cmluZyA9ICcnO1xuICBASW5wdXQoKSBkZXRhaWw6IHN0cmluZyA9ICcnO1xuICBASW5wdXQoKSBzaXplOiBzdHJpbmcgfCB1bmRlZmluZWQgPSBLcGlTaXplLkxBUkdFO1xuXG4gIHB1YmxpYyBnZXRTaXplKCk6IHN0cmluZyB7XG4gICAgaWYgKHRoaXMuc2l6ZSAmJiB0aGlzLnNpemUubGVuZ3RoID4gMCkge1xuICAgICAgcmV0dXJuIHRoaXMuc2l6ZTtcbiAgICB9XG5cbiAgICBsZXQgc2l6ZSA9ICdzbWFsbCc7XG4gICAgaWYgKHRoaXMubGFiZWwgJiYgdGhpcy5sYWJlbC5sZW5ndGggPiAwICYmICF0aGlzLmRldGFpbCkge1xuICAgICAgc2l6ZSA9ICdtZWRpdW0nO1xuICAgIH0gZWxzZSBpZiAodGhpcy5kZXRhaWwgJiYgdGhpcy5kZXRhaWwubGVuZ3RoID4gMCkge1xuICAgICAgc2l6ZSA9ICdsYXJnZSc7XG4gICAgfVxuICAgIHJldHVybiBzaXplO1xuICB9XG5cbiAgcHVibGljIGxhYmVsT3V0c2lkZUNvbnRlbnQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMubGFiZWwgIT0gbnVsbCAmJiB0aGlzLmxhYmVsLmxlbmd0aCA+IDAgJiYgdGhpcy5nZXRTaXplKCkgIT09ICdsYXJnZSc7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJtYy1rcGkgbWMta3BpLS17eyBnZXRTaXplKCkgfX0gbWMta3BpLS17eyB0eXBlIH19XCI+XG4gIDxzcGFuIGNsYXNzPVwibWMta3BpX19sYWJlbFwiICpuZ0lmPVwibGFiZWxPdXRzaWRlQ29udGVudCgpXCI+e3sgbGFiZWwgfX08L3NwYW4+XG4gIDxkaXYgY2xhc3M9XCJtYy1rcGlfX2NvbnRlbnRcIj5cbiAgICA8ZGl2IGNsYXNzPVwibWMta3BpX19tYWluXCI+XG4gICAgICA8c3BhbiBjbGFzcz1cIm1jLWtwaV9fbGFiZWxcIiAqbmdJZj1cIiFsYWJlbE91dHNpZGVDb250ZW50KClcIj57eyBsYWJlbCB9fTwvc3Bhbj5cbiAgICAgIDxzcGFuIGNsYXNzPVwibWMta3BpX192YWx1ZVwiPnt7IHZhbHVlIH19PC9zcGFuPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJtYy1rcGlfX2FzaWRlXCIgcmVmPVwiYXNpZGVcIiAqbmdJZj1cImljb25uYW1lIHx8IGRldGFpbFwiPlxuICAgICAgPHNwYW4gY2xhc3M9XCJtYy1rcGlfX2RldGFpbFwiICpuZ0lmPVwiZGV0YWlsXCI+e3sgZGV0YWlsIH19PC9zcGFuPlxuICAgICAgPHNwYW4gY2xhc3M9XCJtYy1rcGlfX2ljb25cIiAqbmdJZj1cImljb25uYW1lXCJcbiAgICAgICAgPjxtb3otaWNvbiBbaWNvbk5hbWVdPVwiaWNvbm5hbWVcIiBbbmdTdHlsZV09XCJ7IGZpbGw6IGljb25jb2xvciB9XCI+PC9tb3otaWNvblxuICAgICAgPjwvc3Bhbj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { KpiComponent } from './kpi.component';
|
|
4
|
-
import { IconModule } from '../icon/icon.module';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class KpiModule {
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KpiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KpiModule, declarations: [KpiComponent], imports: [CommonModule, IconModule], exports: [KpiComponent] }); }
|
|
9
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KpiModule, imports: [CommonModule, IconModule] }); }
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KpiModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [KpiComponent],
|
|
15
|
-
imports: [CommonModule, IconModule],
|
|
16
|
-
exports: [KpiComponent],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia3BpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2twaS9rcGkubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBT2pELE1BQU0sT0FBTyxTQUFTOytHQUFULFNBQVM7Z0hBQVQsU0FBUyxpQkFKTCxZQUFZLGFBQ2pCLFlBQVksRUFBRSxVQUFVLGFBQ3hCLFlBQVk7Z0hBRVgsU0FBUyxZQUhWLFlBQVksRUFBRSxVQUFVOzs0RkFHdkIsU0FBUztrQkFMckIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQzVCLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxVQUFVLENBQUM7b0JBQ25DLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztpQkFDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEtwaUNvbXBvbmVudCB9IGZyb20gJy4va3BpLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJY29uTW9kdWxlIH0gZnJvbSAnLi4vaWNvbi9pY29uLm1vZHVsZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0twaUNvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEljb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbS3BpQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgS3BpTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export var KpiSize;
|
|
2
|
-
(function (KpiSize) {
|
|
3
|
-
KpiSize["LARGE"] = "large";
|
|
4
|
-
})(KpiSize || (KpiSize = {}));
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia3BpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMva3BpL21vZGVsL2twaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxPQUVYO0FBRkQsV0FBWSxPQUFPO0lBQ2pCLDBCQUFlLENBQUE7QUFDakIsQ0FBQyxFQUZXLE9BQU8sS0FBUCxPQUFPLFFBRWxCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gS3BpU2l6ZSB7XG4gIExBUkdFID0gJ2xhcmdlJyxcbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2twaS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { LAYER_CONFIG, LAYER_DATA, LAYER_REF } from '../tokens';
|
|
2
|
-
export class LayerInjector {
|
|
3
|
-
constructor({ injector, layerRef }) {
|
|
4
|
-
this.parentInjector = injector;
|
|
5
|
-
this.layerRef = layerRef;
|
|
6
|
-
this.initAdditionalTokens();
|
|
7
|
-
}
|
|
8
|
-
get(token, notFoundValue) {
|
|
9
|
-
const value = this.additionalTokens.get(token);
|
|
10
|
-
if (value) {
|
|
11
|
-
return value;
|
|
12
|
-
}
|
|
13
|
-
return this.parentInjector.get(token, notFoundValue);
|
|
14
|
-
}
|
|
15
|
-
initAdditionalTokens() {
|
|
16
|
-
this.additionalTokens = new WeakMap();
|
|
17
|
-
this.additionalTokens.set(LAYER_REF, this.layerRef);
|
|
18
|
-
this.additionalTokens.set(LAYER_CONFIG, this.layerRef.config);
|
|
19
|
-
this.additionalTokens.set(LAYER_DATA, this.layerRef.config.data);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItaW5qZWN0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9sYXllci9jbGFzc2VzL2xheWVyLWluamVjdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUdBLE9BQU8sRUFBRSxZQUFZLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxNQUFNLFdBQVcsQ0FBQztBQUVoRSxNQUFNLE9BQU8sYUFBYTtJQUt4QixZQUFZLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBaUI7UUFDL0MsSUFBSSxDQUFDLGNBQWMsR0FBRyxRQUFRLENBQUM7UUFDL0IsSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLENBQUM7UUFFekIsSUFBSSxDQUFDLG9CQUFvQixFQUFFLENBQUM7SUFDOUIsQ0FBQztJQUdNLEdBQUcsQ0FBQyxLQUFVLEVBQUUsYUFBbUI7UUFDeEMsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUUvQyxJQUFJLEtBQUssRUFBRSxDQUFDO1lBQ1YsT0FBTyxLQUFLLENBQUM7UUFDZixDQUFDO1FBRUQsT0FBTyxJQUFJLENBQUMsY0FBYyxDQUFDLEdBQUcsQ0FBTSxLQUFLLEVBQUUsYUFBYSxDQUFDLENBQUM7SUFDNUQsQ0FBQztJQUVPLG9CQUFvQjtRQUMxQixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxPQUFPLEVBQUUsQ0FBQztRQUN0QyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxDQUFDLFNBQVMsRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDcEQsSUFBSSxDQUFDLGdCQUFnQixDQUFDLEdBQUcsQ0FBQyxZQUFZLEVBQUUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUM5RCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxDQUFDLFVBQVUsRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNuRSxDQUFDO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RvciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTGF5ZXJESVBhcmFtcyB9IGZyb20gJy4uL2ludGVyZmFjZXMvbGF5ZXItZGktcGFyYW1zJztcbmltcG9ydCB7IExheWVyUmVmIH0gZnJvbSAnLi4vaW50ZXJmYWNlcy9sYXllci1yZWYnO1xuaW1wb3J0IHsgTEFZRVJfQ09ORklHLCBMQVlFUl9EQVRBLCBMQVlFUl9SRUYgfSBmcm9tICcuLi90b2tlbnMnO1xuXG5leHBvcnQgY2xhc3MgTGF5ZXJJbmplY3RvciBpbXBsZW1lbnRzIEluamVjdG9yIHtcbiAgcHJpdmF0ZSByZWFkb25seSBwYXJlbnRJbmplY3RvcjogSW5qZWN0b3I7XG4gIHByaXZhdGUgcmVhZG9ubHkgbGF5ZXJSZWY6IExheWVyUmVmO1xuICBwcml2YXRlIGFkZGl0aW9uYWxUb2tlbnMhOiBXZWFrTWFwPG9iamVjdCwgdW5rbm93bj47XG5cbiAgY29uc3RydWN0b3IoeyBpbmplY3RvciwgbGF5ZXJSZWYgfTogTGF5ZXJESVBhcmFtcykge1xuICAgIHRoaXMucGFyZW50SW5qZWN0b3IgPSBpbmplY3RvcjtcbiAgICB0aGlzLmxheWVyUmVmID0gbGF5ZXJSZWY7XG5cbiAgICB0aGlzLmluaXRBZGRpdGlvbmFsVG9rZW5zKCk7XG4gIH1cblxuICBwdWJsaWMgZ2V0KHRva2VuOiB1bmtub3duLCBub3RGb3VuZFZhbHVlPzogdW5rbm93biwgZmxhZ3M/OiB1bmtub3duKTogYW55O1xuICBwdWJsaWMgZ2V0KHRva2VuOiBhbnksIG5vdEZvdW5kVmFsdWU/OiBhbnkpOiBhbnkge1xuICAgIGNvbnN0IHZhbHVlID0gdGhpcy5hZGRpdGlvbmFsVG9rZW5zLmdldCh0b2tlbik7XG5cbiAgICBpZiAodmFsdWUpIHtcbiAgICAgIHJldHVybiB2YWx1ZTtcbiAgICB9XG5cbiAgICByZXR1cm4gdGhpcy5wYXJlbnRJbmplY3Rvci5nZXQ8YW55Pih0b2tlbiwgbm90Rm91bmRWYWx1ZSk7XG4gIH1cblxuICBwcml2YXRlIGluaXRBZGRpdGlvbmFsVG9rZW5zKCk6IHZvaWQge1xuICAgIHRoaXMuYWRkaXRpb25hbFRva2VucyA9IG5ldyBXZWFrTWFwKCk7XG4gICAgdGhpcy5hZGRpdGlvbmFsVG9rZW5zLnNldChMQVlFUl9SRUYsIHRoaXMubGF5ZXJSZWYpO1xuICAgIHRoaXMuYWRkaXRpb25hbFRva2Vucy5zZXQoTEFZRVJfQ09ORklHLCB0aGlzLmxheWVyUmVmLmNvbmZpZyk7XG4gICAgdGhpcy5hZGRpdGlvbmFsVG9rZW5zLnNldChMQVlFUl9EQVRBLCB0aGlzLmxheWVyUmVmLmNvbmZpZy5kYXRhKTtcbiAgfVxufVxuIl19
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject, first, Subject } from 'rxjs';
|
|
2
|
-
export class LayerRefModel {
|
|
3
|
-
get afterClosed$() {
|
|
4
|
-
return this._afterClosed$.pipe(first());
|
|
5
|
-
}
|
|
6
|
-
get config$() {
|
|
7
|
-
return this._config$.asObservable();
|
|
8
|
-
}
|
|
9
|
-
get config() {
|
|
10
|
-
return this._config$.getValue();
|
|
11
|
-
}
|
|
12
|
-
get componentRef() {
|
|
13
|
-
return this._componentRef;
|
|
14
|
-
}
|
|
15
|
-
constructor(layerConfig) {
|
|
16
|
-
this.layerConfig = layerConfig;
|
|
17
|
-
this._config$ = new BehaviorSubject({});
|
|
18
|
-
this._afterClosed$ = new Subject();
|
|
19
|
-
this.init(layerConfig);
|
|
20
|
-
}
|
|
21
|
-
init(config) {
|
|
22
|
-
this.updateConfig(config);
|
|
23
|
-
}
|
|
24
|
-
updateConfig(config) {
|
|
25
|
-
this._config$.next({ ...this.config, ...config });
|
|
26
|
-
}
|
|
27
|
-
close(result) {
|
|
28
|
-
this._afterClosed$.next(result);
|
|
29
|
-
}
|
|
30
|
-
setComponentRef(componentRef) {
|
|
31
|
-
this._componentRef = componentRef;
|
|
32
|
-
}
|
|
33
|
-
destroy() {
|
|
34
|
-
this._config$.complete();
|
|
35
|
-
this._afterClosed$.complete();
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItcmVmLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbGF5ZXIvY2xhc3Nlcy9sYXllci1yZWYudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLGVBQWUsRUFBRSxLQUFLLEVBQWMsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBS25FLE1BQU0sT0FBTyxhQUFhO0lBT3hCLElBQVcsWUFBWTtRQUNyQixPQUFPLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDLENBQUM7SUFDMUMsQ0FBQztJQUVELElBQVcsT0FBTztRQUNoQixPQUFPLElBQUksQ0FBQyxRQUFRLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDdEMsQ0FBQztJQUVELElBQVcsTUFBTTtRQUNmLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUNsQyxDQUFDO0lBRUQsSUFBVyxZQUFZO1FBQ3JCLE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQztJQUM1QixDQUFDO0lBRUQsWUFBbUIsV0FBd0I7UUFBeEIsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUF0QjFCLGFBQVEsR0FBRyxJQUFJLGVBQWUsQ0FBYyxFQUFFLENBQUMsQ0FBQztRQUl6RCxrQkFBYSxHQUFHLElBQUksT0FBTyxFQUFpQixDQUFDO1FBbUJuRCxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO0lBQ3pCLENBQUM7SUFFTSxJQUFJLENBQUMsTUFBbUI7UUFDN0IsSUFBSSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUM1QixDQUFDO0lBRU0sWUFBWSxDQUFDLE1BQW1CO1FBQ3JDLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEVBQUUsR0FBRyxJQUFJLENBQUMsTUFBTSxFQUFFLEdBQUcsTUFBTSxFQUFFLENBQUMsQ0FBQztJQUNwRCxDQUFDO0lBRUQsS0FBSyxDQUFDLE1BQVU7UUFDZCxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUNsQyxDQUFDO0lBRUQsZUFBZSxDQUFDLFlBQTBDO1FBQ3hELElBQUksQ0FBQyxhQUFhLEdBQUcsWUFBWSxDQUFDO0lBQ3BDLENBQUM7SUFFRCxPQUFPO1FBQ0wsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUN6QixJQUFJLENBQUMsYUFBYSxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ2hDLENBQUM7Q0FDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudFJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBmaXJzdCwgT2JzZXJ2YWJsZSwgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgTGF5ZXJDb25maWcgfSBmcm9tICcuLi9pbnRlcmZhY2VzJztcbmltcG9ydCB7IExheWVyUmVmIH0gZnJvbSAnLi4vaW50ZXJmYWNlcy9sYXllci1yZWYnO1xuaW1wb3J0IHsgTGF5ZXJDb21wb25lbnQgfSBmcm9tICcuLi9sYXllci5jb21wb25lbnQnO1xuXG5leHBvcnQgY2xhc3MgTGF5ZXJSZWZNb2RlbDxSID0gdW5rbm93bj4gaW1wbGVtZW50cyBMYXllclJlZjxSPiB7XG4gIHByaXZhdGUgcmVhZG9ubHkgX2NvbmZpZyQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PExheWVyQ29uZmlnPih7fSk7XG5cbiAgcHJpdmF0ZSBfY29tcG9uZW50UmVmITogQ29tcG9uZW50UmVmPExheWVyQ29tcG9uZW50PjtcblxuICBwcml2YXRlIF9hZnRlckNsb3NlZCQgPSBuZXcgU3ViamVjdDxSIHwgdW5kZWZpbmVkPigpO1xuXG4gIHB1YmxpYyBnZXQgYWZ0ZXJDbG9zZWQkKCk6IE9ic2VydmFibGU8UiB8IHVuZGVmaW5lZD4ge1xuICAgIHJldHVybiB0aGlzLl9hZnRlckNsb3NlZCQucGlwZShmaXJzdCgpKTtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgY29uZmlnJCgpIHtcbiAgICByZXR1cm4gdGhpcy5fY29uZmlnJC5hc09ic2VydmFibGUoKTtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgY29uZmlnKCkge1xuICAgIHJldHVybiB0aGlzLl9jb25maWckLmdldFZhbHVlKCk7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGNvbXBvbmVudFJlZigpOiBDb21wb25lbnRSZWY8TGF5ZXJDb21wb25lbnQ+IHtcbiAgICByZXR1cm4gdGhpcy5fY29tcG9uZW50UmVmO1xuICB9XG5cbiAgY29uc3RydWN0b3IocHVibGljIGxheWVyQ29uZmlnOiBMYXllckNvbmZpZykge1xuICAgIHRoaXMuaW5pdChsYXllckNvbmZpZyk7XG4gIH1cblxuICBwdWJsaWMgaW5pdChjb25maWc6IExheWVyQ29uZmlnKTogdm9pZCB7XG4gICAgdGhpcy51cGRhdGVDb25maWcoY29uZmlnKTtcbiAgfVxuXG4gIHB1YmxpYyB1cGRhdGVDb25maWcoY29uZmlnOiBMYXllckNvbmZpZyk6IHZvaWQge1xuICAgIHRoaXMuX2NvbmZpZyQubmV4dCh7IC4uLnRoaXMuY29uZmlnLCAuLi5jb25maWcgfSk7XG4gIH1cblxuICBjbG9zZShyZXN1bHQ/OiBSKTogdm9pZCB7XG4gICAgdGhpcy5fYWZ0ZXJDbG9zZWQkLm5leHQocmVzdWx0KTtcbiAgfVxuXG4gIHNldENvbXBvbmVudFJlZihjb21wb25lbnRSZWY6IENvbXBvbmVudFJlZjxMYXllckNvbXBvbmVudD4pOiB2b2lkIHtcbiAgICB0aGlzLl9jb21wb25lbnRSZWYgPSBjb21wb25lbnRSZWY7XG4gIH1cblxuICBkZXN0cm95KCk6IHZvaWQge1xuICAgIHRoaXMuX2NvbmZpZyQuY29tcGxldGUoKTtcbiAgICB0aGlzLl9hZnRlckNsb3NlZCQuY29tcGxldGUoKTtcbiAgfVxufVxuIl19
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './interfaces';
|
|
2
|
-
export * from './layer.component';
|
|
3
|
-
export * from './layer.module';
|
|
4
|
-
export * from './layer.service';
|
|
5
|
-
export * from './tokens';
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9sYXllci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLFVBQVUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaW50ZXJmYWNlcyc7XG5leHBvcnQgKiBmcm9tICcuL2xheWVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xheWVyLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2xheWVyLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi90b2tlbnMnO1xuIl19
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './layer-config';
|
|
2
|
-
export * from './layer-di-params';
|
|
3
|
-
export * from './layer-ref';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9sYXllci9pbnRlcmZhY2VzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGFBQWEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGF5ZXItY29uZmlnJztcbmV4cG9ydCAqIGZyb20gJy4vbGF5ZXItZGktcGFyYW1zJztcbmV4cG9ydCAqIGZyb20gJy4vbGF5ZXItcmVmJztcbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItY29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbGF5ZXIvaW50ZXJmYWNlcy9sYXllci1jb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIExheWVyQ29uZmlnPFQgPSBhbnk+ID0ge1xuICB0aXRsZT86IHN0cmluZztcbiAgcG9zaXRpb24/OiBzdHJpbmc7XG4gIGV4dGVuZGVkPzogYm9vbGVhbjtcbiAgY2xvc2VPbk92ZXJsYXk/OiBib29sZWFuO1xuICBpY29uPzogc3RyaW5nO1xuICBkYXRhPzogVDtcbn07XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItZGktcGFyYW1zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbGF5ZXIvaW50ZXJmYWNlcy9sYXllci1kaS1wYXJhbXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdG9yIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBMYXllclJlZiB9IGZyb20gJy4vbGF5ZXItcmVmJztcblxuZXhwb3J0IGludGVyZmFjZSBMYXllckRJUGFyYW1zIHtcbiAgaW5qZWN0b3I6IEluamVjdG9yO1xuICBsYXllclJlZjogTGF5ZXJSZWY7XG59XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItcmVmLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbGF5ZXIvaW50ZXJmYWNlcy9sYXllci1yZWYudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudFJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgTGF5ZXJDb21wb25lbnQgfSBmcm9tICcuLi9sYXllci5jb21wb25lbnQnO1xuaW1wb3J0IHsgTGF5ZXJDb25maWcgfSBmcm9tICcuL2xheWVyLWNvbmZpZyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTGF5ZXJSZWY8UiA9IHVua25vd24+IHtcbiAgYWZ0ZXJDbG9zZWQkOiBPYnNlcnZhYmxlPHVua25vd24+O1xuICBjb25maWckOiBPYnNlcnZhYmxlPExheWVyQ29uZmlnPjtcbiAgY29uZmlnOiBMYXllckNvbmZpZztcbiAgY29tcG9uZW50UmVmOiBDb21wb25lbnRSZWY8TGF5ZXJDb21wb25lbnQ+O1xuXG4gIGluaXQoY29uZmlnOiBMYXllckNvbmZpZyk6IHZvaWQ7XG4gIHVwZGF0ZUNvbmZpZyhjb25maWc6IExheWVyQ29uZmlnKTogdm9pZDtcbiAgY2xvc2UocmVzdWx0PzogUik6IHZvaWQ7XG4gIHNldENvbXBvbmVudFJlZihjb21wb25lbnRSZWY6IENvbXBvbmVudFJlZjxMYXllckNvbXBvbmVudD4pOiB2b2lkO1xuICBkZXN0cm95KCk6IHZvaWQ7XG59XG4iXX0=
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { animate, group, query, style, transition, trigger } from '@angular/animations';
|
|
2
|
-
export const layerAnimation = trigger('layerAnimation', [
|
|
3
|
-
transition(':enter', group([
|
|
4
|
-
query('.mc-layer', [
|
|
5
|
-
style({ transform: 'translateX(250px)' }),
|
|
6
|
-
animate(200, style({ transform: 'translateX(0)' })),
|
|
7
|
-
]),
|
|
8
|
-
])),
|
|
9
|
-
transition(':leave', group([
|
|
10
|
-
query('.mc-layer', [
|
|
11
|
-
style({ transform: 'translateX(0)' }),
|
|
12
|
-
animate(200, style({ transform: 'translateX(250px)' })),
|
|
13
|
-
]),
|
|
14
|
-
])),
|
|
15
|
-
]);
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItYW5pbWF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbGF5ZXIvbGF5ZXItYW5pbWF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLE9BQU8sRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBRXhGLE1BQU0sQ0FBQyxNQUFNLGNBQWMsR0FBRyxPQUFPLENBQUMsZ0JBQWdCLEVBQUU7SUFDdEQsVUFBVSxDQUNSLFFBQVEsRUFDUixLQUFLLENBQUM7UUFDSixLQUFLLENBQUMsV0FBVyxFQUFFO1lBQ2pCLEtBQUssQ0FBQyxFQUFFLFNBQVMsRUFBRSxtQkFBbUIsRUFBRSxDQUFDO1lBQ3pDLE9BQU8sQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBRSxDQUFDLENBQUM7U0FDcEQsQ0FBQztLQUNILENBQUMsQ0FDSDtJQUNELFVBQVUsQ0FDUixRQUFRLEVBQ1IsS0FBSyxDQUFDO1FBQ0osS0FBSyxDQUFDLFdBQVcsRUFBRTtZQUNqQixLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsZUFBZSxFQUFFLENBQUM7WUFDckMsT0FBTyxDQUFDLEdBQUcsRUFBRSxLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQyxDQUFDO1NBQ3hELENBQUM7S0FDSCxDQUFDLENBQ0g7Q0FDRixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBhbmltYXRlLCBncm91cCwgcXVlcnksIHN0eWxlLCB0cmFuc2l0aW9uLCB0cmlnZ2VyIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5cbmV4cG9ydCBjb25zdCBsYXllckFuaW1hdGlvbiA9IHRyaWdnZXIoJ2xheWVyQW5pbWF0aW9uJywgW1xuICB0cmFuc2l0aW9uKFxuICAgICc6ZW50ZXInLFxuICAgIGdyb3VwKFtcbiAgICAgIHF1ZXJ5KCcubWMtbGF5ZXInLCBbXG4gICAgICAgIHN0eWxlKHsgdHJhbnNmb3JtOiAndHJhbnNsYXRlWCgyNTBweCknIH0pLFxuICAgICAgICBhbmltYXRlKDIwMCwgc3R5bGUoeyB0cmFuc2Zvcm06ICd0cmFuc2xhdGVYKDApJyB9KSksXG4gICAgICBdKSxcbiAgICBdKVxuICApLFxuICB0cmFuc2l0aW9uKFxuICAgICc6bGVhdmUnLFxuICAgIGdyb3VwKFtcbiAgICAgIHF1ZXJ5KCcubWMtbGF5ZXInLCBbXG4gICAgICAgIHN0eWxlKHsgdHJhbnNmb3JtOiAndHJhbnNsYXRlWCgwKScgfSksXG4gICAgICAgIGFuaW1hdGUoMjAwLCBzdHlsZSh7IHRyYW5zZm9ybTogJ3RyYW5zbGF0ZVgoMjUwcHgpJyB9KSksXG4gICAgICBdKSxcbiAgICBdKVxuICApLFxuXSk7XG4iXX0=
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Inject, ViewChild, ViewContainerRef, ViewEncapsulation, } from '@angular/core';
|
|
2
|
-
import { layerAnimation } from './layer-animation';
|
|
3
|
-
import { LAYER_CONFIG, LAYER_REF } from './tokens';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/common";
|
|
6
|
-
import * as i2 from "../icon/icon.component";
|
|
7
|
-
export class LayerComponent {
|
|
8
|
-
get extended() {
|
|
9
|
-
return this.config.extended;
|
|
10
|
-
}
|
|
11
|
-
get position() {
|
|
12
|
-
return this.config.position || 'right';
|
|
13
|
-
}
|
|
14
|
-
get title() {
|
|
15
|
-
return this.config.title || 'Layer title';
|
|
16
|
-
}
|
|
17
|
-
get closeOnOverlay() {
|
|
18
|
-
return this.config.closeOnOverlay;
|
|
19
|
-
}
|
|
20
|
-
get icon() {
|
|
21
|
-
return this.config.icon;
|
|
22
|
-
}
|
|
23
|
-
constructor(layerRef, config, cd) {
|
|
24
|
-
this.layerRef = layerRef;
|
|
25
|
-
this.config = config;
|
|
26
|
-
this.cd = cd;
|
|
27
|
-
}
|
|
28
|
-
closeOnOutsideCLick() {
|
|
29
|
-
if (this.closeOnOverlay) {
|
|
30
|
-
this.close();
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
ngAfterViewInit() {
|
|
34
|
-
this.initChildComponent(this.childComponentType);
|
|
35
|
-
}
|
|
36
|
-
initChildComponent(componentType) {
|
|
37
|
-
this.childComponentRef = this.contentViewRef.createComponent(componentType);
|
|
38
|
-
this.cd.detectChanges();
|
|
39
|
-
}
|
|
40
|
-
close() {
|
|
41
|
-
this.layerRef.close();
|
|
42
|
-
}
|
|
43
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayerComponent, deps: [{ token: LAYER_REF }, { token: LAYER_CONFIG }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
44
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: LayerComponent, selector: "moz-layer", host: { properties: { "@layerAnimation": "true" } }, viewQueries: [{ propertyName: "contentViewRef", first: true, predicate: ["content"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<div\n class=\"mc-layer\"\n [ngClass]=\"[position === 'left' ? 'mc-layer--ltr' : '']\"\n role=\"dialog\"\n aria-labelledby=\"layerTitle\"\n aria-modal=\"true\"\n aria-hidden=\"true\"\n tabindex=\"-1\"\n>\n <div\n class=\"mc-layer__dialog is-open\"\n role=\"document\"\n [ngClass]=\"[extended ? 'mc-layer__dialog--extend' : '']\"\n >\n <div class=\"mc-layer__header\">\n <span class=\"mc-layer__icon\" *ngIf=\"icon\">\n <moz-icon iconName=\"{{ icon }}\"></moz-icon>\n </span>\n <h2 class=\"mc-layer__title\" id=\"layerTitle\">{{ title }}</h2>\n <button class=\"mc-layer__close\" type=\"button\" (click)=\"close()\">\n <span class=\"mc-layer__close-text\">Close</span>\n </button>\n </div>\n <div class=\"mc-layer__body mc-layer__body--overflowing\">\n <ng-template class=\"mc-layer__content\" #content></ng-template>\n </div>\n </div>\n</div>\n<div\n class=\"mc-layer-overlay is-visible\"\n (click)=\"closeOnOutsideCLick()\"\n tabindex=\"-1\"\n role=\"dialog\"\n></div>\n", styles: [".mc-layer{font-family:Roboto,sans-serif;font-weight:400;box-sizing:border-box;inset:0;outline:0;pointer-events:none;position:fixed;z-index:var(--modal-z-index, 1999999999);display:flex;overflow:hidden}.mc-layer *{box-sizing:inherit}.mc-layer--ltr{justify-content:flex-start}.mc-layer--ltr .mc-layer__dialog{transform:translate3d(-100%,0,0)}.mc-layer:not(.mc-layer--ltr){justify-content:flex-end}.mc-layer:not(.mc-layer--ltr) .mc-layer__dialog{transform:translate3d(100%,0,0)}.mc-layer__dialog{background:#fff;display:flex;flex-direction:column;height:100%;max-width:calc(100% - 2rem);transition:visibility 0s linear .4s,transform .4s;visibility:hidden;width:100%}@media screen and (min-width: 680px){.mc-layer__dialog{max-width:25rem}}@media screen and (min-width: 769px){.mc-layer__dialog{max-width:28.6875rem}}@media screen and (min-width: 1024px){.mc-layer__dialog{max-width:28rem}}@media screen and (min-width: 680px){.mc-layer__dialog--extend{max-width:31.75rem}}@media screen and (min-width: 769px){.mc-layer__dialog--extend{max-width:36.3125rem}}@media screen and (min-width: 1024px){.mc-layer__dialog--extend{max-width:43rem}}.mc-layer__header,.mc-layer__footer{padding-left:1rem;padding-right:1rem}@media screen and (min-width: 1024px){.mc-layer__header,.mc-layer__footer{padding-left:2rem;padding-right:2rem}}.mc-layer__header{display:flex;align-items:center;padding-bottom:.5rem;padding-top:1rem;min-height:3.75rem;position:relative}.mc-layer__header:after{background:#b3b3b3;content:\"\";display:block;margin:0 auto;height:1px;width:100%;bottom:0;left:0;position:absolute}@media screen and (min-width: 1024px){.mc-layer__header{padding-bottom:.75rem;padding-top:1.25rem;min-height:4.25rem}}.mc-layer__icon{fill:#666;height:1.5rem;margin-right:.75rem;width:1.5rem}.mc-layer__title{font-size:.875rem;line-height:1.2857142857;font-weight:400;color:#666;margin-bottom:0;margin-top:0}.mc-layer__close{box-shadow:none;text-decoration:none;outline:none;border:none;padding:0;position:relative;align-self:flex-start;background:transparent url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23808080'%3E%3Cpath d='M17.41 16l8.8-8.79a1 1 0 10-1.42-1.42L16 14.59l-8.79-8.8a1 1 0 00-1.42 1.42l8.8 8.79-8.8 8.79a1 1 0 000 1.42 1 1 0 001.42 0l8.79-8.8 8.79 8.8a1 1 0 001.42 0 1 1 0 000-1.42z'/%3E%3C/svg%3E\") no-repeat;background-size:contain;cursor:pointer;height:2rem;margin:0 0 0 auto;width:2rem}.mc-layer__close:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease}.mc-layer__close-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-layer__close:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-layer__body{flex:1 1;overflow:hidden;padding-left:.5rem;padding-right:.5rem}@media screen and (min-width: 1024px){.mc-layer__body{padding-left:1rem;padding-right:1rem}}.mc-layer__body--overflowing+.mc-layer__footer,.mc-layer__body--overflowing-scroll-edge+.mc-layer__footer{box-shadow:0 4px 20px #19191933;position:relative}.mc-layer__body--overflowing-scroll-edge{padding-left:0;padding-right:0}.mc-layer__body--overflowing-scroll-edge .mc-layer__content{padding-left:1rem;padding-right:1.125rem}@media screen and (min-width: 1024px){.mc-layer__body--overflowing-scroll-edge .mc-layer__content{padding-left:2rem;padding-right:2rem}}.mc-layer__body--scroll-end+.mc-layer__footer{box-shadow:none}.mc-layer__content{height:100%;overflow-y:auto;overflow-x:hidden;padding:1.5rem .5rem 3rem;scrollbar-color:#666666 #e6e6e6;scrollbar-width:thin}@media screen and (min-width: 1024px){.mc-layer__content{padding-left:1rem;padding-right:1rem}}.mc-layer__content::-webkit-scrollbar{background-color:#e6e6e6;width:.25rem}.mc-layer__content::-webkit-scrollbar-thumb{background:#666}.mc-layer__footer{display:flex;flex-direction:column;padding-top:1rem;padding-bottom:1rem}@media screen and (min-width: 1024px){.mc-layer__footer{align-items:center;flex-direction:row;justify-content:center;padding-top:1.5rem;padding-bottom:1.5rem}}.mc-layer__footer>:first-child:not(:only-child){margin-bottom:.75rem}@media screen and (min-width: 1024px){.mc-layer__footer>:first-child:not(:only-child){margin-bottom:0;margin-right:1rem}}.mc-layer-open{overflow:hidden}.mc-layer .mc-layer__dialog.is-open{pointer-events:all;transform:translateZ(0);transition:visibility 0s linear 0s,transform .4s;visibility:visible}.mc-layer-overlay{background-color:#191919b3;filter:blur(1px);inset:0;opacity:0;position:fixed;pointer-events:none;transition:opacity .4s ease,visibility 0ms .4s;z-index:1999999998}.mc-layer-overlay.is-visible{opacity:1;pointer-events:all;transition:opacity .4s ease,visibility 0ms;visibility:visible}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.IconComponent, selector: "moz-icon", inputs: ["iconName", "size"] }], animations: [layerAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
45
|
-
}
|
|
46
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayerComponent, decorators: [{
|
|
47
|
-
type: Component,
|
|
48
|
-
args: [{ selector: 'moz-layer', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, animations: [layerAnimation], host: { '[@layerAnimation]': 'true' }, template: "<div\n class=\"mc-layer\"\n [ngClass]=\"[position === 'left' ? 'mc-layer--ltr' : '']\"\n role=\"dialog\"\n aria-labelledby=\"layerTitle\"\n aria-modal=\"true\"\n aria-hidden=\"true\"\n tabindex=\"-1\"\n>\n <div\n class=\"mc-layer__dialog is-open\"\n role=\"document\"\n [ngClass]=\"[extended ? 'mc-layer__dialog--extend' : '']\"\n >\n <div class=\"mc-layer__header\">\n <span class=\"mc-layer__icon\" *ngIf=\"icon\">\n <moz-icon iconName=\"{{ icon }}\"></moz-icon>\n </span>\n <h2 class=\"mc-layer__title\" id=\"layerTitle\">{{ title }}</h2>\n <button class=\"mc-layer__close\" type=\"button\" (click)=\"close()\">\n <span class=\"mc-layer__close-text\">Close</span>\n </button>\n </div>\n <div class=\"mc-layer__body mc-layer__body--overflowing\">\n <ng-template class=\"mc-layer__content\" #content></ng-template>\n </div>\n </div>\n</div>\n<div\n class=\"mc-layer-overlay is-visible\"\n (click)=\"closeOnOutsideCLick()\"\n tabindex=\"-1\"\n role=\"dialog\"\n></div>\n", styles: [".mc-layer{font-family:Roboto,sans-serif;font-weight:400;box-sizing:border-box;inset:0;outline:0;pointer-events:none;position:fixed;z-index:var(--modal-z-index, 1999999999);display:flex;overflow:hidden}.mc-layer *{box-sizing:inherit}.mc-layer--ltr{justify-content:flex-start}.mc-layer--ltr .mc-layer__dialog{transform:translate3d(-100%,0,0)}.mc-layer:not(.mc-layer--ltr){justify-content:flex-end}.mc-layer:not(.mc-layer--ltr) .mc-layer__dialog{transform:translate3d(100%,0,0)}.mc-layer__dialog{background:#fff;display:flex;flex-direction:column;height:100%;max-width:calc(100% - 2rem);transition:visibility 0s linear .4s,transform .4s;visibility:hidden;width:100%}@media screen and (min-width: 680px){.mc-layer__dialog{max-width:25rem}}@media screen and (min-width: 769px){.mc-layer__dialog{max-width:28.6875rem}}@media screen and (min-width: 1024px){.mc-layer__dialog{max-width:28rem}}@media screen and (min-width: 680px){.mc-layer__dialog--extend{max-width:31.75rem}}@media screen and (min-width: 769px){.mc-layer__dialog--extend{max-width:36.3125rem}}@media screen and (min-width: 1024px){.mc-layer__dialog--extend{max-width:43rem}}.mc-layer__header,.mc-layer__footer{padding-left:1rem;padding-right:1rem}@media screen and (min-width: 1024px){.mc-layer__header,.mc-layer__footer{padding-left:2rem;padding-right:2rem}}.mc-layer__header{display:flex;align-items:center;padding-bottom:.5rem;padding-top:1rem;min-height:3.75rem;position:relative}.mc-layer__header:after{background:#b3b3b3;content:\"\";display:block;margin:0 auto;height:1px;width:100%;bottom:0;left:0;position:absolute}@media screen and (min-width: 1024px){.mc-layer__header{padding-bottom:.75rem;padding-top:1.25rem;min-height:4.25rem}}.mc-layer__icon{fill:#666;height:1.5rem;margin-right:.75rem;width:1.5rem}.mc-layer__title{font-size:.875rem;line-height:1.2857142857;font-weight:400;color:#666;margin-bottom:0;margin-top:0}.mc-layer__close{box-shadow:none;text-decoration:none;outline:none;border:none;padding:0;position:relative;align-self:flex-start;background:transparent url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2rem' width='2rem' viewBox='0 0 32 32' fill='%23808080'%3E%3Cpath d='M17.41 16l8.8-8.79a1 1 0 10-1.42-1.42L16 14.59l-8.79-8.8a1 1 0 00-1.42 1.42l8.8 8.79-8.8 8.79a1 1 0 000 1.42 1 1 0 001.42 0l8.79-8.8 8.79 8.8a1 1 0 001.42 0 1 1 0 000-1.42z'/%3E%3C/svg%3E\") no-repeat;background-size:contain;cursor:pointer;height:2rem;margin:0 0 0 auto;width:2rem}.mc-layer__close:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease}.mc-layer__close-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-layer__close:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-layer__body{flex:1 1;overflow:hidden;padding-left:.5rem;padding-right:.5rem}@media screen and (min-width: 1024px){.mc-layer__body{padding-left:1rem;padding-right:1rem}}.mc-layer__body--overflowing+.mc-layer__footer,.mc-layer__body--overflowing-scroll-edge+.mc-layer__footer{box-shadow:0 4px 20px #19191933;position:relative}.mc-layer__body--overflowing-scroll-edge{padding-left:0;padding-right:0}.mc-layer__body--overflowing-scroll-edge .mc-layer__content{padding-left:1rem;padding-right:1.125rem}@media screen and (min-width: 1024px){.mc-layer__body--overflowing-scroll-edge .mc-layer__content{padding-left:2rem;padding-right:2rem}}.mc-layer__body--scroll-end+.mc-layer__footer{box-shadow:none}.mc-layer__content{height:100%;overflow-y:auto;overflow-x:hidden;padding:1.5rem .5rem 3rem;scrollbar-color:#666666 #e6e6e6;scrollbar-width:thin}@media screen and (min-width: 1024px){.mc-layer__content{padding-left:1rem;padding-right:1rem}}.mc-layer__content::-webkit-scrollbar{background-color:#e6e6e6;width:.25rem}.mc-layer__content::-webkit-scrollbar-thumb{background:#666}.mc-layer__footer{display:flex;flex-direction:column;padding-top:1rem;padding-bottom:1rem}@media screen and (min-width: 1024px){.mc-layer__footer{align-items:center;flex-direction:row;justify-content:center;padding-top:1.5rem;padding-bottom:1.5rem}}.mc-layer__footer>:first-child:not(:only-child){margin-bottom:.75rem}@media screen and (min-width: 1024px){.mc-layer__footer>:first-child:not(:only-child){margin-bottom:0;margin-right:1rem}}.mc-layer-open{overflow:hidden}.mc-layer .mc-layer__dialog.is-open{pointer-events:all;transform:translateZ(0);transition:visibility 0s linear 0s,transform .4s;visibility:visible}.mc-layer-overlay{background-color:#191919b3;filter:blur(1px);inset:0;opacity:0;position:fixed;pointer-events:none;transition:opacity .4s ease,visibility 0ms .4s;z-index:1999999998}.mc-layer-overlay.is-visible{opacity:1;pointer-events:all;transition:opacity .4s ease,visibility 0ms;visibility:visible}\n"] }]
|
|
49
|
-
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
50
|
-
type: Inject,
|
|
51
|
-
args: [LAYER_REF]
|
|
52
|
-
}] }, { type: undefined, decorators: [{
|
|
53
|
-
type: Inject,
|
|
54
|
-
args: [LAYER_CONFIG]
|
|
55
|
-
}] }, { type: i0.ChangeDetectorRef }], propDecorators: { contentViewRef: [{
|
|
56
|
-
type: ViewChild,
|
|
57
|
-
args: ['content', { read: ViewContainerRef, static: true }]
|
|
58
|
-
}] } });
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbGF5ZXIvbGF5ZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbGF5ZXIvbGF5ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLHVCQUF1QixFQUV2QixTQUFTLEVBRVQsTUFBTSxFQUVOLFNBQVMsRUFDVCxnQkFBZ0IsRUFDaEIsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBR3ZCLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLFNBQVMsRUFBRSxNQUFNLFVBQVUsQ0FBQzs7OztBQVduRCxNQUFNLE9BQU8sY0FBYztJQU16QixJQUFXLFFBQVE7UUFDakIsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVMsQ0FBQztJQUMvQixDQUFDO0lBRUQsSUFBVyxRQUFRO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLElBQUksT0FBTyxDQUFDO0lBQ3pDLENBQUM7SUFFRCxJQUFXLEtBQUs7UUFDZCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxJQUFJLGFBQWEsQ0FBQztJQUM1QyxDQUFDO0lBRUQsSUFBVyxjQUFjO1FBQ3ZCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxjQUFlLENBQUM7SUFDckMsQ0FBQztJQUVELElBQVcsSUFBSTtRQUNiLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFLLENBQUM7SUFDM0IsQ0FBQztJQUVELFlBQ3NDLFFBQWtCLEVBQ2YsTUFBbUIsRUFDekMsRUFBcUI7UUFGRixhQUFRLEdBQVIsUUFBUSxDQUFVO1FBQ2YsV0FBTSxHQUFOLE1BQU0sQ0FBYTtRQUN6QyxPQUFFLEdBQUYsRUFBRSxDQUFtQjtJQUNyQyxDQUFDO0lBRUosbUJBQW1CO1FBQ2pCLElBQUksSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO1lBQ3hCLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNmLENBQUM7SUFDSCxDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsa0JBQWtCLENBQUMsQ0FBQztJQUNuRCxDQUFDO0lBRU8sa0JBQWtCLENBQUMsYUFBd0I7UUFDakQsSUFBSSxDQUFDLGlCQUFpQixHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsZUFBZSxDQUFDLGFBQWEsQ0FBQyxDQUFDO1FBQzVFLElBQUksQ0FBQyxFQUFFLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVNLEtBQUs7UUFDVixJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQ3hCLENBQUM7K0dBakRVLGNBQWMsa0JBMkJmLFNBQVMsYUFDVCxZQUFZO21HQTVCWCxjQUFjLDRMQUNLLGdCQUFnQiwyQ0MzQmhELDJoQ0FrQ0Esb21LRFhjLENBQUMsY0FBYyxDQUFDOzs0RkFHakIsY0FBYztrQkFUMUIsU0FBUzsrQkFDRSxXQUFXLG1CQUdKLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksY0FDekIsQ0FBQyxjQUFjLENBQUMsUUFDdEIsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLEVBQUU7OzBCQTZCbEMsTUFBTTsyQkFBQyxTQUFTOzswQkFDaEIsTUFBTTsyQkFBQyxZQUFZO3lFQTFCTCxjQUFjO3NCQUQ5QixTQUFTO3VCQUFDLFNBQVMsRUFBRSxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIENvbXBvbmVudFJlZixcbiAgSW5qZWN0LFxuICBUeXBlLFxuICBWaWV3Q2hpbGQsXG4gIFZpZXdDb250YWluZXJSZWYsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IExheWVyQ29uZmlnIH0gZnJvbSAnLi9pbnRlcmZhY2VzJztcbmltcG9ydCB7IExheWVyUmVmIH0gZnJvbSAnLi9pbnRlcmZhY2VzL2xheWVyLXJlZic7XG5pbXBvcnQgeyBsYXllckFuaW1hdGlvbiB9IGZyb20gJy4vbGF5ZXItYW5pbWF0aW9uJztcbmltcG9ydCB7IExBWUVSX0NPTkZJRywgTEFZRVJfUkVGIH0gZnJvbSAnLi90b2tlbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdtb3otbGF5ZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vbGF5ZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9sYXllci5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgYW5pbWF0aW9uczogW2xheWVyQW5pbWF0aW9uXSxcbiAgaG9zdDogeyAnW0BsYXllckFuaW1hdGlvbl0nOiAndHJ1ZScgfSxcbn0pXG5leHBvcnQgY2xhc3MgTGF5ZXJDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcbiAgQFZpZXdDaGlsZCgnY29udGVudCcsIHsgcmVhZDogVmlld0NvbnRhaW5lclJlZiwgc3RhdGljOiB0cnVlIH0pXG4gIHByaXZhdGUgcmVhZG9ubHkgY29udGVudFZpZXdSZWYhOiBWaWV3Q29udGFpbmVyUmVmO1xuICBwdWJsaWMgY2hpbGRDb21wb25lbnRSZWY/OiBDb21wb25lbnRSZWY8YW55PjtcbiAgcHVibGljIGNoaWxkQ29tcG9uZW50VHlwZSE6IFR5cGU8YW55PjtcblxuICBwdWJsaWMgZ2V0IGV4dGVuZGVkKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLmNvbmZpZy5leHRlbmRlZCE7XG4gIH1cblxuICBwdWJsaWMgZ2V0IHBvc2l0aW9uKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuY29uZmlnLnBvc2l0aW9uIHx8ICdyaWdodCc7XG4gIH1cblxuICBwdWJsaWMgZ2V0IHRpdGxlKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuY29uZmlnLnRpdGxlIHx8ICdMYXllciB0aXRsZSc7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGNsb3NlT25PdmVybGF5KCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLmNvbmZpZy5jbG9zZU9uT3ZlcmxheSE7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGljb24oKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5jb25maWcuaWNvbiE7XG4gIH1cblxuICBjb25zdHJ1Y3RvcihcbiAgICBASW5qZWN0KExBWUVSX1JFRikgcHJpdmF0ZSByZWFkb25seSBsYXllclJlZjogTGF5ZXJSZWYsXG4gICAgQEluamVjdChMQVlFUl9DT05GSUcpIHByaXZhdGUgcmVhZG9ubHkgY29uZmlnOiBMYXllckNvbmZpZyxcbiAgICBwcml2YXRlIHJlYWRvbmx5IGNkOiBDaGFuZ2VEZXRlY3RvclJlZlxuICApIHt9XG5cbiAgY2xvc2VPbk91dHNpZGVDTGljaygpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5jbG9zZU9uT3ZlcmxheSkge1xuICAgICAgdGhpcy5jbG9zZSgpO1xuICAgIH1cbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmluaXRDaGlsZENvbXBvbmVudCh0aGlzLmNoaWxkQ29tcG9uZW50VHlwZSk7XG4gIH1cblxuICBwcml2YXRlIGluaXRDaGlsZENvbXBvbmVudChjb21wb25lbnRUeXBlOiBUeXBlPGFueT4pOiB2b2lkIHtcbiAgICB0aGlzLmNoaWxkQ29tcG9uZW50UmVmID0gdGhpcy5jb250ZW50Vmlld1JlZi5jcmVhdGVDb21wb25lbnQoY29tcG9uZW50VHlwZSk7XG4gICAgdGhpcy5jZC5kZXRlY3RDaGFuZ2VzKCk7XG4gIH1cblxuICBwdWJsaWMgY2xvc2UoKSB7XG4gICAgdGhpcy5sYXllclJlZi5jbG9zZSgpO1xuICB9XG59XG4iLCI8ZGl2XG4gIGNsYXNzPVwibWMtbGF5ZXJcIlxuICBbbmdDbGFzc109XCJbcG9zaXRpb24gPT09ICdsZWZ0JyA/ICdtYy1sYXllci0tbHRyJyA6ICcnXVwiXG4gIHJvbGU9XCJkaWFsb2dcIlxuICBhcmlhLWxhYmVsbGVkYnk9XCJsYXllclRpdGxlXCJcbiAgYXJpYS1tb2RhbD1cInRydWVcIlxuICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICB0YWJpbmRleD1cIi0xXCJcbj5cbiAgPGRpdlxuICAgIGNsYXNzPVwibWMtbGF5ZXJfX2RpYWxvZyBpcy1vcGVuXCJcbiAgICByb2xlPVwiZG9jdW1lbnRcIlxuICAgIFtuZ0NsYXNzXT1cIltleHRlbmRlZCA/ICdtYy1sYXllcl9fZGlhbG9nLS1leHRlbmQnIDogJyddXCJcbiAgPlxuICAgIDxkaXYgY2xhc3M9XCJtYy1sYXllcl9faGVhZGVyXCI+XG4gICAgICA8c3BhbiBjbGFzcz1cIm1jLWxheWVyX19pY29uXCIgKm5nSWY9XCJpY29uXCI+XG4gICAgICAgIDxtb3otaWNvbiBpY29uTmFtZT1cInt7IGljb24gfX1cIj48L21vei1pY29uPlxuICAgICAgPC9zcGFuPlxuICAgICAgPGgyIGNsYXNzPVwibWMtbGF5ZXJfX3RpdGxlXCIgaWQ9XCJsYXllclRpdGxlXCI+e3sgdGl0bGUgfX08L2gyPlxuICAgICAgPGJ1dHRvbiBjbGFzcz1cIm1jLWxheWVyX19jbG9zZVwiIHR5cGU9XCJidXR0b25cIiAoY2xpY2spPVwiY2xvc2UoKVwiPlxuICAgICAgICA8c3BhbiBjbGFzcz1cIm1jLWxheWVyX19jbG9zZS10ZXh0XCI+Q2xvc2U8L3NwYW4+XG4gICAgICA8L2J1dHRvbj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwibWMtbGF5ZXJfX2JvZHkgbWMtbGF5ZXJfX2JvZHktLW92ZXJmbG93aW5nXCI+XG4gICAgICA8bmctdGVtcGxhdGUgY2xhc3M9XCJtYy1sYXllcl9fY29udGVudFwiICNjb250ZW50PjwvbmctdGVtcGxhdGU+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9kaXY+XG48ZGl2XG4gIGNsYXNzPVwibWMtbGF5ZXItb3ZlcmxheSBpcy12aXNpYmxlXCJcbiAgKGNsaWNrKT1cImNsb3NlT25PdXRzaWRlQ0xpY2soKVwiXG4gIHRhYmluZGV4PVwiLTFcIlxuICByb2xlPVwiZGlhbG9nXCJcbj48L2Rpdj5cbiJdfQ==
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { LayerComponent } from './layer.component';
|
|
4
|
-
import { LayerService } from './layer.service';
|
|
5
|
-
import { IconModule } from '../icon/icon.module';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class LayerModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LayerModule, declarations: [LayerComponent], imports: [CommonModule, IconModule], exports: [LayerComponent] }); }
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayerModule, providers: [LayerService], imports: [CommonModule, IconModule] }); }
|
|
11
|
-
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayerModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
imports: [CommonModule, IconModule],
|
|
16
|
-
providers: [LayerService],
|
|
17
|
-
declarations: [LayerComponent],
|
|
18
|
-
exports: [LayerComponent],
|
|
19
|
-
}]
|
|
20
|
-
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbGF5ZXIvbGF5ZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQVFqRCxNQUFNLE9BQU8sV0FBVzsrR0FBWCxXQUFXO2dIQUFYLFdBQVcsaUJBSFAsY0FBYyxhQUZuQixZQUFZLEVBQUUsVUFBVSxhQUd4QixjQUFjO2dIQUViLFdBQVcsYUFKWCxDQUFDLFlBQVksQ0FBQyxZQURmLFlBQVksRUFBRSxVQUFVOzs0RkFLdkIsV0FBVztrQkFOdkIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsVUFBVSxDQUFDO29CQUNuQyxTQUFTLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3pCLFlBQVksRUFBRSxDQUFDLGNBQWMsQ0FBQztvQkFDOUIsT0FBTyxFQUFFLENBQUMsY0FBYyxDQUFDO2lCQUMxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTGF5ZXJDb21wb25lbnQgfSBmcm9tICcuL2xheWVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBMYXllclNlcnZpY2UgfSBmcm9tICcuL2xheWVyLnNlcnZpY2UnO1xuaW1wb3J0IHsgSWNvbk1vZHVsZSB9IGZyb20gJy4uL2ljb24vaWNvbi5tb2R1bGUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBJY29uTW9kdWxlXSxcbiAgcHJvdmlkZXJzOiBbTGF5ZXJTZXJ2aWNlXSxcbiAgZGVjbGFyYXRpb25zOiBbTGF5ZXJDb21wb25lbnRdLFxuICBleHBvcnRzOiBbTGF5ZXJDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBMYXllck1vZHVsZSB7fVxuIl19
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { DOCUMENT } from '@angular/common';
|
|
2
|
-
import { Inject, Injectable, } from '@angular/core';
|
|
3
|
-
import { LayerInjector } from './classes/layer-injector';
|
|
4
|
-
import { LayerRefModel } from './classes/layer-ref';
|
|
5
|
-
import { LayerComponent } from './layer.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class LayerService {
|
|
8
|
-
constructor(componentFactoryResolver, injector, applicationRef, document) {
|
|
9
|
-
this.componentFactoryResolver = componentFactoryResolver;
|
|
10
|
-
this.injector = injector;
|
|
11
|
-
this.applicationRef = applicationRef;
|
|
12
|
-
this.document = document;
|
|
13
|
-
}
|
|
14
|
-
open(component, config = {}) {
|
|
15
|
-
const layerRef = this.createLayer(config);
|
|
16
|
-
this.applyChildComponent({ component, layerRef });
|
|
17
|
-
return layerRef;
|
|
18
|
-
}
|
|
19
|
-
createLayer(config) {
|
|
20
|
-
const layerRef = new LayerRefModel(config);
|
|
21
|
-
const layerInjector = new LayerInjector({ injector: this.injector, layerRef });
|
|
22
|
-
const componentRef = this.createComponentRef(layerInjector);
|
|
23
|
-
layerRef.setComponentRef(componentRef);
|
|
24
|
-
this.appendLayerComponentToBody(componentRef);
|
|
25
|
-
this.initModalRefAfterClosedObserver(layerRef, componentRef);
|
|
26
|
-
return layerRef;
|
|
27
|
-
}
|
|
28
|
-
initModalRefAfterClosedObserver(layerRef, componentRef) {
|
|
29
|
-
layerRef.afterClosed$.subscribe(() => componentRef.destroy());
|
|
30
|
-
}
|
|
31
|
-
createComponentRef(injector) {
|
|
32
|
-
return this.componentFactoryResolver.resolveComponentFactory(LayerComponent).create(injector);
|
|
33
|
-
}
|
|
34
|
-
appendLayerComponentToBody(componentRef) {
|
|
35
|
-
const componentHostView = componentRef.hostView;
|
|
36
|
-
const componentHtmlElement = componentHostView.rootNodes[0];
|
|
37
|
-
this.applicationRef.attachView(componentHostView);
|
|
38
|
-
this.document.body.appendChild(componentHtmlElement);
|
|
39
|
-
}
|
|
40
|
-
applyChildComponent({ layerRef, component, }) {
|
|
41
|
-
const { instance } = layerRef.componentRef;
|
|
42
|
-
instance.childComponentType = component;
|
|
43
|
-
}
|
|
44
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayerService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
45
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayerService, providedIn: 'root' }); }
|
|
46
|
-
}
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayerService, decorators: [{
|
|
48
|
-
type: Injectable,
|
|
49
|
-
args: [{
|
|
50
|
-
providedIn: 'root',
|
|
51
|
-
}]
|
|
52
|
-
}], ctorParameters: () => [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ApplicationRef }, { type: Document, decorators: [{
|
|
53
|
-
type: Inject,
|
|
54
|
-
args: [DOCUMENT]
|
|
55
|
-
}] }] });
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXIuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2xheWVyL2xheWVyLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzNDLE9BQU8sRUFLTCxNQUFNLEVBQ04sVUFBVSxHQUdYLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFHcEQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQUtuRCxNQUFNLE9BQU8sWUFBWTtJQUN2QixZQUNtQix3QkFBa0QsRUFDbEQsUUFBa0IsRUFDbEIsY0FBOEIsRUFDWixRQUFrQjtRQUhwQyw2QkFBd0IsR0FBeEIsd0JBQXdCLENBQTBCO1FBQ2xELGFBQVEsR0FBUixRQUFRLENBQVU7UUFDbEIsbUJBQWMsR0FBZCxjQUFjLENBQWdCO1FBQ1osYUFBUSxHQUFSLFFBQVEsQ0FBVTtJQUNwRCxDQUFDO0lBRUcsSUFBSSxDQUFPLFNBQWtCLEVBQUUsU0FBeUIsRUFBRTtRQUMvRCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQzFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDO1FBQ2xELE9BQU8sUUFBUSxDQUFDO0lBQ2xCLENBQUM7SUFFTyxXQUFXLENBQUksTUFBc0I7UUFDM0MsTUFBTSxRQUFRLEdBQUcsSUFBSSxhQUFhLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDM0MsTUFBTSxhQUFhLEdBQUcsSUFBSSxhQUFhLENBQUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxDQUFDLFFBQVEsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDO1FBQy9FLE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUM1RCxRQUFRLENBQUMsZUFBZSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQ3ZDLElBQUksQ0FBQywwQkFBMEIsQ0FBQyxZQUFZLENBQUMsQ0FBQztRQUM5QyxJQUFJLENBQUMsK0JBQStCLENBQUMsUUFBUSxFQUFFLFlBQVksQ0FBQyxDQUFDO1FBQzdELE9BQU8sUUFBUSxDQUFDO0lBQ2xCLENBQUM7SUFFTywrQkFBK0IsQ0FDckMsUUFBa0IsRUFDbEIsWUFBMEM7UUFFMUMsUUFBUSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFLENBQUMsWUFBWSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7SUFDaEUsQ0FBQztJQUVPLGtCQUFrQixDQUFDLFFBQXVCO1FBQ2hELE9BQU8sSUFBSSxDQUFDLHdCQUF3QixDQUFDLHVCQUF1QixDQUFDLGNBQWMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUNoRyxDQUFDO0lBRU8sMEJBQTBCLENBQUMsWUFBMEM7UUFDM0UsTUFBTSxpQkFBaUIsR0FBRyxZQUFZLENBQUMsUUFBb0MsQ0FBQztRQUM1RSxNQUFNLG9CQUFvQixHQUFHLGlCQUFpQixDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQWdCLENBQUM7UUFDM0UsSUFBSSxDQUFDLGNBQWMsQ0FBQyxVQUFVLENBQUMsaUJBQWlCLENBQUMsQ0FBQztRQUNsRCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsb0JBQW9CLENBQUMsQ0FBQztJQUN2RCxDQUFDO0lBRU8sbUJBQW1CLENBQUksRUFDN0IsUUFBUSxFQUNSLFNBQVMsR0FJVjtRQUNDLE1BQU0sRUFBRSxRQUFRLEVBQUUsR0FBRyxRQUFRLENBQUMsWUFBWSxDQUFDO1FBQzNDLFFBQVEsQ0FBQyxrQkFBa0IsR0FBRyxTQUFTLENBQUM7SUFDMUMsQ0FBQzsrR0FuRFUsWUFBWSxnSEFLYixRQUFRO21IQUxQLFlBQVksY0FGWCxNQUFNOzs0RkFFUCxZQUFZO2tCQUh4QixVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQjs7MEJBTUksTUFBTTsyQkFBQyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRE9DVU1FTlQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQXBwbGljYXRpb25SZWYsXG4gIENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcixcbiAgQ29tcG9uZW50UmVmLFxuICBFbWJlZGRlZFZpZXdSZWYsXG4gIEluamVjdCxcbiAgSW5qZWN0YWJsZSxcbiAgSW5qZWN0b3IsXG4gIFR5cGUsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTGF5ZXJJbmplY3RvciB9IGZyb20gJy4vY2xhc3Nlcy9sYXllci1pbmplY3Rvcic7XG5pbXBvcnQgeyBMYXllclJlZk1vZGVsIH0gZnJvbSAnLi9jbGFzc2VzL2xheWVyLXJlZic7XG5pbXBvcnQgeyBMYXllckNvbmZpZyB9IGZyb20gJy4vaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBMYXllclJlZiB9IGZyb20gJy4vaW50ZXJmYWNlcy9sYXllci1yZWYnO1xuaW1wb3J0IHsgTGF5ZXJDb21wb25lbnQgfSBmcm9tICcuL2xheWVyLmNvbXBvbmVudCc7XG5cbkBJbmplY3RhYmxlKHtcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxufSlcbmV4cG9ydCBjbGFzcyBMYXllclNlcnZpY2Uge1xuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIHJlYWRvbmx5IGNvbXBvbmVudEZhY3RvcnlSZXNvbHZlcjogQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLFxuICAgIHByaXZhdGUgcmVhZG9ubHkgaW5qZWN0b3I6IEluamVjdG9yLFxuICAgIHByaXZhdGUgcmVhZG9ubHkgYXBwbGljYXRpb25SZWY6IEFwcGxpY2F0aW9uUmVmLFxuICAgIEBJbmplY3QoRE9DVU1FTlQpIHByaXZhdGUgcmVhZG9ubHkgZG9jdW1lbnQ6IERvY3VtZW50XG4gICkge31cblxuICBwdWJsaWMgb3BlbjxULCBLPihjb21wb25lbnQ6IFR5cGU8VD4sIGNvbmZpZzogTGF5ZXJDb25maWc8Sz4gPSB7fSkge1xuICAgIGNvbnN0IGxheWVyUmVmID0gdGhpcy5jcmVhdGVMYXllcihjb25maWcpO1xuICAgIHRoaXMuYXBwbHlDaGlsZENvbXBvbmVudCh7IGNvbXBvbmVudCwgbGF5ZXJSZWYgfSk7XG4gICAgcmV0dXJuIGxheWVyUmVmO1xuICB9XG5cbiAgcHJpdmF0ZSBjcmVhdGVMYXllcjxUPihjb25maWc6IExheWVyQ29uZmlnPFQ+KSB7XG4gICAgY29uc3QgbGF5ZXJSZWYgPSBuZXcgTGF5ZXJSZWZNb2RlbChjb25maWcpO1xuICAgIGNvbnN0IGxheWVySW5qZWN0b3IgPSBuZXcgTGF5ZXJJbmplY3Rvcih7IGluamVjdG9yOiB0aGlzLmluamVjdG9yLCBsYXllclJlZiB9KTtcbiAgICBjb25zdCBjb21wb25lbnRSZWYgPSB0aGlzLmNyZWF0ZUNvbXBvbmVudFJlZihsYXllckluamVjdG9yKTtcbiAgICBsYXllclJlZi5zZXRDb21wb25lbnRSZWYoY29tcG9uZW50UmVmKTtcbiAgICB0aGlzLmFwcGVuZExheWVyQ29tcG9uZW50VG9Cb2R5KGNvbXBvbmVudFJlZik7XG4gICAgdGhpcy5pbml0TW9kYWxSZWZBZnRlckNsb3NlZE9ic2VydmVyKGxheWVyUmVmLCBjb21wb25lbnRSZWYpO1xuICAgIHJldHVybiBsYXllclJlZjtcbiAgfVxuXG4gIHByaXZhdGUgaW5pdE1vZGFsUmVmQWZ0ZXJDbG9zZWRPYnNlcnZlcihcbiAgICBsYXllclJlZjogTGF5ZXJSZWYsXG4gICAgY29tcG9uZW50UmVmOiBDb21wb25lbnRSZWY8TGF5ZXJDb21wb25lbnQ+XG4gICk6IHZvaWQge1xuICAgIGxheWVyUmVmLmFmdGVyQ2xvc2VkJC5zdWJzY3JpYmUoKCkgPT4gY29tcG9uZW50UmVmLmRlc3Ryb3koKSk7XG4gIH1cblxuICBwcml2YXRlIGNyZWF0ZUNvbXBvbmVudFJlZihpbmplY3RvcjogTGF5ZXJJbmplY3Rvcik6IENvbXBvbmVudFJlZjxMYXllckNvbXBvbmVudD4ge1xuICAgIHJldHVybiB0aGlzLmNvbXBvbmVudEZhY3RvcnlSZXNvbHZlci5yZXNvbHZlQ29tcG9uZW50RmFjdG9yeShMYXllckNvbXBvbmVudCkuY3JlYXRlKGluamVjdG9yKTtcbiAgfVxuXG4gIHByaXZhdGUgYXBwZW5kTGF5ZXJDb21wb25lbnRUb0JvZHkoY29tcG9uZW50UmVmOiBDb21wb25lbnRSZWY8TGF5ZXJDb21wb25lbnQ+KTogdm9pZCB7XG4gICAgY29uc3QgY29tcG9uZW50SG9zdFZpZXcgPSBjb21wb25lbnRSZWYuaG9zdFZpZXcgYXMgRW1iZWRkZWRWaWV3UmVmPHVua25vd24+O1xuICAgIGNvbnN0IGNvbXBvbmVudEh0bWxFbGVtZW50ID0gY29tcG9uZW50SG9zdFZpZXcucm9vdE5vZGVzWzBdIGFzIEhUTUxFbGVtZW50O1xuICAgIHRoaXMuYXBwbGljYXRpb25SZWYuYXR0YWNoVmlldyhjb21wb25lbnRIb3N0Vmlldyk7XG4gICAgdGhpcy5kb2N1bWVudC5ib2R5LmFwcGVuZENoaWxkKGNvbXBvbmVudEh0bWxFbGVtZW50KTtcbiAgfVxuXG4gIHByaXZhdGUgYXBwbHlDaGlsZENvbXBvbmVudDxUPih7XG4gICAgbGF5ZXJSZWYsXG4gICAgY29tcG9uZW50LFxuICB9OiB7XG4gICAgbGF5ZXJSZWY6IExheWVyUmVmTW9kZWw7XG4gICAgY29tcG9uZW50OiBUeXBlPFQ+O1xuICB9KTogdm9pZCB7XG4gICAgY29uc3QgeyBpbnN0YW5jZSB9ID0gbGF5ZXJSZWYuY29tcG9uZW50UmVmO1xuICAgIGluc3RhbmNlLmNoaWxkQ29tcG9uZW50VHlwZSA9IGNvbXBvbmVudDtcbiAgfVxufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2xheWVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './layer-config.token';
|
|
2
|
-
export * from './layer-data.token';
|
|
3
|
-
export * from './layer-ref.token';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9sYXllci90b2tlbnMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsbUJBQW1CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xheWVyLWNvbmZpZy50b2tlbic7XG5leHBvcnQgKiBmcm9tICcuL2xheWVyLWRhdGEudG9rZW4nO1xuZXhwb3J0ICogZnJvbSAnLi9sYXllci1yZWYudG9rZW4nO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export const LAYER_CONFIG = new InjectionToken('LAYER_CONFIG_TOKEN');
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItY29uZmlnLnRva2VuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbGF5ZXIvdG9rZW5zL2xheWVyLWNvbmZpZy50b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRS9DLE1BQU0sQ0FBQyxNQUFNLFlBQVksR0FBRyxJQUFJLGNBQWMsQ0FBQyxvQkFBb0IsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZXhwb3J0IGNvbnN0IExBWUVSX0NPTkZJRyA9IG5ldyBJbmplY3Rpb25Ub2tlbignTEFZRVJfQ09ORklHX1RPS0VOJyk7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export const LAYER_DATA = new InjectionToken('LAYER_DATA_TOKEN');
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItZGF0YS50b2tlbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2xheWVyL3Rva2Vucy9sYXllci1kYXRhLnRva2VuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFL0MsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHLElBQUksY0FBYyxDQUFDLGtCQUFrQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3Rpb25Ub2tlbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5leHBvcnQgY29uc3QgTEFZRVJfREFUQSA9IG5ldyBJbmplY3Rpb25Ub2tlbignTEFZRVJfREFUQV9UT0tFTicpO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export const LAYER_REF = new InjectionToken('LAYER_DATA_TOKEN');
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItcmVmLnRva2VuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvbGF5ZXIvdG9rZW5zL2xheWVyLXJlZi50b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRS9DLE1BQU0sQ0FBQyxNQUFNLFNBQVMsR0FBRyxJQUFJLGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZXhwb3J0IGNvbnN0IExBWUVSX1JFRiA9IG5ldyBJbmplY3Rpb25Ub2tlbignTEFZRVJfREFUQV9UT0tFTicpO1xuIl19
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './link.component';
|
|
2
|
-
export * from './link.module';
|
|
3
|
-
export * from './model/link-utils';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9saW5rL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxvQkFBb0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGluay5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saW5rLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL21vZGVsL2xpbmstdXRpbHMnO1xuIl19
|