@evotor-dev/ui-kit 6.4.0 → 7.0.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/{esm2015/evotor-dev-ui-kit.js → esm2020/evotor-dev-ui-kit.mjs} +4 -4
- package/{esm2015/icons/category/evotor-dev-ui-kit-icons-category.js → esm2020/icons/category/evotor-dev-ui-kit-icons-category.mjs} +4 -4
- package/{esm2015/icons/category/index.js → esm2020/icons/category/index.mjs} +61 -61
- package/{esm2015/icons/emotions/evotor-dev-ui-kit-icons-emotions.js → esm2020/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs} +4 -4
- package/{esm2015/icons/emotions/index.js → esm2020/icons/emotions/index.mjs} +17 -17
- package/{esm2015/icons/evotor-dev-ui-kit-icons.js → esm2020/icons/evotor-dev-ui-kit-icons.mjs} +4 -4
- package/{esm2015/icons/header/evotor-dev-ui-kit-icons-header.js → esm2020/icons/header/evotor-dev-ui-kit-icons-header.mjs} +4 -4
- package/{esm2015/icons/header/index.js → esm2020/icons/header/index.mjs} +27 -27
- package/{esm2015/icons/index.js → esm2020/icons/index.mjs} +8 -8
- package/{esm2015/icons/info/evotor-dev-ui-kit-icons-info.js → esm2020/icons/info/evotor-dev-ui-kit-icons-info.mjs} +4 -4
- package/{esm2015/icons/info/index.js → esm2020/icons/info/index.mjs} +39 -39
- package/{esm2015/icons/navigation/evotor-dev-ui-kit-icons-navigation.js → esm2020/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs} +4 -4
- package/{esm2015/icons/navigation/index.js → esm2020/icons/navigation/index.mjs} +56 -56
- package/{esm2015/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.js → esm2020/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs} +4 -4
- package/{esm2015/icons/side-menu/index.js → esm2020/icons/side-menu/index.mjs} +63 -63
- package/{esm2015/icons/system/evotor-dev-ui-kit-icons-system.js → esm2020/icons/system/evotor-dev-ui-kit-icons-system.mjs} +4 -4
- package/{esm2015/icons/system/index.js → esm2020/icons/system/index.mjs} +368 -368
- package/{esm2015/lib/common/Serializable.js → esm2020/lib/common/Serializable.mjs} +5 -5
- package/{esm2015/lib/common/animations/expand.animation.js → esm2020/lib/common/animations/expand.animation.mjs} +27 -27
- package/{esm2015/lib/common/animations/index.js → esm2020/lib/common/animations/index.mjs} +3 -3
- package/{esm2015/lib/common/animations/sidebar.animation.js → esm2020/lib/common/animations/sidebar.animation.mjs} +9 -9
- package/{esm2015/lib/common/animations/skip-initial-render.animation.js → esm2020/lib/common/animations/skip-initial-render.animation.mjs} +2 -2
- package/{esm2015/lib/common/collection/evo-collection-fabric.js → esm2020/lib/common/collection/evo-collection-fabric.mjs} +9 -9
- package/{esm2015/lib/common/collection/evo-collection.js → esm2020/lib/common/collection/evo-collection.mjs} +6 -6
- package/{esm2015/lib/common/collection/index.js → esm2020/lib/common/collection/index.mjs} +2 -2
- package/{esm2015/lib/common/constants/css-breakpoints.js → esm2020/lib/common/constants/css-breakpoints.mjs} +8 -8
- package/{esm2015/lib/common/constants/view-breakpoint-streams.js → esm2020/lib/common/constants/view-breakpoint-streams.mjs} +23 -23
- package/esm2020/lib/common/evo-base-control.mjs +46 -0
- package/{esm2015/lib/common/evo-control-state-manager/evo-control-state-manager.js → esm2020/lib/common/evo-control-state-manager/evo-control-state-manager.mjs} +12 -12
- package/{esm2015/lib/common/evo-control-state-manager/evo-control-state.interface.js → esm2020/lib/common/evo-control-state-manager/evo-control-state.interface.mjs} +1 -1
- package/{esm2015/lib/common/evo-control-state-manager/evo-control-states.enum.js → esm2020/lib/common/evo-control-state-manager/evo-control-states.enum.mjs} +5 -5
- package/{esm2015/lib/common/form-helper/form-helper.js → esm2020/lib/common/form-helper/form-helper.mjs} +30 -30
- package/{esm2015/lib/common/types/evo-color.js → esm2020/lib/common/types/evo-color.mjs} +1 -1
- package/{esm2015/lib/common/types/evo-size.js → esm2020/lib/common/types/evo-size.mjs} +1 -1
- package/{esm2015/lib/common/types/index.js → esm2020/lib/common/types/index.mjs} +2 -2
- package/esm2020/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +31 -0
- package/esm2020/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +19 -0
- package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +57 -0
- package/esm2020/lib/components/evo-accordion/evo-accordion.component.mjs +17 -0
- package/{esm2015/lib/components/evo-accordion/evo-accordion.module.js → esm2020/lib/components/evo-accordion/evo-accordion.module.mjs} +66 -66
- package/{esm2015/lib/components/evo-accordion/index.js → esm2020/lib/components/evo-accordion/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-accordion/public-api.js → esm2020/lib/components/evo-accordion/public-api.mjs} +5 -5
- package/esm2020/lib/components/evo-alert/evo-alert.component.mjs +79 -0
- package/{esm2015/lib/components/evo-alert/evo-alert.module.js → esm2020/lib/components/evo-alert/evo-alert.module.mjs} +29 -29
- package/{esm2015/lib/components/evo-alert/index.js → esm2020/lib/components/evo-alert/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-alert/public-api.js → esm2020/lib/components/evo-alert/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +358 -0
- package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +43 -0
- package/{esm2015/lib/components/evo-autocomplete/evo-autocomplete.module.js → esm2020/lib/components/evo-autocomplete/evo-autocomplete.module.mjs} +58 -58
- package/esm2020/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +6 -0
- package/{esm2015/lib/components/evo-autocomplete/index.js → esm2020/lib/components/evo-autocomplete/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-autocomplete/models/DaDataParty.js → esm2020/lib/components/evo-autocomplete/models/DaDataParty.mjs} +27 -27
- package/{esm2015/lib/components/evo-autocomplete/models/dadata.model.js → esm2020/lib/components/evo-autocomplete/models/dadata.model.mjs} +47 -47
- package/{esm2015/lib/components/evo-autocomplete/public-api.js → esm2020/lib/components/evo-autocomplete/public-api.mjs} +6 -6
- package/{esm2015/lib/components/evo-autocomplete/types/evo-autocomplete-size.js → esm2020/lib/components/evo-autocomplete/types/evo-autocomplete-size.mjs} +1 -1
- package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +40 -0
- package/{esm2015/lib/components/evo-badge/evo-badge.module.js → esm2020/lib/components/evo-badge/evo-badge.module.mjs} +28 -28
- package/{esm2015/lib/components/evo-badge/index.js → esm2020/lib/components/evo-badge/index.mjs} +2 -2
- package/{esm2015/lib/components/evo-badge/public-api.js → esm2020/lib/components/evo-badge/public-api.mjs} +2 -2
- package/{esm2015/lib/components/evo-badge/types/evo-badge-color.js → esm2020/lib/components/evo-badge/types/evo-badge-color.mjs} +1 -1
- package/{esm2015/lib/components/evo-badge/types/evo-badge-size.js → esm2020/lib/components/evo-badge/types/evo-badge-size.mjs} +1 -1
- package/{esm2015/lib/components/evo-badge/types/index.js → esm2020/lib/components/evo-badge/types/index.mjs} +2 -2
- package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +112 -0
- package/{esm2015/lib/components/evo-banner/evo-banner.module.js → esm2020/lib/components/evo-banner/evo-banner.module.mjs} +27 -27
- package/{esm2015/lib/components/evo-banner/index.js → esm2020/lib/components/evo-banner/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-banner/public-api.js → esm2020/lib/components/evo-banner/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-button/evo-button.component.mjs +82 -0
- package/{esm2015/lib/components/evo-button/evo-button.module.js → esm2020/lib/components/evo-button/evo-button.module.mjs} +26 -26
- package/{esm2015/lib/components/evo-button/index.js → esm2020/lib/components/evo-button/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-button/public-api.js → esm2020/lib/components/evo-button/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +82 -0
- package/{esm2015/lib/components/evo-checkbox/evo-checkbox.module.js → esm2020/lib/components/evo-checkbox/evo-checkbox.module.mjs} +34 -34
- package/{esm2015/lib/components/evo-checkbox/index.js → esm2020/lib/components/evo-checkbox/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-checkbox/public-api.js → esm2020/lib/components/evo-checkbox/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +130 -0
- package/{esm2015/lib/components/evo-chip/evo-chip.module.js → esm2020/lib/components/evo-chip/evo-chip.module.mjs} +45 -45
- package/{esm2015/lib/components/evo-chip/index.js → esm2020/lib/components/evo-chip/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-chip/public-api.js → esm2020/lib/components/evo-chip/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +41 -0
- package/{esm2015/lib/components/evo-control-error/evo-control-error.module.js → esm2020/lib/components/evo-control-error/evo-control-error.module.mjs} +30 -30
- package/{esm2015/lib/components/evo-control-error/index.js → esm2020/lib/components/evo-control-error/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-control-error/public-api.js → esm2020/lib/components/evo-control-error/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-control-label/evo-control-label.component.mjs +19 -0
- package/{esm2015/lib/components/evo-control-label/evo-control-label.module.js → esm2020/lib/components/evo-control-label/evo-control-label.module.mjs} +22 -22
- package/{esm2015/lib/components/evo-control-label/index.js → esm2020/lib/components/evo-control-label/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-control-label/public-api.js → esm2020/lib/components/evo-control-label/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +38 -0
- package/{esm2015/lib/components/evo-counter/evo-counter.module.js → esm2020/lib/components/evo-counter/evo-counter.module.mjs} +30 -30
- package/{esm2015/lib/components/evo-counter/index.js → esm2020/lib/components/evo-counter/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-counter/public-api.js → esm2020/lib/components/evo-counter/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +561 -0
- package/{esm2015/lib/components/evo-datepicker/evo-datepicker.module.js → esm2020/lib/components/evo-datepicker/evo-datepicker.module.mjs} +34 -34
- package/{esm2015/lib/components/evo-datepicker/flatpickr-options.interface.js → esm2020/lib/components/evo-datepicker/flatpickr-options.interface.mjs} +1 -1
- package/{esm2015/lib/components/evo-datepicker/index.js → esm2020/lib/components/evo-datepicker/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-datepicker/public-api.js → esm2020/lib/components/evo-datepicker/public-api.mjs} +2 -2
- package/{esm2015/lib/components/evo-datepicker/templates/index.js → esm2020/lib/components/evo-datepicker/templates/index.mjs} +19 -19
- package/{esm2015/lib/components/evo-dropdown/evo-dropdown-origin.directive.js → esm2020/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs} +41 -41
- package/{esm2015/lib/components/evo-dropdown/evo-dropdown-position-description.js → esm2020/lib/components/evo-dropdown/evo-dropdown-position-description.mjs} +50 -50
- package/esm2020/lib/components/evo-dropdown/evo-dropdown.component.mjs +107 -0
- package/{esm2015/lib/components/evo-dropdown/evo-dropdown.module.js → esm2020/lib/components/evo-dropdown/evo-dropdown.module.mjs} +20 -20
- package/{esm2015/lib/components/evo-dropdown/index.js → esm2020/lib/components/evo-dropdown/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-dropdown/public-api.js → esm2020/lib/components/evo-dropdown/public-api.mjs} +4 -4
- package/{esm2015/lib/components/evo-dropdown/types/evo-dropdown-positions.js → esm2020/lib/components/evo-dropdown/types/evo-dropdown-positions.mjs} +1 -1
- package/{esm2015/lib/components/evo-icon/classes/evo-icons-library.js → esm2020/lib/components/evo-icon/classes/evo-icons-library.mjs} +18 -18
- package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +52 -0
- package/{esm2015/lib/components/evo-icon/evo-icon.module.js → esm2020/lib/components/evo-icon/evo-icon.module.mjs} +57 -57
- package/{esm2015/lib/components/evo-icon/index.js → esm2020/lib/components/evo-icon/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-icon/interfaces/icons-category.js → esm2020/lib/components/evo-icon/interfaces/icons-category.mjs} +1 -1
- package/{esm2015/lib/components/evo-icon/interfaces/icons-source.js → esm2020/lib/components/evo-icon/interfaces/icons-source.mjs} +1 -1
- package/{esm2015/lib/components/evo-icon/public-api.js → esm2020/lib/components/evo-icon/public-api.mjs} +5 -5
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +61 -0
- package/{esm2015/lib/components/evo-icon-button/evo-icon-button.module.js → esm2020/lib/components/evo-icon-button/evo-icon-button.module.mjs} +26 -26
- package/{esm2015/lib/components/evo-icon-button/index.js → esm2020/lib/components/evo-icon-button/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-icon-button/public-api.js → esm2020/lib/components/evo-icon-button/public-api.mjs} +2 -2
- package/{esm2015/lib/components/evo-icon-button/types/evo-icon-button-size.js → esm2020/lib/components/evo-icon-button/types/evo-icon-button-size.mjs} +1 -1
- package/{esm2015/lib/components/evo-icon-button/types/evo-icon-button-theme.js → esm2020/lib/components/evo-icon-button/types/evo-icon-button-theme.mjs} +1 -1
- package/esm2020/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +14 -0
- package/{esm2015/lib/components/evo-icon-number/evo-icon-number.module.js → esm2020/lib/components/evo-icon-number/evo-icon-number.module.mjs} +18 -18
- package/{esm2015/lib/components/evo-icon-number/index.js → esm2020/lib/components/evo-icon-number/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-icon-number/public-api.js → esm2020/lib/components/evo-icon-number/public-api.mjs} +2 -2
- package/{esm2015/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.js → esm2020/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.mjs} +13 -13
- package/esm2020/lib/components/evo-input/evo-input.component.mjs +357 -0
- package/{esm2015/lib/components/evo-input/evo-input.module.js → esm2020/lib/components/evo-input/evo-input.module.mjs} +66 -66
- package/{esm2015/lib/components/evo-input/index.js → esm2020/lib/components/evo-input/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-input/public-api.js → esm2020/lib/components/evo-input/public-api.mjs} +3 -3
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +150 -0
- package/{esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.js → esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs} +34 -34
- package/{esm2015/lib/components/evo-input-contenteditable/index.js → esm2020/lib/components/evo-input-contenteditable/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-input-contenteditable/public-api.js → esm2020/lib/components/evo-input-contenteditable/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-input-contenteditable/utils/clear-multiline.mjs +7 -0
- package/esm2020/lib/components/evo-loader/evo-circular-loader.component.mjs +18 -0
- package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +24 -0
- package/{esm2015/lib/components/evo-loader/evo-loader.module.js → esm2020/lib/components/evo-loader/evo-loader.module.mjs} +33 -33
- package/{esm2015/lib/components/evo-loader/index.js → esm2020/lib/components/evo-loader/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-loader/public-api.js → esm2020/lib/components/evo-loader/public-api.mjs} +3 -3
- package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +118 -0
- package/{esm2015/lib/components/evo-modal/evo-modal.module.js → esm2020/lib/components/evo-modal/evo-modal.module.mjs} +32 -32
- package/{esm2015/lib/components/evo-modal/evo-modal.service.js → esm2020/lib/components/evo-modal/evo-modal.service.mjs} +32 -32
- package/{esm2015/lib/components/evo-modal/index.js → esm2020/lib/components/evo-modal/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-modal/public-api.js → esm2020/lib/components/evo-modal/public-api.mjs} +3 -3
- package/esm2020/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +58 -0
- package/esm2020/lib/components/evo-navbar/evo-navbar.component.mjs +46 -0
- package/{esm2015/lib/components/evo-navbar/evo-navbar.module.js → esm2020/lib/components/evo-navbar/evo-navbar.module.mjs} +24 -24
- package/{esm2015/lib/components/evo-navbar/index.js → esm2020/lib/components/evo-navbar/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-navbar/interfaces/nav-item-main-info.js → esm2020/lib/components/evo-navbar/interfaces/nav-item-main-info.mjs} +1 -1
- package/{esm2015/lib/components/evo-navbar/interfaces/nav-item-router-link.js → esm2020/lib/components/evo-navbar/interfaces/nav-item-router-link.mjs} +1 -1
- package/{esm2015/lib/components/evo-navbar/interfaces/nav-item.href.js → esm2020/lib/components/evo-navbar/interfaces/nav-item.href.mjs} +1 -1
- package/{esm2015/lib/components/evo-navbar/public-api.js → esm2020/lib/components/evo-navbar/public-api.mjs} +3 -3
- package/{esm2015/lib/components/evo-navbar/types/nav-item.js → esm2020/lib/components/evo-navbar/types/nav-item.mjs} +1 -1
- package/esm2020/lib/components/evo-note/evo-note.component.mjs +40 -0
- package/{esm2015/lib/components/evo-note/evo-note.module.js → esm2020/lib/components/evo-note/evo-note.module.mjs} +45 -45
- package/{esm2015/lib/components/evo-note/index.js → esm2020/lib/components/evo-note/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-note/public.api.js → esm2020/lib/components/evo-note/public.api.mjs} +3 -3
- package/{esm2015/lib/components/evo-note/types/evo-note-type.js → esm2020/lib/components/evo-note/types/evo-note-type.mjs} +1 -1
- package/esm2020/lib/components/evo-paginator/evo-paginator.component.mjs +109 -0
- package/{esm2015/lib/components/evo-paginator/evo-paginator.module.js → esm2020/lib/components/evo-paginator/evo-paginator.module.mjs} +22 -22
- package/{esm2015/lib/components/evo-paginator/index.js → esm2020/lib/components/evo-paginator/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-paginator/public-api.js → esm2020/lib/components/evo-paginator/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +26 -0
- package/{esm2015/lib/components/evo-plus-minus/evo-plus-minus.module.js → esm2020/lib/components/evo-plus-minus/evo-plus-minus.module.mjs} +22 -22
- package/{esm2015/lib/components/evo-plus-minus/index.js → esm2020/lib/components/evo-plus-minus/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-plus-minus/public-api.js → esm2020/lib/components/evo-plus-minus/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +173 -0
- package/{esm2015/lib/components/evo-popover/evo-popover.module.js → esm2020/lib/components/evo-popover/evo-popover.module.mjs} +26 -26
- package/{esm2015/lib/components/evo-popover/index.js → esm2020/lib/components/evo-popover/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-popover/public-api.js → esm2020/lib/components/evo-popover/public-api.mjs} +2 -2
- package/{esm2015/lib/components/evo-portal/evo-portal-outlet.class.js → esm2020/lib/components/evo-portal/evo-portal-outlet.class.mjs} +6 -6
- package/{esm2015/lib/components/evo-portal/evo-portal-outlet.directive.js → esm2020/lib/components/evo-portal/evo-portal-outlet.directive.mjs} +19 -19
- package/{esm2015/lib/components/evo-portal/evo-portal.module.js → esm2020/lib/components/evo-portal/evo-portal.module.mjs} +32 -32
- package/{esm2015/lib/components/evo-portal/evo-portal.service.js → esm2020/lib/components/evo-portal/evo-portal.service.mjs} +92 -92
- package/{esm2015/lib/components/evo-portal/index.js → esm2020/lib/components/evo-portal/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-portal/public-api.js → esm2020/lib/components/evo-portal/public-api.mjs} +4 -4
- package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +51 -0
- package/{esm2015/lib/components/evo-radio/evo-radio.module.js → esm2020/lib/components/evo-radio/evo-radio.module.mjs} +26 -26
- package/{esm2015/lib/components/evo-radio/index.js → esm2020/lib/components/evo-radio/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-radio/public-api.js → esm2020/lib/components/evo-radio/public-api.mjs} +2 -2
- package/{esm2015/lib/components/evo-radio-group/evo-radio-group.component.js → esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs} +123 -128
- package/{esm2015/lib/components/evo-radio-group/evo-radio-group.module.js → esm2020/lib/components/evo-radio-group/evo-radio-group.module.mjs} +34 -34
- package/{esm2015/lib/components/evo-radio-group/index.js → esm2020/lib/components/evo-radio-group/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-radio-group/public-api.js → esm2020/lib/components/evo-radio-group/public-api.mjs} +2 -2
- package/{esm2015/lib/components/evo-radio-group/typings/options.js → esm2020/lib/components/evo-radio-group/typings/options.mjs} +1 -1
- package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +56 -0
- package/{esm2015/lib/components/evo-radioshape/evo-radioshape.module.js → esm2020/lib/components/evo-radioshape/evo-radioshape.module.mjs} +33 -33
- package/{esm2015/lib/components/evo-radioshape/index.js → esm2020/lib/components/evo-radioshape/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-radioshape/public-api.js → esm2020/lib/components/evo-radioshape/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +20 -0
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +74 -0
- package/{esm2015/lib/components/evo-segmented-bar/evo-segmented-bar.module.js → esm2020/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs} +39 -39
- package/{esm2015/lib/components/evo-segmented-bar/index.js → esm2020/lib/components/evo-segmented-bar/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-segmented-bar/public-api.js → esm2020/lib/components/evo-segmented-bar/public-api.mjs} +3 -3
- package/esm2020/lib/components/evo-select/evo-select.component.mjs +115 -0
- package/{esm2015/lib/components/evo-select/evo-select.module.js → esm2020/lib/components/evo-select/evo-select.module.mjs} +34 -34
- package/{esm2015/lib/components/evo-select/index.js → esm2020/lib/components/evo-select/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-select/public-api.js → esm2020/lib/components/evo-select/public-api.mjs} +2 -2
- package/{esm2015/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.js → esm2020/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.mjs} +7 -7
- package/{esm2015/lib/components/evo-sidebar/enums/evo-sidebar-sizes.js → esm2020/lib/components/evo-sidebar/enums/evo-sidebar-sizes.mjs} +6 -6
- package/{esm2015/lib/components/evo-sidebar/enums/evo-sidebar-states.js → esm2020/lib/components/evo-sidebar/enums/evo-sidebar-states.mjs} +5 -5
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +33 -0
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +13 -0
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +40 -0
- package/{esm2015/lib/components/evo-sidebar/evo-sidebar-portal.js → esm2020/lib/components/evo-sidebar/evo-sidebar-portal.mjs} +20 -20
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +172 -0
- package/{esm2015/lib/components/evo-sidebar/evo-sidebar.module.js → esm2020/lib/components/evo-sidebar/evo-sidebar.module.mjs} +90 -90
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.service.mjs +105 -0
- package/{esm2015/lib/components/evo-sidebar/index.js → esm2020/lib/components/evo-sidebar/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-sidebar/interfaces.js → esm2020/lib/components/evo-sidebar/interfaces.mjs} +1 -1
- package/{esm2015/lib/components/evo-sidebar/public-api.js → esm2020/lib/components/evo-sidebar/public-api.mjs} +11 -11
- package/{esm2015/lib/components/evo-sidebar/sidebar-injection-token.js → esm2020/lib/components/evo-sidebar/sidebar-injection-token.mjs} +2 -2
- package/{esm2015/lib/components/evo-sidebar/tokens.js → esm2020/lib/components/evo-sidebar/tokens.mjs} +11 -11
- package/{esm2015/lib/components/evo-stepper/evo-stepper-events.js → esm2020/lib/components/evo-stepper/evo-stepper-events.mjs} +25 -25
- package/esm2020/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +31 -0
- package/esm2020/lib/components/evo-stepper/evo-stepper.component.mjs +67 -0
- package/{esm2015/lib/components/evo-stepper/evo-stepper.module.js → esm2020/lib/components/evo-stepper/evo-stepper.module.mjs} +27 -27
- package/{esm2015/lib/components/evo-stepper/index.js → esm2020/lib/components/evo-stepper/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-stepper/public-api.js → esm2020/lib/components/evo-stepper/public-api.mjs} +3 -3
- package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +154 -0
- package/{esm2015/lib/components/evo-submenu/evo-submenu.module.js → esm2020/lib/components/evo-submenu/evo-submenu.module.mjs} +36 -36
- package/{esm2015/lib/components/evo-submenu/index.js → esm2020/lib/components/evo-submenu/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-submenu/public-api.js → esm2020/lib/components/evo-submenu/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.mjs +11 -0
- package/esm2020/lib/components/evo-switcher/evo-switcher.component.mjs +32 -0
- package/{esm2015/lib/components/evo-switcher/evo-switcher.module.js → esm2020/lib/components/evo-switcher/evo-switcher.module.mjs} +27 -27
- package/{esm2015/lib/components/evo-switcher/index.js → esm2020/lib/components/evo-switcher/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-switcher/public-api.js → esm2020/lib/components/evo-switcher/public-api.mjs} +3 -3
- package/esm2020/lib/components/evo-table/evo-table/evo-table.component.mjs +67 -0
- package/esm2020/lib/components/evo-table/evo-table-column/evo-table-column.component.mjs +31 -0
- package/{esm2015/lib/components/evo-table/evo-table.module.js → esm2020/lib/components/evo-table/evo-table.module.mjs} +23 -23
- package/{esm2015/lib/components/evo-table/index.js → esm2020/lib/components/evo-table/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-table/public-api.js → esm2020/lib/components/evo-table/public-api.mjs} +3 -3
- package/{esm2015/lib/components/evo-tabs/enums/evo-tabs-size.js → esm2020/lib/components/evo-tabs/enums/evo-tabs-size.mjs} +5 -5
- package/esm2020/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +88 -0
- package/{esm2015/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.js → esm2020/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs} +37 -40
- package/{esm2015/lib/components/evo-tabs/evo-tab-state.collection.js → esm2020/lib/components/evo-tabs/evo-tab-state.collection.mjs} +42 -42
- package/{esm2015/lib/components/evo-tabs/evo-tabs-size.service.js → esm2020/lib/components/evo-tabs/evo-tabs-size.service.mjs} +24 -24
- package/{esm2015/lib/components/evo-tabs/evo-tabs.component.js → esm2020/lib/components/evo-tabs/evo-tabs.component.mjs} +83 -88
- package/{esm2015/lib/components/evo-tabs/evo-tabs.module.js → esm2020/lib/components/evo-tabs/evo-tabs.module.mjs} +30 -30
- package/{esm2015/lib/components/evo-tabs/evo-tabs.service.js → esm2020/lib/components/evo-tabs/evo-tabs.service.mjs} +67 -67
- package/{esm2015/lib/components/evo-tabs/index.js → esm2020/lib/components/evo-tabs/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-tabs/public-api.js → esm2020/lib/components/evo-tabs/public-api.mjs} +8 -8
- package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +79 -0
- package/{esm2015/lib/components/evo-textarea/evo-textarea.module.js → esm2020/lib/components/evo-textarea/evo-textarea.module.mjs} +37 -37
- package/{esm2015/lib/components/evo-textarea/index.js → esm2020/lib/components/evo-textarea/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-textarea/public-api.js → esm2020/lib/components/evo-textarea/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-toast/evo-toast.component.mjs +98 -0
- package/{esm2015/lib/components/evo-toast/evo-toast.module.js → esm2020/lib/components/evo-toast/evo-toast.module.mjs} +45 -45
- package/{esm2015/lib/components/evo-toast/evo-toast.service.js → esm2020/lib/components/evo-toast/evo-toast.service.mjs} +49 -49
- package/{esm2015/lib/components/evo-toast/index.js → esm2020/lib/components/evo-toast/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-toast/public-api.js → esm2020/lib/components/evo-toast/public-api.mjs} +3 -3
- package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +64 -0
- package/{esm2015/lib/components/evo-toggle/evo-toggle.module.js → esm2020/lib/components/evo-toggle/evo-toggle.module.mjs} +30 -30
- package/{esm2015/lib/components/evo-toggle/index.js → esm2020/lib/components/evo-toggle/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-toggle/public-api.js → esm2020/lib/components/evo-toggle/public-api.mjs} +2 -2
- package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +287 -0
- package/{esm2015/lib/components/evo-upload/evo-upload.module.js → esm2020/lib/components/evo-upload/evo-upload.module.mjs} +59 -59
- package/{esm2015/lib/components/evo-upload/index.js → esm2020/lib/components/evo-upload/index.mjs} +1 -1
- package/{esm2015/lib/components/evo-upload/public-api.js → esm2020/lib/components/evo-upload/public-api.mjs} +2 -2
- package/{esm2015/lib/decorators/deprecate-method.decorator.js → esm2020/lib/decorators/deprecate-method.decorator.mjs} +7 -7
- package/{esm2015/lib/decorators/deprecate-variable.decorator.js → esm2020/lib/decorators/deprecate-variable.decorator.mjs} +16 -16
- package/{esm2015/lib/decorators/index.js → esm2020/lib/decorators/index.mjs} +1 -1
- package/{esm2015/lib/decorators/public-api.js → esm2020/lib/decorators/public-api.mjs} +2 -2
- package/{esm2015/lib/directives/evo-click-outside.directive.js → esm2020/lib/directives/evo-click-outside.directive.mjs} +40 -40
- package/esm2020/lib/directives/evo-is-expanded.directive.mjs +71 -0
- package/{esm2015/lib/directives/evo-let/evo-let.directive.js → esm2020/lib/directives/evo-let/evo-let.directive.mjs} +36 -36
- package/{esm2015/lib/directives/evo-ui-class.directive.js → esm2020/lib/directives/evo-ui-class.directive.mjs} +159 -159
- package/{esm2015/lib/directives/index.js → esm2020/lib/directives/index.mjs} +1 -1
- package/{esm2015/lib/directives/public-api.js → esm2020/lib/directives/public-api.mjs} +4 -4
- package/{esm2015/lib/evo-ui-kit.module.js → esm2020/lib/evo-ui-kit.module.mjs} +65 -65
- package/{esm2015/lib/operators/enter-zone.operator.js → esm2020/lib/operators/enter-zone.operator.mjs} +8 -8
- package/{esm2015/lib/operators/index.js → esm2020/lib/operators/index.mjs} +1 -1
- package/{esm2015/lib/operators/public-api.js → esm2020/lib/operators/public-api.mjs} +1 -1
- package/{esm2015/lib/pipes/declination.pipe.js → esm2020/lib/pipes/declination.pipe.mjs} +40 -40
- package/{esm2015/lib/pipes/evo-pipes.module.js → esm2020/lib/pipes/evo-pipes.module.mjs} +17 -17
- package/{esm2015/lib/pipes/index.js → esm2020/lib/pipes/index.mjs} +1 -1
- package/{esm2015/lib/pipes/public-api.js → esm2020/lib/pipes/public-api.mjs} +3 -3
- package/{esm2015/lib/pipes/safe-html.pipe.js → esm2020/lib/pipes/safe-html.pipe.mjs} +18 -18
- package/{esm2015/lib/services/evo-expanded.service.js → esm2020/lib/services/evo-expanded.service.mjs} +23 -23
- package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +1 -1
- package/{esm2015/lib/services/public-api.js → esm2020/lib/services/public-api.mjs} +1 -1
- package/{esm2015/lib/services/window.service.js → esm2020/lib/services/window.service.mjs} +49 -49
- package/{esm2015/public_api.js → esm2020/public_api.mjs} +72 -72
- package/evotor-dev-ui-kit.d.ts +5 -5
- package/fesm2015/{evotor-dev-ui-kit-icons-category.js → evotor-dev-ui-kit-icons-category.mjs} +63 -63
- package/fesm2015/evotor-dev-ui-kit-icons-category.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-emotions.js → evotor-dev-ui-kit-icons-emotions.mjs} +19 -19
- package/fesm2015/evotor-dev-ui-kit-icons-emotions.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-header.js → evotor-dev-ui-kit-icons-header.mjs} +29 -29
- package/fesm2015/evotor-dev-ui-kit-icons-header.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-info.js → evotor-dev-ui-kit-icons-info.mjs} +41 -41
- package/fesm2015/evotor-dev-ui-kit-icons-info.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-navigation.js → evotor-dev-ui-kit-icons-navigation.mjs} +57 -57
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-side-menu.js → evotor-dev-ui-kit-icons-side-menu.mjs} +65 -65
- package/fesm2015/evotor-dev-ui-kit-icons-side-menu.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-system.js → evotor-dev-ui-kit-icons-system.mjs} +369 -369
- package/fesm2015/evotor-dev-ui-kit-icons-system.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons.js → evotor-dev-ui-kit-icons.mjs} +625 -625
- package/fesm2015/evotor-dev-ui-kit-icons.mjs.map +1 -0
- package/fesm2015/evotor-dev-ui-kit.mjs +7286 -0
- package/fesm2015/evotor-dev-ui-kit.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +68 -0
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs +24 -0
- package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-header.mjs +34 -0
- package/fesm2020/evotor-dev-ui-kit-icons-header.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-info.mjs +46 -0
- package/fesm2020/evotor-dev-ui-kit-icons-info.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +62 -0
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs +70 -0
- package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +374 -0
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons.mjs +644 -0
- package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit.mjs +7267 -0
- package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -0
- package/icons/category/evotor-dev-ui-kit-icons-category.d.ts +5 -5
- package/icons/category/index.d.ts +59 -59
- package/icons/category/package.json +5 -5
- package/icons/emotions/evotor-dev-ui-kit-icons-emotions.d.ts +5 -5
- package/icons/emotions/index.d.ts +15 -15
- package/icons/emotions/package.json +5 -5
- 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/header/package.json +5 -5
- 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/info/package.json +5 -5
- package/icons/navigation/evotor-dev-ui-kit-icons-navigation.d.ts +5 -5
- package/icons/navigation/index.d.ts +53 -53
- package/icons/navigation/package.json +5 -5
- package/icons/package.json +5 -5
- 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/side-menu/package.json +5 -5
- package/icons/system/evotor-dev-ui-kit-icons-system.d.ts +5 -5
- package/icons/system/index.d.ts +365 -365
- package/icons/system/package.json +5 -5
- 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 +94 -38
- package/public_api.d.ts +62 -62
- package/styles/components/evo-chip.scss +2 -2
- package/styles/components/evo-dropdown.scss +1 -1
- package/styles/mixins.scss +2 -3
- package/styles/variables.scss +13 -16
- package/bundles/evotor-dev-ui-kit-icons-category.umd.js +0 -105
- package/bundles/evotor-dev-ui-kit-icons-category.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-emotions.umd.js +0 -39
- package/bundles/evotor-dev-ui-kit-icons-emotions.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-header.umd.js +0 -54
- package/bundles/evotor-dev-ui-kit-icons-header.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-info.umd.js +0 -72
- package/bundles/evotor-dev-ui-kit-icons-info.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js +0 -96
- package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-side-menu.umd.js +0 -108
- package/bundles/evotor-dev-ui-kit-icons-side-menu.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-system.umd.js +0 -564
- package/bundles/evotor-dev-ui-kit-icons-system.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons.umd.js +0 -654
- package/bundles/evotor-dev-ui-kit-icons.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit.umd.js +0 -8818
- package/bundles/evotor-dev-ui-kit.umd.js.map +0 -1
- package/esm2015/lib/common/evo-base-control.js +0 -47
- package/esm2015/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.js +0 -36
- package/esm2015/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.js +0 -24
- package/esm2015/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.js +0 -62
- package/esm2015/lib/components/evo-accordion/evo-accordion.component.js +0 -23
- package/esm2015/lib/components/evo-alert/evo-alert.component.js +0 -83
- package/esm2015/lib/components/evo-autocomplete/components/evo-autocomplete.component.js +0 -365
- package/esm2015/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.js +0 -49
- package/esm2015/lib/components/evo-autocomplete/helpers/switch-query-to-list.js +0 -6
- package/esm2015/lib/components/evo-badge/evo-badge.component.js +0 -45
- package/esm2015/lib/components/evo-banner/evo-banner.component.js +0 -116
- package/esm2015/lib/components/evo-button/evo-button.component.js +0 -87
- package/esm2015/lib/components/evo-checkbox/evo-checkbox.component.js +0 -87
- package/esm2015/lib/components/evo-chip/evo-chip.component.js +0 -138
- package/esm2015/lib/components/evo-control-error/evo-control-error.component.js +0 -43
- package/esm2015/lib/components/evo-control-label/evo-control-label.component.js +0 -23
- package/esm2015/lib/components/evo-counter/evo-counter.component.js +0 -43
- package/esm2015/lib/components/evo-datepicker/evo-datepicker.component.js +0 -557
- package/esm2015/lib/components/evo-dropdown/evo-dropdown.component.js +0 -112
- package/esm2015/lib/components/evo-icon/evo-icon.component.js +0 -57
- package/esm2015/lib/components/evo-icon-button/evo-icon-button.component.js +0 -67
- package/esm2015/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.js +0 -19
- package/esm2015/lib/components/evo-input/evo-input.component.js +0 -363
- package/esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.js +0 -157
- package/esm2015/lib/components/evo-input-contenteditable/utils/clear-multiline.js +0 -7
- package/esm2015/lib/components/evo-loader/evo-circular-loader.component.js +0 -23
- package/esm2015/lib/components/evo-loader/evo-loader.component.js +0 -28
- package/esm2015/lib/components/evo-modal/evo-modal.component.js +0 -122
- package/esm2015/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.js +0 -63
- package/esm2015/lib/components/evo-navbar/evo-navbar.component.js +0 -51
- package/esm2015/lib/components/evo-note/evo-note.component.js +0 -45
- package/esm2015/lib/components/evo-paginator/evo-paginator.component.js +0 -114
- package/esm2015/lib/components/evo-plus-minus/evo-plus-minus.component.js +0 -30
- package/esm2015/lib/components/evo-popover/evo-popover.component.js +0 -177
- package/esm2015/lib/components/evo-radio/evo-radio.component.js +0 -56
- package/esm2015/lib/components/evo-radioshape/components/evo-radioshape.component.js +0 -61
- package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.js +0 -24
- package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.js +0 -79
- package/esm2015/lib/components/evo-select/evo-select.component.js +0 -121
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.js +0 -38
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.js +0 -19
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.js +0 -47
- package/esm2015/lib/components/evo-sidebar/evo-sidebar.component.js +0 -174
- package/esm2015/lib/components/evo-sidebar/evo-sidebar.service.js +0 -102
- package/esm2015/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.js +0 -35
- package/esm2015/lib/components/evo-stepper/evo-stepper.component.js +0 -72
- package/esm2015/lib/components/evo-submenu/evo-submenu.component.js +0 -160
- package/esm2015/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.js +0 -15
- package/esm2015/lib/components/evo-switcher/evo-switcher.component.js +0 -36
- package/esm2015/lib/components/evo-table/evo-table/evo-table.component.js +0 -71
- package/esm2015/lib/components/evo-table/evo-table-column/evo-table-column.component.js +0 -35
- package/esm2015/lib/components/evo-tabs/evo-tab/evo-tab.component.js +0 -92
- package/esm2015/lib/components/evo-textarea/evo-textarea.component.js +0 -84
- package/esm2015/lib/components/evo-toast/evo-toast.component.js +0 -103
- package/esm2015/lib/components/evo-toggle/evo-toggle.component.js +0 -70
- package/esm2015/lib/components/evo-upload/evo-upload.component.js +0 -292
- package/esm2015/lib/directives/evo-is-expanded.directive.js +0 -72
- package/fesm2015/evotor-dev-ui-kit-icons-category.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-emotions.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-header.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-info.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-side-menu.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-system.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit.js +0 -7527
- package/fesm2015/evotor-dev-ui-kit.js.map +0 -1
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { Pipe } from '@angular/core';
|
|
2
|
-
import { isUndefined } from 'lodash-es';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class DeclinationPipe {
|
|
5
|
-
transform(value, titles, noNum = false) {
|
|
6
|
-
if (isUndefined(value)) {
|
|
7
|
-
return null;
|
|
8
|
-
}
|
|
9
|
-
const preparedValue = typeof value === 'string' ?
|
|
10
|
-
value.replace(',', '.') :
|
|
11
|
-
value;
|
|
12
|
-
let result = null;
|
|
13
|
-
let count = preparedValue % 100;
|
|
14
|
-
if (count >= 5 && count <= 20) {
|
|
15
|
-
result = titles['2'];
|
|
16
|
-
}
|
|
17
|
-
else {
|
|
18
|
-
count = count % 10;
|
|
19
|
-
if (count === 1) {
|
|
20
|
-
result = titles['0'];
|
|
21
|
-
}
|
|
22
|
-
else if (count >= 2 && count <= 4) {
|
|
23
|
-
result = titles['1'];
|
|
24
|
-
}
|
|
25
|
-
else {
|
|
26
|
-
result = titles['2'];
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
return noNum ? result : preparedValue + ' ' + result;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
DeclinationPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
33
|
-
DeclinationPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
35
|
-
type: Pipe,
|
|
36
|
-
args: [{
|
|
37
|
-
name: 'declination',
|
|
38
|
-
}]
|
|
39
|
-
}] });
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import { isUndefined } from 'lodash-es';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class DeclinationPipe {
|
|
5
|
+
transform(value, titles, noNum = false) {
|
|
6
|
+
if (isUndefined(value)) {
|
|
7
|
+
return null;
|
|
8
|
+
}
|
|
9
|
+
const preparedValue = typeof value === 'string' ?
|
|
10
|
+
value.replace(',', '.') :
|
|
11
|
+
value;
|
|
12
|
+
let result = null;
|
|
13
|
+
let count = preparedValue % 100;
|
|
14
|
+
if (count >= 5 && count <= 20) {
|
|
15
|
+
result = titles['2'];
|
|
16
|
+
}
|
|
17
|
+
else {
|
|
18
|
+
count = count % 10;
|
|
19
|
+
if (count === 1) {
|
|
20
|
+
result = titles['0'];
|
|
21
|
+
}
|
|
22
|
+
else if (count >= 2 && count <= 4) {
|
|
23
|
+
result = titles['1'];
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
result = titles['2'];
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
return noNum ? result : preparedValue + ' ' + result;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
DeclinationPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: DeclinationPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
33
|
+
DeclinationPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: DeclinationPipe, name: "declination" });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: DeclinationPipe, decorators: [{
|
|
35
|
+
type: Pipe,
|
|
36
|
+
args: [{
|
|
37
|
+
name: 'declination',
|
|
38
|
+
}]
|
|
39
|
+
}] });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVjbGluYXRpb24ucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9waXBlcy9kZWNsaW5hdGlvbi5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3BELE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxXQUFXLENBQUM7O0FBS3hDLE1BQU0sT0FBTyxlQUFlO0lBQ3hCLFNBQVMsQ0FBQyxLQUFzQixFQUFFLE1BQWdCLEVBQUUsUUFBaUIsS0FBSztRQUN0RSxJQUFJLFdBQVcsQ0FBQyxLQUFLLENBQUMsRUFBRTtZQUFFLE9BQU8sSUFBSSxDQUFDO1NBQUU7UUFFeEMsTUFBTSxhQUFhLEdBQVEsT0FBTyxLQUFLLEtBQUssUUFBUSxDQUFDLENBQUM7WUFDakQsS0FBZ0IsQ0FBQyxPQUFPLENBQUMsR0FBRyxFQUFFLEdBQUcsQ0FBQyxDQUFDLENBQUM7WUFDckMsS0FBSyxDQUFDO1FBRVYsSUFBSSxNQUFNLEdBQUcsSUFBSSxDQUFDO1FBQ2xCLElBQUksS0FBSyxHQUFHLGFBQWEsR0FBRyxHQUFHLENBQUM7UUFDaEMsSUFBSSxLQUFLLElBQUksQ0FBQyxJQUFJLEtBQUssSUFBSSxFQUFFLEVBQUU7WUFDM0IsTUFBTSxHQUFHLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQztTQUN4QjthQUFNO1lBQ0gsS0FBSyxHQUFHLEtBQUssR0FBRyxFQUFFLENBQUM7WUFDbkIsSUFBSSxLQUFLLEtBQUssQ0FBQyxFQUFFO2dCQUNiLE1BQU0sR0FBRyxNQUFNLENBQUMsR0FBRyxDQUFDLENBQUM7YUFDeEI7aUJBQU0sSUFBSSxLQUFLLElBQUksQ0FBQyxJQUFJLEtBQUssSUFBSSxDQUFDLEVBQUU7Z0JBQ2pDLE1BQU0sR0FBRyxNQUFNLENBQUMsR0FBRyxDQUFDLENBQUM7YUFDeEI7aUJBQU07Z0JBQ0gsTUFBTSxHQUFHLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQzthQUN4QjtTQUNKO1FBQ0QsT0FBTyxLQUFLLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsYUFBYSxHQUFHLEdBQUcsR0FBRyxNQUFNLENBQUM7SUFDekQsQ0FBQzs7NEdBdkJRLGVBQWU7MEdBQWYsZUFBZTsyRkFBZixlQUFlO2tCQUgzQixJQUFJO21CQUFDO29CQUNGLElBQUksRUFBRSxhQUFhO2lCQUN0QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGlzVW5kZWZpbmVkIH0gZnJvbSAnbG9kYXNoLWVzJztcblxuQFBpcGUoe1xuICAgIG5hbWU6ICdkZWNsaW5hdGlvbicsXG59KVxuZXhwb3J0IGNsYXNzIERlY2xpbmF0aW9uUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuICAgIHRyYW5zZm9ybSh2YWx1ZTogbnVtYmVyIHwgc3RyaW5nLCB0aXRsZXM6IHN0cmluZ1tdLCBub051bTogYm9vbGVhbiA9IGZhbHNlKTogc3RyaW5nIHtcbiAgICAgICAgaWYgKGlzVW5kZWZpbmVkKHZhbHVlKSkgeyByZXR1cm4gbnVsbDsgfVxuXG4gICAgICAgIGNvbnN0IHByZXBhcmVkVmFsdWU6IGFueSA9IHR5cGVvZiB2YWx1ZSA9PT0gJ3N0cmluZycgP1xuICAgICAgICAgICAgKHZhbHVlIGFzIHN0cmluZykucmVwbGFjZSgnLCcsICcuJykgOlxuICAgICAgICAgICAgdmFsdWU7XG5cbiAgICAgICAgbGV0IHJlc3VsdCA9IG51bGw7XG4gICAgICAgIGxldCBjb3VudCA9IHByZXBhcmVkVmFsdWUgJSAxMDA7XG4gICAgICAgIGlmIChjb3VudCA+PSA1ICYmIGNvdW50IDw9IDIwKSB7XG4gICAgICAgICAgICByZXN1bHQgPSB0aXRsZXNbJzInXTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGNvdW50ID0gY291bnQgJSAxMDtcbiAgICAgICAgICAgIGlmIChjb3VudCA9PT0gMSkge1xuICAgICAgICAgICAgICAgIHJlc3VsdCA9IHRpdGxlc1snMCddO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChjb3VudCA+PSAyICYmIGNvdW50IDw9IDQpIHtcbiAgICAgICAgICAgICAgICByZXN1bHQgPSB0aXRsZXNbJzEnXTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmVzdWx0ID0gdGl0bGVzWycyJ107XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIG5vTnVtID8gcmVzdWx0IDogcHJlcGFyZWRWYWx1ZSArICcgJyArIHJlc3VsdDtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { SafeHtmlPipe } from './safe-html.pipe';
|
|
3
|
-
import { DeclinationPipe } from './declination.pipe';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class EvoPipesModule {
|
|
6
|
-
}
|
|
7
|
-
EvoPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
EvoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9
|
-
EvoPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [DeclinationPipe, SafeHtmlPipe],
|
|
14
|
-
exports: [DeclinationPipe, SafeHtmlPipe]
|
|
15
|
-
}]
|
|
16
|
-
}] });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { SafeHtmlPipe } from './safe-html.pipe';
|
|
3
|
+
import { DeclinationPipe } from './declination.pipe';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class EvoPipesModule {
|
|
6
|
+
}
|
|
7
|
+
EvoPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
EvoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPipesModule, declarations: [DeclinationPipe, SafeHtmlPipe], exports: [DeclinationPipe, SafeHtmlPipe] });
|
|
9
|
+
EvoPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPipesModule });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoPipesModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
declarations: [DeclinationPipe, SafeHtmlPipe],
|
|
14
|
+
exports: [DeclinationPipe, SafeHtmlPipe]
|
|
15
|
+
}]
|
|
16
|
+
}] });
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXBpcGVzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9waXBlcy9ldm8tcGlwZXMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ2hELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFNckQsTUFBTSxPQUFPLGNBQWM7OzJHQUFkLGNBQWM7NEdBQWQsY0FBYyxpQkFIUixlQUFlLEVBQUUsWUFBWSxhQUNsQyxlQUFlLEVBQUUsWUFBWTs0R0FFOUIsY0FBYzsyRkFBZCxjQUFjO2tCQUoxQixRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLGVBQWUsRUFBRSxZQUFZLENBQUM7b0JBQzdDLE9BQU8sRUFBRSxDQUFDLGVBQWUsRUFBRSxZQUFZLENBQUM7aUJBQzNDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFNhZmVIdG1sUGlwZSB9IGZyb20gJy4vc2FmZS1odG1sLnBpcGUnO1xuaW1wb3J0IHsgRGVjbGluYXRpb25QaXBlIH0gZnJvbSAnLi9kZWNsaW5hdGlvbi5waXBlJztcblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtEZWNsaW5hdGlvblBpcGUsIFNhZmVIdG1sUGlwZV0sXG4gICAgZXhwb3J0czogW0RlY2xpbmF0aW9uUGlwZSwgU2FmZUh0bWxQaXBlXVxufSlcbmV4cG9ydCBjbGFzcyBFdm9QaXBlc01vZHVsZSB7XG59XG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvcGlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './evo-pipes.module';
|
|
2
|
-
export * from './declination.pipe';
|
|
3
|
-
export * from './safe-html.pipe';
|
|
1
|
+
export * from './evo-pipes.module';
|
|
2
|
+
export * from './declination.pipe';
|
|
3
|
+
export * from './safe-html.pipe';
|
|
4
4
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9waXBlcy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLGtCQUFrQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8tcGlwZXMubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZGVjbGluYXRpb24ucGlwZSc7XG5leHBvcnQgKiBmcm9tICcuL3NhZmUtaHRtbC5waXBlJztcbiJdfQ==
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { Pipe } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/platform-browser";
|
|
4
|
-
export class SafeHtmlPipe {
|
|
5
|
-
constructor(sanitizer) {
|
|
6
|
-
this.sanitizer = sanitizer;
|
|
7
|
-
}
|
|
8
|
-
transform(url) {
|
|
9
|
-
return this.sanitizer.bypassSecurityTrustHtml(url);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
SafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
SafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15
|
-
type: Pipe,
|
|
16
|
-
args: [{ name: 'safeHtml' }]
|
|
17
|
-
}], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; } });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/platform-browser";
|
|
4
|
+
export class SafeHtmlPipe {
|
|
5
|
+
constructor(sanitizer) {
|
|
6
|
+
this.sanitizer = sanitizer;
|
|
7
|
+
}
|
|
8
|
+
transform(url) {
|
|
9
|
+
return this.sanitizer.bypassSecurityTrustHtml(url);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
SafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
13
|
+
SafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: SafeHtmlPipe, name: "safeHtml" });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
15
|
+
type: Pipe,
|
|
16
|
+
args: [{ name: 'safeHtml' }]
|
|
17
|
+
}], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; } });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2FmZS1odG1sLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvcGlwZXMvc2FmZS1odG1sLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7OztBQUlwRCxNQUFNLE9BQU8sWUFBWTtJQUNyQixZQUFvQixTQUF1QjtRQUF2QixjQUFTLEdBQVQsU0FBUyxDQUFjO0lBQzNDLENBQUM7SUFFRCxTQUFTLENBQUMsR0FBRztRQUNULE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyx1QkFBdUIsQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUN2RCxDQUFDOzt5R0FOUSxZQUFZO3VHQUFaLFlBQVk7MkZBQVosWUFBWTtrQkFEeEIsSUFBSTttQkFBQyxFQUFDLElBQUksRUFBRSxVQUFVLEVBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEb21TYW5pdGl6ZXIgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyJztcblxuQFBpcGUoe25hbWU6ICdzYWZlSHRtbCd9KVxuZXhwb3J0IGNsYXNzIFNhZmVIdG1sUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgc2FuaXRpemVyOiBEb21TYW5pdGl6ZXIpIHtcbiAgICB9XG5cbiAgICB0cmFuc2Zvcm0odXJsKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0SHRtbCh1cmwpO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class EvoExpandedService {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.isExpanded$ = new BehaviorSubject(false);
|
|
7
|
-
this.isExpandedChange$ = this.isExpanded$.asObservable();
|
|
8
|
-
}
|
|
9
|
-
set isExpanded(value) {
|
|
10
|
-
if (value !== this.isExpanded$.value) {
|
|
11
|
-
this.isExpanded$.next(value);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
get isExpanded() {
|
|
15
|
-
return this.isExpanded$.value;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
EvoExpandedService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
EvoExpandedService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
-
type: Injectable
|
|
22
|
-
}], ctorParameters: function () { return []; } });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class EvoExpandedService {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.isExpanded$ = new BehaviorSubject(false);
|
|
7
|
+
this.isExpandedChange$ = this.isExpanded$.asObservable();
|
|
8
|
+
}
|
|
9
|
+
set isExpanded(value) {
|
|
10
|
+
if (value !== this.isExpanded$.value) {
|
|
11
|
+
this.isExpanded$.next(value);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
get isExpanded() {
|
|
15
|
+
return this.isExpanded$.value;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
EvoExpandedService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoExpandedService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19
|
+
EvoExpandedService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoExpandedService });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoExpandedService, decorators: [{
|
|
21
|
+
type: Injectable
|
|
22
|
+
}], ctorParameters: function () { return []; } });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWV4cGFuZGVkLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvc2VydmljZXMvZXZvLWV4cGFuZGVkLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsZUFBZSxFQUFjLE1BQU0sTUFBTSxDQUFDOztBQUduRCxNQUFNLE9BQU8sa0JBQWtCO0lBSTNCO1FBRlEsZ0JBQVcsR0FBRyxJQUFJLGVBQWUsQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUd0RCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUM3RCxDQUFDO0lBRUQsSUFBSSxVQUFVLENBQUMsS0FBYztRQUN6QixJQUFJLEtBQUssS0FBSyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssRUFBRTtZQUNsQyxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUNoQztJQUNMLENBQUM7SUFFRCxJQUFJLFVBQVU7UUFDVixPQUFPLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDO0lBQ2xDLENBQUM7OytHQWhCUSxrQkFBa0I7bUhBQWxCLGtCQUFrQjsyRkFBbEIsa0JBQWtCO2tCQUQ5QixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBFdm9FeHBhbmRlZFNlcnZpY2Uge1xuICAgIGlzRXhwYW5kZWRDaGFuZ2UkOiBPYnNlcnZhYmxlPGJvb2xlYW4+O1xuICAgIHByaXZhdGUgaXNFeHBhbmRlZCQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PGJvb2xlYW4+KGZhbHNlKTtcblxuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICB0aGlzLmlzRXhwYW5kZWRDaGFuZ2UkID0gdGhpcy5pc0V4cGFuZGVkJC5hc09ic2VydmFibGUoKTtcbiAgICB9XG5cbiAgICBzZXQgaXNFeHBhbmRlZCh2YWx1ZTogYm9vbGVhbikge1xuICAgICAgICBpZiAodmFsdWUgIT09IHRoaXMuaXNFeHBhbmRlZCQudmFsdWUpIHtcbiAgICAgICAgICAgIHRoaXMuaXNFeHBhbmRlZCQubmV4dCh2YWx1ZSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBnZXQgaXNFeHBhbmRlZCgpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuaXNFeHBhbmRlZCQudmFsdWU7XG4gICAgfVxufVxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvc2VydmljZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './evo-expanded.service';
|
|
1
|
+
export * from './evo-expanded.service';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9zZXJ2aWNlcy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2V2by1leHBhbmRlZC5zZXJ2aWNlJztcbiJdfQ==
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import { isPlatformBrowser } from '@angular/common';
|
|
2
|
-
import { InjectionToken, PLATFORM_ID, Injectable } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/* Create a new injection token for injecting the window into a component. */
|
|
5
|
-
export const WINDOW = new InjectionToken('WindowToken');
|
|
6
|
-
/* Define abstract class for obtaining reference to the global window object. */
|
|
7
|
-
export class WindowRef {
|
|
8
|
-
get nativeWindow() {
|
|
9
|
-
throw new Error('Not implemented.');
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
/* Define class that implements the abstract class and returns the native window object. */
|
|
13
|
-
export class BrowserWindowRef extends WindowRef {
|
|
14
|
-
constructor() {
|
|
15
|
-
super();
|
|
16
|
-
}
|
|
17
|
-
get nativeWindow() {
|
|
18
|
-
return window;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
BrowserWindowRef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
22
|
-
BrowserWindowRef.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24
|
-
type: Injectable
|
|
25
|
-
}], ctorParameters: function () { return []; } });
|
|
26
|
-
/* Create an factory function that returns the native window object. */
|
|
27
|
-
export function windowFactory(browserWindowRef, platformId) {
|
|
28
|
-
if (isPlatformBrowser(platformId)) {
|
|
29
|
-
return browserWindowRef.nativeWindow;
|
|
30
|
-
}
|
|
31
|
-
return new Object();
|
|
32
|
-
}
|
|
33
|
-
/* Create a injectable provider for the WindowRef token that uses the BrowserWindowRef class. */
|
|
34
|
-
const browserWindowProvider = {
|
|
35
|
-
provide: WindowRef,
|
|
36
|
-
useClass: BrowserWindowRef,
|
|
37
|
-
};
|
|
38
|
-
/* Create an injectable provider that uses the windowFactory function for returning the native window object. */
|
|
39
|
-
const windowProvider = {
|
|
40
|
-
provide: WINDOW,
|
|
41
|
-
useFactory: windowFactory,
|
|
42
|
-
deps: [WindowRef, PLATFORM_ID],
|
|
43
|
-
};
|
|
44
|
-
/* Create an array of providers. */
|
|
45
|
-
export const WINDOW_PROVIDERS = [
|
|
46
|
-
browserWindowProvider,
|
|
47
|
-
windowProvider,
|
|
48
|
-
];
|
|
49
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { isPlatformBrowser } from '@angular/common';
|
|
2
|
+
import { InjectionToken, PLATFORM_ID, Injectable } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/* Create a new injection token for injecting the window into a component. */
|
|
5
|
+
export const WINDOW = new InjectionToken('WindowToken');
|
|
6
|
+
/* Define abstract class for obtaining reference to the global window object. */
|
|
7
|
+
export class WindowRef {
|
|
8
|
+
get nativeWindow() {
|
|
9
|
+
throw new Error('Not implemented.');
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
/* Define class that implements the abstract class and returns the native window object. */
|
|
13
|
+
export class BrowserWindowRef extends WindowRef {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
}
|
|
17
|
+
get nativeWindow() {
|
|
18
|
+
return window;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
BrowserWindowRef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: BrowserWindowRef, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
22
|
+
BrowserWindowRef.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: BrowserWindowRef });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: BrowserWindowRef, decorators: [{
|
|
24
|
+
type: Injectable
|
|
25
|
+
}], ctorParameters: function () { return []; } });
|
|
26
|
+
/* Create an factory function that returns the native window object. */
|
|
27
|
+
export function windowFactory(browserWindowRef, platformId) {
|
|
28
|
+
if (isPlatformBrowser(platformId)) {
|
|
29
|
+
return browserWindowRef.nativeWindow;
|
|
30
|
+
}
|
|
31
|
+
return new Object();
|
|
32
|
+
}
|
|
33
|
+
/* Create a injectable provider for the WindowRef token that uses the BrowserWindowRef class. */
|
|
34
|
+
const browserWindowProvider = {
|
|
35
|
+
provide: WindowRef,
|
|
36
|
+
useClass: BrowserWindowRef,
|
|
37
|
+
};
|
|
38
|
+
/* Create an injectable provider that uses the windowFactory function for returning the native window object. */
|
|
39
|
+
const windowProvider = {
|
|
40
|
+
provide: WINDOW,
|
|
41
|
+
useFactory: windowFactory,
|
|
42
|
+
deps: [WindowRef, PLATFORM_ID],
|
|
43
|
+
};
|
|
44
|
+
/* Create an array of providers. */
|
|
45
|
+
export const WINDOW_PROVIDERS = [
|
|
46
|
+
browserWindowProvider,
|
|
47
|
+
windowProvider,
|
|
48
|
+
];
|
|
49
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2luZG93LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvc2VydmljZXMvd2luZG93LnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDcEQsT0FBTyxFQUFrQyxjQUFjLEVBQUUsV0FBVyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFeEcsNkVBQTZFO0FBQzdFLE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBRyxJQUFJLGNBQWMsQ0FBQyxhQUFhLENBQUMsQ0FBQztBQUV4RCxnRkFBZ0Y7QUFDaEYsTUFBTSxPQUFnQixTQUFTO0lBRTNCLElBQUksWUFBWTtRQUNaLE1BQU0sSUFBSSxLQUFLLENBQUMsa0JBQWtCLENBQUMsQ0FBQztJQUN4QyxDQUFDO0NBRUo7QUFFRCwyRkFBMkY7QUFFM0YsTUFBTSxPQUFPLGdCQUFpQixTQUFRLFNBQVM7SUFDM0M7UUFDSSxLQUFLLEVBQUUsQ0FBQztJQUNaLENBQUM7SUFFRCxJQUFJLFlBQVk7UUFDWixPQUFPLE1BQU0sQ0FBQztJQUNsQixDQUFDOzs2R0FQUSxnQkFBZ0I7aUhBQWhCLGdCQUFnQjsyRkFBaEIsZ0JBQWdCO2tCQUQ1QixVQUFVOztBQVlYLHVFQUF1RTtBQUN2RSxNQUFNLFVBQVUsYUFBYSxDQUFDLGdCQUFrQyxFQUFFLFVBQWtCO0lBQ2hGLElBQUksaUJBQWlCLENBQUMsVUFBVSxDQUFDLEVBQUU7UUFDL0IsT0FBTyxnQkFBZ0IsQ0FBQyxZQUFZLENBQUM7S0FDeEM7SUFDRCxPQUFPLElBQUksTUFBTSxFQUFFLENBQUM7QUFDeEIsQ0FBQztBQUVELGdHQUFnRztBQUNoRyxNQUFNLHFCQUFxQixHQUFrQjtJQUN6QyxPQUFPLEVBQUUsU0FBUztJQUNsQixRQUFRLEVBQUUsZ0JBQWdCO0NBQzdCLENBQUM7QUFFRixnSEFBZ0g7QUFDaEgsTUFBTSxjQUFjLEdBQW9CO0lBQ3BDLE9BQU8sRUFBRSxNQUFNO0lBQ2YsVUFBVSxFQUFFLGFBQWE7SUFDekIsSUFBSSxFQUFFLENBQUUsU0FBUyxFQUFFLFdBQVcsQ0FBRTtDQUNuQyxDQUFDO0FBRUYsbUNBQW1DO0FBQ25DLE1BQU0sQ0FBQyxNQUFNLGdCQUFnQixHQUFHO0lBQzVCLHFCQUFxQjtJQUNyQixjQUFjO0NBQ2pCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpc1BsYXRmb3JtQnJvd3NlciB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDbGFzc1Byb3ZpZGVyLCBGYWN0b3J5UHJvdmlkZXIsIEluamVjdGlvblRva2VuLCBQTEFURk9STV9JRCwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiBDcmVhdGUgYSBuZXcgaW5qZWN0aW9uIHRva2VuIGZvciBpbmplY3RpbmcgdGhlIHdpbmRvdyBpbnRvIGEgY29tcG9uZW50LiAqL1xuZXhwb3J0IGNvbnN0IFdJTkRPVyA9IG5ldyBJbmplY3Rpb25Ub2tlbignV2luZG93VG9rZW4nKTtcblxuLyogRGVmaW5lIGFic3RyYWN0IGNsYXNzIGZvciBvYnRhaW5pbmcgcmVmZXJlbmNlIHRvIHRoZSBnbG9iYWwgd2luZG93IG9iamVjdC4gKi9cbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBXaW5kb3dSZWYge1xuXG4gICAgZ2V0IG5hdGl2ZVdpbmRvdygpOiBXaW5kb3cgfCBPYmplY3Qge1xuICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ05vdCBpbXBsZW1lbnRlZC4nKTtcbiAgICB9XG5cbn1cblxuLyogRGVmaW5lIGNsYXNzIHRoYXQgaW1wbGVtZW50cyB0aGUgYWJzdHJhY3QgY2xhc3MgYW5kIHJldHVybnMgdGhlIG5hdGl2ZSB3aW5kb3cgb2JqZWN0LiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIEJyb3dzZXJXaW5kb3dSZWYgZXh0ZW5kcyBXaW5kb3dSZWYge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlcigpO1xuICAgIH1cblxuICAgIGdldCBuYXRpdmVXaW5kb3coKTogV2luZG93IHwgT2JqZWN0IHtcbiAgICAgICAgcmV0dXJuIHdpbmRvdztcbiAgICB9XG5cbn1cblxuLyogQ3JlYXRlIGFuIGZhY3RvcnkgZnVuY3Rpb24gdGhhdCByZXR1cm5zIHRoZSBuYXRpdmUgd2luZG93IG9iamVjdC4gKi9cbmV4cG9ydCBmdW5jdGlvbiB3aW5kb3dGYWN0b3J5KGJyb3dzZXJXaW5kb3dSZWY6IEJyb3dzZXJXaW5kb3dSZWYsIHBsYXRmb3JtSWQ6IE9iamVjdCk6IFdpbmRvdyB8IE9iamVjdCB7XG4gICAgaWYgKGlzUGxhdGZvcm1Ccm93c2VyKHBsYXRmb3JtSWQpKSB7XG4gICAgICAgIHJldHVybiBicm93c2VyV2luZG93UmVmLm5hdGl2ZVdpbmRvdztcbiAgICB9XG4gICAgcmV0dXJuIG5ldyBPYmplY3QoKTtcbn1cblxuLyogQ3JlYXRlIGEgaW5qZWN0YWJsZSBwcm92aWRlciBmb3IgdGhlIFdpbmRvd1JlZiB0b2tlbiB0aGF0IHVzZXMgdGhlIEJyb3dzZXJXaW5kb3dSZWYgY2xhc3MuICovXG5jb25zdCBicm93c2VyV2luZG93UHJvdmlkZXI6IENsYXNzUHJvdmlkZXIgPSB7XG4gICAgcHJvdmlkZTogV2luZG93UmVmLFxuICAgIHVzZUNsYXNzOiBCcm93c2VyV2luZG93UmVmLFxufTtcblxuLyogQ3JlYXRlIGFuIGluamVjdGFibGUgcHJvdmlkZXIgdGhhdCB1c2VzIHRoZSB3aW5kb3dGYWN0b3J5IGZ1bmN0aW9uIGZvciByZXR1cm5pbmcgdGhlIG5hdGl2ZSB3aW5kb3cgb2JqZWN0LiAqL1xuY29uc3Qgd2luZG93UHJvdmlkZXI6IEZhY3RvcnlQcm92aWRlciA9IHtcbiAgICBwcm92aWRlOiBXSU5ET1csXG4gICAgdXNlRmFjdG9yeTogd2luZG93RmFjdG9yeSxcbiAgICBkZXBzOiBbIFdpbmRvd1JlZiwgUExBVEZPUk1fSUQgXSxcbn07XG5cbi8qIENyZWF0ZSBhbiBhcnJheSBvZiBwcm92aWRlcnMuICovXG5leHBvcnQgY29uc3QgV0lORE9XX1BST1ZJREVSUyA9IFtcbiAgICBicm93c2VyV2luZG93UHJvdmlkZXIsXG4gICAgd2luZG93UHJvdmlkZXIsXG5dO1xuIl19
|
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of evo-ui-kit
|
|
3
|
-
*/
|
|
4
|
-
export * from './lib/evo-ui-kit.module';
|
|
5
|
-
export * from './lib/common/form-helper/form-helper';
|
|
6
|
-
export * from './lib/common/evo-control-state-manager/evo-control-state-manager';
|
|
7
|
-
export * from './lib/common/evo-control-state-manager/evo-control-states.enum';
|
|
8
|
-
export * from './lib/common/evo-control-state-manager/evo-control-state.interface';
|
|
9
|
-
export * from './lib/common/evo-base-control';
|
|
10
|
-
// Animations
|
|
11
|
-
export * from './lib/common/animations/index';
|
|
12
|
-
// Collection
|
|
13
|
-
export * from './lib/common/collection/index';
|
|
14
|
-
// Decorators
|
|
15
|
-
export * from './lib/decorators/index';
|
|
16
|
-
// Directives
|
|
17
|
-
export * from './lib/directives/index';
|
|
18
|
-
// Operators
|
|
19
|
-
export * from './lib/operators/index';
|
|
20
|
-
// Components
|
|
21
|
-
export * from './lib/components/evo-accordion/index';
|
|
22
|
-
export * from './lib/components/evo-alert/index';
|
|
23
|
-
export * from './lib/components/evo-autocomplete/index';
|
|
24
|
-
export * from './lib/components/evo-badge/index';
|
|
25
|
-
export * from './lib/components/evo-banner/index';
|
|
26
|
-
export * from './lib/components/evo-button/index';
|
|
27
|
-
export * from './lib/components/evo-checkbox/index';
|
|
28
|
-
export * from './lib/components/evo-chip/index';
|
|
29
|
-
export * from './lib/components/evo-control-error/index';
|
|
30
|
-
export * from './lib/components/evo-control-label/index';
|
|
31
|
-
export * from './lib/components/evo-counter/index';
|
|
32
|
-
export * from './lib/components/evo-datepicker/index';
|
|
33
|
-
export * from './lib/components/evo-icon/index';
|
|
34
|
-
export * from './lib/components/evo-icon-button/index';
|
|
35
|
-
export * from './lib/components/evo-icon-number/index';
|
|
36
|
-
export * from './lib/components/evo-input/index';
|
|
37
|
-
export * from './lib/components/evo-input-contenteditable/index';
|
|
38
|
-
export * from './lib/components/evo-loader/index';
|
|
39
|
-
export * from './lib/components/evo-modal/index';
|
|
40
|
-
export * from './lib/components/evo-note/index';
|
|
41
|
-
export * from './lib/components/evo-paginator/index';
|
|
42
|
-
export * from './lib/components/evo-plus-minus/index';
|
|
43
|
-
export * from './lib/components/evo-popover/index';
|
|
44
|
-
export * from './lib/components/evo-portal/index';
|
|
45
|
-
export * from './lib/components/evo-radio/index';
|
|
46
|
-
export * from './lib/components/evo-radio-group/index';
|
|
47
|
-
export * from './lib/components/evo-radioshape/index';
|
|
48
|
-
export * from './lib/components/evo-segmented-bar/index';
|
|
49
|
-
export * from './lib/components/evo-select/index';
|
|
50
|
-
export * from './lib/components/evo-sidebar/index';
|
|
51
|
-
export * from './lib/components/evo-stepper/index';
|
|
52
|
-
export * from './lib/components/evo-submenu/index';
|
|
53
|
-
export * from './lib/components/evo-switcher/index';
|
|
54
|
-
export * from './lib/components/evo-table/index';
|
|
55
|
-
export * from './lib/components/evo-tabs/index';
|
|
56
|
-
export * from './lib/components/evo-textarea/index';
|
|
57
|
-
export * from './lib/components/evo-toast/index';
|
|
58
|
-
export * from './lib/components/evo-toggle/index';
|
|
59
|
-
export * from './lib/components/evo-upload/index';
|
|
60
|
-
export * from './lib/components/evo-dropdown/index';
|
|
61
|
-
export * from './lib/components/evo-navbar/index';
|
|
62
|
-
export * from './lib/pipes/index';
|
|
63
|
-
// Services
|
|
64
|
-
export * from './lib/services/index';
|
|
65
|
-
export * from './lib/components/evo-portal/index';
|
|
66
|
-
export * from './lib/common/evo-control-state-manager/evo-control-state-manager';
|
|
67
|
-
export * from './lib/common/form-helper/form-helper';
|
|
68
|
-
export * from './lib/common/constants/css-breakpoints';
|
|
69
|
-
export * from './lib/common/constants/view-breakpoint-streams';
|
|
70
|
-
export * from './lib/common/types/index';
|
|
71
|
-
export * from './lib/common/evo-base-control';
|
|
72
|
-
export * from './lib/common/Serializable';
|
|
1
|
+
/*
|
|
2
|
+
* Public API Surface of evo-ui-kit
|
|
3
|
+
*/
|
|
4
|
+
export * from './lib/evo-ui-kit.module';
|
|
5
|
+
export * from './lib/common/form-helper/form-helper';
|
|
6
|
+
export * from './lib/common/evo-control-state-manager/evo-control-state-manager';
|
|
7
|
+
export * from './lib/common/evo-control-state-manager/evo-control-states.enum';
|
|
8
|
+
export * from './lib/common/evo-control-state-manager/evo-control-state.interface';
|
|
9
|
+
export * from './lib/common/evo-base-control';
|
|
10
|
+
// Animations
|
|
11
|
+
export * from './lib/common/animations/index';
|
|
12
|
+
// Collection
|
|
13
|
+
export * from './lib/common/collection/index';
|
|
14
|
+
// Decorators
|
|
15
|
+
export * from './lib/decorators/index';
|
|
16
|
+
// Directives
|
|
17
|
+
export * from './lib/directives/index';
|
|
18
|
+
// Operators
|
|
19
|
+
export * from './lib/operators/index';
|
|
20
|
+
// Components
|
|
21
|
+
export * from './lib/components/evo-accordion/index';
|
|
22
|
+
export * from './lib/components/evo-alert/index';
|
|
23
|
+
export * from './lib/components/evo-autocomplete/index';
|
|
24
|
+
export * from './lib/components/evo-badge/index';
|
|
25
|
+
export * from './lib/components/evo-banner/index';
|
|
26
|
+
export * from './lib/components/evo-button/index';
|
|
27
|
+
export * from './lib/components/evo-checkbox/index';
|
|
28
|
+
export * from './lib/components/evo-chip/index';
|
|
29
|
+
export * from './lib/components/evo-control-error/index';
|
|
30
|
+
export * from './lib/components/evo-control-label/index';
|
|
31
|
+
export * from './lib/components/evo-counter/index';
|
|
32
|
+
export * from './lib/components/evo-datepicker/index';
|
|
33
|
+
export * from './lib/components/evo-icon/index';
|
|
34
|
+
export * from './lib/components/evo-icon-button/index';
|
|
35
|
+
export * from './lib/components/evo-icon-number/index';
|
|
36
|
+
export * from './lib/components/evo-input/index';
|
|
37
|
+
export * from './lib/components/evo-input-contenteditable/index';
|
|
38
|
+
export * from './lib/components/evo-loader/index';
|
|
39
|
+
export * from './lib/components/evo-modal/index';
|
|
40
|
+
export * from './lib/components/evo-note/index';
|
|
41
|
+
export * from './lib/components/evo-paginator/index';
|
|
42
|
+
export * from './lib/components/evo-plus-minus/index';
|
|
43
|
+
export * from './lib/components/evo-popover/index';
|
|
44
|
+
export * from './lib/components/evo-portal/index';
|
|
45
|
+
export * from './lib/components/evo-radio/index';
|
|
46
|
+
export * from './lib/components/evo-radio-group/index';
|
|
47
|
+
export * from './lib/components/evo-radioshape/index';
|
|
48
|
+
export * from './lib/components/evo-segmented-bar/index';
|
|
49
|
+
export * from './lib/components/evo-select/index';
|
|
50
|
+
export * from './lib/components/evo-sidebar/index';
|
|
51
|
+
export * from './lib/components/evo-stepper/index';
|
|
52
|
+
export * from './lib/components/evo-submenu/index';
|
|
53
|
+
export * from './lib/components/evo-switcher/index';
|
|
54
|
+
export * from './lib/components/evo-table/index';
|
|
55
|
+
export * from './lib/components/evo-tabs/index';
|
|
56
|
+
export * from './lib/components/evo-textarea/index';
|
|
57
|
+
export * from './lib/components/evo-toast/index';
|
|
58
|
+
export * from './lib/components/evo-toggle/index';
|
|
59
|
+
export * from './lib/components/evo-upload/index';
|
|
60
|
+
export * from './lib/components/evo-dropdown/index';
|
|
61
|
+
export * from './lib/components/evo-navbar/index';
|
|
62
|
+
export * from './lib/pipes/index';
|
|
63
|
+
// Services
|
|
64
|
+
export * from './lib/services/index';
|
|
65
|
+
export * from './lib/components/evo-portal/index';
|
|
66
|
+
export * from './lib/common/evo-control-state-manager/evo-control-state-manager';
|
|
67
|
+
export * from './lib/common/form-helper/form-helper';
|
|
68
|
+
export * from './lib/common/constants/css-breakpoints';
|
|
69
|
+
export * from './lib/common/constants/view-breakpoint-streams';
|
|
70
|
+
export * from './lib/common/types/index';
|
|
71
|
+
export * from './lib/common/evo-base-control';
|
|
72
|
+
export * from './lib/common/Serializable';
|
|
73
73
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLHlCQUF5QixDQUFDO0FBRXhDLGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyxrRUFBa0UsQ0FBQztBQUNqRixjQUFjLGdFQUFnRSxDQUFDO0FBQy9FLGNBQWMsb0VBQW9FLENBQUM7QUFDbkYsY0FBYywrQkFBK0IsQ0FBQztBQUU5QyxhQUFhO0FBQ2IsY0FBYywrQkFBK0IsQ0FBQztBQUU5QyxhQUFhO0FBQ2IsY0FBYywrQkFBK0IsQ0FBQztBQUU5QyxhQUFhO0FBQ2IsY0FBYyx3QkFBd0IsQ0FBQztBQUV2QyxhQUFhO0FBQ2IsY0FBYyx3QkFBd0IsQ0FBQztBQUV2QyxZQUFZO0FBQ1osY0FBYyx1QkFBdUIsQ0FBQztBQUV0QyxhQUFhO0FBQ2IsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLG9DQUFvQyxDQUFDO0FBQ25ELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsd0NBQXdDLENBQUE7QUFDdEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLGtEQUFrRCxDQUFDO0FBQ2pFLGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLG9DQUFvQyxDQUFDO0FBQ25ELGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLG9DQUFvQyxDQUFDO0FBQ25ELGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLG1DQUFtQyxDQUFDO0FBRWxELGNBQWMsbUJBQW1CLENBQUM7QUFFbEMsV0FBVztBQUNYLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxtQ0FBbUMsQ0FBQztBQUVsRCxjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBldm8tdWkta2l0XG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9saWIvZXZvLXVpLWtpdC5tb2R1bGUnO1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vZm9ybS1oZWxwZXIvZm9ybS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2V2by1jb250cm9sLXN0YXRlLW1hbmFnZXIvZXZvLWNvbnRyb2wtc3RhdGUtbWFuYWdlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vZXZvLWNvbnRyb2wtc3RhdGUtbWFuYWdlci9ldm8tY29udHJvbC1zdGF0ZXMuZW51bSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vZXZvLWNvbnRyb2wtc3RhdGUtbWFuYWdlci9ldm8tY29udHJvbC1zdGF0ZS5pbnRlcmZhY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2V2by1iYXNlLWNvbnRyb2wnO1xuXG4vLyBBbmltYXRpb25zXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYW5pbWF0aW9ucy9pbmRleCc7XG5cbi8vIENvbGxlY3Rpb25cbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9jb2xsZWN0aW9uL2luZGV4JztcblxuLy8gRGVjb3JhdG9yc1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGVjb3JhdG9ycy9pbmRleCc7XG5cbi8vIERpcmVjdGl2ZXNcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RpcmVjdGl2ZXMvaW5kZXgnO1xuXG4vLyBPcGVyYXRvcnNcbmV4cG9ydCAqIGZyb20gJy4vbGliL29wZXJhdG9ycy9pbmRleCc7XG5cbi8vIENvbXBvbmVudHNcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLWFjY29yZGlvbi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1hbGVydC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1hdXRvY29tcGxldGUvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tYmFkZ2UvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tYmFubmVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLWJ1dHRvbi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1jaGVja2JveC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1jaGlwL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLWNvbnRyb2wtZXJyb3IvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tY29udHJvbC1sYWJlbC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1jb3VudGVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLWRhdGVwaWNrZXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8taWNvbi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1pY29uLWJ1dHRvbi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1pY29uLW51bWJlci9pbmRleCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLWlucHV0L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLWlucHV0LWNvbnRlbnRlZGl0YWJsZS9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1sb2FkZXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tbW9kYWwvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tbm90ZS9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1wYWdpbmF0b3IvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tcGx1cy1taW51cy9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1wb3BvdmVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLXBvcnRhbC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1yYWRpby9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1yYWRpby1ncm91cC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1yYWRpb3NoYXBlL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLXNlZ21lbnRlZC1iYXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tc2VsZWN0L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLXNpZGViYXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tc3RlcHBlci9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1zdWJtZW51L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLXN3aXRjaGVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLXRhYmxlL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLXRhYnMvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tdGV4dGFyZWEvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tdG9hc3QvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ldm8tdG9nZ2xlL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZXZvLXVwbG9hZC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1kcm9wZG93bi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1uYXZiYXIvaW5kZXgnO1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9waXBlcy9pbmRleCc7XG5cbi8vIFNlcnZpY2VzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZXJ2aWNlcy9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2V2by1wb3J0YWwvaW5kZXgnO1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vZXZvLWNvbnRyb2wtc3RhdGUtbWFuYWdlci9ldm8tY29udHJvbC1zdGF0ZS1tYW5hZ2VyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9mb3JtLWhlbHBlci9mb3JtLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vY29uc3RhbnRzL2Nzcy1icmVha3BvaW50cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vY29uc3RhbnRzL3ZpZXctYnJlYWtwb2ludC1zdHJlYW1zJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi90eXBlcy9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vZXZvLWJhc2UtY29udHJvbCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vU2VyaWFsaXphYmxlJztcbiJdfQ==
|
package/evotor-dev-ui-kit.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@evotor-dev/ui-kit" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@evotor-dev/ui-kit" />
|
|
5
|
+
export * from './public_api';
|