@evotor-dev/ui-kit 7.0.3 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -58
- package/esm2020/evotor-dev-ui-kit.mjs +4 -4
- package/esm2020/icons/category/evotor-dev-ui-kit-icons-category.mjs +4 -4
- package/esm2020/icons/category/index.mjs +62 -62
- package/esm2020/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs +4 -4
- package/esm2020/icons/emotions/index.mjs +17 -17
- package/esm2020/icons/evotor-dev-ui-kit-icons.mjs +4 -4
- package/esm2020/icons/header/evotor-dev-ui-kit-icons-header.mjs +4 -4
- package/esm2020/icons/header/index.mjs +27 -27
- package/esm2020/icons/index.mjs +8 -8
- package/esm2020/icons/info/evotor-dev-ui-kit-icons-info.mjs +4 -4
- package/esm2020/icons/info/index.mjs +39 -39
- package/esm2020/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs +4 -4
- package/esm2020/icons/navigation/index.mjs +56 -56
- package/esm2020/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs +4 -4
- package/esm2020/icons/side-menu/index.mjs +63 -63
- package/esm2020/icons/system/evotor-dev-ui-kit-icons-system.mjs +4 -4
- package/esm2020/icons/system/index.mjs +372 -368
- package/esm2020/lib/common/Serializable.mjs +5 -5
- package/esm2020/lib/common/animations/expand.animation.mjs +27 -27
- package/esm2020/lib/common/animations/index.mjs +3 -3
- package/esm2020/lib/common/animations/sidebar.animation.mjs +9 -9
- package/esm2020/lib/common/animations/skip-initial-render.animation.mjs +2 -2
- package/esm2020/lib/common/collection/evo-collection-fabric.mjs +9 -9
- package/esm2020/lib/common/collection/evo-collection.mjs +6 -6
- package/esm2020/lib/common/collection/index.mjs +2 -2
- package/esm2020/lib/common/constants/css-breakpoints.mjs +8 -8
- package/esm2020/lib/common/constants/view-breakpoint-streams.mjs +23 -23
- package/esm2020/lib/common/evo-base-control.mjs +45 -45
- package/esm2020/lib/common/evo-control-state-manager/evo-control-state-manager.mjs +12 -12
- package/esm2020/lib/common/evo-control-state-manager/evo-control-state.interface.mjs +1 -1
- package/esm2020/lib/common/evo-control-state-manager/evo-control-states.enum.mjs +5 -5
- package/esm2020/lib/common/form-helper/form-helper.mjs +30 -30
- package/esm2020/lib/common/types/evo-color.mjs +1 -1
- package/esm2020/lib/common/types/evo-size.mjs +1 -1
- package/esm2020/lib/common/types/index.mjs +2 -2
- package/esm2020/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +30 -30
- package/esm2020/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +18 -18
- package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +56 -56
- package/esm2020/lib/components/evo-accordion/evo-accordion.component.mjs +16 -16
- package/esm2020/lib/components/evo-accordion/evo-accordion.module.mjs +65 -65
- package/esm2020/lib/components/evo-accordion/index.mjs +1 -1
- package/esm2020/lib/components/evo-accordion/public-api.mjs +5 -5
- package/esm2020/lib/components/evo-alert/evo-alert.component.mjs +78 -78
- package/esm2020/lib/components/evo-alert/evo-alert.module.mjs +28 -28
- package/esm2020/lib/components/evo-alert/index.mjs +1 -1
- package/esm2020/lib/components/evo-alert/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +357 -357
- package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +42 -42
- package/esm2020/lib/components/evo-autocomplete/evo-autocomplete.module.mjs +57 -57
- package/esm2020/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +5 -5
- package/esm2020/lib/components/evo-autocomplete/index.mjs +1 -1
- package/esm2020/lib/components/evo-autocomplete/models/DaDataParty.mjs +27 -27
- package/esm2020/lib/components/evo-autocomplete/models/dadata.model.mjs +47 -47
- package/esm2020/lib/components/evo-autocomplete/public-api.mjs +6 -6
- package/esm2020/lib/components/evo-autocomplete/types/evo-autocomplete-size.mjs +1 -1
- package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +39 -39
- package/esm2020/lib/components/evo-badge/evo-badge.module.mjs +27 -27
- package/esm2020/lib/components/evo-badge/index.mjs +2 -2
- package/esm2020/lib/components/evo-badge/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-badge/types/evo-badge-color.mjs +1 -1
- package/esm2020/lib/components/evo-badge/types/evo-badge-size.mjs +1 -1
- package/esm2020/lib/components/evo-badge/types/index.mjs +2 -2
- package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +109 -112
- package/esm2020/lib/components/evo-banner/evo-banner.module.mjs +23 -27
- package/esm2020/lib/components/evo-banner/index.mjs +1 -1
- package/esm2020/lib/components/evo-banner/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-button/components/evo-button/evo-button.component.mjs +86 -0
- package/esm2020/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +91 -0
- package/esm2020/lib/components/evo-button/constants/evo-button-themes-map.mjs +31 -0
- package/esm2020/lib/components/evo-button/evo-button.module.mjs +21 -26
- package/esm2020/lib/components/evo-button/index.mjs +1 -1
- package/esm2020/lib/components/evo-button/public-api.mjs +5 -3
- package/esm2020/lib/components/evo-button/types/evo-button-color.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-shape.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-size.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-theme-params.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-theme.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/index.mjs +6 -0
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +86 -82
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.module.mjs +33 -33
- package/esm2020/lib/components/evo-checkbox/index.mjs +1 -1
- package/esm2020/lib/components/evo-checkbox/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +129 -129
- package/esm2020/lib/components/evo-chip/evo-chip.module.mjs +44 -44
- package/esm2020/lib/components/evo-chip/index.mjs +1 -1
- package/esm2020/lib/components/evo-chip/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +40 -40
- package/esm2020/lib/components/evo-control-error/evo-control-error.module.mjs +29 -29
- package/esm2020/lib/components/evo-control-error/index.mjs +1 -1
- package/esm2020/lib/components/evo-control-error/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-control-label/evo-control-label.component.mjs +18 -18
- package/esm2020/lib/components/evo-control-label/evo-control-label.module.mjs +21 -21
- package/esm2020/lib/components/evo-control-label/index.mjs +1 -1
- package/esm2020/lib/components/evo-control-label/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +37 -37
- package/esm2020/lib/components/evo-counter/evo-counter.module.mjs +29 -29
- package/esm2020/lib/components/evo-counter/index.mjs +1 -1
- package/esm2020/lib/components/evo-counter/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +554 -554
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.module.mjs +33 -33
- package/esm2020/lib/components/evo-datepicker/flatpickr-options.interface.mjs +1 -1
- package/esm2020/lib/components/evo-datepicker/index.mjs +1 -1
- package/esm2020/lib/components/evo-datepicker/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-datepicker/templates/index.mjs +19 -19
- package/esm2020/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs +40 -40
- package/esm2020/lib/components/evo-dropdown/evo-dropdown-position-description.mjs +50 -50
- package/esm2020/lib/components/evo-dropdown/evo-dropdown.component.mjs +106 -106
- package/esm2020/lib/components/evo-dropdown/evo-dropdown.module.mjs +19 -19
- package/esm2020/lib/components/evo-dropdown/index.mjs +1 -1
- package/esm2020/lib/components/evo-dropdown/public-api.mjs +4 -4
- package/esm2020/lib/components/evo-dropdown/types/evo-dropdown-positions.mjs +1 -1
- package/esm2020/lib/components/evo-icon/classes/evo-icons-library.mjs +18 -18
- package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +56 -52
- package/esm2020/lib/components/evo-icon/evo-icon.module.mjs +56 -56
- package/esm2020/lib/components/evo-icon/index.mjs +1 -1
- package/esm2020/lib/components/evo-icon/interfaces/icons-category.mjs +1 -1
- package/esm2020/lib/components/evo-icon/interfaces/icons-source.mjs +1 -1
- package/esm2020/lib/components/evo-icon/public-api.mjs +5 -5
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +64 -61
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.module.mjs +25 -25
- package/esm2020/lib/components/evo-icon-button/index.mjs +1 -1
- package/esm2020/lib/components/evo-icon-button/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-icon-button/types/evo-icon-button-size.mjs +1 -1
- package/esm2020/lib/components/evo-icon-button/types/evo-icon-button-theme.mjs +1 -1
- package/esm2020/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +13 -13
- package/esm2020/lib/components/evo-icon-number/evo-icon-number.module.mjs +17 -17
- package/esm2020/lib/components/evo-icon-number/index.mjs +1 -1
- package/esm2020/lib/components/evo-icon-number/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.mjs +12 -12
- package/esm2020/lib/components/evo-input/evo-input.component.mjs +358 -357
- package/esm2020/lib/components/evo-input/evo-input.module.mjs +65 -65
- package/esm2020/lib/components/evo-input/index.mjs +1 -1
- package/esm2020/lib/components/evo-input/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +149 -149
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs +33 -33
- package/esm2020/lib/components/evo-input-contenteditable/index.mjs +1 -1
- package/esm2020/lib/components/evo-input-contenteditable/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-input-contenteditable/utils/clear-multiline.mjs +6 -6
- package/esm2020/lib/components/evo-loader/evo-circular-loader.component.mjs +18 -18
- package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +27 -24
- package/esm2020/lib/components/evo-loader/evo-loader.module.mjs +32 -32
- package/esm2020/lib/components/evo-loader/index.mjs +1 -1
- package/esm2020/lib/components/evo-loader/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +127 -118
- package/esm2020/lib/components/evo-modal/evo-modal.module.mjs +31 -31
- package/esm2020/lib/components/evo-modal/evo-modal.service.mjs +31 -31
- package/esm2020/lib/components/evo-modal/index.mjs +1 -1
- package/esm2020/lib/components/evo-modal/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +57 -57
- package/esm2020/lib/components/evo-navbar/evo-navbar.component.mjs +45 -45
- package/esm2020/lib/components/evo-navbar/evo-navbar.module.mjs +23 -23
- package/esm2020/lib/components/evo-navbar/index.mjs +1 -1
- package/esm2020/lib/components/evo-navbar/interfaces/nav-item-main-info.mjs +1 -1
- package/esm2020/lib/components/evo-navbar/interfaces/nav-item-router-link.mjs +1 -1
- package/esm2020/lib/components/evo-navbar/interfaces/nav-item.href.mjs +1 -1
- package/esm2020/lib/components/evo-navbar/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-navbar/types/nav-item.mjs +1 -1
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +12 -0
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +45 -0
- package/esm2020/lib/components/evo-navigation-button/index.mjs +2 -0
- package/esm2020/lib/components/evo-navigation-button/public-api.mjs +3 -0
- package/esm2020/lib/components/evo-note/evo-note.component.mjs +39 -39
- package/esm2020/lib/components/evo-note/evo-note.module.mjs +44 -44
- package/esm2020/lib/components/evo-note/index.mjs +1 -1
- package/esm2020/lib/components/evo-note/public.api.mjs +3 -3
- package/esm2020/lib/components/evo-note/types/evo-note-type.mjs +1 -1
- package/esm2020/lib/components/evo-paginator/evo-paginator.component.mjs +107 -107
- package/esm2020/lib/components/evo-paginator/evo-paginator.module.mjs +21 -21
- package/esm2020/lib/components/evo-paginator/index.mjs +1 -1
- package/esm2020/lib/components/evo-paginator/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +25 -25
- package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.module.mjs +21 -21
- package/esm2020/lib/components/evo-plus-minus/index.mjs +1 -1
- package/esm2020/lib/components/evo-plus-minus/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +172 -172
- package/esm2020/lib/components/evo-popover/evo-popover.module.mjs +25 -25
- package/esm2020/lib/components/evo-popover/index.mjs +1 -1
- package/esm2020/lib/components/evo-popover/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-portal/evo-portal-outlet.class.mjs +6 -6
- package/esm2020/lib/components/evo-portal/evo-portal-outlet.directive.mjs +18 -18
- package/esm2020/lib/components/evo-portal/evo-portal.module.mjs +31 -31
- package/esm2020/lib/components/evo-portal/evo-portal.service.mjs +91 -91
- package/esm2020/lib/components/evo-portal/index.mjs +1 -1
- package/esm2020/lib/components/evo-portal/public-api.mjs +4 -4
- package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +50 -50
- package/esm2020/lib/components/evo-radio/evo-radio.module.mjs +25 -25
- package/esm2020/lib/components/evo-radio/index.mjs +1 -1
- package/esm2020/lib/components/evo-radio/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs +122 -122
- package/esm2020/lib/components/evo-radio-group/evo-radio-group.module.mjs +33 -33
- package/esm2020/lib/components/evo-radio-group/index.mjs +1 -1
- package/esm2020/lib/components/evo-radio-group/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-radio-group/typings/options.mjs +1 -1
- package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +55 -55
- package/esm2020/lib/components/evo-radioshape/evo-radioshape.module.mjs +32 -32
- package/esm2020/lib/components/evo-radioshape/index.mjs +1 -1
- package/esm2020/lib/components/evo-radioshape/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +21 -20
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +77 -74
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +24 -39
- package/esm2020/lib/components/evo-segmented-bar/index.mjs +1 -1
- package/esm2020/lib/components/evo-segmented-bar/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-select/evo-select.component.mjs +114 -114
- package/esm2020/lib/components/evo-select/evo-select.module.mjs +33 -33
- package/esm2020/lib/components/evo-select/index.mjs +1 -1
- package/esm2020/lib/components/evo-select/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.mjs +7 -7
- package/esm2020/lib/components/evo-sidebar/enums/evo-sidebar-sizes.mjs +6 -6
- package/esm2020/lib/components/evo-sidebar/enums/evo-sidebar-states.mjs +5 -5
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +32 -32
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +12 -12
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +39 -39
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-portal.mjs +20 -20
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +171 -171
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.module.mjs +89 -89
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.service.mjs +104 -104
- package/esm2020/lib/components/evo-sidebar/index.mjs +1 -1
- package/esm2020/lib/components/evo-sidebar/interfaces.mjs +1 -1
- package/esm2020/lib/components/evo-sidebar/public-api.mjs +11 -11
- package/esm2020/lib/components/evo-sidebar/sidebar-injection-token.mjs +2 -2
- package/esm2020/lib/components/evo-sidebar/tokens.mjs +11 -11
- package/esm2020/lib/components/evo-stepper/evo-stepper-events.mjs +24 -24
- package/esm2020/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +30 -30
- package/esm2020/lib/components/evo-stepper/evo-stepper.component.mjs +66 -66
- package/esm2020/lib/components/evo-stepper/evo-stepper.module.mjs +26 -26
- package/esm2020/lib/components/evo-stepper/index.mjs +1 -1
- package/esm2020/lib/components/evo-stepper/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +159 -154
- package/esm2020/lib/components/evo-submenu/evo-submenu.module.mjs +26 -36
- package/esm2020/lib/components/evo-submenu/index.mjs +1 -1
- package/esm2020/lib/components/evo-submenu/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.mjs +10 -10
- package/esm2020/lib/components/evo-switcher/evo-switcher.component.mjs +31 -31
- package/esm2020/lib/components/evo-switcher/evo-switcher.module.mjs +26 -26
- package/esm2020/lib/components/evo-switcher/index.mjs +1 -1
- package/esm2020/lib/components/evo-switcher/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-table/evo-table/evo-table.component.mjs +66 -66
- package/esm2020/lib/components/evo-table/evo-table-column/evo-table-column.component.mjs +30 -30
- package/esm2020/lib/components/evo-table/evo-table.module.mjs +22 -22
- package/esm2020/lib/components/evo-table/index.mjs +1 -1
- package/esm2020/lib/components/evo-table/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-tabs/enums/evo-tabs-size.mjs +5 -5
- package/esm2020/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +87 -87
- package/esm2020/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs +36 -36
- package/esm2020/lib/components/evo-tabs/evo-tab-state.collection.mjs +42 -42
- package/esm2020/lib/components/evo-tabs/evo-tabs-size.service.mjs +23 -23
- package/esm2020/lib/components/evo-tabs/evo-tabs.component.mjs +82 -82
- package/esm2020/lib/components/evo-tabs/evo-tabs.module.mjs +29 -29
- package/esm2020/lib/components/evo-tabs/evo-tabs.service.mjs +66 -66
- package/esm2020/lib/components/evo-tabs/index.mjs +1 -1
- package/esm2020/lib/components/evo-tabs/public-api.mjs +8 -8
- package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +78 -78
- package/esm2020/lib/components/evo-textarea/evo-textarea.module.mjs +36 -36
- package/esm2020/lib/components/evo-textarea/index.mjs +1 -1
- package/esm2020/lib/components/evo-textarea/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-toast/evo-toast.component.mjs +97 -97
- package/esm2020/lib/components/evo-toast/evo-toast.module.mjs +44 -44
- package/esm2020/lib/components/evo-toast/evo-toast.service.mjs +48 -48
- package/esm2020/lib/components/evo-toast/index.mjs +1 -1
- package/esm2020/lib/components/evo-toast/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +63 -63
- package/esm2020/lib/components/evo-toggle/evo-toggle.module.mjs +29 -29
- package/esm2020/lib/components/evo-toggle/index.mjs +1 -1
- package/esm2020/lib/components/evo-toggle/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +287 -287
- package/esm2020/lib/components/evo-upload/evo-upload.module.mjs +58 -58
- package/esm2020/lib/components/evo-upload/index.mjs +1 -1
- package/esm2020/lib/components/evo-upload/public-api.mjs +2 -2
- package/esm2020/lib/decorators/deprecate-method.decorator.mjs +7 -7
- package/esm2020/lib/decorators/deprecate-variable.decorator.mjs +16 -16
- package/esm2020/lib/decorators/index.mjs +1 -1
- package/esm2020/lib/decorators/public-api.mjs +2 -2
- package/esm2020/lib/directives/evo-click-outside.directive.mjs +39 -39
- package/esm2020/lib/directives/evo-is-expanded.directive.mjs +70 -70
- package/esm2020/lib/directives/evo-let/evo-let.directive.mjs +44 -44
- package/esm2020/lib/directives/evo-ui-class.directive.mjs +158 -158
- package/esm2020/lib/directives/index.mjs +1 -1
- package/esm2020/lib/directives/public-api.mjs +4 -4
- package/esm2020/lib/evo-ui-kit.module.mjs +64 -64
- package/esm2020/lib/operators/enter-zone.operator.mjs +8 -8
- package/esm2020/lib/operators/index.mjs +1 -1
- package/esm2020/lib/operators/public-api.mjs +1 -1
- package/esm2020/lib/pipes/declination.pipe.mjs +39 -39
- package/esm2020/lib/pipes/evo-pipes.module.mjs +16 -16
- package/esm2020/lib/pipes/index.mjs +1 -1
- package/esm2020/lib/pipes/public-api.mjs +3 -3
- package/esm2020/lib/pipes/safe-html.pipe.mjs +17 -17
- package/esm2020/lib/services/evo-expanded.service.mjs +22 -22
- package/esm2020/lib/services/index.mjs +1 -1
- package/esm2020/lib/services/public-api.mjs +1 -1
- package/esm2020/lib/services/window.service.mjs +48 -48
- package/esm2020/public_api.mjs +74 -73
- package/evotor-dev-ui-kit.d.ts +5 -5
- package/fesm2015/evotor-dev-ui-kit-icons-category.mjs +62 -62
- package/fesm2015/evotor-dev-ui-kit-icons-category.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-emotions.mjs +18 -18
- package/fesm2015/evotor-dev-ui-kit-icons-header.mjs +28 -28
- package/fesm2015/evotor-dev-ui-kit-icons-info.mjs +40 -40
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs +56 -56
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-side-menu.mjs +64 -64
- package/fesm2015/evotor-dev-ui-kit-icons-system.mjs +373 -369
- package/fesm2015/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons.mjs +628 -624
- package/fesm2015/evotor-dev-ui-kit-icons.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit.mjs +7055 -6893
- package/fesm2015/evotor-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +62 -62
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs +18 -18
- package/fesm2020/evotor-dev-ui-kit-icons-header.mjs +28 -28
- package/fesm2020/evotor-dev-ui-kit-icons-info.mjs +40 -40
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +56 -56
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs +64 -64
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +373 -369
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons.mjs +628 -624
- package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit.mjs +7035 -6874
- package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -1
- package/icons/category/evotor-dev-ui-kit-icons-category.d.ts +5 -5
- package/icons/category/index.d.ts +59 -59
- package/icons/emotions/evotor-dev-ui-kit-icons-emotions.d.ts +5 -5
- package/icons/emotions/index.d.ts +15 -15
- package/icons/evotor-dev-ui-kit-icons.d.ts +5 -5
- package/icons/header/evotor-dev-ui-kit-icons-header.d.ts +5 -5
- package/icons/header/index.d.ts +25 -25
- package/icons/index.d.ts +321 -319
- package/icons/info/evotor-dev-ui-kit-icons-info.d.ts +5 -5
- package/icons/info/index.d.ts +37 -37
- package/icons/navigation/evotor-dev-ui-kit-icons-navigation.d.ts +5 -5
- package/icons/navigation/index.d.ts +53 -53
- package/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.d.ts +5 -5
- package/icons/side-menu/index.d.ts +61 -61
- package/icons/system/evotor-dev-ui-kit-icons-system.d.ts +5 -5
- package/icons/system/index.d.ts +369 -365
- package/lib/common/Serializable.d.ts +3 -3
- package/lib/common/animations/expand.animation.d.ts +1 -1
- package/lib/common/animations/index.d.ts +3 -3
- package/lib/common/animations/sidebar.animation.d.ts +2 -2
- package/lib/common/animations/skip-initial-render.animation.d.ts +1 -1
- package/lib/common/collection/evo-collection-fabric.d.ts +4 -4
- package/lib/common/collection/evo-collection.d.ts +3 -3
- package/lib/common/collection/index.d.ts +2 -2
- package/lib/common/constants/css-breakpoints.d.ts +8 -8
- package/lib/common/constants/view-breakpoint-streams.d.ts +9 -9
- package/lib/common/evo-base-control.d.ts +21 -21
- package/lib/common/evo-control-state-manager/evo-control-state-manager.d.ts +7 -7
- package/lib/common/evo-control-state-manager/evo-control-state.interface.d.ts +5 -5
- package/lib/common/evo-control-state-manager/evo-control-states.enum.d.ts +4 -4
- package/lib/common/form-helper/form-helper.d.ts +5 -5
- package/lib/common/types/evo-color.d.ts +1 -1
- package/lib/common/types/evo-size.d.ts +1 -1
- package/lib/common/types/index.d.ts +2 -2
- package/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.d.ts +11 -11
- package/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.d.ts +9 -9
- package/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.d.ts +11 -11
- package/lib/components/evo-accordion/evo-accordion.component.d.ts +9 -9
- package/lib/components/evo-accordion/evo-accordion.module.d.ts +13 -13
- package/lib/components/evo-accordion/index.d.ts +1 -1
- package/lib/components/evo-accordion/public-api.d.ts +5 -5
- package/lib/components/evo-alert/evo-alert.component.d.ts +38 -38
- package/lib/components/evo-alert/evo-alert.module.d.ts +9 -9
- package/lib/components/evo-alert/index.d.ts +1 -1
- package/lib/components/evo-alert/public-api.d.ts +2 -2
- package/lib/components/evo-autocomplete/components/evo-autocomplete.component.d.ts +115 -115
- package/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.d.ts +16 -16
- package/lib/components/evo-autocomplete/evo-autocomplete.module.d.ts +15 -15
- package/lib/components/evo-autocomplete/helpers/switch-query-to-list.d.ts +2 -2
- package/lib/components/evo-autocomplete/index.d.ts +1 -1
- package/lib/components/evo-autocomplete/models/DaDataParty.d.ts +37 -37
- package/lib/components/evo-autocomplete/models/dadata.model.d.ts +320 -320
- package/lib/components/evo-autocomplete/public-api.d.ts +6 -6
- package/lib/components/evo-autocomplete/types/evo-autocomplete-size.d.ts +1 -1
- package/lib/components/evo-badge/evo-badge.component.d.ts +12 -12
- package/lib/components/evo-badge/evo-badge.module.d.ts +9 -9
- package/lib/components/evo-badge/index.d.ts +2 -2
- package/lib/components/evo-badge/public-api.d.ts +2 -2
- package/lib/components/evo-badge/types/evo-badge-color.d.ts +2 -2
- package/lib/components/evo-badge/types/evo-badge-size.d.ts +2 -2
- package/lib/components/evo-badge/types/index.d.ts +2 -2
- package/lib/components/evo-banner/evo-banner.component.d.ts +46 -46
- package/lib/components/evo-banner/evo-banner.module.d.ts +9 -9
- package/lib/components/evo-banner/index.d.ts +1 -1
- package/lib/components/evo-banner/public-api.d.ts +2 -2
- package/lib/components/evo-button/components/evo-button/evo-button.component.d.ts +24 -0
- package/lib/components/evo-button/{evo-button.component.d.ts → components/evo-button-old/evo-button-old.component.d.ts} +39 -33
- package/lib/components/evo-button/constants/evo-button-themes-map.d.ts +2 -0
- package/lib/components/evo-button/evo-button.module.d.ts +11 -9
- package/lib/components/evo-button/index.d.ts +1 -1
- package/lib/components/evo-button/public-api.d.ts +4 -2
- package/lib/components/evo-button/types/evo-button-color.d.ts +5 -0
- package/lib/components/evo-button/types/evo-button-shape.d.ts +4 -0
- package/lib/components/evo-button/types/evo-button-size.d.ts +5 -0
- package/lib/components/evo-button/types/evo-button-theme-params.d.ts +5 -0
- package/lib/components/evo-button/types/evo-button-theme.d.ts +1 -0
- package/lib/components/evo-button/types/index.d.ts +5 -0
- package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +29 -26
- package/lib/components/evo-checkbox/evo-checkbox.module.d.ts +11 -11
- package/lib/components/evo-checkbox/index.d.ts +1 -1
- package/lib/components/evo-checkbox/public-api.d.ts +2 -2
- package/lib/components/evo-chip/evo-chip.component.d.ts +45 -45
- package/lib/components/evo-chip/evo-chip.module.d.ts +11 -11
- package/lib/components/evo-chip/index.d.ts +1 -1
- package/lib/components/evo-chip/public-api.d.ts +2 -2
- package/lib/components/evo-control-error/evo-control-error.component.d.ts +14 -14
- package/lib/components/evo-control-error/evo-control-error.module.d.ts +10 -10
- package/lib/components/evo-control-error/index.d.ts +1 -1
- package/lib/components/evo-control-error/public-api.d.ts +2 -2
- package/lib/components/evo-control-label/evo-control-label.component.d.ts +9 -9
- package/lib/components/evo-control-label/evo-control-label.module.d.ts +8 -8
- package/lib/components/evo-control-label/index.d.ts +1 -1
- package/lib/components/evo-control-label/public-api.d.ts +2 -2
- package/lib/components/evo-counter/evo-counter.component.d.ts +16 -16
- package/lib/components/evo-counter/evo-counter.module.d.ts +9 -9
- package/lib/components/evo-counter/index.d.ts +1 -1
- package/lib/components/evo-counter/public-api.d.ts +2 -2
- package/lib/components/evo-datepicker/evo-datepicker.component.d.ts +174 -174
- package/lib/components/evo-datepicker/evo-datepicker.module.d.ts +11 -11
- package/lib/components/evo-datepicker/flatpickr-options.interface.d.ts +10 -10
- package/lib/components/evo-datepicker/index.d.ts +1 -1
- package/lib/components/evo-datepicker/public-api.d.ts +2 -2
- package/lib/components/evo-datepicker/templates/index.d.ts +16 -16
- package/lib/components/evo-dropdown/evo-dropdown-origin.directive.d.ts +15 -15
- package/lib/components/evo-dropdown/evo-dropdown-position-description.d.ts +3 -3
- package/lib/components/evo-dropdown/evo-dropdown.component.d.ts +34 -34
- package/lib/components/evo-dropdown/evo-dropdown.module.d.ts +10 -10
- package/lib/components/evo-dropdown/index.d.ts +1 -1
- package/lib/components/evo-dropdown/public-api.d.ts +4 -4
- package/lib/components/evo-dropdown/types/evo-dropdown-positions.d.ts +1 -1
- package/lib/components/evo-icon/classes/evo-icons-library.d.ts +11 -11
- package/lib/components/evo-icon/evo-icon.component.d.ts +20 -20
- package/lib/components/evo-icon/evo-icon.module.d.ts +16 -16
- package/lib/components/evo-icon/index.d.ts +1 -1
- package/lib/components/evo-icon/interfaces/icons-category.d.ts +5 -5
- package/lib/components/evo-icon/interfaces/icons-source.d.ts +3 -3
- package/lib/components/evo-icon/public-api.d.ts +5 -5
- package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +26 -23
- package/lib/components/evo-icon-button/evo-icon-button.module.d.ts +8 -8
- package/lib/components/evo-icon-button/index.d.ts +1 -1
- package/lib/components/evo-icon-button/public-api.d.ts +2 -2
- package/lib/components/evo-icon-button/types/evo-icon-button-size.d.ts +2 -2
- package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +1 -1
- package/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.d.ts +6 -6
- package/lib/components/evo-icon-number/evo-icon-number.module.d.ts +8 -8
- package/lib/components/evo-icon-number/index.d.ts +1 -1
- package/lib/components/evo-icon-number/public-api.d.ts +2 -2
- package/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.d.ts +5 -5
- package/lib/components/evo-input/evo-input.component.d.ts +93 -93
- package/lib/components/evo-input/evo-input.module.d.ts +14 -14
- package/lib/components/evo-input/index.d.ts +1 -1
- package/lib/components/evo-input/public-api.d.ts +3 -3
- package/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.d.ts +44 -44
- package/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.d.ts +10 -10
- package/lib/components/evo-input-contenteditable/index.d.ts +1 -1
- package/lib/components/evo-input-contenteditable/public-api.d.ts +2 -2
- package/lib/components/evo-input-contenteditable/utils/clear-multiline.d.ts +1 -1
- package/lib/components/evo-loader/evo-circular-loader.component.d.ts +8 -8
- package/lib/components/evo-loader/evo-loader.component.d.ts +14 -14
- package/lib/components/evo-loader/evo-loader.module.d.ts +10 -10
- package/lib/components/evo-loader/index.d.ts +1 -1
- package/lib/components/evo-loader/public-api.d.ts +3 -3
- package/lib/components/evo-modal/evo-modal.component.d.ts +41 -37
- package/lib/components/evo-modal/evo-modal.module.d.ts +10 -10
- package/lib/components/evo-modal/evo-modal.service.d.ts +22 -22
- package/lib/components/evo-modal/index.d.ts +1 -1
- package/lib/components/evo-modal/public-api.d.ts +3 -3
- package/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.d.ts +21 -21
- package/lib/components/evo-navbar/evo-navbar.component.d.ts +18 -18
- package/lib/components/evo-navbar/evo-navbar.module.d.ts +12 -12
- package/lib/components/evo-navbar/index.d.ts +1 -1
- package/lib/components/evo-navbar/interfaces/nav-item-main-info.d.ts +5 -5
- package/lib/components/evo-navbar/interfaces/nav-item-router-link.d.ts +14 -14
- package/lib/components/evo-navbar/interfaces/nav-item.href.d.ts +4 -4
- package/lib/components/evo-navbar/public-api.d.ts +7 -7
- package/lib/components/evo-navbar/types/nav-item.d.ts +4 -4
- package/lib/components/evo-navigation-button/evo-navigation-button.component.d.ts +5 -0
- package/lib/components/evo-navigation-button/evo-navigation-button.module.d.ts +9 -0
- package/lib/components/evo-navigation-button/index.d.ts +1 -0
- package/lib/components/evo-navigation-button/public-api.d.ts +2 -0
- package/lib/components/evo-note/evo-note.component.d.ts +13 -13
- package/lib/components/evo-note/evo-note.module.d.ts +10 -10
- package/lib/components/evo-note/index.d.ts +1 -1
- package/lib/components/evo-note/public.api.d.ts +3 -3
- package/lib/components/evo-note/types/evo-note-type.d.ts +1 -1
- package/lib/components/evo-paginator/evo-paginator.component.d.ts +26 -26
- package/lib/components/evo-paginator/evo-paginator.module.d.ts +8 -8
- package/lib/components/evo-paginator/index.d.ts +1 -1
- package/lib/components/evo-paginator/public-api.d.ts +2 -2
- package/lib/components/evo-plus-minus/evo-plus-minus.component.d.ts +13 -13
- package/lib/components/evo-plus-minus/evo-plus-minus.module.d.ts +8 -8
- package/lib/components/evo-plus-minus/index.d.ts +1 -1
- package/lib/components/evo-plus-minus/public-api.d.ts +2 -2
- package/lib/components/evo-popover/evo-popover.component.d.ts +43 -43
- package/lib/components/evo-popover/evo-popover.module.d.ts +9 -9
- package/lib/components/evo-popover/index.d.ts +1 -1
- package/lib/components/evo-popover/public-api.d.ts +2 -2
- package/lib/components/evo-portal/evo-portal-outlet.class.d.ts +6 -6
- package/lib/components/evo-portal/evo-portal-outlet.directive.d.ts +10 -10
- package/lib/components/evo-portal/evo-portal.module.d.ts +8 -8
- package/lib/components/evo-portal/evo-portal.service.d.ts +27 -27
- package/lib/components/evo-portal/index.d.ts +1 -1
- package/lib/components/evo-portal/public-api.d.ts +4 -4
- package/lib/components/evo-radio/evo-radio.component.d.ts +18 -18
- package/lib/components/evo-radio/evo-radio.module.d.ts +9 -9
- package/lib/components/evo-radio/index.d.ts +1 -1
- package/lib/components/evo-radio/public-api.d.ts +2 -2
- package/lib/components/evo-radio-group/evo-radio-group.component.d.ts +56 -56
- package/lib/components/evo-radio-group/evo-radio-group.module.d.ts +11 -11
- package/lib/components/evo-radio-group/index.d.ts +1 -1
- package/lib/components/evo-radio-group/public-api.d.ts +2 -2
- package/lib/components/evo-radio-group/typings/options.d.ts +6 -6
- package/lib/components/evo-radioshape/components/evo-radioshape.component.d.ts +19 -19
- package/lib/components/evo-radioshape/evo-radioshape.module.d.ts +9 -9
- package/lib/components/evo-radioshape/index.d.ts +1 -1
- package/lib/components/evo-radioshape/public-api.d.ts +2 -2
- package/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.d.ts +10 -10
- package/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.d.ts +22 -22
- package/lib/components/evo-segmented-bar/evo-segmented-bar.module.d.ts +11 -11
- package/lib/components/evo-segmented-bar/index.d.ts +1 -1
- package/lib/components/evo-segmented-bar/public-api.d.ts +3 -3
- package/lib/components/evo-select/evo-select.component.d.ts +37 -37
- package/lib/components/evo-select/evo-select.module.d.ts +11 -11
- package/lib/components/evo-select/index.d.ts +1 -1
- package/lib/components/evo-select/public-api.d.ts +2 -2
- package/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.d.ts +6 -6
- package/lib/components/evo-sidebar/enums/evo-sidebar-sizes.d.ts +5 -5
- package/lib/components/evo-sidebar/enums/evo-sidebar-states.d.ts +4 -4
- package/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.d.ts +12 -12
- package/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.d.ts +5 -5
- package/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.d.ts +13 -13
- package/lib/components/evo-sidebar/evo-sidebar-portal.d.ts +13 -13
- package/lib/components/evo-sidebar/evo-sidebar.component.d.ts +42 -42
- package/lib/components/evo-sidebar/evo-sidebar.module.d.ts +17 -17
- package/lib/components/evo-sidebar/evo-sidebar.service.d.ts +26 -26
- package/lib/components/evo-sidebar/index.d.ts +1 -1
- package/lib/components/evo-sidebar/interfaces.d.ts +23 -23
- package/lib/components/evo-sidebar/public-api.d.ts +11 -11
- package/lib/components/evo-sidebar/sidebar-injection-token.d.ts +2 -2
- package/lib/components/evo-sidebar/tokens.d.ts +7 -7
- package/lib/components/evo-stepper/evo-stepper-events.d.ts +12 -12
- package/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.d.ts +13 -13
- package/lib/components/evo-stepper/evo-stepper.component.d.ts +27 -27
- package/lib/components/evo-stepper/evo-stepper.module.d.ts +10 -10
- package/lib/components/evo-stepper/index.d.ts +1 -1
- package/lib/components/evo-stepper/public-api.d.ts +3 -3
- package/lib/components/evo-submenu/evo-submenu.component.d.ts +49 -49
- package/lib/components/evo-submenu/evo-submenu.module.d.ts +11 -11
- package/lib/components/evo-submenu/index.d.ts +1 -1
- package/lib/components/evo-submenu/public-api.d.ts +2 -2
- package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +9 -9
- package/lib/components/evo-switcher/evo-switcher.component.d.ts +14 -14
- package/lib/components/evo-switcher/evo-switcher.module.d.ts +10 -10
- package/lib/components/evo-switcher/index.d.ts +1 -1
- package/lib/components/evo-switcher/public-api.d.ts +3 -3
- package/lib/components/evo-table/evo-table/evo-table.component.d.ts +35 -35
- package/lib/components/evo-table/evo-table-column/evo-table-column.component.d.ts +12 -12
- package/lib/components/evo-table/evo-table.module.d.ts +9 -9
- package/lib/components/evo-table/index.d.ts +1 -1
- package/lib/components/evo-table/public-api.d.ts +3 -3
- package/lib/components/evo-tabs/enums/evo-tabs-size.d.ts +4 -4
- package/lib/components/evo-tabs/evo-tab/evo-tab.component.d.ts +35 -35
- package/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.d.ts +16 -16
- package/lib/components/evo-tabs/evo-tab-state.collection.d.ts +15 -15
- package/lib/components/evo-tabs/evo-tabs-size.service.d.ts +12 -12
- package/lib/components/evo-tabs/evo-tabs.component.d.ts +22 -22
- package/lib/components/evo-tabs/evo-tabs.module.d.ts +11 -11
- package/lib/components/evo-tabs/evo-tabs.service.d.ts +19 -19
- package/lib/components/evo-tabs/index.d.ts +1 -1
- package/lib/components/evo-tabs/public-api.d.ts +8 -8
- package/lib/components/evo-textarea/evo-textarea.component.d.ts +25 -25
- package/lib/components/evo-textarea/evo-textarea.module.d.ts +11 -11
- package/lib/components/evo-textarea/index.d.ts +1 -1
- package/lib/components/evo-textarea/public-api.d.ts +2 -2
- package/lib/components/evo-toast/evo-toast.component.d.ts +23 -23
- package/lib/components/evo-toast/evo-toast.module.d.ts +10 -10
- package/lib/components/evo-toast/evo-toast.service.d.ts +22 -22
- package/lib/components/evo-toast/index.d.ts +1 -1
- package/lib/components/evo-toast/public-api.d.ts +3 -3
- package/lib/components/evo-toggle/evo-toggle.component.d.ts +20 -20
- package/lib/components/evo-toggle/evo-toggle.module.d.ts +10 -10
- package/lib/components/evo-toggle/index.d.ts +1 -1
- package/lib/components/evo-toggle/public-api.d.ts +2 -2
- package/lib/components/evo-upload/evo-upload.component.d.ts +65 -65
- package/lib/components/evo-upload/evo-upload.module.d.ts +13 -13
- package/lib/components/evo-upload/index.d.ts +1 -1
- package/lib/components/evo-upload/public-api.d.ts +2 -2
- package/lib/decorators/deprecate-method.decorator.d.ts +1 -1
- package/lib/decorators/deprecate-variable.decorator.d.ts +1 -1
- package/lib/decorators/index.d.ts +1 -1
- package/lib/decorators/public-api.d.ts +2 -2
- package/lib/directives/evo-click-outside.directive.d.ts +12 -12
- package/lib/directives/evo-is-expanded.directive.d.ts +19 -19
- package/lib/directives/evo-let/evo-let.directive.d.ts +33 -33
- package/lib/directives/evo-ui-class.directive.d.ts +61 -61
- package/lib/directives/index.d.ts +1 -1
- package/lib/directives/public-api.d.ts +4 -4
- package/lib/evo-ui-kit.module.d.ts +16 -16
- package/lib/operators/enter-zone.operator.d.ts +3 -3
- package/lib/operators/index.d.ts +1 -1
- package/lib/operators/public-api.d.ts +1 -1
- package/lib/pipes/declination.pipe.d.ts +7 -7
- package/lib/pipes/evo-pipes.module.d.ts +8 -8
- package/lib/pipes/index.d.ts +1 -1
- package/lib/pipes/public-api.d.ts +3 -3
- package/lib/pipes/safe-html.pipe.d.ts +10 -10
- package/lib/services/evo-expanded.service.d.ts +11 -11
- package/lib/services/index.d.ts +1 -1
- package/lib/services/public-api.d.ts +1 -1
- package/lib/services/window.service.d.ts +14 -14
- package/package.json +9 -2
- package/public_api.d.ts +63 -62
- package/styles/components/evo-button.scss +1 -1
- package/styles/components/evo-chip.scss +2 -4
- package/styles/components/evo-table.scss +9 -9
- package/styles/components/evo-title.scss +1 -1
- package/styles/globals.scss +17 -6
- package/styles/main.scss +6 -1
- package/styles/mixins/_evo-input-mixins.scss +74 -0
- package/styles/mixins/_evo-text-button-mixin.scss +24 -0
- package/styles/mixins/_evo-text-caption-mixin.scss +26 -0
- package/styles/mixins/_evo-text-field-mixin.scss +36 -0
- package/styles/mixins/_evo-text-header-mixin.scss +62 -0
- package/styles/mixins/_evo-text-mobile-header-mixin.scss +34 -0
- package/styles/mixins/_evo-text-paragraph-mixin.scss +34 -0
- package/styles/mixins/_evo-text-subtitle-mixin.scss +20 -0
- package/styles/mixins/_evo-text-tips-mixin.scss +9 -0
- package/styles/mixins/_media-mixins.scss +38 -0
- package/styles/mixins.scss +27 -141
- package/styles/partials/_fonts.scss +2 -0
- package/styles/partials/_typography.scss +135 -0
- package/styles/variables.scss +16 -13
- package/esm2020/lib/components/evo-button/evo-button.component.mjs +0 -82
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class EvoPlusMinusComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.increase = new EventEmitter();
|
|
6
|
-
this.decrease = new EventEmitter();
|
|
7
|
-
}
|
|
8
|
-
ngOnInit() { }
|
|
9
|
-
}
|
|
10
|
-
EvoPlusMinusComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
-
EvoPlusMinusComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoPlusMinusComponent, selector: "evo-plus-minus", inputs: { id: "id", disabledMinus: "disabledMinus", disabledPlus: "disabledPlus" }, outputs: { increase: "increase", decrease: "decrease" }, ngImport: i0, template: "<div class=\"evo-plus-minus\">\n <button class=\"evo-plus-minus__button\" (click)=\"decrease.emit(id)\" [disabled]=\"disabledMinus\">\n <svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <path d=\"M6,11.25 C5.58579,11.25 5.25,11.5858 5.25,12 C5.25,12.4142 5.58579,12.75 6,12.75 L18,12.75 C18.4142,12.75 18.75,12.4142 18.75,12 C18.75,11.5858 18.4142,11.25 18,11.25 L6,11.25 Z\" id=\"Path\"></path>\n </svg>\n </button>\n <button class=\"evo-plus-minus__button\" (click)=\"increase.emit(id)\" [disabled]=\"disabledPlus\">\n <svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <path d=\"M12,18.75 C11.5858,18.75 11.25,18.4142 11.25,18 L11.25,12.75 L6,12.75 C5.58579,12.75 5.25,12.4142 5.25,12 C5.25,11.5858 5.58579,11.25 6,11.25 L11.25,11.25 L11.25,6 C11.25,5.58579 11.5858,5.25 12,5.25 C12.4142,5.25 12.75,5.58579 12.75,6 L12.75,11.25 L18,11.25 C18.4142,11.25 18.75,11.5858 18.75,12 C18.75,12.4142 18.4142,12.75 18,12.75 L12.75,12.75 L12.75,18 C12.75,18.4142 12.4142,18.75 12,18.75 Z\" id=\"Path\"></path>\n </svg>\n </button>\n</div>\n", styles: [".evo-plus-minus{display:flex}.evo-plus-minus__button{display:flex;justify-content:center;align-items:center;width:30px;height:30px;padding:0;color:#21c68b;font-size:14px;background:#FFFFFF;border:1px solid #21C68B;border-radius:50%;cursor:pointer;transition:all .1s;fill:#21c68b}.evo-plus-minus__button svg{display:block;width:24px;height:24px}.evo-plus-minus__button:active:not(:disabled){box-shadow:inset 0 3px 5px #00000020}.evo-plus-minus__button:disabled{color:#fff;background:#
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusComponent, decorators: [{
|
|
13
|
-
type: Component,
|
|
14
|
-
args: [{ selector: 'evo-plus-minus', template: "<div class=\"evo-plus-minus\">\n <button class=\"evo-plus-minus__button\" (click)=\"decrease.emit(id)\" [disabled]=\"disabledMinus\">\n <svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <path d=\"M6,11.25 C5.58579,11.25 5.25,11.5858 5.25,12 C5.25,12.4142 5.58579,12.75 6,12.75 L18,12.75 C18.4142,12.75 18.75,12.4142 18.75,12 C18.75,11.5858 18.4142,11.25 18,11.25 L6,11.25 Z\" id=\"Path\"></path>\n </svg>\n </button>\n <button class=\"evo-plus-minus__button\" (click)=\"increase.emit(id)\" [disabled]=\"disabledPlus\">\n <svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <path d=\"M12,18.75 C11.5858,18.75 11.25,18.4142 11.25,18 L11.25,12.75 L6,12.75 C5.58579,12.75 5.25,12.4142 5.25,12 C5.25,11.5858 5.58579,11.25 6,11.25 L11.25,11.25 L11.25,6 C11.25,5.58579 11.5858,5.25 12,5.25 C12.4142,5.25 12.75,5.58579 12.75,6 L12.75,11.25 L18,11.25 C18.4142,11.25 18.75,11.5858 18.75,12 C18.75,12.4142 18.4142,12.75 18,12.75 L12.75,12.75 L12.75,18 C12.75,18.4142 12.4142,18.75 12,18.75 Z\" id=\"Path\"></path>\n </svg>\n </button>\n</div>\n", styles: [".evo-plus-minus{display:flex}.evo-plus-minus__button{display:flex;justify-content:center;align-items:center;width:30px;height:30px;padding:0;color:#21c68b;font-size:14px;background:#FFFFFF;border:1px solid #21C68B;border-radius:50%;cursor:pointer;transition:all .1s;fill:#21c68b}.evo-plus-minus__button svg{display:block;width:24px;height:24px}.evo-plus-minus__button:active:not(:disabled){box-shadow:inset 0 3px 5px #00000020}.evo-plus-minus__button:disabled{color:#fff;background:#
|
|
15
|
-
}], ctorParameters: function () { return []; }, propDecorators: { id: [{
|
|
16
|
-
type: Input
|
|
17
|
-
}], disabledMinus: [{
|
|
18
|
-
type: Input
|
|
19
|
-
}], disabledPlus: [{
|
|
20
|
-
type: Input
|
|
21
|
-
}], increase: [{
|
|
22
|
-
type: Output
|
|
23
|
-
}], decrease: [{
|
|
24
|
-
type: Output
|
|
25
|
-
}] } });
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class EvoPlusMinusComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.increase = new EventEmitter();
|
|
6
|
+
this.decrease = new EventEmitter();
|
|
7
|
+
}
|
|
8
|
+
ngOnInit() { }
|
|
9
|
+
}
|
|
10
|
+
EvoPlusMinusComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
EvoPlusMinusComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoPlusMinusComponent, selector: "evo-plus-minus", inputs: { id: "id", disabledMinus: "disabledMinus", disabledPlus: "disabledPlus" }, outputs: { increase: "increase", decrease: "decrease" }, ngImport: i0, template: "<div class=\"evo-plus-minus\">\n <button class=\"evo-plus-minus__button\" (click)=\"decrease.emit(id)\" [disabled]=\"disabledMinus\">\n <svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <path d=\"M6,11.25 C5.58579,11.25 5.25,11.5858 5.25,12 C5.25,12.4142 5.58579,12.75 6,12.75 L18,12.75 C18.4142,12.75 18.75,12.4142 18.75,12 C18.75,11.5858 18.4142,11.25 18,11.25 L6,11.25 Z\" id=\"Path\"></path>\n </svg>\n </button>\n <button class=\"evo-plus-minus__button\" (click)=\"increase.emit(id)\" [disabled]=\"disabledPlus\">\n <svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <path d=\"M12,18.75 C11.5858,18.75 11.25,18.4142 11.25,18 L11.25,12.75 L6,12.75 C5.58579,12.75 5.25,12.4142 5.25,12 C5.25,11.5858 5.58579,11.25 6,11.25 L11.25,11.25 L11.25,6 C11.25,5.58579 11.5858,5.25 12,5.25 C12.4142,5.25 12.75,5.58579 12.75,6 L12.75,11.25 L18,11.25 C18.4142,11.25 18.75,11.5858 18.75,12 C18.75,12.4142 18.4142,12.75 18,12.75 L12.75,12.75 L12.75,18 C12.75,18.4142 12.4142,18.75 12,18.75 Z\" id=\"Path\"></path>\n </svg>\n </button>\n</div>\n", styles: [".evo-plus-minus{display:flex}.evo-plus-minus__button{display:flex;justify-content:center;align-items:center;width:30px;height:30px;padding:0;color:#21c68b;font-size:14px;background:#FFFFFF;border:1px solid #21C68B;border-radius:50%;cursor:pointer;transition:all .1s;fill:#21c68b}.evo-plus-minus__button svg{display:block;width:24px;height:24px}.evo-plus-minus__button:active:not(:disabled){box-shadow:inset 0 3px 5px #00000020}.evo-plus-minus__button:disabled{color:#fff;background:#C6C6C6;border-color:#c6c6c6;cursor:default;fill:#fff}.evo-plus-minus__button:last-child{margin-left:10px}.evo-plus-minus__button:hover:not(:disabled),.evo-plus-minus__button:active:not(:disabled){color:#fff;background:#21C68B;fill:#fff}\n"] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{ selector: 'evo-plus-minus', template: "<div class=\"evo-plus-minus\">\n <button class=\"evo-plus-minus__button\" (click)=\"decrease.emit(id)\" [disabled]=\"disabledMinus\">\n <svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <path d=\"M6,11.25 C5.58579,11.25 5.25,11.5858 5.25,12 C5.25,12.4142 5.58579,12.75 6,12.75 L18,12.75 C18.4142,12.75 18.75,12.4142 18.75,12 C18.75,11.5858 18.4142,11.25 18,11.25 L6,11.25 Z\" id=\"Path\"></path>\n </svg>\n </button>\n <button class=\"evo-plus-minus__button\" (click)=\"increase.emit(id)\" [disabled]=\"disabledPlus\">\n <svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <path d=\"M12,18.75 C11.5858,18.75 11.25,18.4142 11.25,18 L11.25,12.75 L6,12.75 C5.58579,12.75 5.25,12.4142 5.25,12 C5.25,11.5858 5.58579,11.25 6,11.25 L11.25,11.25 L11.25,6 C11.25,5.58579 11.5858,5.25 12,5.25 C12.4142,5.25 12.75,5.58579 12.75,6 L12.75,11.25 L18,11.25 C18.4142,11.25 18.75,11.5858 18.75,12 C18.75,12.4142 18.4142,12.75 18,12.75 L12.75,12.75 L12.75,18 C12.75,18.4142 12.4142,18.75 12,18.75 Z\" id=\"Path\"></path>\n </svg>\n </button>\n</div>\n", styles: [".evo-plus-minus{display:flex}.evo-plus-minus__button{display:flex;justify-content:center;align-items:center;width:30px;height:30px;padding:0;color:#21c68b;font-size:14px;background:#FFFFFF;border:1px solid #21C68B;border-radius:50%;cursor:pointer;transition:all .1s;fill:#21c68b}.evo-plus-minus__button svg{display:block;width:24px;height:24px}.evo-plus-minus__button:active:not(:disabled){box-shadow:inset 0 3px 5px #00000020}.evo-plus-minus__button:disabled{color:#fff;background:#C6C6C6;border-color:#c6c6c6;cursor:default;fill:#fff}.evo-plus-minus__button:last-child{margin-left:10px}.evo-plus-minus__button:hover:not(:disabled),.evo-plus-minus__button:active:not(:disabled){color:#fff;background:#21C68B;fill:#fff}\n"] }]
|
|
15
|
+
}], ctorParameters: function () { return []; }, propDecorators: { id: [{
|
|
16
|
+
type: Input
|
|
17
|
+
}], disabledMinus: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], disabledPlus: [{
|
|
20
|
+
type: Input
|
|
21
|
+
}], increase: [{
|
|
22
|
+
type: Output
|
|
23
|
+
}], decrease: [{
|
|
24
|
+
type: Output
|
|
25
|
+
}] } });
|
|
26
26
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXBsdXMtbWludXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXBsdXMtbWludXMvZXZvLXBsdXMtbWludXMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXBsdXMtbWludXMvZXZvLXBsdXMtbWludXMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQVUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPL0UsTUFBTSxPQUFPLHFCQUFxQjtJQVE5QjtRQUhVLGFBQVEsR0FBeUIsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUM1RCxhQUFRLEdBQXlCLElBQUksWUFBWSxFQUFVLENBQUM7SUFFdEQsQ0FBQztJQUVqQixRQUFRLEtBQUssQ0FBQzs7a0hBVkwscUJBQXFCO3NHQUFyQixxQkFBcUIsbU1DUGxDLGl5Q0FZQTsyRkRMYSxxQkFBcUI7a0JBTGpDLFNBQVM7K0JBQ0ksZ0JBQWdCOzBFQUtqQixFQUFFO3NCQUFWLEtBQUs7Z0JBQ0csYUFBYTtzQkFBckIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUVJLFFBQVE7c0JBQWpCLE1BQU07Z0JBQ0csUUFBUTtzQkFBakIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBPbkluaXQsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldm8tcGx1cy1taW51cycsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2V2by1wbHVzLW1pbnVzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsgJy4vZXZvLXBsdXMtbWludXMuY29tcG9uZW50LnNjc3MnIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV2b1BsdXNNaW51c0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQElucHV0KCkgaWQ6IGFueTtcbiAgICBASW5wdXQoKSBkaXNhYmxlZE1pbnVzOiBib29sZWFuO1xuICAgIEBJbnB1dCgpIGRpc2FibGVkUGx1czogYm9vbGVhbjtcblxuICAgIEBPdXRwdXQoKSBpbmNyZWFzZTogRXZlbnRFbWl0dGVyPHN0cmluZz4gPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcbiAgICBAT3V0cHV0KCkgZGVjcmVhc2U6IEV2ZW50RW1pdHRlcjxzdHJpbmc+ID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG5cbiAgICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gICAgbmdPbkluaXQoKSB7IH1cblxufVxuIiwiPGRpdiBjbGFzcz1cImV2by1wbHVzLW1pbnVzXCI+XG4gICAgPGJ1dHRvbiBjbGFzcz1cImV2by1wbHVzLW1pbnVzX19idXR0b25cIiAoY2xpY2spPVwiZGVjcmVhc2UuZW1pdChpZClcIiBbZGlzYWJsZWRdPVwiZGlzYWJsZWRNaW51c1wiPlxuICAgICAgICA8c3ZnIHdpZHRoPVwiMjRweFwiIGhlaWdodD1cIjI0cHhcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgdmVyc2lvbj1cIjEuMVwiIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmtcIj5cbiAgICAgICAgICAgIDxwYXRoIGQ9XCJNNiwxMS4yNSBDNS41ODU3OSwxMS4yNSA1LjI1LDExLjU4NTggNS4yNSwxMiBDNS4yNSwxMi40MTQyIDUuNTg1NzksMTIuNzUgNiwxMi43NSBMMTgsMTIuNzUgQzE4LjQxNDIsMTIuNzUgMTguNzUsMTIuNDE0MiAxOC43NSwxMiBDMTguNzUsMTEuNTg1OCAxOC40MTQyLDExLjI1IDE4LDExLjI1IEw2LDExLjI1IFpcIiBpZD1cIlBhdGhcIj48L3BhdGg+XG4gICAgICAgIDwvc3ZnPlxuICAgIDwvYnV0dG9uPlxuICAgIDxidXR0b24gY2xhc3M9XCJldm8tcGx1cy1taW51c19fYnV0dG9uXCIgKGNsaWNrKT1cImluY3JlYXNlLmVtaXQoaWQpXCIgW2Rpc2FibGVkXT1cImRpc2FibGVkUGx1c1wiPlxuICAgICAgICA8c3ZnIHdpZHRoPVwiMjRweFwiIGhlaWdodD1cIjI0cHhcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgdmVyc2lvbj1cIjEuMVwiIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmtcIj5cbiAgICAgICAgICAgIDxwYXRoIGQ9XCJNMTIsMTguNzUgQzExLjU4NTgsMTguNzUgMTEuMjUsMTguNDE0MiAxMS4yNSwxOCBMMTEuMjUsMTIuNzUgTDYsMTIuNzUgQzUuNTg1NzksMTIuNzUgNS4yNSwxMi40MTQyIDUuMjUsMTIgQzUuMjUsMTEuNTg1OCA1LjU4NTc5LDExLjI1IDYsMTEuMjUgTDExLjI1LDExLjI1IEwxMS4yNSw2IEMxMS4yNSw1LjU4NTc5IDExLjU4NTgsNS4yNSAxMiw1LjI1IEMxMi40MTQyLDUuMjUgMTIuNzUsNS41ODU3OSAxMi43NSw2IEwxMi43NSwxMS4yNSBMMTgsMTEuMjUgQzE4LjQxNDIsMTEuMjUgMTguNzUsMTEuNTg1OCAxOC43NSwxMiBDMTguNzUsMTIuNDE0MiAxOC40MTQyLDEyLjc1IDE4LDEyLjc1IEwxMi43NSwxMi43NSBMMTIuNzUsMTggQzEyLjc1LDE4LjQxNDIgMTIuNDE0MiwxOC43NSAxMiwxOC43NSBaXCIgaWQ9XCJQYXRoXCI+PC9wYXRoPlxuICAgICAgICA8L3N2Zz5cbiAgICA8L2J1dHRvbj5cbjwvZGl2PlxuIl19
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { EvoPlusMinusComponent } from './evo-plus-minus.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class EvoPlusMinusModule {
|
|
6
|
-
}
|
|
7
|
-
EvoPlusMinusModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
EvoPlusMinusModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusModule, declarations: [EvoPlusMinusComponent], imports: [CommonModule], exports: [EvoPlusMinusComponent] });
|
|
9
|
-
EvoPlusMinusModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusModule, imports: [[
|
|
10
|
-
CommonModule
|
|
11
|
-
]] });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
imports: [
|
|
16
|
-
CommonModule
|
|
17
|
-
],
|
|
18
|
-
declarations: [EvoPlusMinusComponent],
|
|
19
|
-
exports: [EvoPlusMinusComponent],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { EvoPlusMinusComponent } from './evo-plus-minus.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class EvoPlusMinusModule {
|
|
6
|
+
}
|
|
7
|
+
EvoPlusMinusModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
EvoPlusMinusModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusModule, declarations: [EvoPlusMinusComponent], imports: [CommonModule], exports: [EvoPlusMinusComponent] });
|
|
9
|
+
EvoPlusMinusModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusModule, imports: [[
|
|
10
|
+
CommonModule
|
|
11
|
+
]] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPlusMinusModule, decorators: [{
|
|
13
|
+
type: NgModule,
|
|
14
|
+
args: [{
|
|
15
|
+
imports: [
|
|
16
|
+
CommonModule
|
|
17
|
+
],
|
|
18
|
+
declarations: [EvoPlusMinusComponent],
|
|
19
|
+
exports: [EvoPlusMinusComponent],
|
|
20
|
+
}]
|
|
21
|
+
}] });
|
|
22
22
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXBsdXMtbWludXMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXBsdXMtbWludXMvZXZvLXBsdXMtbWludXMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDOztBQVNuRSxNQUFNLE9BQU8sa0JBQWtCOzsrR0FBbEIsa0JBQWtCO2dIQUFsQixrQkFBa0IsaUJBSGIscUJBQXFCLGFBRm5DLFlBQVksYUFHSCxxQkFBcUI7Z0hBRXJCLGtCQUFrQixZQU5wQjtZQUNQLFlBQVk7U0FDYjsyRkFJVSxrQkFBa0I7a0JBUDlCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsWUFBWSxFQUFFLENBQUUscUJBQXFCLENBQUU7b0JBQ3ZDLE9BQU8sRUFBRSxDQUFFLHFCQUFxQixDQUFFO2lCQUNuQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRXZvUGx1c01pbnVzQ29tcG9uZW50IH0gZnJvbSAnLi9ldm8tcGx1cy1taW51cy5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogWyBFdm9QbHVzTWludXNDb21wb25lbnQgXSxcbiAgZXhwb3J0czogWyBFdm9QbHVzTWludXNDb21wb25lbnQgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXZvUGx1c01pbnVzTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tcGx1cy1taW51cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './evo-plus-minus.module';
|
|
2
|
-
export * from './evo-plus-minus.component';
|
|
1
|
+
export * from './evo-plus-minus.module';
|
|
2
|
+
export * from './evo-plus-minus.component';
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1wbHVzLW1pbnVzL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8tcGx1cy1taW51cy5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9ldm8tcGx1cy1taW51cy5jb21wb25lbnQnO1xuIl19
|
|
@@ -1,173 +1,173 @@
|
|
|
1
|
-
import { Component, HostListener, Input, ViewChild, } from '@angular/core';
|
|
2
|
-
import { createPopper } from '@popperjs/core';
|
|
3
|
-
import { asyncScheduler, Subject } from 'rxjs';
|
|
4
|
-
import { observeOn, takeUntil, tap } from 'rxjs/operators';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../../directives/evo-click-outside.directive";
|
|
7
|
-
import * as i2 from "../../directives/evo-ui-class.directive";
|
|
8
|
-
const DEFAULT_DELAY = {
|
|
9
|
-
show: 0,
|
|
10
|
-
hide: 100,
|
|
11
|
-
};
|
|
12
|
-
export class EvoPopoverComponent {
|
|
13
|
-
constructor(zone) {
|
|
14
|
-
this.zone = zone;
|
|
15
|
-
// TODO: This prop only for support old API. Remove later
|
|
16
|
-
// tslint:disable-next-line
|
|
17
|
-
this.mediaTabletPosition = 'center';
|
|
18
|
-
this.show = false;
|
|
19
|
-
this.modifiers = [];
|
|
20
|
-
this.strategy = 'absolute';
|
|
21
|
-
this.placement = 'bottom';
|
|
22
|
-
this.delay = {};
|
|
23
|
-
this.visibilityTimeout = null;
|
|
24
|
-
// Old API Map
|
|
25
|
-
this.positionMap = { 'center': 'bottom' };
|
|
26
|
-
this.update$ = new Subject();
|
|
27
|
-
this.subscriptions$ = new Subject();
|
|
28
|
-
}
|
|
29
|
-
set position(position) {
|
|
30
|
-
this.placement = position === 'center' ? this.positionMap[position] : position;
|
|
31
|
-
}
|
|
32
|
-
set setDelay(value) {
|
|
33
|
-
if (typeof value === 'number' && value >= 0) {
|
|
34
|
-
this.delay = {
|
|
35
|
-
show: value,
|
|
36
|
-
hide: value,
|
|
37
|
-
};
|
|
38
|
-
return;
|
|
39
|
-
}
|
|
40
|
-
if (typeof value === 'object') {
|
|
41
|
-
this.delay = {
|
|
42
|
-
show: value.show >= 0 ? value.show : DEFAULT_DELAY.show,
|
|
43
|
-
hide: value.hide >= 0 ? value.hide : DEFAULT_DELAY.hide,
|
|
44
|
-
};
|
|
45
|
-
return;
|
|
46
|
-
}
|
|
47
|
-
this.delay.show = DEFAULT_DELAY.show;
|
|
48
|
-
this.delay.hide = DEFAULT_DELAY.hide;
|
|
49
|
-
}
|
|
50
|
-
ngAfterViewInit() {
|
|
51
|
-
this.create();
|
|
52
|
-
this.update$.pipe(observeOn(asyncScheduler), tap(() => {
|
|
53
|
-
if (this.popper) {
|
|
54
|
-
this.popper.update();
|
|
55
|
-
}
|
|
56
|
-
}), takeUntil(this.subscriptions$)).subscribe();
|
|
57
|
-
}
|
|
58
|
-
ngOnDestroy() {
|
|
59
|
-
this.destroy();
|
|
60
|
-
this.subscriptions$.next();
|
|
61
|
-
this.subscriptions$.complete();
|
|
62
|
-
}
|
|
63
|
-
ngOnChanges(changes) {
|
|
64
|
-
const position = changes.position;
|
|
65
|
-
if (position && !position.firstChange) {
|
|
66
|
-
this.destroy();
|
|
67
|
-
this.create();
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
create() {
|
|
71
|
-
this.zone.runOutsideAngular(() => {
|
|
72
|
-
this.popper = createPopper(this.el.nativeElement, this.popoverWrap.nativeElement, {
|
|
73
|
-
strategy: this.strategy,
|
|
74
|
-
placement: this.placement,
|
|
75
|
-
modifiers: this.modifiers,
|
|
76
|
-
});
|
|
77
|
-
this.update$.next();
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
destroy() {
|
|
81
|
-
if (this.popper) {
|
|
82
|
-
this.zone.runOutsideAngular(() => {
|
|
83
|
-
this.popper.destroy();
|
|
84
|
-
});
|
|
85
|
-
this.popper = null;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
onEnter() {
|
|
89
|
-
this.onMouseoverPopover();
|
|
90
|
-
}
|
|
91
|
-
onTouchEnd() {
|
|
92
|
-
this.onMouseoverPopover();
|
|
93
|
-
}
|
|
94
|
-
onLeave() {
|
|
95
|
-
this.onMouseleavePopover();
|
|
96
|
-
}
|
|
97
|
-
onClickOutside() {
|
|
98
|
-
this.hidePopover();
|
|
99
|
-
}
|
|
100
|
-
showPopover() {
|
|
101
|
-
this.popper.update();
|
|
102
|
-
this.show = true;
|
|
103
|
-
}
|
|
104
|
-
hidePopover() {
|
|
105
|
-
this.show = false;
|
|
106
|
-
}
|
|
107
|
-
onMouseoverPopover() {
|
|
108
|
-
this.togglePopover(true);
|
|
109
|
-
}
|
|
110
|
-
onMouseleavePopover() {
|
|
111
|
-
this.togglePopover(false);
|
|
112
|
-
}
|
|
113
|
-
togglePopover(show = false) {
|
|
114
|
-
const action = show ? 'show' : 'hide';
|
|
115
|
-
const delayValue = this.delay && this.delay[action] > 0 ? this.delay[action] : 0;
|
|
116
|
-
const toggle = () => {
|
|
117
|
-
if (show) {
|
|
118
|
-
this.showPopover();
|
|
119
|
-
}
|
|
120
|
-
else {
|
|
121
|
-
this.hidePopover();
|
|
122
|
-
}
|
|
123
|
-
};
|
|
124
|
-
if (this.visibilityTimeout) {
|
|
125
|
-
clearTimeout(this.visibilityTimeout);
|
|
126
|
-
}
|
|
127
|
-
if (delayValue > 0) {
|
|
128
|
-
this.visibilityTimeout = setTimeout(() => {
|
|
129
|
-
toggle();
|
|
130
|
-
}, delayValue);
|
|
131
|
-
}
|
|
132
|
-
else {
|
|
133
|
-
toggle();
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
EvoPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverComponent, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
138
|
-
EvoPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoPopoverComponent, selector: "evo-popover", inputs: { mediaTabletPosition: ["media-tablet-position", "mediaTabletPosition"], position: "position", show: "show", modifiers: "modifiers", strategy: "strategy", setDelay: ["delay", "setDelay"] }, host: { listeners: { "mouseenter": "onEnter()", "touchend": "onTouchEnd()", "mouseleave": "onLeave()" } }, viewQueries: [{ propertyName: "el", first: true, predicate: ["popover"], descendants: true }, { propertyName: "popoverWrap", first: true, predicate: ["popoverWrap"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<span class=\"evo-popover\" #popover evoClickOutside (evoClickOutside)=\"onClickOutside()\">\n <ng-content></ng-content>\n <div class=\"evo-popover__tip\" [evoUiClass]=\"{ 'visible': show }\" #popoverWrap>\n <div class=\"evo-popover__tip-inner\">\n <ng-content select=\"[popover-body]\"></ng-content>\n <div class=\"evo-popover__arrow\" data-popper-arrow>\n <div class=\"evo-popover__arrow-inner\"></div>\n </div>\n </div>\n </div>\n</span>\n", styles: [":host{cursor:pointer}.evo-popover__tip{z-index:100;width:300px;font-weight:400;font-size:14px;font-family:
|
|
139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverComponent, decorators: [{
|
|
140
|
-
type: Component,
|
|
141
|
-
args: [{ selector: 'evo-popover', template: "<span class=\"evo-popover\" #popover evoClickOutside (evoClickOutside)=\"onClickOutside()\">\n <ng-content></ng-content>\n <div class=\"evo-popover__tip\" [evoUiClass]=\"{ 'visible': show }\" #popoverWrap>\n <div class=\"evo-popover__tip-inner\">\n <ng-content select=\"[popover-body]\"></ng-content>\n <div class=\"evo-popover__arrow\" data-popper-arrow>\n <div class=\"evo-popover__arrow-inner\"></div>\n </div>\n </div>\n </div>\n</span>\n", styles: [":host{cursor:pointer}.evo-popover__tip{z-index:100;width:300px;font-weight:400;font-size:14px;font-family:
|
|
142
|
-
}], ctorParameters: function () { return [{ type: i0.NgZone }]; }, propDecorators: { mediaTabletPosition: [{
|
|
143
|
-
type: Input,
|
|
144
|
-
args: ['media-tablet-position']
|
|
145
|
-
}], position: [{
|
|
146
|
-
type: Input,
|
|
147
|
-
args: ['position']
|
|
148
|
-
}], show: [{
|
|
149
|
-
type: Input
|
|
150
|
-
}], modifiers: [{
|
|
151
|
-
type: Input
|
|
152
|
-
}], strategy: [{
|
|
153
|
-
type: Input
|
|
154
|
-
}], setDelay: [{
|
|
155
|
-
type: Input,
|
|
156
|
-
args: ['delay']
|
|
157
|
-
}], el: [{
|
|
158
|
-
type: ViewChild,
|
|
159
|
-
args: ['popover']
|
|
160
|
-
}], popoverWrap: [{
|
|
161
|
-
type: ViewChild,
|
|
162
|
-
args: ['popoverWrap']
|
|
163
|
-
}], onEnter: [{
|
|
164
|
-
type: HostListener,
|
|
165
|
-
args: ['mouseenter']
|
|
166
|
-
}], onTouchEnd: [{
|
|
167
|
-
type: HostListener,
|
|
168
|
-
args: ['touchend']
|
|
169
|
-
}], onLeave: [{
|
|
170
|
-
type: HostListener,
|
|
171
|
-
args: ['mouseleave']
|
|
172
|
-
}] } });
|
|
1
|
+
import { Component, HostListener, Input, ViewChild, } from '@angular/core';
|
|
2
|
+
import { createPopper } from '@popperjs/core';
|
|
3
|
+
import { asyncScheduler, Subject } from 'rxjs';
|
|
4
|
+
import { observeOn, takeUntil, tap } from 'rxjs/operators';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "../../directives/evo-click-outside.directive";
|
|
7
|
+
import * as i2 from "../../directives/evo-ui-class.directive";
|
|
8
|
+
const DEFAULT_DELAY = {
|
|
9
|
+
show: 0,
|
|
10
|
+
hide: 100,
|
|
11
|
+
};
|
|
12
|
+
export class EvoPopoverComponent {
|
|
13
|
+
constructor(zone) {
|
|
14
|
+
this.zone = zone;
|
|
15
|
+
// TODO: This prop only for support old API. Remove later
|
|
16
|
+
// tslint:disable-next-line
|
|
17
|
+
this.mediaTabletPosition = 'center';
|
|
18
|
+
this.show = false;
|
|
19
|
+
this.modifiers = [];
|
|
20
|
+
this.strategy = 'absolute';
|
|
21
|
+
this.placement = 'bottom';
|
|
22
|
+
this.delay = {};
|
|
23
|
+
this.visibilityTimeout = null;
|
|
24
|
+
// Old API Map
|
|
25
|
+
this.positionMap = { 'center': 'bottom' };
|
|
26
|
+
this.update$ = new Subject();
|
|
27
|
+
this.subscriptions$ = new Subject();
|
|
28
|
+
}
|
|
29
|
+
set position(position) {
|
|
30
|
+
this.placement = position === 'center' ? this.positionMap[position] : position;
|
|
31
|
+
}
|
|
32
|
+
set setDelay(value) {
|
|
33
|
+
if (typeof value === 'number' && value >= 0) {
|
|
34
|
+
this.delay = {
|
|
35
|
+
show: value,
|
|
36
|
+
hide: value,
|
|
37
|
+
};
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
if (typeof value === 'object') {
|
|
41
|
+
this.delay = {
|
|
42
|
+
show: value.show >= 0 ? value.show : DEFAULT_DELAY.show,
|
|
43
|
+
hide: value.hide >= 0 ? value.hide : DEFAULT_DELAY.hide,
|
|
44
|
+
};
|
|
45
|
+
return;
|
|
46
|
+
}
|
|
47
|
+
this.delay.show = DEFAULT_DELAY.show;
|
|
48
|
+
this.delay.hide = DEFAULT_DELAY.hide;
|
|
49
|
+
}
|
|
50
|
+
ngAfterViewInit() {
|
|
51
|
+
this.create();
|
|
52
|
+
this.update$.pipe(observeOn(asyncScheduler), tap(() => {
|
|
53
|
+
if (this.popper) {
|
|
54
|
+
this.popper.update();
|
|
55
|
+
}
|
|
56
|
+
}), takeUntil(this.subscriptions$)).subscribe();
|
|
57
|
+
}
|
|
58
|
+
ngOnDestroy() {
|
|
59
|
+
this.destroy();
|
|
60
|
+
this.subscriptions$.next();
|
|
61
|
+
this.subscriptions$.complete();
|
|
62
|
+
}
|
|
63
|
+
ngOnChanges(changes) {
|
|
64
|
+
const position = changes.position;
|
|
65
|
+
if (position && !position.firstChange) {
|
|
66
|
+
this.destroy();
|
|
67
|
+
this.create();
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
create() {
|
|
71
|
+
this.zone.runOutsideAngular(() => {
|
|
72
|
+
this.popper = createPopper(this.el.nativeElement, this.popoverWrap.nativeElement, {
|
|
73
|
+
strategy: this.strategy,
|
|
74
|
+
placement: this.placement,
|
|
75
|
+
modifiers: this.modifiers,
|
|
76
|
+
});
|
|
77
|
+
this.update$.next();
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
destroy() {
|
|
81
|
+
if (this.popper) {
|
|
82
|
+
this.zone.runOutsideAngular(() => {
|
|
83
|
+
this.popper.destroy();
|
|
84
|
+
});
|
|
85
|
+
this.popper = null;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
onEnter() {
|
|
89
|
+
this.onMouseoverPopover();
|
|
90
|
+
}
|
|
91
|
+
onTouchEnd() {
|
|
92
|
+
this.onMouseoverPopover();
|
|
93
|
+
}
|
|
94
|
+
onLeave() {
|
|
95
|
+
this.onMouseleavePopover();
|
|
96
|
+
}
|
|
97
|
+
onClickOutside() {
|
|
98
|
+
this.hidePopover();
|
|
99
|
+
}
|
|
100
|
+
showPopover() {
|
|
101
|
+
this.popper.update();
|
|
102
|
+
this.show = true;
|
|
103
|
+
}
|
|
104
|
+
hidePopover() {
|
|
105
|
+
this.show = false;
|
|
106
|
+
}
|
|
107
|
+
onMouseoverPopover() {
|
|
108
|
+
this.togglePopover(true);
|
|
109
|
+
}
|
|
110
|
+
onMouseleavePopover() {
|
|
111
|
+
this.togglePopover(false);
|
|
112
|
+
}
|
|
113
|
+
togglePopover(show = false) {
|
|
114
|
+
const action = show ? 'show' : 'hide';
|
|
115
|
+
const delayValue = this.delay && this.delay[action] > 0 ? this.delay[action] : 0;
|
|
116
|
+
const toggle = () => {
|
|
117
|
+
if (show) {
|
|
118
|
+
this.showPopover();
|
|
119
|
+
}
|
|
120
|
+
else {
|
|
121
|
+
this.hidePopover();
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
if (this.visibilityTimeout) {
|
|
125
|
+
clearTimeout(this.visibilityTimeout);
|
|
126
|
+
}
|
|
127
|
+
if (delayValue > 0) {
|
|
128
|
+
this.visibilityTimeout = setTimeout(() => {
|
|
129
|
+
toggle();
|
|
130
|
+
}, delayValue);
|
|
131
|
+
}
|
|
132
|
+
else {
|
|
133
|
+
toggle();
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
EvoPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverComponent, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
138
|
+
EvoPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoPopoverComponent, selector: "evo-popover", inputs: { mediaTabletPosition: ["media-tablet-position", "mediaTabletPosition"], position: "position", show: "show", modifiers: "modifiers", strategy: "strategy", setDelay: ["delay", "setDelay"] }, host: { listeners: { "mouseenter": "onEnter()", "touchend": "onTouchEnd()", "mouseleave": "onLeave()" } }, viewQueries: [{ propertyName: "el", first: true, predicate: ["popover"], descendants: true }, { propertyName: "popoverWrap", first: true, predicate: ["popoverWrap"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<span class=\"evo-popover\" #popover evoClickOutside (evoClickOutside)=\"onClickOutside()\">\n <ng-content></ng-content>\n <div class=\"evo-popover__tip\" [evoUiClass]=\"{ 'visible': show }\" #popoverWrap>\n <div class=\"evo-popover__tip-inner\">\n <ng-content select=\"[popover-body]\"></ng-content>\n <div class=\"evo-popover__arrow\" data-popper-arrow>\n <div class=\"evo-popover__arrow-inner\"></div>\n </div>\n </div>\n </div>\n</span>\n", styles: [":host{cursor:pointer}.evo-popover__tip{z-index:100;width:300px;font-weight:400;font-size:14px;font-family:var(--evo-font);font-style:normal;white-space:normal;text-align:left;text-decoration:none;visibility:hidden}.evo-popover__tip[data-popper-placement^=right]{padding-left:16px}.evo-popover__tip[data-popper-placement^=right] .evo-popover__tip-inner{transform:translate(-16px)}.evo-popover__tip[data-popper-placement^=right] .evo-popover__arrow{left:-16px}.evo-popover__tip[data-popper-placement^=right] .evo-popover__arrow-inner{transform:rotate(-90deg)}.evo-popover__tip[data-popper-placement^=left]{padding-right:16px}.evo-popover__tip[data-popper-placement^=left] .evo-popover__tip-inner{transform:translate(16px)}.evo-popover__tip[data-popper-placement^=left] .evo-popover__arrow{left:100%}.evo-popover__tip[data-popper-placement^=left] .evo-popover__arrow-inner{transform:rotate(90deg)}.evo-popover__tip[data-popper-placement^=top]{padding-bottom:16px}.evo-popover__tip[data-popper-placement^=top] .evo-popover__tip-inner{transform:translateY(16px)}.evo-popover__tip[data-popper-placement^=top] .evo-popover__arrow{top:100%}.evo-popover__tip[data-popper-placement^=top] .evo-popover__arrow-inner{transform:rotate(180deg)}.evo-popover__tip[data-popper-placement^=bottom]{padding-top:16px}.evo-popover__tip[data-popper-placement^=bottom] .evo-popover__tip-inner{transform:translateY(-16px)}.evo-popover__tip[data-popper-placement^=bottom] .evo-popover__arrow{top:-16px}.evo-popover__tip_visible{visibility:visible}.evo-popover__tip_visible .evo-popover__tip-inner{opacity:1}.evo-popover__tip_visible[data-popper-placement] .evo-popover__tip-inner{transform:translate(0)}.evo-popover__tip-inner{padding:20px;background-color:#fff8e6;border-radius:6px;box-shadow:0 6px 18px #00000040;opacity:0;transition:all .2s}.evo-popover__arrow-inner{width:16px;height:16px}.evo-popover__arrow-inner:before,.evo-popover__arrow-inner:after{content:\"\";position:absolute;top:50%;left:0;display:block;width:0;height:0;border-style:solid}.evo-popover__arrow-inner:before{z-index:10;border-width:0 8px 8px 8px;border-color:transparent transparent #FFF8E6 transparent}.evo-popover__arrow-inner:after{z-index:9;border-width:0 8px 8px 8px;border-color:transparent transparent rgba(0,0,0,.05) transparent;transform:translateY(-1px)}\n"], directives: [{ type: i1.EvoClickOutsideDirective, selector: "[evoClickOutside]", outputs: ["evoClickOutside"] }, { type: i2.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }] });
|
|
139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverComponent, decorators: [{
|
|
140
|
+
type: Component,
|
|
141
|
+
args: [{ selector: 'evo-popover', template: "<span class=\"evo-popover\" #popover evoClickOutside (evoClickOutside)=\"onClickOutside()\">\n <ng-content></ng-content>\n <div class=\"evo-popover__tip\" [evoUiClass]=\"{ 'visible': show }\" #popoverWrap>\n <div class=\"evo-popover__tip-inner\">\n <ng-content select=\"[popover-body]\"></ng-content>\n <div class=\"evo-popover__arrow\" data-popper-arrow>\n <div class=\"evo-popover__arrow-inner\"></div>\n </div>\n </div>\n </div>\n</span>\n", styles: [":host{cursor:pointer}.evo-popover__tip{z-index:100;width:300px;font-weight:400;font-size:14px;font-family:var(--evo-font);font-style:normal;white-space:normal;text-align:left;text-decoration:none;visibility:hidden}.evo-popover__tip[data-popper-placement^=right]{padding-left:16px}.evo-popover__tip[data-popper-placement^=right] .evo-popover__tip-inner{transform:translate(-16px)}.evo-popover__tip[data-popper-placement^=right] .evo-popover__arrow{left:-16px}.evo-popover__tip[data-popper-placement^=right] .evo-popover__arrow-inner{transform:rotate(-90deg)}.evo-popover__tip[data-popper-placement^=left]{padding-right:16px}.evo-popover__tip[data-popper-placement^=left] .evo-popover__tip-inner{transform:translate(16px)}.evo-popover__tip[data-popper-placement^=left] .evo-popover__arrow{left:100%}.evo-popover__tip[data-popper-placement^=left] .evo-popover__arrow-inner{transform:rotate(90deg)}.evo-popover__tip[data-popper-placement^=top]{padding-bottom:16px}.evo-popover__tip[data-popper-placement^=top] .evo-popover__tip-inner{transform:translateY(16px)}.evo-popover__tip[data-popper-placement^=top] .evo-popover__arrow{top:100%}.evo-popover__tip[data-popper-placement^=top] .evo-popover__arrow-inner{transform:rotate(180deg)}.evo-popover__tip[data-popper-placement^=bottom]{padding-top:16px}.evo-popover__tip[data-popper-placement^=bottom] .evo-popover__tip-inner{transform:translateY(-16px)}.evo-popover__tip[data-popper-placement^=bottom] .evo-popover__arrow{top:-16px}.evo-popover__tip_visible{visibility:visible}.evo-popover__tip_visible .evo-popover__tip-inner{opacity:1}.evo-popover__tip_visible[data-popper-placement] .evo-popover__tip-inner{transform:translate(0)}.evo-popover__tip-inner{padding:20px;background-color:#fff8e6;border-radius:6px;box-shadow:0 6px 18px #00000040;opacity:0;transition:all .2s}.evo-popover__arrow-inner{width:16px;height:16px}.evo-popover__arrow-inner:before,.evo-popover__arrow-inner:after{content:\"\";position:absolute;top:50%;left:0;display:block;width:0;height:0;border-style:solid}.evo-popover__arrow-inner:before{z-index:10;border-width:0 8px 8px 8px;border-color:transparent transparent #FFF8E6 transparent}.evo-popover__arrow-inner:after{z-index:9;border-width:0 8px 8px 8px;border-color:transparent transparent rgba(0,0,0,.05) transparent;transform:translateY(-1px)}\n"] }]
|
|
142
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }]; }, propDecorators: { mediaTabletPosition: [{
|
|
143
|
+
type: Input,
|
|
144
|
+
args: ['media-tablet-position']
|
|
145
|
+
}], position: [{
|
|
146
|
+
type: Input,
|
|
147
|
+
args: ['position']
|
|
148
|
+
}], show: [{
|
|
149
|
+
type: Input
|
|
150
|
+
}], modifiers: [{
|
|
151
|
+
type: Input
|
|
152
|
+
}], strategy: [{
|
|
153
|
+
type: Input
|
|
154
|
+
}], setDelay: [{
|
|
155
|
+
type: Input,
|
|
156
|
+
args: ['delay']
|
|
157
|
+
}], el: [{
|
|
158
|
+
type: ViewChild,
|
|
159
|
+
args: ['popover']
|
|
160
|
+
}], popoverWrap: [{
|
|
161
|
+
type: ViewChild,
|
|
162
|
+
args: ['popoverWrap']
|
|
163
|
+
}], onEnter: [{
|
|
164
|
+
type: HostListener,
|
|
165
|
+
args: ['mouseenter']
|
|
166
|
+
}], onTouchEnd: [{
|
|
167
|
+
type: HostListener,
|
|
168
|
+
args: ['touchend']
|
|
169
|
+
}], onLeave: [{
|
|
170
|
+
type: HostListener,
|
|
171
|
+
args: ['mouseleave']
|
|
172
|
+
}] } });
|
|
173
173
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXBvcG92ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXBvcG92ZXIvZXZvLXBvcG92ZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXBvcG92ZXIvZXZvLXBvcG92ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVILFNBQVMsRUFFVCxZQUFZLEVBQ1osS0FBSyxFQUtMLFNBQVMsR0FDWixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUMsWUFBWSxFQUFxRCxNQUFNLGdCQUFnQixDQUFDO0FBQ2hHLE9BQU8sRUFBQyxjQUFjLEVBQUUsT0FBTyxFQUFDLE1BQU0sTUFBTSxDQUFDO0FBQzdDLE9BQU8sRUFBQyxTQUFTLEVBQUUsU0FBUyxFQUFFLEdBQUcsRUFBQyxNQUFNLGdCQUFnQixDQUFDOzs7O0FBU3pELE1BQU0sYUFBYSxHQUFHO0lBQ2xCLElBQUksRUFBRSxDQUFDO0lBQ1AsSUFBSSxFQUFFLEdBQUc7Q0FDWixDQUFDO0FBT0YsTUFBTSxPQUFPLG1CQUFtQjtJQStDNUIsWUFDWSxJQUFZO1FBQVosU0FBSSxHQUFKLElBQUksQ0FBUTtRQTlDeEIseURBQXlEO1FBQ3pELDJCQUEyQjtRQUNLLHdCQUFtQixHQUFnQyxRQUFRLENBQUM7UUFNbkYsU0FBSSxHQUFHLEtBQUssQ0FBQztRQUNiLGNBQVMsR0FBNkIsRUFBRSxDQUFDO1FBQ3pDLGFBQVEsR0FBd0IsVUFBVSxDQUFDO1FBMkI1QyxjQUFTLEdBQWMsUUFBUSxDQUFDO1FBQ2hDLFVBQUssR0FBb0IsRUFBRSxDQUFDO1FBQzVCLHNCQUFpQixHQUFHLElBQUksQ0FBQztRQUNqQyxjQUFjO1FBQ04sZ0JBQVcsR0FB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QWZ0ZXJWaWV3SW5pdCxcbiAgICBDb21wb25lbnQsXG4gICAgRWxlbWVudFJlZixcbiAgICBIb3N0TGlzdGVuZXIsXG4gICAgSW5wdXQsXG4gICAgTmdab25lLFxuICAgIE9uQ2hhbmdlcyxcbiAgICBPbkRlc3Ryb3ksXG4gICAgU2ltcGxlQ2hhbmdlcyxcbiAgICBWaWV3Q2hpbGQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtjcmVhdGVQb3BwZXIsIEluc3RhbmNlLCBNb2RpZmllciwgUGxhY2VtZW50LCBQb3NpdGlvbmluZ1N0cmF0ZWd5fSBmcm9tICdAcG9wcGVyanMvY29yZSc7XG5pbXBvcnQge2FzeW5jU2NoZWR1bGVyLCBTdWJqZWN0fSBmcm9tICdyeGpzJztcbmltcG9ydCB7b2JzZXJ2ZU9uLCB0YWtlVW50aWwsIHRhcH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuXG5leHBvcnQgdHlwZSBFdm9Qb3BvdmVyUG9zaXRpb24gPSAnY2VudGVyJyB8IFBsYWNlbWVudDtcblxuZXhwb3J0IGludGVyZmFjZSBFdm9Qb3BvdmVyRGVsYXkge1xuICAgIHNob3c/OiBudW1iZXI7XG4gICAgaGlkZT86IG51bWJlcjtcbn1cblxuY29uc3QgREVGQVVMVF9ERUxBWSA9IHtcbiAgICBzaG93OiAwLFxuICAgIGhpZGU6IDEwMCxcbn07XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXZvLXBvcG92ZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnZXZvLXBvcG92ZXIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWydldm8tcG9wb3Zlci5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBFdm9Qb3BvdmVyQ29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25DaGFuZ2VzLCBPbkRlc3Ryb3kge1xuXG4gICAgLy8gVE9ETzogVGhpcyBwcm9wIG9ubHkgZm9yIHN1cHBvcnQgb2xkIEFQSS4gUmVtb3ZlIGxhdGVyXG4gICAgLy8gdHNsaW50OmRpc2FibGUtbmV4dC1saW5lXG4gICAgQElucHV0KCdtZWRpYS10YWJsZXQtcG9zaXRpb24nKSBtZWRpYVRhYmxldFBvc2l0aW9uOiAncmlnaHQnIHwgJ2xlZnQnIHwgJ2NlbnRlcicgPSAnY2VudGVyJztcblxuICAgIEBJbnB1dCgncG9zaXRpb24nKSBzZXQgcG9zaXRpb24ocG9zaXRpb246IEV2b1BvcG92ZXJQb3NpdGlvbikge1xuICAgICAgICB0aGlzLnBsYWNlbWVudCA9IHBvc2l0aW9uID09PSAnY2VudGVyJyA/ICh0aGlzLnBvc2l0aW9uTWFwW3Bvc2l0aW9uXSBhcyBQbGFjZW1lbnQpIDogcG9zaXRpb247XG4gICAgfVxuXG4gICAgQElucHV0KCkgc2hvdyA9IGZhbHNlO1xuICAgIEBJbnB1dCgpIG1vZGlmaWVyczogUGFydGlhbDxNb2RpZmllcjxhbnk+PltdID0gW107XG4gICAgQElucHV0KCkgc3RyYXRlZ3k6IFBvc2l0aW9uaW5nU3RyYXRlZ3kgPSAnYWJzb2x1dGUnO1xuXG4gICAgQElucHV0KCdkZWxheScpIHNldCBzZXREZWxheSh2YWx1ZTogYW55KSB7XG4gICAgICAgIGlmICh0eXBlb2YgdmFsdWUgPT09ICdudW1iZXInICYmIHZhbHVlID49IDApIHtcbiAgICAgICAgICAgIHRoaXMuZGVsYXkgPSB7XG4gICAgICAgICAgICAgICAgc2hvdzogdmFsdWUsXG4gICAgICAgICAgICAgICAgaGlkZTogdmFsdWUsXG4gICAgICAgICAgICB9O1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKHR5cGVvZiB2YWx1ZSA9PT0gJ29iamVjdCcpIHtcbiAgICAgICAgICAgIHRoaXMuZGVsYXkgPSB7XG4gICAgICAgICAgICAgICAgc2hvdzogdmFsdWUuc2hvdyA+PSAwID8gdmFsdWUuc2hvdyA6IERFRkFVTFRfREVMQVkuc2hvdyxcbiAgICAgICAgICAgICAgICBoaWRlOiB2YWx1ZS5oaWRlID49IDAgPyB2YWx1ZS5oaWRlIDogREVGQVVMVF9ERUxBWS5oaWRlLFxuICAgICAgICAgICAgfTtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMuZGVsYXkuc2hvdyA9IERFRkFVTFRfREVMQVkuc2hvdztcbiAgICAgICAgdGhpcy5kZWxheS5oaWRlID0gREVGQVVMVF9ERUxBWS5oaWRlO1xuICAgIH1cblxuICAgIEBWaWV3Q2hpbGQoJ3BvcG92ZXInKSBlbDogRWxlbWVudFJlZjtcbiAgICBAVmlld0NoaWxkKCdwb3BvdmVyV3JhcCcpIHBvcG92ZXJXcmFwOiBFbGVtZW50UmVmO1xuXG4gICAgcHJpdmF0ZSBwb3BwZXI6IEluc3RhbmNlO1xuICAgIHByaXZhdGUgcGxhY2VtZW50OiBQbGFjZW1lbnQgPSAnYm90dG9tJztcbiAgICBwcml2YXRlIGRlbGF5OiBFdm9Qb3BvdmVyRGVsYXkgPSB7fTtcbiAgICBwcml2YXRlIHZpc2liaWxpdHlUaW1lb3V0ID0gbnVsbDtcbiAgICAvLyBPbGQgQVBJIE1hcFxuICAgIHByaXZhdGUgcG9zaXRpb25NYXAgPSB7J2NlbnRlcic6ICdib3R0b20nfTtcbiAgICBwcml2YXRlIHVwZGF0ZSQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuICAgIHByaXZhdGUgc3Vic2NyaXB0aW9ucyQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgem9uZTogTmdab25lLFxuICAgICkge1xuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgdGhpcy5jcmVhdGUoKTtcbiAgICAgICAgdGhpcy51cGRhdGUkLnBpcGUoXG4gICAgICAgICAgICBvYnNlcnZlT24oYXN5bmNTY2hlZHVsZXIpLFxuICAgICAgICAgICAgdGFwKCgpID0+IHtcbiAgICAgICAgICAgICAgICBpZiAodGhpcy5wb3BwZXIpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5wb3BwZXIudXBkYXRlKCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSksXG4gICAgICAgICAgICB0YWtlVW50aWwodGhpcy5zdWJzY3JpcHRpb25zJCksXG4gICAgICAgICkuc3Vic2NyaWJlKCk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKSB7XG4gICAgICAgIHRoaXMuZGVzdHJveSgpO1xuICAgICAgICB0aGlzLnN1YnNjcmlwdGlvbnMkLm5leHQoKTtcbiAgICAgICAgdGhpcy5zdWJzY3JpcHRpb25zJC5jb21wbGV0ZSgpO1xuICAgIH1cblxuICAgIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpIHtcbiAgICAgICAgY29uc3QgcG9zaXRpb24gPSBjaGFuZ2VzLnBvc2l0aW9uO1xuICAgICAgICBpZiAocG9zaXRpb24gJiYgIXBvc2l0aW9uLmZpcnN0Q2hhbmdlKSB7XG4gICAgICAgICAgICB0aGlzLmRlc3Ryb3koKTtcbiAgICAgICAgICAgIHRoaXMuY3JlYXRlKCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBjcmVhdGUoKSB7XG4gICAgICAgIHRoaXMuem9uZS5ydW5PdXRzaWRlQW5ndWxhcigoKSA9PiB7XG4gICAgICAgICAgICB0aGlzLnBvcHBlciA9IGNyZWF0ZVBvcHBlcihcbiAgICAgICAgICAgICAgICB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQsXG4gICAgICAgICAgICAgICAgdGhpcy5wb3BvdmVyV3JhcC5uYXRpdmVFbGVtZW50LFxuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgc3RyYXRlZ3k6IHRoaXMuc3RyYXRlZ3ksXG4gICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudDogdGhpcy5wbGFjZW1lbnQsXG4gICAgICAgICAgICAgICAgICAgIG1vZGlmaWVyczogdGhpcy5tb2RpZmllcnMsXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIHRoaXMudXBkYXRlJC5uZXh0KCk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIGRlc3Ryb3koKSB7XG4gICAgICAgIGlmICh0aGlzLnBvcHBlcikge1xuICAgICAgICAgICAgdGhpcy56b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLnBvcHBlci5kZXN0cm95KCk7XG4gICAgICAgICAgICB9KTtcblxuICAgICAgICAgICAgdGhpcy5wb3BwZXIgPSBudWxsO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgQEhvc3RMaXN0ZW5lcignbW91c2VlbnRlcicpXG4gICAgb25FbnRlcigpIHtcbiAgICAgICAgdGhpcy5vbk1vdXNlb3ZlclBvcG92ZXIoKTtcbiAgICB9XG5cbiAgICBASG9zdExpc3RlbmVyKCd0b3VjaGVuZCcpXG4gICAgb25Ub3VjaEVuZCgpIHtcbiAgICAgICAgdGhpcy5vbk1vdXNlb3ZlclBvcG92ZXIoKTtcbiAgICB9XG5cbiAgICBASG9zdExpc3RlbmVyKCdtb3VzZWxlYXZlJylcbiAgICBvbkxlYXZlKCkge1xuICAgICAgICB0aGlzLm9uTW91c2VsZWF2ZVBvcG92ZXIoKTtcbiAgICB9XG5cbiAgICBvbkNsaWNrT3V0c2lkZSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5oaWRlUG9wb3ZlcigpO1xuICAgIH1cblxuICAgIHNob3dQb3BvdmVyKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnBvcHBlci51cGRhdGUoKTtcbiAgICAgICAgdGhpcy5zaG93ID0gdHJ1ZTtcbiAgICB9XG5cbiAgICBoaWRlUG9wb3ZlcigpIHtcbiAgICAgICAgdGhpcy5zaG93ID0gZmFsc2U7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBvbk1vdXNlb3ZlclBvcG92ZXIoKSB7XG4gICAgICAgIHRoaXMudG9nZ2xlUG9wb3Zlcih0cnVlKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIG9uTW91c2VsZWF2ZVBvcG92ZXIoKSB7XG4gICAgICAgIHRoaXMudG9nZ2xlUG9wb3ZlcihmYWxzZSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB0b2dnbGVQb3BvdmVyKHNob3c6IGJvb2xlYW4gPSBmYWxzZSkge1xuICAgICAgICBjb25zdCBhY3Rpb24gPSBzaG93ID8gJ3Nob3cnIDogJ2hpZGUnO1xuICAgICAgICBjb25zdCBkZWxheVZhbHVlID0gdGhpcy5kZWxheSAmJiB0aGlzLmRlbGF5W2FjdGlvbl0gPiAwID8gdGhpcy5kZWxheVthY3Rpb25dIDogMDtcbiAgICAgICAgY29uc3QgdG9nZ2xlID0gKCkgPT4ge1xuICAgICAgICAgICAgaWYgKHNob3cpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnNob3dQb3BvdmVyKCk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHRoaXMuaGlkZVBvcG92ZXIoKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcbiAgICAgICAgaWYgKHRoaXMudmlzaWJpbGl0eVRpbWVvdXQpIHtcbiAgICAgICAgICAgIGNsZWFyVGltZW91dCh0aGlzLnZpc2liaWxpdHlUaW1lb3V0KTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoZGVsYXlWYWx1ZSA+IDApIHtcbiAgICAgICAgICAgIHRoaXMudmlzaWJpbGl0eVRpbWVvdXQgPSBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgICAgICAgICB0b2dnbGUoKTtcbiAgICAgICAgICAgIH0sIGRlbGF5VmFsdWUpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgdG9nZ2xlKCk7XG4gICAgICAgIH1cbiAgICB9XG5cbn1cbiIsIjxzcGFuIGNsYXNzPVwiZXZvLXBvcG92ZXJcIiAjcG9wb3ZlciBldm9DbGlja091dHNpZGUgKGV2b0NsaWNrT3V0c2lkZSk9XCJvbkNsaWNrT3V0c2lkZSgpXCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDxkaXYgY2xhc3M9XCJldm8tcG9wb3Zlcl9fdGlwXCIgW2V2b1VpQ2xhc3NdPVwieyAndmlzaWJsZSc6IHNob3cgfVwiICNwb3BvdmVyV3JhcD5cbiAgICAgICAgPGRpdiBjbGFzcz1cImV2by1wb3BvdmVyX190aXAtaW5uZXJcIj5cbiAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltwb3BvdmVyLWJvZHldXCI+PC9uZy1jb250ZW50PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV2by1wb3BvdmVyX19hcnJvd1wiIGRhdGEtcG9wcGVyLWFycm93PlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJldm8tcG9wb3Zlcl9fYXJyb3ctaW5uZXJcIj48L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc3Bhbj5cbiJdfQ==
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { EvoPopoverComponent } from './evo-popover.component';
|
|
4
|
-
import { EvoUiKitModule } from '../../evo-ui-kit.module';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class EvoPopoverModule {
|
|
7
|
-
}
|
|
8
|
-
EvoPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
EvoPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverModule, declarations: [EvoPopoverComponent], imports: [CommonModule,
|
|
10
|
-
EvoUiKitModule], exports: [EvoPopoverComponent] });
|
|
11
|
-
EvoPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverModule, imports: [[
|
|
12
|
-
CommonModule,
|
|
13
|
-
EvoUiKitModule,
|
|
14
|
-
]] });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverModule, decorators: [{
|
|
16
|
-
type: NgModule,
|
|
17
|
-
args: [{
|
|
18
|
-
imports: [
|
|
19
|
-
CommonModule,
|
|
20
|
-
EvoUiKitModule,
|
|
21
|
-
],
|
|
22
|
-
declarations: [EvoPopoverComponent],
|
|
23
|
-
exports: [EvoPopoverComponent],
|
|
24
|
-
}]
|
|
25
|
-
}] });
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { EvoPopoverComponent } from './evo-popover.component';
|
|
4
|
+
import { EvoUiKitModule } from '../../evo-ui-kit.module';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class EvoPopoverModule {
|
|
7
|
+
}
|
|
8
|
+
EvoPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
EvoPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverModule, declarations: [EvoPopoverComponent], imports: [CommonModule,
|
|
10
|
+
EvoUiKitModule], exports: [EvoPopoverComponent] });
|
|
11
|
+
EvoPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverModule, imports: [[
|
|
12
|
+
CommonModule,
|
|
13
|
+
EvoUiKitModule,
|
|
14
|
+
]] });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPopoverModule, decorators: [{
|
|
16
|
+
type: NgModule,
|
|
17
|
+
args: [{
|
|
18
|
+
imports: [
|
|
19
|
+
CommonModule,
|
|
20
|
+
EvoUiKitModule,
|
|
21
|
+
],
|
|
22
|
+
declarations: [EvoPopoverComponent],
|
|
23
|
+
exports: [EvoPopoverComponent],
|
|
24
|
+
}]
|
|
25
|
+
}] });
|
|
26
26
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXBvcG92ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXBvcG92ZXIvZXZvLXBvcG92ZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFVekQsTUFBTSxPQUFPLGdCQUFnQjs7NkdBQWhCLGdCQUFnQjs4R0FBaEIsZ0JBQWdCLGlCQUhWLG1CQUFtQixhQUg5QixZQUFZO1FBQ1osY0FBYyxhQUdSLG1CQUFtQjs4R0FFcEIsZ0JBQWdCLFlBUGhCO1lBQ0wsWUFBWTtZQUNaLGNBQWM7U0FDakI7MkZBSVEsZ0JBQWdCO2tCQVI1QixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3dCQUNaLGNBQWM7cUJBQ2pCO29CQUNELFlBQVksRUFBRSxDQUFDLG1CQUFtQixDQUFDO29CQUNuQyxPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQztpQkFDakMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEV2b1BvcG92ZXJDb21wb25lbnQgfSBmcm9tICcuL2V2by1wb3BvdmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFdm9VaUtpdE1vZHVsZSB9IGZyb20gJy4uLy4uL2V2by11aS1raXQubW9kdWxlJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgRXZvVWlLaXRNb2R1bGUsXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtFdm9Qb3BvdmVyQ29tcG9uZW50XSxcbiAgICBleHBvcnRzOiBbRXZvUG9wb3ZlckNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEV2b1BvcG92ZXJNb2R1bGUge1xufVxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tcG9wb3Zlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './evo-popover.module';
|
|
2
|
-
export * from './evo-popover.component';
|
|
1
|
+
export * from './evo-popover.module';
|
|
2
|
+
export * from './evo-popover.component';
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1wb3BvdmVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8tcG9wb3Zlci5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9ldm8tcG9wb3Zlci5jb21wb25lbnQnO1xuIl19
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export class EvoPortalOutlet {
|
|
2
|
-
constructor(injector, viewContainerRef) {
|
|
3
|
-
this.injector = injector;
|
|
4
|
-
this.viewContainerRef = viewContainerRef;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
1
|
+
export class EvoPortalOutlet {
|
|
2
|
+
constructor(injector, viewContainerRef) {
|
|
3
|
+
this.injector = injector;
|
|
4
|
+
this.viewContainerRef = viewContainerRef;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
7
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXBvcnRhbC1vdXRsZXQuY2xhc3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tcG9ydGFsL2V2by1wb3J0YWwtb3V0bGV0LmNsYXNzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sT0FBTyxlQUFlO0lBRXhCLFlBQ1csUUFBa0IsRUFDbEIsZ0JBQWtDO1FBRGxDLGFBQVEsR0FBUixRQUFRLENBQVU7UUFDbEIscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtJQUN6QyxDQUFDO0NBRVIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RvciwgVmlld0NvbnRhaW5lclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5leHBvcnQgY2xhc3MgRXZvUG9ydGFsT3V0bGV0IHtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwdWJsaWMgaW5qZWN0b3I6IEluamVjdG9yLFxuICAgICAgICBwdWJsaWMgdmlld0NvbnRhaW5lclJlZjogVmlld0NvbnRhaW5lclJlZixcbiAgICApIHsgfVxuXG59XG4iXX0=
|