@evotor-dev/ui-kit 6.3.0 → 6.5.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 +4 -7
- package/bundles/evotor-dev-ui-kit-icons-category.umd.js +62 -62
- package/bundles/evotor-dev-ui-kit-icons-emotions.umd.js +18 -18
- package/bundles/evotor-dev-ui-kit-icons-header.umd.js +28 -28
- package/bundles/evotor-dev-ui-kit-icons-info.umd.js +40 -40
- package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js +56 -56
- package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js.map +1 -1
- package/bundles/evotor-dev-ui-kit-icons-side-menu.umd.js +64 -64
- package/bundles/evotor-dev-ui-kit-icons-system.umd.js +368 -368
- package/bundles/evotor-dev-ui-kit-icons-system.umd.js.map +1 -1
- package/bundles/evotor-dev-ui-kit-icons.umd.js +624 -624
- package/bundles/evotor-dev-ui-kit-icons.umd.js.map +1 -1
- package/bundles/evotor-dev-ui-kit.umd.js +8317 -8317
- package/bundles/evotor-dev-ui-kit.umd.js.map +1 -1
- package/esm2015/evotor-dev-ui-kit.js +4 -4
- package/esm2015/icons/category/evotor-dev-ui-kit-icons-category.js +4 -4
- package/esm2015/icons/category/index.js +61 -61
- package/esm2015/icons/emotions/evotor-dev-ui-kit-icons-emotions.js +4 -4
- package/esm2015/icons/emotions/index.js +17 -17
- package/esm2015/icons/evotor-dev-ui-kit-icons.js +4 -4
- package/esm2015/icons/header/evotor-dev-ui-kit-icons-header.js +4 -4
- package/esm2015/icons/header/index.js +27 -27
- package/esm2015/icons/index.js +8 -8
- package/esm2015/icons/info/evotor-dev-ui-kit-icons-info.js +4 -4
- package/esm2015/icons/info/index.js +39 -39
- package/esm2015/icons/navigation/evotor-dev-ui-kit-icons-navigation.js +4 -4
- package/esm2015/icons/navigation/index.js +56 -56
- package/esm2015/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.js +4 -4
- package/esm2015/icons/side-menu/index.js +63 -63
- package/esm2015/icons/system/evotor-dev-ui-kit-icons-system.js +4 -4
- package/esm2015/icons/system/index.js +368 -368
- package/esm2015/lib/common/Serializable.js +5 -5
- package/esm2015/lib/common/animations/expand.animation.js +27 -27
- package/esm2015/lib/common/animations/index.js +3 -3
- package/esm2015/lib/common/animations/sidebar.animation.js +9 -9
- package/esm2015/lib/common/animations/skip-initial-render.animation.js +2 -2
- package/esm2015/lib/common/collection/evo-collection-fabric.js +9 -9
- package/esm2015/lib/common/collection/evo-collection.js +6 -6
- package/esm2015/lib/common/collection/index.js +2 -2
- package/esm2015/lib/common/constants/css-breakpoints.js +8 -8
- package/esm2015/lib/common/constants/view-breakpoint-streams.js +23 -23
- package/esm2015/lib/common/evo-base-control.js +46 -46
- package/esm2015/lib/common/evo-control-state-manager/evo-control-state-manager.js +12 -12
- package/esm2015/lib/common/evo-control-state-manager/evo-control-state.interface.js +1 -1
- package/esm2015/lib/common/evo-control-state-manager/evo-control-states.enum.js +5 -5
- package/esm2015/lib/common/form-helper/form-helper.js +30 -30
- package/esm2015/lib/common/types/evo-color.js +1 -1
- package/esm2015/lib/common/types/evo-size.js +1 -1
- package/esm2015/lib/common/types/index.js +2 -2
- package/esm2015/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.js +35 -35
- package/esm2015/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.js +23 -23
- package/esm2015/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.js +61 -61
- package/esm2015/lib/components/evo-accordion/evo-accordion.component.js +22 -22
- package/esm2015/lib/components/evo-accordion/evo-accordion.module.js +65 -65
- package/esm2015/lib/components/evo-accordion/index.js +1 -1
- package/esm2015/lib/components/evo-accordion/public-api.js +5 -5
- package/esm2015/lib/components/evo-alert/evo-alert.component.js +82 -82
- package/esm2015/lib/components/evo-alert/evo-alert.module.js +28 -28
- package/esm2015/lib/components/evo-alert/index.js +1 -1
- package/esm2015/lib/components/evo-alert/public-api.js +2 -2
- package/esm2015/lib/components/evo-autocomplete/components/evo-autocomplete.component.js +364 -364
- package/esm2015/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.js +48 -48
- package/esm2015/lib/components/evo-autocomplete/evo-autocomplete.module.js +57 -57
- package/esm2015/lib/components/evo-autocomplete/helpers/switch-query-to-list.js +5 -5
- package/esm2015/lib/components/evo-autocomplete/index.js +1 -1
- package/esm2015/lib/components/evo-autocomplete/models/DaDataParty.js +27 -27
- package/esm2015/lib/components/evo-autocomplete/models/dadata.model.js +47 -47
- package/esm2015/lib/components/evo-autocomplete/public-api.js +6 -6
- package/esm2015/lib/components/evo-autocomplete/types/evo-autocomplete-size.js +1 -1
- package/esm2015/lib/components/evo-badge/evo-badge.component.js +44 -44
- package/esm2015/lib/components/evo-badge/evo-badge.module.js +27 -27
- package/esm2015/lib/components/evo-badge/index.js +2 -2
- package/esm2015/lib/components/evo-badge/public-api.js +2 -2
- package/esm2015/lib/components/evo-badge/types/evo-badge-color.js +1 -1
- package/esm2015/lib/components/evo-badge/types/evo-badge-size.js +1 -1
- package/esm2015/lib/components/evo-badge/types/index.js +2 -2
- package/esm2015/lib/components/evo-banner/evo-banner.component.js +115 -115
- package/esm2015/lib/components/evo-banner/evo-banner.module.js +26 -26
- package/esm2015/lib/components/evo-banner/index.js +1 -1
- package/esm2015/lib/components/evo-banner/public-api.js +2 -2
- package/esm2015/lib/components/evo-button/evo-button.component.js +86 -86
- package/esm2015/lib/components/evo-button/evo-button.module.js +25 -25
- package/esm2015/lib/components/evo-button/index.js +1 -1
- package/esm2015/lib/components/evo-button/public-api.js +2 -2
- package/esm2015/lib/components/evo-checkbox/evo-checkbox.component.js +86 -86
- package/esm2015/lib/components/evo-checkbox/evo-checkbox.module.js +33 -33
- package/esm2015/lib/components/evo-checkbox/index.js +1 -1
- package/esm2015/lib/components/evo-checkbox/public-api.js +2 -2
- package/esm2015/lib/components/evo-chip/evo-chip.component.js +137 -137
- package/esm2015/lib/components/evo-chip/evo-chip.module.js +44 -44
- package/esm2015/lib/components/evo-chip/index.js +1 -1
- package/esm2015/lib/components/evo-chip/public-api.js +2 -2
- package/esm2015/lib/components/evo-control-error/evo-control-error.component.js +42 -42
- package/esm2015/lib/components/evo-control-error/evo-control-error.module.js +29 -29
- package/esm2015/lib/components/evo-control-error/index.js +1 -1
- package/esm2015/lib/components/evo-control-error/public-api.js +2 -2
- package/esm2015/lib/components/evo-control-label/evo-control-label.component.js +22 -22
- package/esm2015/lib/components/evo-control-label/evo-control-label.module.js +21 -21
- package/esm2015/lib/components/evo-control-label/index.js +1 -1
- package/esm2015/lib/components/evo-control-label/public-api.js +2 -2
- package/esm2015/lib/components/evo-counter/evo-counter.component.js +42 -42
- package/esm2015/lib/components/evo-counter/evo-counter.module.js +29 -29
- package/esm2015/lib/components/evo-counter/index.js +1 -1
- package/esm2015/lib/components/evo-counter/public-api.js +2 -2
- package/esm2015/lib/components/evo-datepicker/evo-datepicker.component.js +550 -550
- package/esm2015/lib/components/evo-datepicker/evo-datepicker.module.js +33 -33
- package/esm2015/lib/components/evo-datepicker/flatpickr-options.interface.js +1 -1
- package/esm2015/lib/components/evo-datepicker/index.js +1 -1
- package/esm2015/lib/components/evo-datepicker/public-api.js +2 -2
- package/esm2015/lib/components/evo-datepicker/templates/index.js +19 -19
- package/esm2015/lib/components/evo-dropdown/evo-dropdown-origin.directive.js +40 -40
- package/esm2015/lib/components/evo-dropdown/evo-dropdown-position-description.js +50 -50
- package/esm2015/lib/components/evo-dropdown/evo-dropdown.component.js +111 -111
- package/esm2015/lib/components/evo-dropdown/evo-dropdown.module.js +19 -19
- package/esm2015/lib/components/evo-dropdown/index.js +1 -1
- package/esm2015/lib/components/evo-dropdown/public-api.js +4 -4
- package/esm2015/lib/components/evo-dropdown/types/evo-dropdown-positions.js +1 -1
- package/esm2015/lib/components/evo-icon/classes/evo-icons-library.js +18 -18
- package/esm2015/lib/components/evo-icon/evo-icon.component.js +56 -56
- package/esm2015/lib/components/evo-icon/evo-icon.module.js +56 -56
- package/esm2015/lib/components/evo-icon/index.js +1 -1
- package/esm2015/lib/components/evo-icon/interfaces/icons-category.js +1 -1
- package/esm2015/lib/components/evo-icon/interfaces/icons-source.js +1 -1
- package/esm2015/lib/components/evo-icon/public-api.js +5 -5
- package/esm2015/lib/components/evo-icon-button/evo-icon-button.component.js +66 -66
- package/esm2015/lib/components/evo-icon-button/evo-icon-button.module.js +25 -25
- package/esm2015/lib/components/evo-icon-button/index.js +1 -1
- package/esm2015/lib/components/evo-icon-button/public-api.js +2 -2
- package/esm2015/lib/components/evo-icon-button/types/evo-icon-button-size.js +1 -1
- package/esm2015/lib/components/evo-icon-button/types/evo-icon-button-theme.js +1 -1
- package/esm2015/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.js +18 -18
- package/esm2015/lib/components/evo-icon-number/evo-icon-number.module.js +17 -17
- package/esm2015/lib/components/evo-icon-number/index.js +1 -1
- package/esm2015/lib/components/evo-icon-number/public-api.js +2 -2
- package/esm2015/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.js +12 -12
- package/esm2015/lib/components/evo-input/evo-input.component.js +362 -362
- package/esm2015/lib/components/evo-input/evo-input.module.js +65 -65
- package/esm2015/lib/components/evo-input/index.js +1 -1
- package/esm2015/lib/components/evo-input/public-api.js +3 -3
- package/esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.js +156 -156
- package/esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.js +33 -33
- package/esm2015/lib/components/evo-input-contenteditable/index.js +1 -1
- package/esm2015/lib/components/evo-input-contenteditable/public-api.js +2 -2
- package/esm2015/lib/components/evo-input-contenteditable/utils/clear-multiline.js +6 -6
- package/esm2015/lib/components/evo-loader/evo-circular-loader.component.js +22 -22
- package/esm2015/lib/components/evo-loader/evo-loader.component.js +27 -27
- package/esm2015/lib/components/evo-loader/evo-loader.module.js +32 -32
- package/esm2015/lib/components/evo-loader/index.js +1 -1
- package/esm2015/lib/components/evo-loader/public-api.js +3 -3
- package/esm2015/lib/components/evo-modal/evo-modal.component.js +121 -121
- package/esm2015/lib/components/evo-modal/evo-modal.module.js +31 -31
- package/esm2015/lib/components/evo-modal/evo-modal.service.js +31 -31
- package/esm2015/lib/components/evo-modal/index.js +1 -1
- package/esm2015/lib/components/evo-modal/public-api.js +3 -3
- package/esm2015/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.js +62 -62
- package/esm2015/lib/components/evo-navbar/evo-navbar.component.js +50 -50
- package/esm2015/lib/components/evo-navbar/evo-navbar.module.js +23 -23
- package/esm2015/lib/components/evo-navbar/index.js +1 -1
- package/esm2015/lib/components/evo-navbar/interfaces/nav-item-main-info.js +1 -1
- package/esm2015/lib/components/evo-navbar/interfaces/nav-item-router-link.js +1 -1
- package/esm2015/lib/components/evo-navbar/interfaces/nav-item.href.js +1 -1
- package/esm2015/lib/components/evo-navbar/public-api.js +3 -3
- package/esm2015/lib/components/evo-navbar/types/nav-item.js +1 -1
- package/esm2015/lib/components/evo-note/evo-note.component.js +44 -44
- package/esm2015/lib/components/evo-note/evo-note.module.js +44 -44
- package/esm2015/lib/components/evo-note/index.js +1 -1
- package/esm2015/lib/components/evo-note/public.api.js +3 -3
- package/esm2015/lib/components/evo-note/types/evo-note-type.js +1 -1
- package/esm2015/lib/components/evo-paginator/evo-paginator.component.js +112 -112
- package/esm2015/lib/components/evo-paginator/evo-paginator.module.js +21 -21
- package/esm2015/lib/components/evo-paginator/index.js +1 -1
- package/esm2015/lib/components/evo-paginator/public-api.js +2 -2
- package/esm2015/lib/components/evo-plus-minus/evo-plus-minus.component.js +29 -29
- package/esm2015/lib/components/evo-plus-minus/evo-plus-minus.module.js +21 -21
- package/esm2015/lib/components/evo-plus-minus/index.js +1 -1
- package/esm2015/lib/components/evo-plus-minus/public-api.js +2 -2
- package/esm2015/lib/components/evo-popover/evo-popover.component.js +176 -176
- package/esm2015/lib/components/evo-popover/evo-popover.module.js +25 -25
- package/esm2015/lib/components/evo-popover/index.js +1 -1
- package/esm2015/lib/components/evo-popover/public-api.js +2 -2
- package/esm2015/lib/components/evo-portal/evo-portal-outlet.class.js +6 -6
- package/esm2015/lib/components/evo-portal/evo-portal-outlet.directive.js +18 -18
- package/esm2015/lib/components/evo-portal/evo-portal.module.js +31 -31
- package/esm2015/lib/components/evo-portal/evo-portal.service.js +91 -91
- package/esm2015/lib/components/evo-portal/index.js +1 -1
- package/esm2015/lib/components/evo-portal/public-api.js +4 -4
- package/esm2015/lib/components/evo-radio/evo-radio.component.js +55 -55
- package/esm2015/lib/components/evo-radio/evo-radio.module.js +25 -25
- package/esm2015/lib/components/evo-radio/index.js +1 -1
- package/esm2015/lib/components/evo-radio/public-api.js +2 -2
- package/esm2015/lib/components/evo-radio-group/evo-radio-group.component.js +127 -127
- package/esm2015/lib/components/evo-radio-group/evo-radio-group.module.js +33 -33
- package/esm2015/lib/components/evo-radio-group/index.js +1 -1
- package/esm2015/lib/components/evo-radio-group/public-api.js +2 -2
- package/esm2015/lib/components/evo-radio-group/typings/options.js +1 -1
- package/esm2015/lib/components/evo-radioshape/components/evo-radioshape.component.js +60 -60
- package/esm2015/lib/components/evo-radioshape/evo-radioshape.module.js +32 -32
- package/esm2015/lib/components/evo-radioshape/index.js +1 -1
- package/esm2015/lib/components/evo-radioshape/public-api.js +2 -2
- package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.js +23 -23
- package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.js +78 -78
- package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar.module.js +38 -38
- package/esm2015/lib/components/evo-segmented-bar/index.js +1 -1
- package/esm2015/lib/components/evo-segmented-bar/public-api.js +3 -3
- package/esm2015/lib/components/evo-select/evo-select.component.js +120 -120
- package/esm2015/lib/components/evo-select/evo-select.module.js +33 -33
- package/esm2015/lib/components/evo-select/index.js +1 -1
- package/esm2015/lib/components/evo-select/public-api.js +2 -2
- package/esm2015/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.js +7 -7
- package/esm2015/lib/components/evo-sidebar/enums/evo-sidebar-sizes.js +6 -6
- package/esm2015/lib/components/evo-sidebar/enums/evo-sidebar-states.js +5 -5
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.js +37 -37
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.js +18 -18
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.js +46 -46
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-portal.js +20 -20
- package/esm2015/lib/components/evo-sidebar/evo-sidebar.component.js +173 -173
- package/esm2015/lib/components/evo-sidebar/evo-sidebar.module.js +89 -89
- package/esm2015/lib/components/evo-sidebar/evo-sidebar.service.js +101 -101
- package/esm2015/lib/components/evo-sidebar/index.js +1 -1
- package/esm2015/lib/components/evo-sidebar/interfaces.js +1 -1
- package/esm2015/lib/components/evo-sidebar/public-api.js +11 -11
- package/esm2015/lib/components/evo-sidebar/sidebar-injection-token.js +2 -2
- package/esm2015/lib/components/evo-sidebar/tokens.js +11 -11
- package/esm2015/lib/components/evo-stepper/evo-stepper-events.js +24 -24
- package/esm2015/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.js +34 -34
- package/esm2015/lib/components/evo-stepper/evo-stepper.component.js +71 -71
- package/esm2015/lib/components/evo-stepper/evo-stepper.module.js +26 -26
- package/esm2015/lib/components/evo-stepper/index.js +1 -1
- package/esm2015/lib/components/evo-stepper/public-api.js +3 -3
- package/esm2015/lib/components/evo-submenu/evo-submenu.component.js +159 -159
- package/esm2015/lib/components/evo-submenu/evo-submenu.module.js +35 -35
- package/esm2015/lib/components/evo-submenu/index.js +1 -1
- package/esm2015/lib/components/evo-submenu/public-api.js +2 -2
- package/esm2015/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.js +14 -14
- package/esm2015/lib/components/evo-switcher/evo-switcher.component.js +35 -35
- package/esm2015/lib/components/evo-switcher/evo-switcher.module.js +26 -26
- package/esm2015/lib/components/evo-switcher/index.js +1 -1
- package/esm2015/lib/components/evo-switcher/public-api.js +3 -3
- package/esm2015/lib/components/evo-table/evo-table/evo-table.component.js +70 -70
- package/esm2015/lib/components/evo-table/evo-table-column/evo-table-column.component.js +34 -34
- package/esm2015/lib/components/evo-table/evo-table.module.js +22 -22
- package/esm2015/lib/components/evo-table/index.js +1 -1
- package/esm2015/lib/components/evo-table/public-api.js +3 -3
- package/esm2015/lib/components/evo-tabs/enums/evo-tabs-size.js +5 -5
- package/esm2015/lib/components/evo-tabs/evo-tab/evo-tab.component.js +91 -91
- package/esm2015/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.js +39 -39
- package/esm2015/lib/components/evo-tabs/evo-tab-state.collection.js +42 -42
- package/esm2015/lib/components/evo-tabs/evo-tabs-size.service.js +23 -23
- package/esm2015/lib/components/evo-tabs/evo-tabs.component.js +87 -87
- package/esm2015/lib/components/evo-tabs/evo-tabs.module.js +29 -29
- package/esm2015/lib/components/evo-tabs/evo-tabs.service.js +66 -66
- package/esm2015/lib/components/evo-tabs/index.js +1 -1
- package/esm2015/lib/components/evo-tabs/public-api.js +8 -8
- package/esm2015/lib/components/evo-textarea/evo-textarea.component.js +83 -83
- package/esm2015/lib/components/evo-textarea/evo-textarea.module.js +36 -36
- package/esm2015/lib/components/evo-textarea/index.js +1 -1
- package/esm2015/lib/components/evo-textarea/public-api.js +2 -2
- package/esm2015/lib/components/evo-toast/evo-toast.component.js +102 -102
- package/esm2015/lib/components/evo-toast/evo-toast.module.js +44 -44
- package/esm2015/lib/components/evo-toast/evo-toast.service.js +48 -48
- package/esm2015/lib/components/evo-toast/index.js +1 -1
- package/esm2015/lib/components/evo-toast/public-api.js +3 -3
- package/esm2015/lib/components/evo-toggle/evo-toggle.component.js +69 -69
- package/esm2015/lib/components/evo-toggle/evo-toggle.module.js +29 -29
- package/esm2015/lib/components/evo-toggle/index.js +1 -1
- package/esm2015/lib/components/evo-toggle/public-api.js +2 -2
- package/esm2015/lib/components/evo-upload/evo-upload.component.js +291 -291
- package/esm2015/lib/components/evo-upload/evo-upload.module.js +58 -58
- package/esm2015/lib/components/evo-upload/index.js +1 -1
- package/esm2015/lib/components/evo-upload/public-api.js +2 -2
- package/esm2015/lib/decorators/deprecate-method.decorator.js +7 -7
- package/esm2015/lib/decorators/deprecate-variable.decorator.js +16 -16
- package/esm2015/lib/decorators/index.js +1 -1
- package/esm2015/lib/decorators/public-api.js +2 -2
- package/esm2015/lib/directives/evo-click-outside.directive.js +39 -39
- package/esm2015/lib/directives/evo-is-expanded.directive.js +71 -71
- package/esm2015/lib/directives/evo-let/evo-let.directive.js +35 -35
- package/esm2015/lib/directives/evo-ui-class.directive.js +158 -158
- package/esm2015/lib/directives/index.js +1 -1
- package/esm2015/lib/directives/public-api.js +4 -4
- package/esm2015/lib/evo-ui-kit.module.js +64 -64
- package/esm2015/lib/operators/enter-zone.operator.js +8 -8
- package/esm2015/lib/operators/index.js +1 -1
- package/esm2015/lib/operators/public-api.js +1 -1
- package/esm2015/lib/pipes/declination.pipe.js +39 -39
- package/esm2015/lib/pipes/evo-pipes.module.js +16 -16
- package/esm2015/lib/pipes/index.js +1 -1
- package/esm2015/lib/pipes/public-api.js +3 -3
- package/esm2015/lib/pipes/safe-html.pipe.js +17 -17
- package/esm2015/lib/services/evo-expanded.service.js +22 -22
- package/esm2015/lib/services/index.js +1 -1
- package/esm2015/lib/services/public-api.js +1 -1
- package/esm2015/lib/services/window.service.js +48 -48
- package/esm2015/public_api.js +72 -72
- package/evotor-dev-ui-kit.d.ts +5 -5
- package/fesm2015/evotor-dev-ui-kit-icons-category.js +62 -62
- package/fesm2015/evotor-dev-ui-kit-icons-emotions.js +18 -18
- package/fesm2015/evotor-dev-ui-kit-icons-header.js +28 -28
- package/fesm2015/evotor-dev-ui-kit-icons-info.js +40 -40
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.js +56 -56
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.js.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-side-menu.js +64 -64
- package/fesm2015/evotor-dev-ui-kit-icons-system.js +368 -368
- package/fesm2015/evotor-dev-ui-kit-icons-system.js.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons.js +624 -624
- package/fesm2015/evotor-dev-ui-kit-icons.js.map +1 -1
- package/fesm2015/evotor-dev-ui-kit.js +7119 -7119
- package/fesm2015/evotor-dev-ui-kit.js.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 +319 -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 +365 -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/evo-button.component.d.ts +33 -33
- package/lib/components/evo-button/evo-button.module.d.ts +9 -9
- package/lib/components/evo-button/index.d.ts +1 -1
- package/lib/components/evo-button/public-api.d.ts +2 -2
- package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +26 -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 +23 -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 +37 -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-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 +17 -17
- 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 +1 -1
- package/public_api.d.ts +62 -62
- package/styles/components/evo-button.scss +1 -1
- package/styles/components/evo-chip.scss +2 -2
- package/styles/components/evo-title.scss +1 -1
- package/styles/globals.scss +6 -1
- package/styles/main.scss +6 -1
- package/styles/mixins.scss +5 -4
- package/styles/partials/_typography.scss +123 -0
- package/styles/partials/fonts.scss +2 -0
- package/styles/partials/typography/_typography-caption-mixin.scss +26 -0
- package/styles/partials/typography/_typography-field-typo-mixin.scss +36 -0
- package/styles/partials/typography/_typography-header-mixin.scss +62 -0
- package/styles/partials/typography/_typography-header-mobile-mixin.scss +34 -0
- package/styles/partials/typography/_typography-paragraph-mixin.scss +41 -0
- package/styles/partials/typography/_typography-subtitle-mixin.scss +20 -0
- package/styles/variables.scss +16 -13
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { EvoStepperComponent } from './evo-stepper.component';
|
|
4
|
-
import { EvoStepperItemComponent } from './evo-stepper-item/evo-stepper-item.component';
|
|
5
|
-
import { EvoUiKitModule } from '../../evo-ui-kit.module';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class EvoStepperModule {
|
|
8
|
-
}
|
|
9
|
-
EvoStepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
-
EvoStepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoStepperModule, declarations: [EvoStepperComponent, EvoStepperItemComponent], imports: [CommonModule,
|
|
11
|
-
EvoUiKitModule], exports: [EvoStepperComponent, EvoStepperItemComponent] });
|
|
12
|
-
EvoStepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoStepperModule, imports: [[
|
|
13
|
-
CommonModule,
|
|
14
|
-
EvoUiKitModule,
|
|
15
|
-
]] });
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoStepperModule, decorators: [{
|
|
17
|
-
type: NgModule,
|
|
18
|
-
args: [{
|
|
19
|
-
imports: [
|
|
20
|
-
CommonModule,
|
|
21
|
-
EvoUiKitModule,
|
|
22
|
-
],
|
|
23
|
-
declarations: [EvoStepperComponent, EvoStepperItemComponent],
|
|
24
|
-
exports: [EvoStepperComponent, EvoStepperItemComponent],
|
|
25
|
-
}]
|
|
26
|
-
}] });
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { EvoStepperComponent } from './evo-stepper.component';
|
|
4
|
+
import { EvoStepperItemComponent } from './evo-stepper-item/evo-stepper-item.component';
|
|
5
|
+
import { EvoUiKitModule } from '../../evo-ui-kit.module';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export class EvoStepperModule {
|
|
8
|
+
}
|
|
9
|
+
EvoStepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
EvoStepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoStepperModule, declarations: [EvoStepperComponent, EvoStepperItemComponent], imports: [CommonModule,
|
|
11
|
+
EvoUiKitModule], exports: [EvoStepperComponent, EvoStepperItemComponent] });
|
|
12
|
+
EvoStepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoStepperModule, imports: [[
|
|
13
|
+
CommonModule,
|
|
14
|
+
EvoUiKitModule,
|
|
15
|
+
]] });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoStepperModule, decorators: [{
|
|
17
|
+
type: NgModule,
|
|
18
|
+
args: [{
|
|
19
|
+
imports: [
|
|
20
|
+
CommonModule,
|
|
21
|
+
EvoUiKitModule,
|
|
22
|
+
],
|
|
23
|
+
declarations: [EvoStepperComponent, EvoStepperItemComponent],
|
|
24
|
+
exports: [EvoStepperComponent, EvoStepperItemComponent],
|
|
25
|
+
}]
|
|
26
|
+
}] });
|
|
27
27
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXN0ZXBwZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXN0ZXBwZXIvZXZvLXN0ZXBwZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBQ3hGLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFVekQsTUFBTSxPQUFPLGdCQUFnQjs7OEdBQWhCLGdCQUFnQjsrR0FBaEIsZ0JBQWdCLGlCQUhYLG1CQUFtQixFQUFFLHVCQUF1QixhQUgxRCxZQUFZO1FBQ1osY0FBYyxhQUdMLG1CQUFtQixFQUFFLHVCQUF1QjsrR0FFNUMsZ0JBQWdCLFlBUGxCO1lBQ1AsWUFBWTtZQUNaLGNBQWM7U0FDZjs0RkFJVSxnQkFBZ0I7a0JBUjVCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osY0FBYztxQkFDZjtvQkFDRCxZQUFZLEVBQUUsQ0FBRSxtQkFBbUIsRUFBRSx1QkFBdUIsQ0FBRTtvQkFDOUQsT0FBTyxFQUFFLENBQUUsbUJBQW1CLEVBQUUsdUJBQXVCLENBQUU7aUJBQzFEIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEV2b1N0ZXBwZXJDb21wb25lbnQgfSBmcm9tICcuL2V2by1zdGVwcGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFdm9TdGVwcGVySXRlbUNvbXBvbmVudCB9IGZyb20gJy4vZXZvLXN0ZXBwZXItaXRlbS9ldm8tc3RlcHBlci1pdGVtLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFdm9VaUtpdE1vZHVsZSB9IGZyb20gJy4uLy4uL2V2by11aS1raXQubW9kdWxlJztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBFdm9VaUtpdE1vZHVsZSxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbIEV2b1N0ZXBwZXJDb21wb25lbnQsIEV2b1N0ZXBwZXJJdGVtQ29tcG9uZW50IF0sXG4gIGV4cG9ydHM6IFsgRXZvU3RlcHBlckNvbXBvbmVudCwgRXZvU3RlcHBlckl0ZW1Db21wb25lbnQgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXZvU3RlcHBlck1vZHVsZSB7fVxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tc3RlcHBlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './evo-stepper.module';
|
|
2
|
-
export * from './evo-stepper.component';
|
|
3
|
-
export * from './evo-stepper-item/evo-stepper-item.component';
|
|
1
|
+
export * from './evo-stepper.module';
|
|
2
|
+
export * from './evo-stepper.component';
|
|
3
|
+
export * from './evo-stepper-item/evo-stepper-item.component';
|
|
4
4
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1zdGVwcGVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsK0NBQStDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2V2by1zdGVwcGVyLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2V2by1zdGVwcGVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2V2by1zdGVwcGVyLWl0ZW0vZXZvLXN0ZXBwZXItaXRlbS5jb21wb25lbnQnO1xuIl19
|
|
@@ -1,160 +1,160 @@
|
|
|
1
|
-
import { Component, HostListener, Inject, Input, ViewChild } from '@angular/core';
|
|
2
|
-
import { of } from 'rxjs';
|
|
3
|
-
import { delay } from 'rxjs/operators';
|
|
4
|
-
import { WINDOW } from '../../services/window.service';
|
|
5
|
-
import { DOCUMENT } from '@angular/common';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "../../directives/evo-ui-class.directive";
|
|
8
|
-
import * as i2 from "@angular/common";
|
|
9
|
-
import * as i3 from "ngx-page-scroll";
|
|
10
|
-
import * as i4 from "@angular/router";
|
|
11
|
-
/**
|
|
12
|
-
* scroll - [default] link type with auto scroll to section on the same page
|
|
13
|
-
* outer - outer link (not accesible with router)
|
|
14
|
-
* router - router type link
|
|
15
|
-
*/
|
|
16
|
-
export var EvoSubmenuType;
|
|
17
|
-
(function (EvoSubmenuType) {
|
|
18
|
-
EvoSubmenuType[EvoSubmenuType["scroll"] = 0] = "scroll";
|
|
19
|
-
EvoSubmenuType[EvoSubmenuType["outer"] = 1] = "outer";
|
|
20
|
-
EvoSubmenuType[EvoSubmenuType["router"] = 2] = "router";
|
|
21
|
-
})(EvoSubmenuType || (EvoSubmenuType = {}));
|
|
22
|
-
export class EvoSubmenuComponent {
|
|
23
|
-
constructor(elRef, window, document) {
|
|
24
|
-
this.elRef = elRef;
|
|
25
|
-
this.window = window;
|
|
26
|
-
this.document = document;
|
|
27
|
-
this.menuType = EvoSubmenuType.scroll;
|
|
28
|
-
this.offsetLeft = false;
|
|
29
|
-
this.isFloated = false;
|
|
30
|
-
this.activeItemIndex = 0;
|
|
31
|
-
this.evoSubmenuType = EvoSubmenuType;
|
|
32
|
-
this._items = [];
|
|
33
|
-
this.submenuOffset = 0;
|
|
34
|
-
this.isWindowResize = false;
|
|
35
|
-
}
|
|
36
|
-
get items() {
|
|
37
|
-
return this._items;
|
|
38
|
-
}
|
|
39
|
-
set items(items) {
|
|
40
|
-
this._items = items;
|
|
41
|
-
if (this.menuType === EvoSubmenuType.scroll) {
|
|
42
|
-
this.calculateActiveItemIndex();
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
ngOnInit() {
|
|
46
|
-
}
|
|
47
|
-
onWindowResize() {
|
|
48
|
-
if (this.menuType === EvoSubmenuType.scroll) {
|
|
49
|
-
this.isWindowResize = true;
|
|
50
|
-
this.submenuOffset = this.elRef.nativeElement.offsetTop;
|
|
51
|
-
this.onWindowScroll();
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
onWindowScroll() {
|
|
55
|
-
if (this.menuType === EvoSubmenuType.scroll) {
|
|
56
|
-
this.submenuOffset = this.elRef.nativeElement.offsetTop;
|
|
57
|
-
this.isFloated = this.window.pageYOffset + this.headerHeight >= this.submenuOffset;
|
|
58
|
-
this.calculateActiveItemIndex();
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
ngAfterViewInit() {
|
|
62
|
-
if (this.menuType === EvoSubmenuType.scroll) {
|
|
63
|
-
this.submenuOffset = this.elRef.nativeElement.offsetTop;
|
|
64
|
-
this.header = this.document.querySelector('evo-header');
|
|
65
|
-
if (this.header) {
|
|
66
|
-
this.headerHeight = this.header.getBoundingClientRect().height;
|
|
67
|
-
}
|
|
68
|
-
this.onWindowScroll();
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
calculateActiveItemIndex() {
|
|
72
|
-
let newIndex;
|
|
73
|
-
const { documentElement } = this.document;
|
|
74
|
-
if (documentElement.clientHeight + documentElement.scrollTop >= documentElement.scrollHeight) {
|
|
75
|
-
newIndex = this.items.length - 1;
|
|
76
|
-
}
|
|
77
|
-
else {
|
|
78
|
-
newIndex = this.items
|
|
79
|
-
.map((item) => {
|
|
80
|
-
const anchorSection = this.document.querySelector('#' + item.href);
|
|
81
|
-
if (anchorSection) {
|
|
82
|
-
return anchorSection.getBoundingClientRect().top - item.scrollOffset - 1;
|
|
83
|
-
}
|
|
84
|
-
})
|
|
85
|
-
.filter((value) => value < 0).length - 1;
|
|
86
|
-
}
|
|
87
|
-
if (this.isWindowResize || newIndex !== this.activeItemIndex) {
|
|
88
|
-
this.activeItemIndex = newIndex;
|
|
89
|
-
this.isWindowResize = false;
|
|
90
|
-
// Timeout to get correct container scrollWidth
|
|
91
|
-
of({}).pipe(delay(0)).subscribe(() => {
|
|
92
|
-
this.checkHorizontalScroll();
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
checkHorizontalScroll() {
|
|
97
|
-
const container = this.container.nativeElement;
|
|
98
|
-
if (container.scrollWidth > container.clientWidth) {
|
|
99
|
-
const items = container.querySelectorAll('.evo-submenu__item');
|
|
100
|
-
const item = items ? items[this.activeItemIndex] : null;
|
|
101
|
-
if (item) {
|
|
102
|
-
const itemOffset = item.getBoundingClientRect().left;
|
|
103
|
-
if (itemOffset >= 0) {
|
|
104
|
-
if (item.clientWidth + itemOffset > container.clientWidth) {
|
|
105
|
-
container.scroll({
|
|
106
|
-
left: container.scrollLeft + item.clientWidth + itemOffset - container.clientWidth,
|
|
107
|
-
behavior: 'smooth',
|
|
108
|
-
});
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
else {
|
|
112
|
-
container.scroll({
|
|
113
|
-
left: container.scrollLeft + itemOffset,
|
|
114
|
-
behavior: 'smooth',
|
|
115
|
-
});
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
else {
|
|
119
|
-
container.scroll({
|
|
120
|
-
left: 0,
|
|
121
|
-
behavior: 'smooth',
|
|
122
|
-
});
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
EvoSubmenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuComponent, deps: [{ token: i0.ElementRef }, { token: WINDOW }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
|
|
128
|
-
EvoSubmenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoSubmenuComponent, selector: "evo-submenu", inputs: { menuType: "menuType", offsetLeft: "offsetLeft", items: "items" }, host: { listeners: { "window:resize": "onWindowResize()", "window:scroll": "onWindowScroll()" } }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true, static: true }], ngImport: i0, template: "<section class=\"evo-submenu\">\n <div class=\"evo-submenu__wrapper\" [evoUiClass]=\"{affix: isFloated, 'has-offset-left': offsetLeft}\">\n <div #container class=\"container evo-submenu__container\">\n <ul class=\"evo-submenu__list\">\n <ng-container *ngIf=\"menuType === evoSubmenuType.scroll\">\n <li *ngFor=\"let item of items; let index = index;\"\n class=\"evo-submenu__item\"\n [evoUiClass]=\"{active: index === activeItemIndex}\"\n role=\"presentation\">\n <a class=\"evo-submenu__link\"\n [pageScrollDuration]=\"200\"\n [pageScrollOffset]=\"item.scrollOffset || 0\"\n pageScroll\n href=\"#{{ item.href }}\">{{ item.title }}</a>\n </li>\n </ng-container>\n <ng-container *ngIf=\"menuType === evoSubmenuType.router || menuType === evoSubmenuType.outer\">\n <li *ngFor=\"let item of items; let index = index;\"\n class=\"evo-submenu__item\"\n routerLinkActive=\"evo-submenu__item_active\"\n [ngClass]=\"{'evo-submenu__item_active': item.isActive}\"\n role=\"presentation\">\n <ng-container *ngIf=\"item.type === evoSubmenuType.router || (! item.type && menuType === evoSubmenuType.router)\">\n <a class=\"evo-submenu__link\"\n [routerLink]=\"[item.href]\">{{ item.title }}</a>\n </ng-container>\n <ng-container *ngIf=\"item.type === evoSubmenuType.outer || (! item.type && menuType === evoSubmenuType.outer)\">\n <a class=\"evo-submenu__link\"\n href=\"{{ item.href }}\"\n [target]=\"item.target || '_self'\"\n >{{ item.title }}</a>\n </ng-container>\n </li>\n </ng-container>\n </ul>\n </div>\n </div>\n</section>\n", styles: [".evo-submenu{height:60px;margin-top:38px}.evo-submenu__wrapper{height:60px;overflow:hidden;background-color:#fff;border-bottom:solid 1px #
|
|
129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuComponent, decorators: [{
|
|
130
|
-
type: Component,
|
|
131
|
-
args: [{
|
|
132
|
-
selector: 'evo-submenu',
|
|
133
|
-
templateUrl: './evo-submenu.component.html',
|
|
134
|
-
styleUrls: [
|
|
135
|
-
'./evo-submenu.component.scss',
|
|
136
|
-
],
|
|
137
|
-
}]
|
|
138
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: undefined, decorators: [{
|
|
139
|
-
type: Inject,
|
|
140
|
-
args: [WINDOW]
|
|
141
|
-
}] }, { type: undefined, decorators: [{
|
|
142
|
-
type: Inject,
|
|
143
|
-
args: [DOCUMENT]
|
|
144
|
-
}] }]; }, propDecorators: { menuType: [{
|
|
145
|
-
type: Input
|
|
146
|
-
}], offsetLeft: [{
|
|
147
|
-
type: Input
|
|
148
|
-
}], items: [{
|
|
149
|
-
type: Input
|
|
150
|
-
}], container: [{
|
|
151
|
-
type: ViewChild,
|
|
152
|
-
args: ['container', { static: true }]
|
|
153
|
-
}], onWindowResize: [{
|
|
154
|
-
type: HostListener,
|
|
155
|
-
args: ['window:resize', []]
|
|
156
|
-
}], onWindowScroll: [{
|
|
157
|
-
type: HostListener,
|
|
158
|
-
args: ['window:scroll', []]
|
|
159
|
-
}] } });
|
|
1
|
+
import { Component, HostListener, Inject, Input, ViewChild } from '@angular/core';
|
|
2
|
+
import { of } from 'rxjs';
|
|
3
|
+
import { delay } from 'rxjs/operators';
|
|
4
|
+
import { WINDOW } from '../../services/window.service';
|
|
5
|
+
import { DOCUMENT } from '@angular/common';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "../../directives/evo-ui-class.directive";
|
|
8
|
+
import * as i2 from "@angular/common";
|
|
9
|
+
import * as i3 from "ngx-page-scroll";
|
|
10
|
+
import * as i4 from "@angular/router";
|
|
11
|
+
/**
|
|
12
|
+
* scroll - [default] link type with auto scroll to section on the same page
|
|
13
|
+
* outer - outer link (not accesible with router)
|
|
14
|
+
* router - router type link
|
|
15
|
+
*/
|
|
16
|
+
export var EvoSubmenuType;
|
|
17
|
+
(function (EvoSubmenuType) {
|
|
18
|
+
EvoSubmenuType[EvoSubmenuType["scroll"] = 0] = "scroll";
|
|
19
|
+
EvoSubmenuType[EvoSubmenuType["outer"] = 1] = "outer";
|
|
20
|
+
EvoSubmenuType[EvoSubmenuType["router"] = 2] = "router";
|
|
21
|
+
})(EvoSubmenuType || (EvoSubmenuType = {}));
|
|
22
|
+
export class EvoSubmenuComponent {
|
|
23
|
+
constructor(elRef, window, document) {
|
|
24
|
+
this.elRef = elRef;
|
|
25
|
+
this.window = window;
|
|
26
|
+
this.document = document;
|
|
27
|
+
this.menuType = EvoSubmenuType.scroll;
|
|
28
|
+
this.offsetLeft = false;
|
|
29
|
+
this.isFloated = false;
|
|
30
|
+
this.activeItemIndex = 0;
|
|
31
|
+
this.evoSubmenuType = EvoSubmenuType;
|
|
32
|
+
this._items = [];
|
|
33
|
+
this.submenuOffset = 0;
|
|
34
|
+
this.isWindowResize = false;
|
|
35
|
+
}
|
|
36
|
+
get items() {
|
|
37
|
+
return this._items;
|
|
38
|
+
}
|
|
39
|
+
set items(items) {
|
|
40
|
+
this._items = items;
|
|
41
|
+
if (this.menuType === EvoSubmenuType.scroll) {
|
|
42
|
+
this.calculateActiveItemIndex();
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
ngOnInit() {
|
|
46
|
+
}
|
|
47
|
+
onWindowResize() {
|
|
48
|
+
if (this.menuType === EvoSubmenuType.scroll) {
|
|
49
|
+
this.isWindowResize = true;
|
|
50
|
+
this.submenuOffset = this.elRef.nativeElement.offsetTop;
|
|
51
|
+
this.onWindowScroll();
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
onWindowScroll() {
|
|
55
|
+
if (this.menuType === EvoSubmenuType.scroll) {
|
|
56
|
+
this.submenuOffset = this.elRef.nativeElement.offsetTop;
|
|
57
|
+
this.isFloated = this.window.pageYOffset + this.headerHeight >= this.submenuOffset;
|
|
58
|
+
this.calculateActiveItemIndex();
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
ngAfterViewInit() {
|
|
62
|
+
if (this.menuType === EvoSubmenuType.scroll) {
|
|
63
|
+
this.submenuOffset = this.elRef.nativeElement.offsetTop;
|
|
64
|
+
this.header = this.document.querySelector('evo-header');
|
|
65
|
+
if (this.header) {
|
|
66
|
+
this.headerHeight = this.header.getBoundingClientRect().height;
|
|
67
|
+
}
|
|
68
|
+
this.onWindowScroll();
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
calculateActiveItemIndex() {
|
|
72
|
+
let newIndex;
|
|
73
|
+
const { documentElement } = this.document;
|
|
74
|
+
if (documentElement.clientHeight + documentElement.scrollTop >= documentElement.scrollHeight) {
|
|
75
|
+
newIndex = this.items.length - 1;
|
|
76
|
+
}
|
|
77
|
+
else {
|
|
78
|
+
newIndex = this.items
|
|
79
|
+
.map((item) => {
|
|
80
|
+
const anchorSection = this.document.querySelector('#' + item.href);
|
|
81
|
+
if (anchorSection) {
|
|
82
|
+
return anchorSection.getBoundingClientRect().top - item.scrollOffset - 1;
|
|
83
|
+
}
|
|
84
|
+
})
|
|
85
|
+
.filter((value) => value < 0).length - 1;
|
|
86
|
+
}
|
|
87
|
+
if (this.isWindowResize || newIndex !== this.activeItemIndex) {
|
|
88
|
+
this.activeItemIndex = newIndex;
|
|
89
|
+
this.isWindowResize = false;
|
|
90
|
+
// Timeout to get correct container scrollWidth
|
|
91
|
+
of({}).pipe(delay(0)).subscribe(() => {
|
|
92
|
+
this.checkHorizontalScroll();
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
checkHorizontalScroll() {
|
|
97
|
+
const container = this.container.nativeElement;
|
|
98
|
+
if (container.scrollWidth > container.clientWidth) {
|
|
99
|
+
const items = container.querySelectorAll('.evo-submenu__item');
|
|
100
|
+
const item = items ? items[this.activeItemIndex] : null;
|
|
101
|
+
if (item) {
|
|
102
|
+
const itemOffset = item.getBoundingClientRect().left;
|
|
103
|
+
if (itemOffset >= 0) {
|
|
104
|
+
if (item.clientWidth + itemOffset > container.clientWidth) {
|
|
105
|
+
container.scroll({
|
|
106
|
+
left: container.scrollLeft + item.clientWidth + itemOffset - container.clientWidth,
|
|
107
|
+
behavior: 'smooth',
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
else {
|
|
112
|
+
container.scroll({
|
|
113
|
+
left: container.scrollLeft + itemOffset,
|
|
114
|
+
behavior: 'smooth',
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
else {
|
|
119
|
+
container.scroll({
|
|
120
|
+
left: 0,
|
|
121
|
+
behavior: 'smooth',
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
EvoSubmenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuComponent, deps: [{ token: i0.ElementRef }, { token: WINDOW }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
|
|
128
|
+
EvoSubmenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoSubmenuComponent, selector: "evo-submenu", inputs: { menuType: "menuType", offsetLeft: "offsetLeft", items: "items" }, host: { listeners: { "window:resize": "onWindowResize()", "window:scroll": "onWindowScroll()" } }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true, static: true }], ngImport: i0, template: "<section class=\"evo-submenu\">\n <div class=\"evo-submenu__wrapper\" [evoUiClass]=\"{affix: isFloated, 'has-offset-left': offsetLeft}\">\n <div #container class=\"container evo-submenu__container\">\n <ul class=\"evo-submenu__list\">\n <ng-container *ngIf=\"menuType === evoSubmenuType.scroll\">\n <li *ngFor=\"let item of items; let index = index;\"\n class=\"evo-submenu__item\"\n [evoUiClass]=\"{active: index === activeItemIndex}\"\n role=\"presentation\">\n <a class=\"evo-submenu__link\"\n [pageScrollDuration]=\"200\"\n [pageScrollOffset]=\"item.scrollOffset || 0\"\n pageScroll\n href=\"#{{ item.href }}\">{{ item.title }}</a>\n </li>\n </ng-container>\n <ng-container *ngIf=\"menuType === evoSubmenuType.router || menuType === evoSubmenuType.outer\">\n <li *ngFor=\"let item of items; let index = index;\"\n class=\"evo-submenu__item\"\n routerLinkActive=\"evo-submenu__item_active\"\n [ngClass]=\"{'evo-submenu__item_active': item.isActive}\"\n role=\"presentation\">\n <ng-container *ngIf=\"item.type === evoSubmenuType.router || (! item.type && menuType === evoSubmenuType.router)\">\n <a class=\"evo-submenu__link\"\n [routerLink]=\"[item.href]\">{{ item.title }}</a>\n </ng-container>\n <ng-container *ngIf=\"item.type === evoSubmenuType.outer || (! item.type && menuType === evoSubmenuType.outer)\">\n <a class=\"evo-submenu__link\"\n href=\"{{ item.href }}\"\n [target]=\"item.target || '_self'\"\n >{{ item.title }}</a>\n </ng-container>\n </li>\n </ng-container>\n </ul>\n </div>\n </div>\n</section>\n", styles: [".evo-submenu{height:60px;margin-top:38px}.evo-submenu__wrapper{height:60px;overflow:hidden;background-color:#fff;border-bottom:solid 1px #C6C6C6}.evo-submenu__wrapper_affix{position:fixed;top:80px;right:0;left:0;z-index:110;box-shadow:0 1px 10px #0003,0 4px 5px #0000001f,0 2px 4px #00000024}.evo-submenu__container{padding-bottom:20px;overflow-y:auto;-webkit-overflow-scrolling:touch}.evo-submenu__button{display:none}@media (min-width: 992px){.evo-submenu__button{display:block;float:right;margin-top:12px}}.evo-submenu__list{display:flex;float:left;margin:0;padding:0;list-style:none}.evo-submenu__item_active .evo-submenu__link{color:#f05023}.evo-submenu__item_active .evo-submenu__link:before{position:absolute;right:15px;bottom:0;left:15px;height:3px;background-color:#f05023;content:\"\"}.evo-submenu__link,.evo-submenu__link:hover,.evo-submenu__link:focus{position:relative;display:flex;align-items:center;height:60px;padding:20px 15px;color:#212121;font-size:14px;font-family:var(--font-secondary);white-space:nowrap;text-transform:uppercase;text-decoration:none}\n"], directives: [{ type: i1.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgxPageScrollDirective, selector: "[pageScroll]", inputs: ["pageScrollAdjustHash", "routerLink", "href", "fragment", "pageScrollTarget", "pageScrollHorizontal", "pageScrollOffset", "pageScrollDuration", "pageScrollSpeed", "pageScrollEasing", "pageScrollInterruptible", "pageScrollInView", "pageScroll"], outputs: ["pageScrollFinish"] }, { type: i4.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "routerLinkActive"], exportAs: ["routerLinkActive"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }] });
|
|
129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuComponent, decorators: [{
|
|
130
|
+
type: Component,
|
|
131
|
+
args: [{
|
|
132
|
+
selector: 'evo-submenu',
|
|
133
|
+
templateUrl: './evo-submenu.component.html',
|
|
134
|
+
styleUrls: [
|
|
135
|
+
'./evo-submenu.component.scss',
|
|
136
|
+
],
|
|
137
|
+
}]
|
|
138
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: undefined, decorators: [{
|
|
139
|
+
type: Inject,
|
|
140
|
+
args: [WINDOW]
|
|
141
|
+
}] }, { type: undefined, decorators: [{
|
|
142
|
+
type: Inject,
|
|
143
|
+
args: [DOCUMENT]
|
|
144
|
+
}] }]; }, propDecorators: { menuType: [{
|
|
145
|
+
type: Input
|
|
146
|
+
}], offsetLeft: [{
|
|
147
|
+
type: Input
|
|
148
|
+
}], items: [{
|
|
149
|
+
type: Input
|
|
150
|
+
}], container: [{
|
|
151
|
+
type: ViewChild,
|
|
152
|
+
args: ['container', { static: true }]
|
|
153
|
+
}], onWindowResize: [{
|
|
154
|
+
type: HostListener,
|
|
155
|
+
args: ['window:resize', []]
|
|
156
|
+
}], onWindowScroll: [{
|
|
157
|
+
type: HostListener,
|
|
158
|
+
args: ['window:scroll', []]
|
|
159
|
+
}] } });
|
|
160
160
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXN1Ym1lbnUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXN1Ym1lbnUvZXZvLXN1Ym1lbnUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXN1Ym1lbnUvZXZvLXN1Ym1lbnUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFpQixTQUFTLEVBQXNCLFlBQVksRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNySCxPQUFPLEVBQUUsRUFBRSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzFCLE9BQU8sRUFBRSxLQUFLLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUN2QyxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7Ozs7QUFFM0M7Ozs7R0FJRztBQUNILE1BQU0sQ0FBTixJQUFZLGNBSVg7QUFKRCxXQUFZLGNBQWM7SUFDdEIsdURBQU0sQ0FBQTtJQUNOLHFEQUFLLENBQUE7SUFDTCx1REFBTSxDQUFBO0FBQ1YsQ0FBQyxFQUpXLGNBQWMsS0FBZCxjQUFjLFFBSXpCO0FBb0JELE1BQU0sT0FBTyxtQkFBbUI7SUE0QjVCLFlBQ2MsS0FBaUIsRUFDRCxNQUFXLEVBQ1QsUUFBYTtRQUYvQixVQUFLLEdBQUwsS0FBSyxDQUFZO1FBQ0QsV0FBTSxHQUFOLE1BQU0sQ0FBSztRQUNULGFBQVEsR0FBUixRQUFRLENBQUs7UUExQnBDLGFBQVEsR0FBbUIsY0FBYyxDQUFDLE1BQU0sQ0FBQztRQUNqRCxlQUFVLEdBQUcsS0FBSyxDQUFDO1FBVzVCLGNBQVMsR0FBRyxLQUFLLENBQUM7UUFDbEIsb0JBQWUsR0FBRyxDQUFDLENBQUM7UUFDcEIsbUJBQWMsR0FBRyxjQUFjLENBQUM7UUFFeEIsV0FBTSxHQUFxQixFQUFFLENBQUM7UUFHOUIsa0JBQWEsR0FBRyxDQUFDLENBQUM7UUFDbEIsbUJBQWMsR0FBRyxLQUFLLENBQUM7SUFRL0IsQ0FBQztJQWhDRCxJQUFJLEtBQUs7UUFDTCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7SUFDdkIsQ0FBQztJQUtELElBQWEsS0FBSyxDQUFDLEtBQXVCO1FBQ3RDLElBQUksQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO1FBQ3BCLElBQUksSUFBSSxDQUFDLFFBQVEsS0FBSyxjQUFjLENBQUMsTUFBTSxFQUFFO1lBQ3pDLElBQUksQ0FBQyx3QkFBd0IsRUFBRSxDQUFDO1NBQ25DO0lBQ0wsQ0FBQztJQXNCRCxRQUFRO0lBQ1IsQ0FBQztJQUdELGNBQWM7UUFDVixJQUFJLElBQUksQ0FBQyxRQUFRLEtBQUssY0FBYyxDQUFDLE1BQU0sRUFBRTtZQUN6QyxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQztZQUMzQixJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQztZQUN4RCxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7U0FDekI7SUFDTCxDQUFDO0lBR0QsY0FBYztRQUNWLElBQUksSUFBSSxDQUFDLFFBQVEsS0FBSyxjQUFjLENBQUMsTUFBTSxFQUFFO1lBQ3pDLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDO1lBQ3hELElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLFlBQVksSUFBSSxJQUFJLENBQUMsYUFBYSxDQUFDO1lBQ25GLElBQUksQ0FBQyx3QkFBd0IsRUFBRSxDQUFDO1NBQ25DO0lBQ0wsQ0FBQztJQUVELGVBQWU7UUFDWCxJQUFJLElBQUksQ0FBQyxRQUFRLEtBQUssY0FBYyxDQUFDLE1BQU0sRUFBRTtZQUN6QyxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQztZQUN4RCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQyxDQUFDO1lBQ3hELElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRTtnQkFDYixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMscUJBQXFCLEVBQUUsQ0FBQyxNQUFNLENBQUM7YUFDbEU7WUFDRCxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7U0FDekI7SUFDTCxDQUFDO0lBRU8sd0JBQXdCO1FBQzVCLElBQUksUUFBUSxDQUFDO1FBQ2IsTUFBTSxFQUFDLGVBQWUsRUFBQyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUM7UUFFeEMsSUFBSSxlQUFlLENBQUMsWUFBWSxHQUFHLGVBQWUsQ0FBQyxTQUFTLElBQUksZUFBZSxDQUFDLFlBQVksRUFBRTtZQUMxRixRQUFRLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDO1NBQ3BDO2FBQU07WUFDSCxRQUFRLEdBQUcsSUFBSSxDQUFDLEtBQUs7aUJBQ2hCLEdBQUcsQ0FBQyxDQUFDLElBQW9CLEVBQUUsRUFBRTtnQkFDMUIsTUFBTSxhQUFhLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUMsR0FBRyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztnQkFFbkUsSUFBSSxhQUFhLEVBQUU7b0JBQ2YsT0FBTyxhQUFhLENBQUMscUJBQXFCLEVBQUUsQ0FBQyxHQUFHLEdBQUcsSUFBSSxDQUFDLFlBQVksR0FBRyxDQUFDLENBQUM7aUJBQzVFO1lBQ0wsQ0FBQyxDQUFDO2lCQUNELE1BQU0sQ0FBQyxDQUFDLEtBQWEsRUFBRSxFQUFFLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7U0FDeEQ7UUFFRCxJQUFJLElBQUksQ0FBQyxjQUFjLElBQUksUUFBUSxLQUFLLElBQUksQ0FBQyxlQUFlLEVBQUU7WUFDMUQsSUFBSSxDQUFDLGVBQWUsR0FBRyxRQUFRLENBQUM7WUFDaEMsSUFBSSxDQUFDLGNBQWMsR0FBRyxLQUFLLENBQUM7WUFFNUIsZ0RBQWdEO1lBQ2hELEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQ1AsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUNYLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRTtnQkFDYixJQUFJLENBQUMscUJBQXFCLEVBQUUsQ0FBQztZQUNqQyxDQUFDLENBQUMsQ0FBQztTQUNOO0lBQ0wsQ0FBQztJQUVPLHFCQUFxQjtRQUN6QixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLGFBQWEsQ0FBQztRQUUvQyxJQUFJLFNBQVMsQ0FBQyxXQUFXLEdBQUcsU0FBUyxDQUFDLFdBQVcsRUFBRTtZQUMvQyxNQUFNLEtBQUssR0FBRyxTQUFTLENBQUMsZ0JBQWdCLENBQUMsb0JBQW9CLENBQUMsQ0FBQztZQUMvRCxNQUFNLElBQUksR0FBRyxLQUFLLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztZQUV4RCxJQUFJLElBQUksRUFBRTtnQkFDTixNQUFNLFVBQVUsR0FBRyxJQUFJLENBQUMscUJBQXFCLEVBQUUsQ0FBQyxJQUFJLENBQUM7Z0JBRXJELElBQUksVUFBVSxJQUFJLENBQUMsRUFBRTtvQkFDakIsSUFBSSxJQUFJLENBQUMsV0FBVyxHQUFHLFVBQVUsR0FBRyxTQUFTLENBQUMsV0FBVyxFQUFFO3dCQUN2RCxTQUFTLENBQUMsTUFBTSxDQUFDOzRCQUNiLElBQUksRUFBRSxTQUFTLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxXQUFXLEdBQUcsVUFBVSxHQUFHLFNBQVMsQ0FBQyxXQUFXOzRCQUNsRixRQUFRLEVBQUUsUUFBUTt5QkFDckIsQ0FBQyxDQUFDO3FCQUNOO2lCQUNKO3FCQUFNO29CQUNILFNBQVMsQ0FBQyxNQUFNLENBQUM7d0JBQ2IsSUFBSSxFQUFFLFNBQVMsQ0FBQyxVQUFVLEdBQUcsVUFBVTt3QkFDdkMsUUFBUSxFQUFFLFFBQVE7cUJBQ3JCLENBQUMsQ0FBQztpQkFDTjthQUNKO2lCQUFNO2dCQUNILFNBQVMsQ0FBQyxNQUFNLENBQUM7b0JBQ2IsSUFBSSxFQUFFLENBQUM7b0JBQ1AsUUFBUSxFQUFFLFFBQVE7aUJBQ3JCLENBQUMsQ0FBQzthQUNOO1NBQ0o7SUFDTCxDQUFDOztpSEFoSVEsbUJBQW1CLDRDQThCaEIsTUFBTSxhQUNOLFFBQVE7cUdBL0JYLG1CQUFtQix3VkNuQ2hDLDRzRUFzQ0E7NEZESGEsbUJBQW1CO2tCQVAvQixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxhQUFhO29CQUN2QixXQUFXLEVBQUUsOEJBQThCO29CQUMzQyxTQUFTLEVBQUU7d0JBQ1AsOEJBQThCO3FCQUNqQztpQkFDSjs7MEJBK0JRLE1BQU07MkJBQUMsTUFBTTs7MEJBQ2IsTUFBTTsyQkFBQyxRQUFROzRDQTFCWCxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBRU8sS0FBSztzQkFBakIsS0FBSztnQkFPa0MsU0FBUztzQkFBaEQsU0FBUzt1QkFBQyxXQUFXLEVBQUUsRUFBQyxNQUFNLEVBQUUsSUFBSSxFQUFDO2dCQXdCdEMsY0FBYztzQkFEYixZQUFZO3VCQUFDLGVBQWUsRUFBRSxFQUFFO2dCQVVqQyxjQUFjO3NCQURiLFlBQVk7dUJBQUMsZUFBZSxFQUFFLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlclZpZXdJbml0LCBDb21wb25lbnQsIE9uSW5pdCwgRWxlbWVudFJlZiwgSG9zdExpc3RlbmVyLCBJbmplY3QsIElucHV0LCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IG9mIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBkZWxheSB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcbmltcG9ydCB7IFdJTkRPVyB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3dpbmRvdy5zZXJ2aWNlJztcbmltcG9ydCB7IERPQ1VNRU5UIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuLyoqXG4gKiBzY3JvbGwgLSBbZGVmYXVsdF0gbGluayB0eXBlIHdpdGggYXV0byBzY3JvbGwgdG8gc2VjdGlvbiBvbiB0aGUgc2FtZSBwYWdlXG4gKiBvdXRlciAtIG91dGVyIGxpbmsgKG5vdCBhY2Nlc2libGUgd2l0aCByb3V0ZXIpXG4gKiByb3V0ZXIgLSByb3V0ZXIgdHlwZSBsaW5rXG4gKi9cbmV4cG9ydCBlbnVtIEV2b1N1Ym1lbnVUeXBlIHtcbiAgICBzY3JvbGwsXG4gICAgb3V0ZXIsXG4gICAgcm91dGVyLFxufVxuXG5leHBvcnQgaW50ZXJmYWNlIEV2b1N1Ym1lbnVJdGVtIHtcbiAgICB0aXRsZTogc3RyaW5nO1xuICAgIGhyZWY6IHN0cmluZztcbiAgICB0eXBlPzogRXZvU3VibWVudVR5cGU7IC8vIGlmIG1lbnVUeXBlID09PSBzY3JvbGwsIHRoaXMgcHJvcGVydHkgaXMgaWdub3JlZCAoZm9yIG5vdylcbiAgICB0YXJnZXQ/OiBzdHJpbmc7IC8vIHVzZWQgb25seSBmb3Igb3V0ZXIgdHlwZVxuICAgIGlzQWN0aXZlPzogYm9vbGVhbjsgLy8gdXNlZCBvbmx5IGZvciBvdXRlciB0eXBlXG4gICAgaW5kZXg/OiBudW1iZXI7XG4gICAgc2Nyb2xsT2Zmc2V0PzogbnVtYmVyO1xuICAgIHNjcm9sbER1cmF0aW9uPzogbnVtYmVyO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V2by1zdWJtZW51JyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZXZvLXN1Ym1lbnUuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogW1xuICAgICAgICAnLi9ldm8tc3VibWVudS5jb21wb25lbnQuc2NzcycsXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXZvU3VibWVudUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgQWZ0ZXJWaWV3SW5pdCB7XG4gICAgZ2V0IGl0ZW1zKCk6IEV2b1N1Ym1lbnVJdGVtW10ge1xuICAgICAgICByZXR1cm4gdGhpcy5faXRlbXM7XG4gICAgfVxuXG4gICAgQElucHV0KCkgbWVudVR5cGU6IEV2b1N1Ym1lbnVUeXBlID0gRXZvU3VibWVudVR5cGUuc2Nyb2xsO1xuICAgIEBJbnB1dCgpIG9mZnNldExlZnQgPSBmYWxzZTtcblxuICAgIEBJbnB1dCgpIHNldCBpdGVtcyhpdGVtczogRXZvU3VibWVudUl0ZW1bXSkge1xuICAgICAgICB0aGlzLl9pdGVtcyA9IGl0ZW1zO1xuICAgICAgICBpZiAodGhpcy5tZW51VHlwZSA9PT0gRXZvU3VibWVudVR5cGUuc2Nyb2xsKSB7XG4gICAgICAgICAgICB0aGlzLmNhbGN1bGF0ZUFjdGl2ZUl0ZW1JbmRleCgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgQFZpZXdDaGlsZCgnY29udGFpbmVyJywge3N0YXRpYzogdHJ1ZX0pIGNvbnRhaW5lcjogRWxlbWVudFJlZjtcblxuICAgIGlzRmxvYXRlZCA9IGZhbHNlO1xuICAgIGFjdGl2ZUl0ZW1JbmRleCA9IDA7XG4gICAgZXZvU3VibWVudVR5cGUgPSBFdm9TdWJtZW51VHlwZTtcblxuICAgIHByaXZhdGUgX2l0ZW1zOiBFdm9TdWJtZW51SXRlbVtdID0gW107XG5cbiAgICBwcml2YXRlIGhlYWRlckhlaWdodDogbnVtYmVyO1xuICAgIHByaXZhdGUgc3VibWVudU9mZnNldCA9IDA7XG4gICAgcHJpdmF0ZSBpc1dpbmRvd1Jlc2l6ZSA9IGZhbHNlO1xuICAgIHByaXZhdGUgaGVhZGVyOiBFbGVtZW50IHwgbnVsbDtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcm90ZWN0ZWQgZWxSZWY6IEVsZW1lbnRSZWYsXG4gICAgICAgIEBJbmplY3QoV0lORE9XKSBwcm90ZWN0ZWQgd2luZG93OiBhbnksXG4gICAgICAgIEBJbmplY3QoRE9DVU1FTlQpIHByb3RlY3RlZCBkb2N1bWVudDogYW55LFxuICAgICkge1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkge1xuICAgIH1cblxuICAgIEBIb3N0TGlzdGVuZXIoJ3dpbmRvdzpyZXNpemUnLCBbXSlcbiAgICBvbldpbmRvd1Jlc2l6ZSgpIHtcbiAgICAgICAgaWYgKHRoaXMubWVudVR5cGUgPT09IEV2b1N1Ym1lbnVUeXBlLnNjcm9sbCkge1xuICAgICAgICAgICAgdGhpcy5pc1dpbmRvd1Jlc2l6ZSA9IHRydWU7XG4gICAgICAgICAgICB0aGlzLnN1Ym1lbnVPZmZzZXQgPSB0aGlzLmVsUmVmLm5hdGl2ZUVsZW1lbnQub2Zmc2V0VG9wO1xuICAgICAgICAgICAgdGhpcy5vbldpbmRvd1Njcm9sbCgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgQEhvc3RMaXN0ZW5lcignd2luZG93OnNjcm9sbCcsIFtdKVxuICAgIG9uV2luZG93U2Nyb2xsKCkge1xuICAgICAgICBpZiAodGhpcy5tZW51VHlwZSA9PT0gRXZvU3VibWVudVR5cGUuc2Nyb2xsKSB7XG4gICAgICAgICAgICB0aGlzLnN1Ym1lbnVPZmZzZXQgPSB0aGlzLmVsUmVmLm5hdGl2ZUVsZW1lbnQub2Zmc2V0VG9wO1xuICAgICAgICAgICAgdGhpcy5pc0Zsb2F0ZWQgPSB0aGlzLndpbmRvdy5wYWdlWU9mZnNldCArIHRoaXMuaGVhZGVySGVpZ2h0ID49IHRoaXMuc3VibWVudU9mZnNldDtcbiAgICAgICAgICAgIHRoaXMuY2FsY3VsYXRlQWN0aXZlSXRlbUluZGV4KCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgICAgIGlmICh0aGlzLm1lbnVUeXBlID09PSBFdm9TdWJtZW51VHlwZS5zY3JvbGwpIHtcbiAgICAgICAgICAgIHRoaXMuc3VibWVudU9mZnNldCA9IHRoaXMuZWxSZWYubmF0aXZlRWxlbWVudC5vZmZzZXRUb3A7XG4gICAgICAgICAgICB0aGlzLmhlYWRlciA9IHRoaXMuZG9jdW1lbnQucXVlcnlTZWxlY3RvcignZXZvLWhlYWRlcicpO1xuICAgICAgICAgICAgaWYgKHRoaXMuaGVhZGVyKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5oZWFkZXJIZWlnaHQgPSB0aGlzLmhlYWRlci5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKS5oZWlnaHQ7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICB0aGlzLm9uV2luZG93U2Nyb2xsKCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIGNhbGN1bGF0ZUFjdGl2ZUl0ZW1JbmRleCgpIHtcbiAgICAgICAgbGV0IG5ld0luZGV4O1xuICAgICAgICBjb25zdCB7ZG9jdW1lbnRFbGVtZW50fSA9IHRoaXMuZG9jdW1lbnQ7XG5cbiAgICAgICAgaWYgKGRvY3VtZW50RWxlbWVudC5jbGllbnRIZWlnaHQgKyBkb2N1bWVudEVsZW1lbnQuc2Nyb2xsVG9wID49IGRvY3VtZW50RWxlbWVudC5zY3JvbGxIZWlnaHQpIHtcbiAgICAgICAgICAgIG5ld0luZGV4ID0gdGhpcy5pdGVtcy5sZW5ndGggLSAxO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgbmV3SW5kZXggPSB0aGlzLml0ZW1zXG4gICAgICAgICAgICAgICAgLm1hcCgoaXRlbTogRXZvU3VibWVudUl0ZW0pID0+IHtcbiAgICAgICAgICAgICAgICAgICAgY29uc3QgYW5jaG9yU2VjdGlvbiA9IHRoaXMuZG9jdW1lbnQucXVlcnlTZWxlY3RvcignIycgKyBpdGVtLmhyZWYpO1xuXG4gICAgICAgICAgICAgICAgICAgIGlmIChhbmNob3JTZWN0aW9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gYW5jaG9yU2VjdGlvbi5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKS50b3AgLSBpdGVtLnNjcm9sbE9mZnNldCAtIDE7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9KVxuICAgICAgICAgICAgICAgIC5maWx0ZXIoKHZhbHVlOiBudW1iZXIpID0+IHZhbHVlIDwgMCkubGVuZ3RoIC0gMTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmICh0aGlzLmlzV2luZG93UmVzaXplIHx8IG5ld0luZGV4ICE9PSB0aGlzLmFjdGl2ZUl0ZW1JbmRleCkge1xuICAgICAgICAgICAgdGhpcy5hY3RpdmVJdGVtSW5kZXggPSBuZXdJbmRleDtcbiAgICAgICAgICAgIHRoaXMuaXNXaW5kb3dSZXNpemUgPSBmYWxzZTtcblxuICAgICAgICAgICAgLy8gIFRpbWVvdXQgdG8gZ2V0IGNvcnJlY3QgY29udGFpbmVyIHNjcm9sbFdpZHRoXG4gICAgICAgICAgICBvZih7fSkucGlwZShcbiAgICAgICAgICAgICAgICBkZWxheSgwKSxcbiAgICAgICAgICAgICkuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLmNoZWNrSG9yaXpvbnRhbFNjcm9sbCgpO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIGNoZWNrSG9yaXpvbnRhbFNjcm9sbCgpIHtcbiAgICAgICAgY29uc3QgY29udGFpbmVyID0gdGhpcy5jb250YWluZXIubmF0aXZlRWxlbWVudDtcblxuICAgICAgICBpZiAoY29udGFpbmVyLnNjcm9sbFdpZHRoID4gY29udGFpbmVyLmNsaWVudFdpZHRoKSB7XG4gICAgICAgICAgICBjb25zdCBpdGVtcyA9IGNvbnRhaW5lci5xdWVyeVNlbGVjdG9yQWxsKCcuZXZvLXN1Ym1lbnVfX2l0ZW0nKTtcbiAgICAgICAgICAgIGNvbnN0IGl0ZW0gPSBpdGVtcyA/IGl0ZW1zW3RoaXMuYWN0aXZlSXRlbUluZGV4XSA6IG51bGw7XG5cbiAgICAgICAgICAgIGlmIChpdGVtKSB7XG4gICAgICAgICAgICAgICAgY29uc3QgaXRlbU9mZnNldCA9IGl0ZW0uZ2V0Qm91bmRpbmdDbGllbnRSZWN0KCkubGVmdDtcblxuICAgICAgICAgICAgICAgIGlmIChpdGVtT2Zmc2V0ID49IDApIHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKGl0ZW0uY2xpZW50V2lkdGggKyBpdGVtT2Zmc2V0ID4gY29udGFpbmVyLmNsaWVudFdpZHRoKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBjb250YWluZXIuc2Nyb2xsKHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBsZWZ0OiBjb250YWluZXIuc2Nyb2xsTGVmdCArIGl0ZW0uY2xpZW50V2lkdGggKyBpdGVtT2Zmc2V0IC0gY29udGFpbmVyLmNsaWVudFdpZHRoLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJlaGF2aW9yOiAnc21vb3RoJyxcbiAgICAgICAgICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgY29udGFpbmVyLnNjcm9sbCh7XG4gICAgICAgICAgICAgICAgICAgICAgICBsZWZ0OiBjb250YWluZXIuc2Nyb2xsTGVmdCArIGl0ZW1PZmZzZXQsXG4gICAgICAgICAgICAgICAgICAgICAgICBiZWhhdmlvcjogJ3Ntb290aCcsXG4gICAgICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgY29udGFpbmVyLnNjcm9sbCh7XG4gICAgICAgICAgICAgICAgICAgIGxlZnQ6IDAsXG4gICAgICAgICAgICAgICAgICAgIGJlaGF2aW9yOiAnc21vb3RoJyxcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJldm8tc3VibWVudVwiPlxuICAgIDxkaXYgY2xhc3M9XCJldm8tc3VibWVudV9fd3JhcHBlclwiIFtldm9VaUNsYXNzXT1cInthZmZpeDogaXNGbG9hdGVkLCAnaGFzLW9mZnNldC1sZWZ0Jzogb2Zmc2V0TGVmdH1cIj5cbiAgICAgICAgPGRpdiAjY29udGFpbmVyIGNsYXNzPVwiY29udGFpbmVyIGV2by1zdWJtZW51X19jb250YWluZXJcIj5cbiAgICAgICAgICAgIDx1bCBjbGFzcz1cImV2by1zdWJtZW51X19saXN0XCI+XG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIm1lbnVUeXBlID09PSBldm9TdWJtZW51VHlwZS5zY3JvbGxcIj5cbiAgICAgICAgICAgICAgICAgICAgPGxpICpuZ0Zvcj1cImxldCBpdGVtIG9mIGl0ZW1zOyBsZXQgaW5kZXggPSBpbmRleDtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJldm8tc3VibWVudV9faXRlbVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbZXZvVWlDbGFzc109XCJ7YWN0aXZlOiBpbmRleCA9PT0gYWN0aXZlSXRlbUluZGV4fVwiXG4gICAgICAgICAgICAgICAgICAgICAgICByb2xlPVwicHJlc2VudGF0aW9uXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8YSBjbGFzcz1cImV2by1zdWJtZW51X19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgIFtwYWdlU2Nyb2xsRHVyYXRpb25dPVwiMjAwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgIFtwYWdlU2Nyb2xsT2Zmc2V0XT1cIml0ZW0uc2Nyb2xsT2Zmc2V0IHx8IDBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgcGFnZVNjcm9sbFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIiN7eyBpdGVtLmhyZWYgfX1cIj57eyBpdGVtLnRpdGxlIH19PC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJtZW51VHlwZSA9PT0gZXZvU3VibWVudVR5cGUucm91dGVyIHx8IG1lbnVUeXBlID09PSBldm9TdWJtZW51VHlwZS5vdXRlclwiPlxuICAgICAgICAgICAgICAgICAgICA8bGkgKm5nRm9yPVwibGV0IGl0ZW0gb2YgaXRlbXM7IGxldCBpbmRleCA9IGluZGV4O1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImV2by1zdWJtZW51X19pdGVtXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHJvdXRlckxpbmtBY3RpdmU9XCJldm8tc3VibWVudV9faXRlbV9hY3RpdmVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwieydldm8tc3VibWVudV9faXRlbV9hY3RpdmUnOiBpdGVtLmlzQWN0aXZlfVwiXG4gICAgICAgICAgICAgICAgICAgICAgICByb2xlPVwicHJlc2VudGF0aW9uXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXRlbS50eXBlID09PSBldm9TdWJtZW51VHlwZS5yb3V0ZXIgfHwgKCEgaXRlbS50eXBlICYmIG1lbnVUeXBlID09PSBldm9TdWJtZW51VHlwZS5yb3V0ZXIpXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgY2xhc3M9XCJldm8tc3VibWVudV9fbGlua1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3JvdXRlckxpbmtdPVwiW2l0ZW0uaHJlZl1cIj57eyBpdGVtLnRpdGxlIH19PC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXRlbS50eXBlID09PSBldm9TdWJtZW51VHlwZS5vdXRlciB8fCAoISBpdGVtLnR5cGUgJiYgbWVudVR5cGUgPT09IGV2b1N1Ym1lbnVUeXBlLm91dGVyKVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGNsYXNzPVwiZXZvLXN1Ym1lbnVfX2xpbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCJ7eyBpdGVtLmhyZWYgfX1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0YXJnZXRdPVwiaXRlbS50YXJnZXQgfHwgJ19zZWxmJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGl0ZW0udGl0bGUgfX08L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { EvoSubmenuComponent } from './evo-submenu.component';
|
|
4
|
-
import { EvoUiKitModule } from '../../evo-ui-kit.module';
|
|
5
|
-
import { NgxPageScrollModule } from 'ngx-page-scroll';
|
|
6
|
-
import { RouterModule } from '@angular/router';
|
|
7
|
-
import { WINDOW_PROVIDERS } from '../../services/window.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export class EvoSubmenuModule {
|
|
10
|
-
}
|
|
11
|
-
EvoSubmenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
-
EvoSubmenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuModule, declarations: [EvoSubmenuComponent], imports: [CommonModule,
|
|
13
|
-
RouterModule,
|
|
14
|
-
EvoUiKitModule,
|
|
15
|
-
NgxPageScrollModule], exports: [EvoSubmenuComponent] });
|
|
16
|
-
EvoSubmenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuModule, providers: [...WINDOW_PROVIDERS], imports: [[
|
|
17
|
-
CommonModule,
|
|
18
|
-
RouterModule,
|
|
19
|
-
EvoUiKitModule,
|
|
20
|
-
NgxPageScrollModule,
|
|
21
|
-
]] });
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuModule, decorators: [{
|
|
23
|
-
type: NgModule,
|
|
24
|
-
args: [{
|
|
25
|
-
imports: [
|
|
26
|
-
CommonModule,
|
|
27
|
-
RouterModule,
|
|
28
|
-
EvoUiKitModule,
|
|
29
|
-
NgxPageScrollModule,
|
|
30
|
-
],
|
|
31
|
-
declarations: [EvoSubmenuComponent],
|
|
32
|
-
exports: [EvoSubmenuComponent],
|
|
33
|
-
providers: [...WINDOW_PROVIDERS]
|
|
34
|
-
}]
|
|
35
|
-
}] });
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { EvoSubmenuComponent } from './evo-submenu.component';
|
|
4
|
+
import { EvoUiKitModule } from '../../evo-ui-kit.module';
|
|
5
|
+
import { NgxPageScrollModule } from 'ngx-page-scroll';
|
|
6
|
+
import { RouterModule } from '@angular/router';
|
|
7
|
+
import { WINDOW_PROVIDERS } from '../../services/window.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export class EvoSubmenuModule {
|
|
10
|
+
}
|
|
11
|
+
EvoSubmenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
EvoSubmenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuModule, declarations: [EvoSubmenuComponent], imports: [CommonModule,
|
|
13
|
+
RouterModule,
|
|
14
|
+
EvoUiKitModule,
|
|
15
|
+
NgxPageScrollModule], exports: [EvoSubmenuComponent] });
|
|
16
|
+
EvoSubmenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuModule, providers: [...WINDOW_PROVIDERS], imports: [[
|
|
17
|
+
CommonModule,
|
|
18
|
+
RouterModule,
|
|
19
|
+
EvoUiKitModule,
|
|
20
|
+
NgxPageScrollModule,
|
|
21
|
+
]] });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSubmenuModule, decorators: [{
|
|
23
|
+
type: NgModule,
|
|
24
|
+
args: [{
|
|
25
|
+
imports: [
|
|
26
|
+
CommonModule,
|
|
27
|
+
RouterModule,
|
|
28
|
+
EvoUiKitModule,
|
|
29
|
+
NgxPageScrollModule,
|
|
30
|
+
],
|
|
31
|
+
declarations: [EvoSubmenuComponent],
|
|
32
|
+
exports: [EvoSubmenuComponent],
|
|
33
|
+
providers: [...WINDOW_PROVIDERS]
|
|
34
|
+
}]
|
|
35
|
+
}] });
|
|
36
36
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXN1Ym1lbnUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXN1Ym1lbnUvZXZvLXN1Ym1lbnUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sK0JBQStCLENBQUM7O0FBYWpFLE1BQU0sT0FBTyxnQkFBZ0I7OzhHQUFoQixnQkFBZ0I7K0dBQWhCLGdCQUFnQixpQkFKWCxtQkFBbUIsYUFMakMsWUFBWTtRQUNaLFlBQVk7UUFDWixjQUFjO1FBQ2QsbUJBQW1CLGFBR1YsbUJBQW1COytHQUduQixnQkFBZ0IsYUFGaEIsQ0FBRSxHQUFHLGdCQUFnQixDQUFFLFlBUnpCO1lBQ1AsWUFBWTtZQUNaLFlBQVk7WUFDWixjQUFjO1lBQ2QsbUJBQW1CO1NBQ3BCOzRGQUtVLGdCQUFnQjtrQkFYNUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixZQUFZO3dCQUNaLGNBQWM7d0JBQ2QsbUJBQW1CO3FCQUNwQjtvQkFDRCxZQUFZLEVBQUUsQ0FBRSxtQkFBbUIsQ0FBRTtvQkFDckMsT0FBTyxFQUFFLENBQUUsbUJBQW1CLENBQUU7b0JBQ2hDLFNBQVMsRUFBRSxDQUFFLEdBQUcsZ0JBQWdCLENBQUU7aUJBQ25DIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEV2b1N1Ym1lbnVDb21wb25lbnQgfSBmcm9tICcuL2V2by1zdWJtZW51LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFdm9VaUtpdE1vZHVsZSB9IGZyb20gJy4uLy4uL2V2by11aS1raXQubW9kdWxlJztcbmltcG9ydCB7IE5neFBhZ2VTY3JvbGxNb2R1bGUgfSBmcm9tICduZ3gtcGFnZS1zY3JvbGwnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IFdJTkRPV19QUk9WSURFUlMgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy93aW5kb3cuc2VydmljZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgUm91dGVyTW9kdWxlLFxuICAgIEV2b1VpS2l0TW9kdWxlLFxuICAgIE5neFBhZ2VTY3JvbGxNb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogWyBFdm9TdWJtZW51Q29tcG9uZW50IF0sXG4gIGV4cG9ydHM6IFsgRXZvU3VibWVudUNvbXBvbmVudCBdLFxuICBwcm92aWRlcnM6IFsgLi4uV0lORE9XX1BST1ZJREVSUyBdXG59KVxuZXhwb3J0IGNsYXNzIEV2b1N1Ym1lbnVNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tc3VibWVudS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './evo-submenu.module';
|
|
2
|
-
export * from './evo-submenu.component';
|
|
1
|
+
export * from './evo-submenu.module';
|
|
2
|
+
export * from './evo-submenu.component';
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1zdWJtZW51L3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8tc3VibWVudS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9ldm8tc3VibWVudS5jb21wb25lbnQnO1xuIl19
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class EvoSwitcherItemComponent {
|
|
4
|
-
}
|
|
5
|
-
EvoSwitcherItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSwitcherItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
EvoSwitcherItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoSwitcherItemComponent, selector: "evo-switcher-item", ngImport: i0, template: "<div class=\"evo-switcher-item\">\n <ng-content></ng-content>\n</div>\n\n", styles: [""] });
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSwitcherItemComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{
|
|
10
|
-
selector: 'evo-switcher-item',
|
|
11
|
-
templateUrl: './evo-switcher-item.component.html',
|
|
12
|
-
styleUrls: ['./evo-switcher-item.component.scss'],
|
|
13
|
-
}]
|
|
14
|
-
}] });
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class EvoSwitcherItemComponent {
|
|
4
|
+
}
|
|
5
|
+
EvoSwitcherItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSwitcherItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
EvoSwitcherItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoSwitcherItemComponent, selector: "evo-switcher-item", ngImport: i0, template: "<div class=\"evo-switcher-item\">\n <ng-content></ng-content>\n</div>\n\n", styles: [""] });
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSwitcherItemComponent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{
|
|
10
|
+
selector: 'evo-switcher-item',
|
|
11
|
+
templateUrl: './evo-switcher-item.component.html',
|
|
12
|
+
styleUrls: ['./evo-switcher-item.component.scss'],
|
|
13
|
+
}]
|
|
14
|
+
}] });
|
|
15
15
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXN3aXRjaGVyLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXN3aXRjaGVyL2NvbXBvbmVudHMvZXZvLXN3aXRjaGVyLWl0ZW0vZXZvLXN3aXRjaGVyLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXN3aXRjaGVyL2NvbXBvbmVudHMvZXZvLXN3aXRjaGVyLWl0ZW0vZXZvLXN3aXRjaGVyLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFZMUMsTUFBTSxPQUFPLHdCQUF3Qjs7c0hBQXhCLHdCQUF3QjswR0FBeEIsd0JBQXdCLHlEQ1pyQyw4RUFJQTs0RkRRYSx3QkFBd0I7a0JBTHBDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLG1CQUFtQjtvQkFDN0IsV0FBVyxFQUFFLG9DQUFvQztvQkFDakQsU0FBUyxFQUFFLENBQUUsb0NBQW9DLENBQUU7aUJBQ3BEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXZvU3dpdGNoZXJJdGVtIHtcbiAgICB0ZXh0OiBzdHJpbmc7XG4gICAgY2xpY2tGdW5jdGlvbjogRnVuY3Rpb247XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2V2by1zd2l0Y2hlci1pdGVtJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2V2by1zd2l0Y2hlci1pdGVtLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbICcuL2V2by1zd2l0Y2hlci1pdGVtLmNvbXBvbmVudC5zY3NzJyBdLFxufSlcbmV4cG9ydCBjbGFzcyBFdm9Td2l0Y2hlckl0ZW1Db21wb25lbnQge31cbiIsIjxkaXYgY2xhc3M9XCJldm8tc3dpdGNoZXItaXRlbVwiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvZGl2PlxuXG4iXX0=
|