@evotor-dev/ui-kit 7.1.0 → 7.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +71 -114
- package/esm2020/evotor-dev-ui-kit.mjs +4 -4
- package/esm2020/icons/category/evotor-dev-ui-kit-icons-category.mjs +4 -4
- package/esm2020/icons/category/index.mjs +61 -61
- package/esm2020/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs +4 -4
- package/esm2020/icons/emotions/index.mjs +17 -17
- package/esm2020/icons/evotor-dev-ui-kit-icons.mjs +4 -4
- package/esm2020/icons/header/evotor-dev-ui-kit-icons-header.mjs +4 -4
- package/esm2020/icons/header/index.mjs +27 -27
- package/esm2020/icons/index.mjs +8 -8
- package/esm2020/icons/info/evotor-dev-ui-kit-icons-info.mjs +4 -4
- package/esm2020/icons/info/index.mjs +39 -39
- package/esm2020/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs +4 -4
- package/esm2020/icons/navigation/index.mjs +56 -56
- package/esm2020/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs +4 -4
- package/esm2020/icons/side-menu/index.mjs +63 -63
- package/esm2020/icons/system/evotor-dev-ui-kit-icons-system.mjs +4 -4
- package/esm2020/icons/system/index.mjs +372 -372
- package/esm2020/lib/common/Serializable.mjs +5 -5
- package/esm2020/lib/common/animations/expand.animation.mjs +27 -27
- package/esm2020/lib/common/animations/index.mjs +3 -3
- package/esm2020/lib/common/animations/sidebar.animation.mjs +9 -9
- package/esm2020/lib/common/animations/skip-initial-render.animation.mjs +2 -2
- package/esm2020/lib/common/collection/evo-collection-fabric.mjs +9 -9
- package/esm2020/lib/common/collection/evo-collection.mjs +6 -6
- package/esm2020/lib/common/collection/index.mjs +2 -2
- package/esm2020/lib/common/constants/css-breakpoints.mjs +8 -8
- package/esm2020/lib/common/constants/view-breakpoint-streams.mjs +23 -23
- package/esm2020/lib/common/evo-base-control.mjs +45 -45
- package/esm2020/lib/common/evo-control-state-manager/evo-control-state-manager.mjs +12 -12
- package/esm2020/lib/common/evo-control-state-manager/evo-control-state.interface.mjs +1 -1
- package/esm2020/lib/common/evo-control-state-manager/evo-control-states.enum.mjs +5 -5
- package/esm2020/lib/common/form-helper/form-helper.mjs +30 -30
- package/esm2020/lib/common/types/evo-color.mjs +1 -1
- package/esm2020/lib/common/types/evo-size.mjs +1 -1
- package/esm2020/lib/common/types/index.mjs +2 -2
- package/esm2020/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +30 -30
- package/esm2020/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +18 -18
- package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +56 -56
- package/esm2020/lib/components/evo-accordion/evo-accordion.component.mjs +16 -16
- package/esm2020/lib/components/evo-accordion/evo-accordion.module.mjs +65 -65
- package/esm2020/lib/components/evo-accordion/index.mjs +1 -1
- package/esm2020/lib/components/evo-accordion/public-api.mjs +5 -5
- package/esm2020/lib/components/evo-alert/evo-alert.component.mjs +78 -78
- package/esm2020/lib/components/evo-alert/evo-alert.module.mjs +28 -28
- package/esm2020/lib/components/evo-alert/index.mjs +1 -1
- package/esm2020/lib/components/evo-alert/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +357 -357
- package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +42 -42
- package/esm2020/lib/components/evo-autocomplete/evo-autocomplete.module.mjs +57 -57
- package/esm2020/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +6 -6
- package/esm2020/lib/components/evo-autocomplete/index.mjs +1 -1
- package/esm2020/lib/components/evo-autocomplete/models/DaDataParty.mjs +27 -27
- package/esm2020/lib/components/evo-autocomplete/models/dadata.model.mjs +47 -47
- package/esm2020/lib/components/evo-autocomplete/public-api.mjs +6 -6
- package/esm2020/lib/components/evo-autocomplete/types/evo-autocomplete-size.mjs +1 -1
- package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +39 -39
- package/esm2020/lib/components/evo-badge/evo-badge.module.mjs +27 -27
- package/esm2020/lib/components/evo-badge/index.mjs +2 -2
- package/esm2020/lib/components/evo-badge/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-badge/types/evo-badge-color.mjs +1 -1
- package/esm2020/lib/components/evo-badge/types/evo-badge-size.mjs +1 -1
- package/esm2020/lib/components/evo-badge/types/index.mjs +2 -2
- package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +109 -109
- package/esm2020/lib/components/evo-banner/evo-banner.module.mjs +23 -23
- package/esm2020/lib/components/evo-banner/index.mjs +1 -1
- package/esm2020/lib/components/evo-banner/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-button/components/evo-button/evo-button.component.mjs +86 -86
- package/esm2020/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +91 -91
- package/esm2020/lib/components/evo-button/constants/evo-button-themes-map.mjs +31 -31
- package/esm2020/lib/components/evo-button/evo-button.module.mjs +21 -21
- package/esm2020/lib/components/evo-button/index.mjs +1 -1
- package/esm2020/lib/components/evo-button/public-api.mjs +5 -5
- package/esm2020/lib/components/evo-button/types/evo-button-color.mjs +2 -2
- package/esm2020/lib/components/evo-button/types/evo-button-shape.mjs +2 -2
- package/esm2020/lib/components/evo-button/types/evo-button-size.mjs +2 -2
- package/esm2020/lib/components/evo-button/types/evo-button-theme-params.mjs +2 -2
- package/esm2020/lib/components/evo-button/types/evo-button-theme.mjs +2 -2
- package/esm2020/lib/components/evo-button/types/index.mjs +6 -6
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +86 -86
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.module.mjs +33 -33
- package/esm2020/lib/components/evo-checkbox/index.mjs +1 -1
- package/esm2020/lib/components/evo-checkbox/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +129 -129
- package/esm2020/lib/components/evo-chip/evo-chip.module.mjs +44 -44
- package/esm2020/lib/components/evo-chip/index.mjs +1 -1
- package/esm2020/lib/components/evo-chip/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +40 -40
- package/esm2020/lib/components/evo-control-error/evo-control-error.module.mjs +29 -29
- package/esm2020/lib/components/evo-control-error/index.mjs +1 -1
- package/esm2020/lib/components/evo-control-error/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-control-label/evo-control-label.component.mjs +18 -18
- package/esm2020/lib/components/evo-control-label/evo-control-label.module.mjs +21 -21
- package/esm2020/lib/components/evo-control-label/index.mjs +1 -1
- package/esm2020/lib/components/evo-control-label/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +37 -37
- package/esm2020/lib/components/evo-counter/evo-counter.module.mjs +29 -29
- package/esm2020/lib/components/evo-counter/index.mjs +1 -1
- package/esm2020/lib/components/evo-counter/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +554 -554
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.module.mjs +33 -33
- package/esm2020/lib/components/evo-datepicker/flatpickr-options.interface.mjs +1 -1
- package/esm2020/lib/components/evo-datepicker/index.mjs +1 -1
- package/esm2020/lib/components/evo-datepicker/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-datepicker/templates/index.mjs +19 -19
- package/esm2020/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs +40 -40
- package/esm2020/lib/components/evo-dropdown/evo-dropdown-position-description.mjs +50 -50
- package/esm2020/lib/components/evo-dropdown/evo-dropdown.component.mjs +106 -106
- package/esm2020/lib/components/evo-dropdown/evo-dropdown.module.mjs +19 -19
- package/esm2020/lib/components/evo-dropdown/index.mjs +1 -1
- package/esm2020/lib/components/evo-dropdown/public-api.mjs +4 -4
- package/esm2020/lib/components/evo-dropdown/types/evo-dropdown-positions.mjs +1 -1
- package/esm2020/lib/components/evo-icon/classes/evo-icons-library.mjs +18 -18
- package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +56 -56
- package/esm2020/lib/components/evo-icon/evo-icon.module.mjs +56 -56
- package/esm2020/lib/components/evo-icon/index.mjs +1 -1
- package/esm2020/lib/components/evo-icon/interfaces/icons-category.mjs +1 -1
- package/esm2020/lib/components/evo-icon/interfaces/icons-source.mjs +1 -1
- package/esm2020/lib/components/evo-icon/public-api.mjs +5 -5
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +64 -64
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.module.mjs +25 -25
- package/esm2020/lib/components/evo-icon-button/index.mjs +1 -1
- package/esm2020/lib/components/evo-icon-button/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-icon-button/types/evo-icon-button-size.mjs +1 -1
- package/esm2020/lib/components/evo-icon-button/types/evo-icon-button-theme.mjs +1 -1
- package/esm2020/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +13 -13
- package/esm2020/lib/components/evo-icon-number/evo-icon-number.module.mjs +17 -17
- package/esm2020/lib/components/evo-icon-number/index.mjs +1 -1
- package/esm2020/lib/components/evo-icon-number/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.mjs +12 -12
- package/esm2020/lib/components/evo-input/evo-input.component.mjs +358 -358
- package/esm2020/lib/components/evo-input/evo-input.module.mjs +65 -65
- package/esm2020/lib/components/evo-input/index.mjs +1 -1
- package/esm2020/lib/components/evo-input/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +149 -149
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs +33 -33
- package/esm2020/lib/components/evo-input-contenteditable/index.mjs +1 -1
- package/esm2020/lib/components/evo-input-contenteditable/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-input-contenteditable/utils/clear-multiline.mjs +6 -6
- package/esm2020/lib/components/evo-loader/evo-circular-loader.component.mjs +18 -18
- package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +27 -27
- package/esm2020/lib/components/evo-loader/evo-loader.module.mjs +32 -32
- package/esm2020/lib/components/evo-loader/index.mjs +1 -1
- package/esm2020/lib/components/evo-loader/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +127 -127
- package/esm2020/lib/components/evo-modal/evo-modal.module.mjs +31 -31
- package/esm2020/lib/components/evo-modal/evo-modal.service.mjs +31 -31
- package/esm2020/lib/components/evo-modal/index.mjs +1 -1
- package/esm2020/lib/components/evo-modal/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +57 -57
- package/esm2020/lib/components/evo-navbar/evo-navbar.component.mjs +45 -45
- package/esm2020/lib/components/evo-navbar/evo-navbar.module.mjs +23 -23
- package/esm2020/lib/components/evo-navbar/index.mjs +1 -1
- package/esm2020/lib/components/evo-navbar/interfaces/nav-item-main-info.mjs +1 -1
- package/esm2020/lib/components/evo-navbar/interfaces/nav-item-router-link.mjs +1 -1
- package/esm2020/lib/components/evo-navbar/interfaces/nav-item.href.mjs +1 -1
- package/esm2020/lib/components/evo-navbar/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-navbar/types/nav-item.mjs +1 -1
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +12 -12
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +45 -45
- package/esm2020/lib/components/evo-navigation-button/index.mjs +2 -2
- package/esm2020/lib/components/evo-navigation-button/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-note/evo-note.component.mjs +39 -39
- package/esm2020/lib/components/evo-note/evo-note.module.mjs +44 -44
- package/esm2020/lib/components/evo-note/index.mjs +1 -1
- package/esm2020/lib/components/evo-note/public.api.mjs +3 -3
- package/esm2020/lib/components/evo-note/types/evo-note-type.mjs +1 -1
- package/esm2020/lib/components/evo-paginator/evo-paginator.component.mjs +107 -107
- package/esm2020/lib/components/evo-paginator/evo-paginator.module.mjs +21 -21
- package/esm2020/lib/components/evo-paginator/index.mjs +1 -1
- package/esm2020/lib/components/evo-paginator/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +25 -25
- package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.module.mjs +21 -21
- package/esm2020/lib/components/evo-plus-minus/index.mjs +1 -1
- package/esm2020/lib/components/evo-plus-minus/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +173 -173
- package/esm2020/lib/components/evo-popover/evo-popover.module.mjs +25 -25
- package/esm2020/lib/components/evo-popover/index.mjs +1 -1
- package/esm2020/lib/components/evo-popover/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-portal/evo-portal-outlet.class.mjs +6 -6
- package/esm2020/lib/components/evo-portal/evo-portal-outlet.directive.mjs +18 -18
- package/esm2020/lib/components/evo-portal/evo-portal.module.mjs +31 -31
- package/esm2020/lib/components/evo-portal/evo-portal.service.mjs +91 -91
- package/esm2020/lib/components/evo-portal/index.mjs +1 -1
- package/esm2020/lib/components/evo-portal/public-api.mjs +4 -4
- package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +50 -50
- package/esm2020/lib/components/evo-radio/evo-radio.module.mjs +25 -25
- package/esm2020/lib/components/evo-radio/index.mjs +1 -1
- package/esm2020/lib/components/evo-radio/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs +122 -122
- package/esm2020/lib/components/evo-radio-group/evo-radio-group.module.mjs +33 -33
- package/esm2020/lib/components/evo-radio-group/index.mjs +1 -1
- package/esm2020/lib/components/evo-radio-group/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-radio-group/typings/options.mjs +1 -1
- package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +55 -55
- package/esm2020/lib/components/evo-radioshape/evo-radioshape.module.mjs +32 -32
- package/esm2020/lib/components/evo-radioshape/index.mjs +1 -1
- package/esm2020/lib/components/evo-radioshape/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +21 -21
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +77 -77
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +24 -24
- package/esm2020/lib/components/evo-segmented-bar/index.mjs +1 -1
- package/esm2020/lib/components/evo-segmented-bar/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-select/evo-select.component.mjs +115 -115
- package/esm2020/lib/components/evo-select/evo-select.module.mjs +33 -33
- package/esm2020/lib/components/evo-select/index.mjs +1 -1
- package/esm2020/lib/components/evo-select/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.mjs +7 -7
- package/esm2020/lib/components/evo-sidebar/enums/evo-sidebar-sizes.mjs +6 -6
- package/esm2020/lib/components/evo-sidebar/enums/evo-sidebar-states.mjs +5 -5
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +32 -32
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +12 -12
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +39 -39
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-portal.mjs +20 -20
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +172 -172
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.module.mjs +89 -89
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.service.mjs +104 -104
- package/esm2020/lib/components/evo-sidebar/index.mjs +1 -1
- package/esm2020/lib/components/evo-sidebar/interfaces.mjs +1 -1
- package/esm2020/lib/components/evo-sidebar/public-api.mjs +11 -11
- package/esm2020/lib/components/evo-sidebar/sidebar-injection-token.mjs +2 -2
- package/esm2020/lib/components/evo-sidebar/tokens.mjs +11 -11
- package/esm2020/lib/components/evo-stepper/evo-stepper-events.mjs +24 -24
- package/esm2020/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +30 -30
- package/esm2020/lib/components/evo-stepper/evo-stepper.component.mjs +66 -66
- package/esm2020/lib/components/evo-stepper/evo-stepper.module.mjs +26 -26
- package/esm2020/lib/components/evo-stepper/index.mjs +1 -1
- package/esm2020/lib/components/evo-stepper/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +159 -159
- package/esm2020/lib/components/evo-submenu/evo-submenu.module.mjs +26 -26
- package/esm2020/lib/components/evo-submenu/index.mjs +1 -1
- package/esm2020/lib/components/evo-submenu/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.mjs +10 -10
- package/esm2020/lib/components/evo-switcher/evo-switcher.component.mjs +31 -31
- package/esm2020/lib/components/evo-switcher/evo-switcher.module.mjs +26 -26
- package/esm2020/lib/components/evo-switcher/index.mjs +1 -1
- package/esm2020/lib/components/evo-switcher/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-table/evo-table/evo-table.component.mjs +66 -66
- package/esm2020/lib/components/evo-table/evo-table-column/evo-table-column.component.mjs +30 -30
- package/esm2020/lib/components/evo-table/evo-table.module.mjs +22 -22
- package/esm2020/lib/components/evo-table/index.mjs +1 -1
- package/esm2020/lib/components/evo-table/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-tabs/enums/evo-tabs-size.mjs +5 -5
- package/esm2020/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +87 -87
- package/esm2020/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs +36 -36
- package/esm2020/lib/components/evo-tabs/evo-tab-state.collection.mjs +42 -42
- package/esm2020/lib/components/evo-tabs/evo-tabs-size.service.mjs +23 -23
- package/esm2020/lib/components/evo-tabs/evo-tabs.component.mjs +82 -82
- package/esm2020/lib/components/evo-tabs/evo-tabs.module.mjs +29 -29
- package/esm2020/lib/components/evo-tabs/evo-tabs.service.mjs +66 -66
- package/esm2020/lib/components/evo-tabs/index.mjs +1 -1
- package/esm2020/lib/components/evo-tabs/public-api.mjs +8 -8
- package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +78 -78
- package/esm2020/lib/components/evo-textarea/evo-textarea.module.mjs +36 -36
- package/esm2020/lib/components/evo-textarea/index.mjs +1 -1
- package/esm2020/lib/components/evo-textarea/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-toast/evo-toast.component.mjs +97 -97
- package/esm2020/lib/components/evo-toast/evo-toast.module.mjs +44 -44
- package/esm2020/lib/components/evo-toast/evo-toast.service.mjs +48 -48
- package/esm2020/lib/components/evo-toast/index.mjs +1 -1
- package/esm2020/lib/components/evo-toast/public-api.mjs +3 -3
- package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +63 -63
- package/esm2020/lib/components/evo-toggle/evo-toggle.module.mjs +29 -29
- package/esm2020/lib/components/evo-toggle/index.mjs +1 -1
- package/esm2020/lib/components/evo-toggle/public-api.mjs +2 -2
- package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +287 -287
- package/esm2020/lib/components/evo-upload/evo-upload.module.mjs +58 -58
- package/esm2020/lib/components/evo-upload/index.mjs +1 -1
- package/esm2020/lib/components/evo-upload/public-api.mjs +2 -2
- package/esm2020/lib/decorators/deprecate-method.decorator.mjs +7 -7
- package/esm2020/lib/decorators/deprecate-variable.decorator.mjs +16 -16
- package/esm2020/lib/decorators/index.mjs +1 -1
- package/esm2020/lib/decorators/public-api.mjs +2 -2
- package/esm2020/lib/directives/evo-click-outside.directive.mjs +39 -39
- package/esm2020/lib/directives/evo-is-expanded.directive.mjs +70 -70
- package/esm2020/lib/directives/evo-let/evo-let.directive.mjs +45 -45
- package/esm2020/lib/directives/evo-ui-class.directive.mjs +158 -158
- package/esm2020/lib/directives/index.mjs +1 -1
- package/esm2020/lib/directives/public-api.mjs +4 -4
- package/esm2020/lib/evo-ui-kit.module.mjs +64 -64
- package/esm2020/lib/operators/enter-zone.operator.mjs +8 -8
- package/esm2020/lib/operators/index.mjs +1 -1
- package/esm2020/lib/operators/public-api.mjs +1 -1
- package/esm2020/lib/pipes/declination.pipe.mjs +39 -39
- package/esm2020/lib/pipes/evo-pipes.module.mjs +16 -16
- package/esm2020/lib/pipes/index.mjs +1 -1
- package/esm2020/lib/pipes/public-api.mjs +3 -3
- package/esm2020/lib/pipes/safe-html.pipe.mjs +17 -17
- package/esm2020/lib/services/evo-expanded.service.mjs +22 -22
- package/esm2020/lib/services/index.mjs +1 -1
- package/esm2020/lib/services/public-api.mjs +1 -1
- package/esm2020/lib/services/window.service.mjs +48 -48
- package/esm2020/public_api.mjs +74 -74
- package/evotor-dev-ui-kit.d.ts +5 -5
- package/fesm2015/evotor-dev-ui-kit-icons-category.mjs +62 -62
- package/fesm2015/evotor-dev-ui-kit-icons-emotions.mjs +18 -18
- package/fesm2015/evotor-dev-ui-kit-icons-header.mjs +28 -28
- package/fesm2015/evotor-dev-ui-kit-icons-info.mjs +40 -40
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs +56 -56
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-side-menu.mjs +64 -64
- package/fesm2015/evotor-dev-ui-kit-icons-system.mjs +372 -372
- package/fesm2015/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons.mjs +628 -628
- package/fesm2015/evotor-dev-ui-kit-icons.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit.mjs +7041 -7041
- package/fesm2015/evotor-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +62 -62
- package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs +18 -18
- package/fesm2020/evotor-dev-ui-kit-icons-header.mjs +28 -28
- package/fesm2020/evotor-dev-ui-kit-icons-info.mjs +40 -40
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +56 -56
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs +64 -64
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +372 -372
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons.mjs +628 -628
- package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit.mjs +7021 -7021
- package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -1
- package/icons/category/evotor-dev-ui-kit-icons-category.d.ts +5 -5
- package/icons/category/index.d.ts +59 -59
- package/icons/emotions/evotor-dev-ui-kit-icons-emotions.d.ts +5 -5
- package/icons/emotions/index.d.ts +15 -15
- package/icons/evotor-dev-ui-kit-icons.d.ts +5 -5
- package/icons/header/evotor-dev-ui-kit-icons-header.d.ts +5 -5
- package/icons/header/index.d.ts +25 -25
- package/icons/index.d.ts +321 -321
- package/icons/info/evotor-dev-ui-kit-icons-info.d.ts +5 -5
- package/icons/info/index.d.ts +37 -37
- package/icons/navigation/evotor-dev-ui-kit-icons-navigation.d.ts +5 -5
- package/icons/navigation/index.d.ts +53 -53
- package/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.d.ts +5 -5
- package/icons/side-menu/index.d.ts +61 -61
- package/icons/system/evotor-dev-ui-kit-icons-system.d.ts +5 -5
- package/icons/system/index.d.ts +369 -369
- package/lib/common/Serializable.d.ts +3 -3
- package/lib/common/animations/expand.animation.d.ts +1 -1
- package/lib/common/animations/index.d.ts +3 -3
- package/lib/common/animations/sidebar.animation.d.ts +2 -2
- package/lib/common/animations/skip-initial-render.animation.d.ts +1 -1
- package/lib/common/collection/evo-collection-fabric.d.ts +4 -4
- package/lib/common/collection/evo-collection.d.ts +3 -3
- package/lib/common/collection/index.d.ts +2 -2
- package/lib/common/constants/css-breakpoints.d.ts +8 -8
- package/lib/common/constants/view-breakpoint-streams.d.ts +9 -9
- package/lib/common/evo-base-control.d.ts +21 -21
- package/lib/common/evo-control-state-manager/evo-control-state-manager.d.ts +7 -7
- package/lib/common/evo-control-state-manager/evo-control-state.interface.d.ts +5 -5
- package/lib/common/evo-control-state-manager/evo-control-states.enum.d.ts +4 -4
- package/lib/common/form-helper/form-helper.d.ts +5 -5
- package/lib/common/types/evo-color.d.ts +1 -1
- package/lib/common/types/evo-size.d.ts +1 -1
- package/lib/common/types/index.d.ts +2 -2
- package/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.d.ts +11 -11
- package/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.d.ts +9 -9
- package/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.d.ts +11 -11
- package/lib/components/evo-accordion/evo-accordion.component.d.ts +9 -9
- package/lib/components/evo-accordion/evo-accordion.module.d.ts +13 -13
- package/lib/components/evo-accordion/index.d.ts +1 -1
- package/lib/components/evo-accordion/public-api.d.ts +5 -5
- package/lib/components/evo-alert/evo-alert.component.d.ts +38 -38
- package/lib/components/evo-alert/evo-alert.module.d.ts +9 -9
- package/lib/components/evo-alert/index.d.ts +1 -1
- package/lib/components/evo-alert/public-api.d.ts +2 -2
- package/lib/components/evo-autocomplete/components/evo-autocomplete.component.d.ts +115 -115
- package/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.d.ts +16 -16
- package/lib/components/evo-autocomplete/evo-autocomplete.module.d.ts +15 -15
- package/lib/components/evo-autocomplete/helpers/switch-query-to-list.d.ts +2 -2
- package/lib/components/evo-autocomplete/index.d.ts +1 -1
- package/lib/components/evo-autocomplete/models/DaDataParty.d.ts +37 -37
- package/lib/components/evo-autocomplete/models/dadata.model.d.ts +320 -320
- package/lib/components/evo-autocomplete/public-api.d.ts +6 -6
- package/lib/components/evo-autocomplete/types/evo-autocomplete-size.d.ts +1 -1
- package/lib/components/evo-badge/evo-badge.component.d.ts +12 -12
- package/lib/components/evo-badge/evo-badge.module.d.ts +9 -9
- package/lib/components/evo-badge/index.d.ts +2 -2
- package/lib/components/evo-badge/public-api.d.ts +2 -2
- package/lib/components/evo-badge/types/evo-badge-color.d.ts +2 -2
- package/lib/components/evo-badge/types/evo-badge-size.d.ts +2 -2
- package/lib/components/evo-badge/types/index.d.ts +2 -2
- package/lib/components/evo-banner/evo-banner.component.d.ts +46 -46
- package/lib/components/evo-banner/evo-banner.module.d.ts +9 -9
- package/lib/components/evo-banner/index.d.ts +1 -1
- package/lib/components/evo-banner/public-api.d.ts +2 -2
- package/lib/components/evo-button/components/evo-button/evo-button.component.d.ts +24 -24
- package/lib/components/evo-button/components/evo-button-old/evo-button-old.component.d.ts +39 -39
- package/lib/components/evo-button/constants/evo-button-themes-map.d.ts +2 -2
- package/lib/components/evo-button/evo-button.module.d.ts +11 -11
- package/lib/components/evo-button/index.d.ts +1 -1
- package/lib/components/evo-button/public-api.d.ts +4 -4
- package/lib/components/evo-button/types/evo-button-color.d.ts +5 -5
- package/lib/components/evo-button/types/evo-button-shape.d.ts +4 -4
- package/lib/components/evo-button/types/evo-button-size.d.ts +5 -5
- package/lib/components/evo-button/types/evo-button-theme-params.d.ts +5 -5
- package/lib/components/evo-button/types/evo-button-theme.d.ts +1 -1
- package/lib/components/evo-button/types/index.d.ts +5 -5
- package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +29 -29
- package/lib/components/evo-checkbox/evo-checkbox.module.d.ts +11 -11
- package/lib/components/evo-checkbox/index.d.ts +1 -1
- package/lib/components/evo-checkbox/public-api.d.ts +2 -2
- package/lib/components/evo-chip/evo-chip.component.d.ts +45 -45
- package/lib/components/evo-chip/evo-chip.module.d.ts +11 -11
- package/lib/components/evo-chip/index.d.ts +1 -1
- package/lib/components/evo-chip/public-api.d.ts +2 -2
- package/lib/components/evo-control-error/evo-control-error.component.d.ts +14 -14
- package/lib/components/evo-control-error/evo-control-error.module.d.ts +10 -10
- package/lib/components/evo-control-error/index.d.ts +1 -1
- package/lib/components/evo-control-error/public-api.d.ts +2 -2
- package/lib/components/evo-control-label/evo-control-label.component.d.ts +9 -9
- package/lib/components/evo-control-label/evo-control-label.module.d.ts +8 -8
- package/lib/components/evo-control-label/index.d.ts +1 -1
- package/lib/components/evo-control-label/public-api.d.ts +2 -2
- package/lib/components/evo-counter/evo-counter.component.d.ts +16 -16
- package/lib/components/evo-counter/evo-counter.module.d.ts +9 -9
- package/lib/components/evo-counter/index.d.ts +1 -1
- package/lib/components/evo-counter/public-api.d.ts +2 -2
- package/lib/components/evo-datepicker/evo-datepicker.component.d.ts +174 -174
- package/lib/components/evo-datepicker/evo-datepicker.module.d.ts +11 -11
- package/lib/components/evo-datepicker/flatpickr-options.interface.d.ts +10 -10
- package/lib/components/evo-datepicker/index.d.ts +1 -1
- package/lib/components/evo-datepicker/public-api.d.ts +2 -2
- package/lib/components/evo-datepicker/templates/index.d.ts +16 -16
- package/lib/components/evo-dropdown/evo-dropdown-origin.directive.d.ts +15 -15
- package/lib/components/evo-dropdown/evo-dropdown-position-description.d.ts +3 -3
- package/lib/components/evo-dropdown/evo-dropdown.component.d.ts +34 -34
- package/lib/components/evo-dropdown/evo-dropdown.module.d.ts +10 -10
- package/lib/components/evo-dropdown/index.d.ts +1 -1
- package/lib/components/evo-dropdown/public-api.d.ts +4 -4
- package/lib/components/evo-dropdown/types/evo-dropdown-positions.d.ts +1 -1
- package/lib/components/evo-icon/classes/evo-icons-library.d.ts +11 -11
- package/lib/components/evo-icon/evo-icon.component.d.ts +20 -20
- package/lib/components/evo-icon/evo-icon.module.d.ts +16 -16
- package/lib/components/evo-icon/index.d.ts +1 -1
- package/lib/components/evo-icon/interfaces/icons-category.d.ts +5 -5
- package/lib/components/evo-icon/interfaces/icons-source.d.ts +3 -3
- package/lib/components/evo-icon/public-api.d.ts +5 -5
- package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +26 -26
- package/lib/components/evo-icon-button/evo-icon-button.module.d.ts +8 -8
- package/lib/components/evo-icon-button/index.d.ts +1 -1
- package/lib/components/evo-icon-button/public-api.d.ts +2 -2
- package/lib/components/evo-icon-button/types/evo-icon-button-size.d.ts +2 -2
- package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +1 -1
- package/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.d.ts +6 -6
- package/lib/components/evo-icon-number/evo-icon-number.module.d.ts +8 -8
- package/lib/components/evo-icon-number/index.d.ts +1 -1
- package/lib/components/evo-icon-number/public-api.d.ts +2 -2
- package/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.d.ts +5 -5
- package/lib/components/evo-input/evo-input.component.d.ts +93 -93
- package/lib/components/evo-input/evo-input.module.d.ts +14 -14
- package/lib/components/evo-input/index.d.ts +1 -1
- package/lib/components/evo-input/public-api.d.ts +3 -3
- package/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.d.ts +44 -44
- package/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.d.ts +10 -10
- package/lib/components/evo-input-contenteditable/index.d.ts +1 -1
- package/lib/components/evo-input-contenteditable/public-api.d.ts +2 -2
- package/lib/components/evo-input-contenteditable/utils/clear-multiline.d.ts +1 -1
- package/lib/components/evo-loader/evo-circular-loader.component.d.ts +8 -8
- package/lib/components/evo-loader/evo-loader.component.d.ts +14 -14
- package/lib/components/evo-loader/evo-loader.module.d.ts +10 -10
- package/lib/components/evo-loader/index.d.ts +1 -1
- package/lib/components/evo-loader/public-api.d.ts +3 -3
- package/lib/components/evo-modal/evo-modal.component.d.ts +41 -41
- package/lib/components/evo-modal/evo-modal.module.d.ts +10 -10
- package/lib/components/evo-modal/evo-modal.service.d.ts +22 -22
- package/lib/components/evo-modal/index.d.ts +1 -1
- package/lib/components/evo-modal/public-api.d.ts +3 -3
- package/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.d.ts +21 -21
- package/lib/components/evo-navbar/evo-navbar.component.d.ts +18 -18
- package/lib/components/evo-navbar/evo-navbar.module.d.ts +12 -12
- package/lib/components/evo-navbar/index.d.ts +1 -1
- package/lib/components/evo-navbar/interfaces/nav-item-main-info.d.ts +5 -5
- package/lib/components/evo-navbar/interfaces/nav-item-router-link.d.ts +14 -14
- package/lib/components/evo-navbar/interfaces/nav-item.href.d.ts +4 -4
- package/lib/components/evo-navbar/public-api.d.ts +7 -7
- package/lib/components/evo-navbar/types/nav-item.d.ts +4 -4
- package/lib/components/evo-navigation-button/evo-navigation-button.component.d.ts +5 -5
- package/lib/components/evo-navigation-button/evo-navigation-button.module.d.ts +9 -9
- package/lib/components/evo-navigation-button/index.d.ts +1 -1
- package/lib/components/evo-navigation-button/public-api.d.ts +2 -2
- package/lib/components/evo-note/evo-note.component.d.ts +13 -13
- package/lib/components/evo-note/evo-note.module.d.ts +10 -10
- package/lib/components/evo-note/index.d.ts +1 -1
- package/lib/components/evo-note/public.api.d.ts +3 -3
- package/lib/components/evo-note/types/evo-note-type.d.ts +1 -1
- package/lib/components/evo-paginator/evo-paginator.component.d.ts +26 -26
- package/lib/components/evo-paginator/evo-paginator.module.d.ts +8 -8
- package/lib/components/evo-paginator/index.d.ts +1 -1
- package/lib/components/evo-paginator/public-api.d.ts +2 -2
- package/lib/components/evo-plus-minus/evo-plus-minus.component.d.ts +13 -13
- package/lib/components/evo-plus-minus/evo-plus-minus.module.d.ts +8 -8
- package/lib/components/evo-plus-minus/index.d.ts +1 -1
- package/lib/components/evo-plus-minus/public-api.d.ts +2 -2
- package/lib/components/evo-popover/evo-popover.component.d.ts +43 -43
- package/lib/components/evo-popover/evo-popover.module.d.ts +9 -9
- package/lib/components/evo-popover/index.d.ts +1 -1
- package/lib/components/evo-popover/public-api.d.ts +2 -2
- package/lib/components/evo-portal/evo-portal-outlet.class.d.ts +6 -6
- package/lib/components/evo-portal/evo-portal-outlet.directive.d.ts +10 -10
- package/lib/components/evo-portal/evo-portal.module.d.ts +8 -8
- package/lib/components/evo-portal/evo-portal.service.d.ts +27 -27
- package/lib/components/evo-portal/index.d.ts +1 -1
- package/lib/components/evo-portal/public-api.d.ts +4 -4
- package/lib/components/evo-radio/evo-radio.component.d.ts +18 -18
- package/lib/components/evo-radio/evo-radio.module.d.ts +9 -9
- package/lib/components/evo-radio/index.d.ts +1 -1
- package/lib/components/evo-radio/public-api.d.ts +2 -2
- package/lib/components/evo-radio-group/evo-radio-group.component.d.ts +56 -56
- package/lib/components/evo-radio-group/evo-radio-group.module.d.ts +11 -11
- package/lib/components/evo-radio-group/index.d.ts +1 -1
- package/lib/components/evo-radio-group/public-api.d.ts +2 -2
- package/lib/components/evo-radio-group/typings/options.d.ts +6 -6
- package/lib/components/evo-radioshape/components/evo-radioshape.component.d.ts +19 -19
- package/lib/components/evo-radioshape/evo-radioshape.module.d.ts +9 -9
- package/lib/components/evo-radioshape/index.d.ts +1 -1
- package/lib/components/evo-radioshape/public-api.d.ts +2 -2
- package/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.d.ts +10 -10
- package/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.d.ts +22 -22
- package/lib/components/evo-segmented-bar/evo-segmented-bar.module.d.ts +11 -11
- package/lib/components/evo-segmented-bar/index.d.ts +1 -1
- package/lib/components/evo-segmented-bar/public-api.d.ts +3 -3
- package/lib/components/evo-select/evo-select.component.d.ts +37 -37
- package/lib/components/evo-select/evo-select.module.d.ts +11 -11
- package/lib/components/evo-select/index.d.ts +1 -1
- package/lib/components/evo-select/public-api.d.ts +2 -2
- package/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.d.ts +6 -6
- package/lib/components/evo-sidebar/enums/evo-sidebar-sizes.d.ts +5 -5
- package/lib/components/evo-sidebar/enums/evo-sidebar-states.d.ts +4 -4
- package/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.d.ts +12 -12
- package/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.d.ts +5 -5
- package/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.d.ts +13 -13
- package/lib/components/evo-sidebar/evo-sidebar-portal.d.ts +13 -13
- package/lib/components/evo-sidebar/evo-sidebar.component.d.ts +42 -42
- package/lib/components/evo-sidebar/evo-sidebar.module.d.ts +17 -17
- package/lib/components/evo-sidebar/evo-sidebar.service.d.ts +26 -26
- package/lib/components/evo-sidebar/index.d.ts +1 -1
- package/lib/components/evo-sidebar/interfaces.d.ts +23 -23
- package/lib/components/evo-sidebar/public-api.d.ts +11 -11
- package/lib/components/evo-sidebar/sidebar-injection-token.d.ts +2 -2
- package/lib/components/evo-sidebar/tokens.d.ts +7 -7
- package/lib/components/evo-stepper/evo-stepper-events.d.ts +12 -12
- package/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.d.ts +13 -13
- package/lib/components/evo-stepper/evo-stepper.component.d.ts +27 -27
- package/lib/components/evo-stepper/evo-stepper.module.d.ts +10 -10
- package/lib/components/evo-stepper/index.d.ts +1 -1
- package/lib/components/evo-stepper/public-api.d.ts +3 -3
- package/lib/components/evo-submenu/evo-submenu.component.d.ts +49 -49
- package/lib/components/evo-submenu/evo-submenu.module.d.ts +11 -11
- package/lib/components/evo-submenu/index.d.ts +1 -1
- package/lib/components/evo-submenu/public-api.d.ts +2 -2
- package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +9 -9
- package/lib/components/evo-switcher/evo-switcher.component.d.ts +14 -14
- package/lib/components/evo-switcher/evo-switcher.module.d.ts +10 -10
- package/lib/components/evo-switcher/index.d.ts +1 -1
- package/lib/components/evo-switcher/public-api.d.ts +3 -3
- package/lib/components/evo-table/evo-table/evo-table.component.d.ts +35 -35
- package/lib/components/evo-table/evo-table-column/evo-table-column.component.d.ts +12 -12
- package/lib/components/evo-table/evo-table.module.d.ts +9 -9
- package/lib/components/evo-table/index.d.ts +1 -1
- package/lib/components/evo-table/public-api.d.ts +3 -3
- package/lib/components/evo-tabs/enums/evo-tabs-size.d.ts +4 -4
- package/lib/components/evo-tabs/evo-tab/evo-tab.component.d.ts +35 -35
- package/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.d.ts +16 -16
- package/lib/components/evo-tabs/evo-tab-state.collection.d.ts +15 -15
- package/lib/components/evo-tabs/evo-tabs-size.service.d.ts +12 -12
- package/lib/components/evo-tabs/evo-tabs.component.d.ts +22 -22
- package/lib/components/evo-tabs/evo-tabs.module.d.ts +11 -11
- package/lib/components/evo-tabs/evo-tabs.service.d.ts +19 -19
- package/lib/components/evo-tabs/index.d.ts +1 -1
- package/lib/components/evo-tabs/public-api.d.ts +8 -8
- package/lib/components/evo-textarea/evo-textarea.component.d.ts +25 -25
- package/lib/components/evo-textarea/evo-textarea.module.d.ts +11 -11
- package/lib/components/evo-textarea/index.d.ts +1 -1
- package/lib/components/evo-textarea/public-api.d.ts +2 -2
- package/lib/components/evo-toast/evo-toast.component.d.ts +23 -23
- package/lib/components/evo-toast/evo-toast.module.d.ts +10 -10
- package/lib/components/evo-toast/evo-toast.service.d.ts +22 -22
- package/lib/components/evo-toast/index.d.ts +1 -1
- package/lib/components/evo-toast/public-api.d.ts +3 -3
- package/lib/components/evo-toggle/evo-toggle.component.d.ts +20 -20
- package/lib/components/evo-toggle/evo-toggle.module.d.ts +10 -10
- package/lib/components/evo-toggle/index.d.ts +1 -1
- package/lib/components/evo-toggle/public-api.d.ts +2 -2
- package/lib/components/evo-upload/evo-upload.component.d.ts +65 -65
- package/lib/components/evo-upload/evo-upload.module.d.ts +13 -13
- package/lib/components/evo-upload/index.d.ts +1 -1
- package/lib/components/evo-upload/public-api.d.ts +2 -2
- package/lib/decorators/deprecate-method.decorator.d.ts +1 -1
- package/lib/decorators/deprecate-variable.decorator.d.ts +1 -1
- package/lib/decorators/index.d.ts +1 -1
- package/lib/decorators/public-api.d.ts +2 -2
- package/lib/directives/evo-click-outside.directive.d.ts +12 -12
- package/lib/directives/evo-is-expanded.directive.d.ts +19 -19
- package/lib/directives/evo-let/evo-let.directive.d.ts +33 -33
- package/lib/directives/evo-ui-class.directive.d.ts +61 -61
- package/lib/directives/index.d.ts +1 -1
- package/lib/directives/public-api.d.ts +4 -4
- package/lib/evo-ui-kit.module.d.ts +16 -16
- package/lib/operators/enter-zone.operator.d.ts +3 -3
- package/lib/operators/index.d.ts +1 -1
- package/lib/operators/public-api.d.ts +1 -1
- package/lib/pipes/declination.pipe.d.ts +7 -7
- package/lib/pipes/evo-pipes.module.d.ts +8 -8
- package/lib/pipes/index.d.ts +1 -1
- package/lib/pipes/public-api.d.ts +3 -3
- package/lib/pipes/safe-html.pipe.d.ts +10 -10
- package/lib/services/evo-expanded.service.d.ts +11 -11
- package/lib/services/index.d.ts +1 -1
- package/lib/services/public-api.d.ts +1 -1
- package/lib/services/window.service.d.ts +14 -14
- package/package.json +5 -3
- package/public_api.d.ts +63 -63
- package/styles/components/evo-button.scss +233 -233
- package/styles/components/evo-chip.scss +167 -167
- package/styles/components/evo-table.scss +42 -42
- package/styles/components/evo-title.scss +23 -23
- package/styles/globals.scss +78 -78
- package/styles/main.scss +24 -24
- package/styles/mixins/_evo-input-mixins.scss +74 -74
- package/styles/mixins/_evo-text-button-mixin.scss +24 -24
- package/styles/mixins/_evo-text-caption-mixin.scss +26 -26
- package/styles/mixins/_evo-text-field-mixin.scss +36 -36
- package/styles/mixins/_evo-text-header-mixin.scss +62 -62
- package/styles/mixins/_evo-text-mobile-header-mixin.scss +34 -34
- package/styles/mixins/_evo-text-paragraph-mixin.scss +34 -34
- package/styles/mixins/_evo-text-subtitle-mixin.scss +20 -20
- package/styles/mixins/_evo-text-tips-mixin.scss +9 -9
- package/styles/mixins/_media-mixins.scss +38 -38
- package/styles/mixins.scss +96 -96
- package/styles/partials/_fonts.scss +2 -2
- package/styles/partials/_typography.scss +135 -135
- package/styles/variables.scss +140 -140
|
@@ -1,320 +1,320 @@
|
|
|
1
|
-
export declare enum DadataFounderShareType {
|
|
2
|
-
PERCENT = "PERCENT",
|
|
3
|
-
DECIMAL = "DECIMAL",
|
|
4
|
-
FRACTION = "FRACTION"
|
|
5
|
-
}
|
|
6
|
-
export declare enum DadataCompanyType {
|
|
7
|
-
LEGAL = "LEGAL",
|
|
8
|
-
INDIVIDUAL = "INDIVIDUAL"
|
|
9
|
-
}
|
|
10
|
-
export declare enum DadataCompanyBranchType {
|
|
11
|
-
MAIN = "MAIN",
|
|
12
|
-
BRANCH = "BRANCH"
|
|
13
|
-
}
|
|
14
|
-
export declare enum DadataCompanyStatus {
|
|
15
|
-
ACTIVE = "ACTIVE",
|
|
16
|
-
LIQUIDATING = "LIQUIDATING",
|
|
17
|
-
LIQUIDATED = "LIQUIDATED",
|
|
18
|
-
REORGANIZING = "REORGANIZING",
|
|
19
|
-
BANKRUPT = "BANKRUPT"
|
|
20
|
-
}
|
|
21
|
-
export declare enum DadataBankStatus {
|
|
22
|
-
ACTIVE = "ACTIVE",
|
|
23
|
-
LIQUIDATING = "LIQUIDATING",
|
|
24
|
-
LIQUIDATED = "LIQUIDATED"
|
|
25
|
-
}
|
|
26
|
-
export declare enum DadataBankType {
|
|
27
|
-
CBR = "CBR",
|
|
28
|
-
BANK = "BANK",
|
|
29
|
-
BANK_BRANCH = "BANK_BRANCH",
|
|
30
|
-
NKO = "NKO",
|
|
31
|
-
NKO_BRANCH = "NKO_BRANCH",
|
|
32
|
-
RKC = "RKC",
|
|
33
|
-
TREASURY = "TREASURY",
|
|
34
|
-
OTHER = "OTHER"
|
|
35
|
-
}
|
|
36
|
-
export declare enum DadataManagerType {
|
|
37
|
-
EMPLOYEE = "EMPLOYEE",
|
|
38
|
-
FOREIGNER = "FOREIGNER",
|
|
39
|
-
LEGAL = "LEGAL"
|
|
40
|
-
}
|
|
41
|
-
export interface DadataMetro {
|
|
42
|
-
name: string;
|
|
43
|
-
line: string;
|
|
44
|
-
distance: string;
|
|
45
|
-
}
|
|
46
|
-
export interface DadataFio {
|
|
47
|
-
gender?: string;
|
|
48
|
-
name: string;
|
|
49
|
-
patronymic: string;
|
|
50
|
-
qc?: any;
|
|
51
|
-
source?: string;
|
|
52
|
-
surname: string;
|
|
53
|
-
}
|
|
54
|
-
export interface DadataManager {
|
|
55
|
-
ogrn: string;
|
|
56
|
-
inn: string;
|
|
57
|
-
name: string;
|
|
58
|
-
fio: DadataFio;
|
|
59
|
-
post: string;
|
|
60
|
-
hid: string;
|
|
61
|
-
type: DadataManagerType;
|
|
62
|
-
}
|
|
63
|
-
export interface DadataReorganized {
|
|
64
|
-
ogrn: string;
|
|
65
|
-
inn: string;
|
|
66
|
-
name: string;
|
|
67
|
-
}
|
|
68
|
-
export interface DadataPartyOPF {
|
|
69
|
-
code: string;
|
|
70
|
-
full: string;
|
|
71
|
-
short: string;
|
|
72
|
-
type: string;
|
|
73
|
-
}
|
|
74
|
-
export interface DadataFounderShare {
|
|
75
|
-
type: DadataFounderShareType;
|
|
76
|
-
value?: number;
|
|
77
|
-
numerator?: number;
|
|
78
|
-
denominator?: number;
|
|
79
|
-
}
|
|
80
|
-
export interface DadataFounder {
|
|
81
|
-
ogrn: string;
|
|
82
|
-
inn: string;
|
|
83
|
-
name: string;
|
|
84
|
-
fio: DadataFio;
|
|
85
|
-
hid: string;
|
|
86
|
-
type: string;
|
|
87
|
-
share: DadataFounderShare;
|
|
88
|
-
}
|
|
89
|
-
export interface DadataFioSuggestion {
|
|
90
|
-
surname: string;
|
|
91
|
-
name: string;
|
|
92
|
-
patronymic: string;
|
|
93
|
-
gender: string;
|
|
94
|
-
source: string;
|
|
95
|
-
qc: string;
|
|
96
|
-
}
|
|
97
|
-
export interface DadataFTSSuggestion {
|
|
98
|
-
type: string;
|
|
99
|
-
name: string;
|
|
100
|
-
code: string;
|
|
101
|
-
address: string;
|
|
102
|
-
}
|
|
103
|
-
export interface DadataAuthoritiesSuggestion {
|
|
104
|
-
fts_registration?: DadataFTSSuggestion;
|
|
105
|
-
fts_report?: DadataFTSSuggestion;
|
|
106
|
-
pf?: DadataFTSSuggestion;
|
|
107
|
-
sif?: DadataFTSSuggestion;
|
|
108
|
-
}
|
|
109
|
-
export interface DadataFinance {
|
|
110
|
-
tax_system?: string;
|
|
111
|
-
income?: number;
|
|
112
|
-
expense?: number;
|
|
113
|
-
debt?: number;
|
|
114
|
-
penalty?: number;
|
|
115
|
-
year?: number;
|
|
116
|
-
}
|
|
117
|
-
export interface DadataState<T> {
|
|
118
|
-
actuality_date?: number;
|
|
119
|
-
registration_date?: number;
|
|
120
|
-
liquidation_date?: number;
|
|
121
|
-
code?: string;
|
|
122
|
-
status?: T;
|
|
123
|
-
}
|
|
124
|
-
export interface DadataSecondaryOKVED {
|
|
125
|
-
main: boolean;
|
|
126
|
-
type: string;
|
|
127
|
-
code: string;
|
|
128
|
-
name: string;
|
|
129
|
-
}
|
|
130
|
-
export interface DadataPartyDocumentRegistration {
|
|
131
|
-
type: string;
|
|
132
|
-
series: string;
|
|
133
|
-
number: string;
|
|
134
|
-
issue_date: number;
|
|
135
|
-
issue_authority: string;
|
|
136
|
-
}
|
|
137
|
-
export interface DadataPartyDocument {
|
|
138
|
-
fts_registration: DadataPartyDocumentRegistration;
|
|
139
|
-
pf_registration: DadataPartyDocumentRegistration;
|
|
140
|
-
sif_registration: DadataPartyDocumentRegistration;
|
|
141
|
-
smb: {
|
|
142
|
-
type: string;
|
|
143
|
-
category: string;
|
|
144
|
-
issue_date: number;
|
|
145
|
-
};
|
|
146
|
-
}
|
|
147
|
-
export interface DadataPartyLicence {
|
|
148
|
-
series: string;
|
|
149
|
-
number: string;
|
|
150
|
-
issue_date: number;
|
|
151
|
-
issue_authority: string;
|
|
152
|
-
suspend_date: number;
|
|
153
|
-
suspend_authority: string;
|
|
154
|
-
valid_from: number;
|
|
155
|
-
valid_to: number;
|
|
156
|
-
activities: string[];
|
|
157
|
-
addresses: string[];
|
|
158
|
-
}
|
|
159
|
-
/**
|
|
160
|
-
* @see https://confluence.hflabs.ru/pages/viewpage.action?pageId=262996078
|
|
161
|
-
*/
|
|
162
|
-
export interface DadataBankSuggestion {
|
|
163
|
-
bic?: string;
|
|
164
|
-
swift?: string;
|
|
165
|
-
inn?: string;
|
|
166
|
-
kpp?: string;
|
|
167
|
-
correspondent_account?: string;
|
|
168
|
-
treasury_accounts?: string[];
|
|
169
|
-
registration_number?: string;
|
|
170
|
-
name?: {
|
|
171
|
-
payment?: string;
|
|
172
|
-
short?: string;
|
|
173
|
-
};
|
|
174
|
-
payment_city?: string;
|
|
175
|
-
opf?: {
|
|
176
|
-
type?: DadataBankType;
|
|
177
|
-
};
|
|
178
|
-
address?: DadataSuggestion<DadataAddressSuggestion>;
|
|
179
|
-
source?: string;
|
|
180
|
-
qc?: string;
|
|
181
|
-
state?: DadataState<DadataBankStatus>;
|
|
182
|
-
}
|
|
183
|
-
/**
|
|
184
|
-
* @see https://confluence.hflabs.ru/pages/viewpage.action?pageId=204669107
|
|
185
|
-
*/
|
|
186
|
-
export interface DadataAddressSuggestion {
|
|
187
|
-
postal_code?: string;
|
|
188
|
-
country?: string;
|
|
189
|
-
country_iso_code?: string;
|
|
190
|
-
federal_district?: string;
|
|
191
|
-
region_fias_id?: string;
|
|
192
|
-
region_kladr_id: string;
|
|
193
|
-
region_iso_code?: string;
|
|
194
|
-
region_with_type?: string;
|
|
195
|
-
region_type?: string;
|
|
196
|
-
region_type_full?: string;
|
|
197
|
-
region?: string;
|
|
198
|
-
area_fias_id?: string;
|
|
199
|
-
area_kladr_id?: string;
|
|
200
|
-
area_with_type?: string;
|
|
201
|
-
area_type?: string;
|
|
202
|
-
area_type_full?: string;
|
|
203
|
-
area?: string;
|
|
204
|
-
city_fias_id?: string;
|
|
205
|
-
city_kladr_id?: string;
|
|
206
|
-
city_with_type?: string;
|
|
207
|
-
city_type?: string;
|
|
208
|
-
city_type_full?: string;
|
|
209
|
-
city?: string;
|
|
210
|
-
city_district_fias_id?: string;
|
|
211
|
-
city_district_kladr_id?: string;
|
|
212
|
-
city_district_with_type?: string;
|
|
213
|
-
city_district_type?: string;
|
|
214
|
-
city_district_type_full?: string;
|
|
215
|
-
city_district?: string;
|
|
216
|
-
settlement_fias_id?: string;
|
|
217
|
-
settlement_kladr_id?: string;
|
|
218
|
-
settlement_with_type?: string;
|
|
219
|
-
settlement_type?: string;
|
|
220
|
-
settlement_type_full?: string;
|
|
221
|
-
settlement?: string;
|
|
222
|
-
street_fias_id?: string;
|
|
223
|
-
street_kladr_id?: string;
|
|
224
|
-
street_with_type?: string;
|
|
225
|
-
street_type?: string;
|
|
226
|
-
street_type_full?: string;
|
|
227
|
-
street?: string;
|
|
228
|
-
house_fias_id?: string;
|
|
229
|
-
house_kladr_id?: string;
|
|
230
|
-
house_type?: string;
|
|
231
|
-
house_type_full?: string;
|
|
232
|
-
house?: string;
|
|
233
|
-
block_type?: string;
|
|
234
|
-
block_type_full?: string;
|
|
235
|
-
block?: string;
|
|
236
|
-
flat_fias_id?: string;
|
|
237
|
-
flat_type?: string;
|
|
238
|
-
flat_type_full?: string;
|
|
239
|
-
flat?: string;
|
|
240
|
-
postal_box?: string;
|
|
241
|
-
fias_id?: string;
|
|
242
|
-
fias_level?: string;
|
|
243
|
-
kladr_id?: string;
|
|
244
|
-
geoname_id?: string;
|
|
245
|
-
capital_marker?: string;
|
|
246
|
-
okato?: string;
|
|
247
|
-
oktmo?: string;
|
|
248
|
-
tax_office?: string;
|
|
249
|
-
tax_office_legal?: string;
|
|
250
|
-
source?: string;
|
|
251
|
-
history_values?: string[];
|
|
252
|
-
geo_lat?: string;
|
|
253
|
-
geo_lon?: string;
|
|
254
|
-
qc_geo?: string;
|
|
255
|
-
fias_code?: string;
|
|
256
|
-
fias_actuality_state?: string;
|
|
257
|
-
city_area?: string;
|
|
258
|
-
beltway_hit?: string;
|
|
259
|
-
beltway_distance?: string;
|
|
260
|
-
flat_area?: string;
|
|
261
|
-
square_meter_price?: string;
|
|
262
|
-
flat_price?: string;
|
|
263
|
-
timezone?: string;
|
|
264
|
-
metro?: DadataMetro[];
|
|
265
|
-
}
|
|
266
|
-
/**
|
|
267
|
-
* @see https://confluence.hflabs.ru/pages/viewpage.action?pageId=204669122
|
|
268
|
-
*/
|
|
269
|
-
export interface DadataPartySuggestion {
|
|
270
|
-
address?: DadataSuggestion<DadataAddressSuggestion>;
|
|
271
|
-
branch_count?: number;
|
|
272
|
-
branch_type?: DadataCompanyBranchType;
|
|
273
|
-
fio?: DadataFio;
|
|
274
|
-
inn?: string;
|
|
275
|
-
kpp?: string;
|
|
276
|
-
ogrn?: string;
|
|
277
|
-
ogrn_date?: number;
|
|
278
|
-
hid?: string;
|
|
279
|
-
management?: {
|
|
280
|
-
name: string;
|
|
281
|
-
post: string;
|
|
282
|
-
disqualified: boolean;
|
|
283
|
-
};
|
|
284
|
-
name?: {
|
|
285
|
-
full_with_opf?: string;
|
|
286
|
-
short_with_opf?: string;
|
|
287
|
-
};
|
|
288
|
-
okato?: string;
|
|
289
|
-
oktmo?: string;
|
|
290
|
-
okpo?: string;
|
|
291
|
-
okogu?: string;
|
|
292
|
-
okfs?: string;
|
|
293
|
-
finance?: DadataFinance;
|
|
294
|
-
okved?: string;
|
|
295
|
-
okved_type?: string;
|
|
296
|
-
opf?: DadataPartyOPF;
|
|
297
|
-
state?: DadataState<DadataCompanyStatus>;
|
|
298
|
-
type?: DadataCompanyType;
|
|
299
|
-
employee_count: number;
|
|
300
|
-
okveds?: DadataSecondaryOKVED[];
|
|
301
|
-
authorities?: DadataAuthoritiesSuggestion;
|
|
302
|
-
founders?: DadataFounder[];
|
|
303
|
-
managers?: DadataManager[];
|
|
304
|
-
predecessors?: DadataReorganized[];
|
|
305
|
-
successors?: DadataReorganized[];
|
|
306
|
-
capital?: {
|
|
307
|
-
type: string;
|
|
308
|
-
value: number;
|
|
309
|
-
};
|
|
310
|
-
documents?: DadataPartyDocument[];
|
|
311
|
-
licenses?: DadataPartyLicence[];
|
|
312
|
-
}
|
|
313
|
-
export interface DadataSuggestion<T> {
|
|
314
|
-
data: T;
|
|
315
|
-
value?: string;
|
|
316
|
-
unrestricted_value?: string;
|
|
317
|
-
}
|
|
318
|
-
export interface DadataSuggestionsResponse<T> {
|
|
319
|
-
suggestions: DadataSuggestion<T>[];
|
|
320
|
-
}
|
|
1
|
+
export declare enum DadataFounderShareType {
|
|
2
|
+
PERCENT = "PERCENT",
|
|
3
|
+
DECIMAL = "DECIMAL",
|
|
4
|
+
FRACTION = "FRACTION"
|
|
5
|
+
}
|
|
6
|
+
export declare enum DadataCompanyType {
|
|
7
|
+
LEGAL = "LEGAL",
|
|
8
|
+
INDIVIDUAL = "INDIVIDUAL"
|
|
9
|
+
}
|
|
10
|
+
export declare enum DadataCompanyBranchType {
|
|
11
|
+
MAIN = "MAIN",
|
|
12
|
+
BRANCH = "BRANCH"
|
|
13
|
+
}
|
|
14
|
+
export declare enum DadataCompanyStatus {
|
|
15
|
+
ACTIVE = "ACTIVE",
|
|
16
|
+
LIQUIDATING = "LIQUIDATING",
|
|
17
|
+
LIQUIDATED = "LIQUIDATED",
|
|
18
|
+
REORGANIZING = "REORGANIZING",
|
|
19
|
+
BANKRUPT = "BANKRUPT"
|
|
20
|
+
}
|
|
21
|
+
export declare enum DadataBankStatus {
|
|
22
|
+
ACTIVE = "ACTIVE",
|
|
23
|
+
LIQUIDATING = "LIQUIDATING",
|
|
24
|
+
LIQUIDATED = "LIQUIDATED"
|
|
25
|
+
}
|
|
26
|
+
export declare enum DadataBankType {
|
|
27
|
+
CBR = "CBR",
|
|
28
|
+
BANK = "BANK",
|
|
29
|
+
BANK_BRANCH = "BANK_BRANCH",
|
|
30
|
+
NKO = "NKO",
|
|
31
|
+
NKO_BRANCH = "NKO_BRANCH",
|
|
32
|
+
RKC = "RKC",
|
|
33
|
+
TREASURY = "TREASURY",
|
|
34
|
+
OTHER = "OTHER"
|
|
35
|
+
}
|
|
36
|
+
export declare enum DadataManagerType {
|
|
37
|
+
EMPLOYEE = "EMPLOYEE",
|
|
38
|
+
FOREIGNER = "FOREIGNER",
|
|
39
|
+
LEGAL = "LEGAL"
|
|
40
|
+
}
|
|
41
|
+
export interface DadataMetro {
|
|
42
|
+
name: string;
|
|
43
|
+
line: string;
|
|
44
|
+
distance: string;
|
|
45
|
+
}
|
|
46
|
+
export interface DadataFio {
|
|
47
|
+
gender?: string;
|
|
48
|
+
name: string;
|
|
49
|
+
patronymic: string;
|
|
50
|
+
qc?: any;
|
|
51
|
+
source?: string;
|
|
52
|
+
surname: string;
|
|
53
|
+
}
|
|
54
|
+
export interface DadataManager {
|
|
55
|
+
ogrn: string;
|
|
56
|
+
inn: string;
|
|
57
|
+
name: string;
|
|
58
|
+
fio: DadataFio;
|
|
59
|
+
post: string;
|
|
60
|
+
hid: string;
|
|
61
|
+
type: DadataManagerType;
|
|
62
|
+
}
|
|
63
|
+
export interface DadataReorganized {
|
|
64
|
+
ogrn: string;
|
|
65
|
+
inn: string;
|
|
66
|
+
name: string;
|
|
67
|
+
}
|
|
68
|
+
export interface DadataPartyOPF {
|
|
69
|
+
code: string;
|
|
70
|
+
full: string;
|
|
71
|
+
short: string;
|
|
72
|
+
type: string;
|
|
73
|
+
}
|
|
74
|
+
export interface DadataFounderShare {
|
|
75
|
+
type: DadataFounderShareType;
|
|
76
|
+
value?: number;
|
|
77
|
+
numerator?: number;
|
|
78
|
+
denominator?: number;
|
|
79
|
+
}
|
|
80
|
+
export interface DadataFounder {
|
|
81
|
+
ogrn: string;
|
|
82
|
+
inn: string;
|
|
83
|
+
name: string;
|
|
84
|
+
fio: DadataFio;
|
|
85
|
+
hid: string;
|
|
86
|
+
type: string;
|
|
87
|
+
share: DadataFounderShare;
|
|
88
|
+
}
|
|
89
|
+
export interface DadataFioSuggestion {
|
|
90
|
+
surname: string;
|
|
91
|
+
name: string;
|
|
92
|
+
patronymic: string;
|
|
93
|
+
gender: string;
|
|
94
|
+
source: string;
|
|
95
|
+
qc: string;
|
|
96
|
+
}
|
|
97
|
+
export interface DadataFTSSuggestion {
|
|
98
|
+
type: string;
|
|
99
|
+
name: string;
|
|
100
|
+
code: string;
|
|
101
|
+
address: string;
|
|
102
|
+
}
|
|
103
|
+
export interface DadataAuthoritiesSuggestion {
|
|
104
|
+
fts_registration?: DadataFTSSuggestion;
|
|
105
|
+
fts_report?: DadataFTSSuggestion;
|
|
106
|
+
pf?: DadataFTSSuggestion;
|
|
107
|
+
sif?: DadataFTSSuggestion;
|
|
108
|
+
}
|
|
109
|
+
export interface DadataFinance {
|
|
110
|
+
tax_system?: string;
|
|
111
|
+
income?: number;
|
|
112
|
+
expense?: number;
|
|
113
|
+
debt?: number;
|
|
114
|
+
penalty?: number;
|
|
115
|
+
year?: number;
|
|
116
|
+
}
|
|
117
|
+
export interface DadataState<T> {
|
|
118
|
+
actuality_date?: number;
|
|
119
|
+
registration_date?: number;
|
|
120
|
+
liquidation_date?: number;
|
|
121
|
+
code?: string;
|
|
122
|
+
status?: T;
|
|
123
|
+
}
|
|
124
|
+
export interface DadataSecondaryOKVED {
|
|
125
|
+
main: boolean;
|
|
126
|
+
type: string;
|
|
127
|
+
code: string;
|
|
128
|
+
name: string;
|
|
129
|
+
}
|
|
130
|
+
export interface DadataPartyDocumentRegistration {
|
|
131
|
+
type: string;
|
|
132
|
+
series: string;
|
|
133
|
+
number: string;
|
|
134
|
+
issue_date: number;
|
|
135
|
+
issue_authority: string;
|
|
136
|
+
}
|
|
137
|
+
export interface DadataPartyDocument {
|
|
138
|
+
fts_registration: DadataPartyDocumentRegistration;
|
|
139
|
+
pf_registration: DadataPartyDocumentRegistration;
|
|
140
|
+
sif_registration: DadataPartyDocumentRegistration;
|
|
141
|
+
smb: {
|
|
142
|
+
type: string;
|
|
143
|
+
category: string;
|
|
144
|
+
issue_date: number;
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
export interface DadataPartyLicence {
|
|
148
|
+
series: string;
|
|
149
|
+
number: string;
|
|
150
|
+
issue_date: number;
|
|
151
|
+
issue_authority: string;
|
|
152
|
+
suspend_date: number;
|
|
153
|
+
suspend_authority: string;
|
|
154
|
+
valid_from: number;
|
|
155
|
+
valid_to: number;
|
|
156
|
+
activities: string[];
|
|
157
|
+
addresses: string[];
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* @see https://confluence.hflabs.ru/pages/viewpage.action?pageId=262996078
|
|
161
|
+
*/
|
|
162
|
+
export interface DadataBankSuggestion {
|
|
163
|
+
bic?: string;
|
|
164
|
+
swift?: string;
|
|
165
|
+
inn?: string;
|
|
166
|
+
kpp?: string;
|
|
167
|
+
correspondent_account?: string;
|
|
168
|
+
treasury_accounts?: string[];
|
|
169
|
+
registration_number?: string;
|
|
170
|
+
name?: {
|
|
171
|
+
payment?: string;
|
|
172
|
+
short?: string;
|
|
173
|
+
};
|
|
174
|
+
payment_city?: string;
|
|
175
|
+
opf?: {
|
|
176
|
+
type?: DadataBankType;
|
|
177
|
+
};
|
|
178
|
+
address?: DadataSuggestion<DadataAddressSuggestion>;
|
|
179
|
+
source?: string;
|
|
180
|
+
qc?: string;
|
|
181
|
+
state?: DadataState<DadataBankStatus>;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* @see https://confluence.hflabs.ru/pages/viewpage.action?pageId=204669107
|
|
185
|
+
*/
|
|
186
|
+
export interface DadataAddressSuggestion {
|
|
187
|
+
postal_code?: string;
|
|
188
|
+
country?: string;
|
|
189
|
+
country_iso_code?: string;
|
|
190
|
+
federal_district?: string;
|
|
191
|
+
region_fias_id?: string;
|
|
192
|
+
region_kladr_id: string;
|
|
193
|
+
region_iso_code?: string;
|
|
194
|
+
region_with_type?: string;
|
|
195
|
+
region_type?: string;
|
|
196
|
+
region_type_full?: string;
|
|
197
|
+
region?: string;
|
|
198
|
+
area_fias_id?: string;
|
|
199
|
+
area_kladr_id?: string;
|
|
200
|
+
area_with_type?: string;
|
|
201
|
+
area_type?: string;
|
|
202
|
+
area_type_full?: string;
|
|
203
|
+
area?: string;
|
|
204
|
+
city_fias_id?: string;
|
|
205
|
+
city_kladr_id?: string;
|
|
206
|
+
city_with_type?: string;
|
|
207
|
+
city_type?: string;
|
|
208
|
+
city_type_full?: string;
|
|
209
|
+
city?: string;
|
|
210
|
+
city_district_fias_id?: string;
|
|
211
|
+
city_district_kladr_id?: string;
|
|
212
|
+
city_district_with_type?: string;
|
|
213
|
+
city_district_type?: string;
|
|
214
|
+
city_district_type_full?: string;
|
|
215
|
+
city_district?: string;
|
|
216
|
+
settlement_fias_id?: string;
|
|
217
|
+
settlement_kladr_id?: string;
|
|
218
|
+
settlement_with_type?: string;
|
|
219
|
+
settlement_type?: string;
|
|
220
|
+
settlement_type_full?: string;
|
|
221
|
+
settlement?: string;
|
|
222
|
+
street_fias_id?: string;
|
|
223
|
+
street_kladr_id?: string;
|
|
224
|
+
street_with_type?: string;
|
|
225
|
+
street_type?: string;
|
|
226
|
+
street_type_full?: string;
|
|
227
|
+
street?: string;
|
|
228
|
+
house_fias_id?: string;
|
|
229
|
+
house_kladr_id?: string;
|
|
230
|
+
house_type?: string;
|
|
231
|
+
house_type_full?: string;
|
|
232
|
+
house?: string;
|
|
233
|
+
block_type?: string;
|
|
234
|
+
block_type_full?: string;
|
|
235
|
+
block?: string;
|
|
236
|
+
flat_fias_id?: string;
|
|
237
|
+
flat_type?: string;
|
|
238
|
+
flat_type_full?: string;
|
|
239
|
+
flat?: string;
|
|
240
|
+
postal_box?: string;
|
|
241
|
+
fias_id?: string;
|
|
242
|
+
fias_level?: string;
|
|
243
|
+
kladr_id?: string;
|
|
244
|
+
geoname_id?: string;
|
|
245
|
+
capital_marker?: string;
|
|
246
|
+
okato?: string;
|
|
247
|
+
oktmo?: string;
|
|
248
|
+
tax_office?: string;
|
|
249
|
+
tax_office_legal?: string;
|
|
250
|
+
source?: string;
|
|
251
|
+
history_values?: string[];
|
|
252
|
+
geo_lat?: string;
|
|
253
|
+
geo_lon?: string;
|
|
254
|
+
qc_geo?: string;
|
|
255
|
+
fias_code?: string;
|
|
256
|
+
fias_actuality_state?: string;
|
|
257
|
+
city_area?: string;
|
|
258
|
+
beltway_hit?: string;
|
|
259
|
+
beltway_distance?: string;
|
|
260
|
+
flat_area?: string;
|
|
261
|
+
square_meter_price?: string;
|
|
262
|
+
flat_price?: string;
|
|
263
|
+
timezone?: string;
|
|
264
|
+
metro?: DadataMetro[];
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* @see https://confluence.hflabs.ru/pages/viewpage.action?pageId=204669122
|
|
268
|
+
*/
|
|
269
|
+
export interface DadataPartySuggestion {
|
|
270
|
+
address?: DadataSuggestion<DadataAddressSuggestion>;
|
|
271
|
+
branch_count?: number;
|
|
272
|
+
branch_type?: DadataCompanyBranchType;
|
|
273
|
+
fio?: DadataFio;
|
|
274
|
+
inn?: string;
|
|
275
|
+
kpp?: string;
|
|
276
|
+
ogrn?: string;
|
|
277
|
+
ogrn_date?: number;
|
|
278
|
+
hid?: string;
|
|
279
|
+
management?: {
|
|
280
|
+
name: string;
|
|
281
|
+
post: string;
|
|
282
|
+
disqualified: boolean;
|
|
283
|
+
};
|
|
284
|
+
name?: {
|
|
285
|
+
full_with_opf?: string;
|
|
286
|
+
short_with_opf?: string;
|
|
287
|
+
};
|
|
288
|
+
okato?: string;
|
|
289
|
+
oktmo?: string;
|
|
290
|
+
okpo?: string;
|
|
291
|
+
okogu?: string;
|
|
292
|
+
okfs?: string;
|
|
293
|
+
finance?: DadataFinance;
|
|
294
|
+
okved?: string;
|
|
295
|
+
okved_type?: string;
|
|
296
|
+
opf?: DadataPartyOPF;
|
|
297
|
+
state?: DadataState<DadataCompanyStatus>;
|
|
298
|
+
type?: DadataCompanyType;
|
|
299
|
+
employee_count: number;
|
|
300
|
+
okveds?: DadataSecondaryOKVED[];
|
|
301
|
+
authorities?: DadataAuthoritiesSuggestion;
|
|
302
|
+
founders?: DadataFounder[];
|
|
303
|
+
managers?: DadataManager[];
|
|
304
|
+
predecessors?: DadataReorganized[];
|
|
305
|
+
successors?: DadataReorganized[];
|
|
306
|
+
capital?: {
|
|
307
|
+
type: string;
|
|
308
|
+
value: number;
|
|
309
|
+
};
|
|
310
|
+
documents?: DadataPartyDocument[];
|
|
311
|
+
licenses?: DadataPartyLicence[];
|
|
312
|
+
}
|
|
313
|
+
export interface DadataSuggestion<T> {
|
|
314
|
+
data: T;
|
|
315
|
+
value?: string;
|
|
316
|
+
unrestricted_value?: string;
|
|
317
|
+
}
|
|
318
|
+
export interface DadataSuggestionsResponse<T> {
|
|
319
|
+
suggestions: DadataSuggestion<T>[];
|
|
320
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './evo-autocomplete.module';
|
|
2
|
-
export * from './components/evo-autocomplete.component';
|
|
3
|
-
export * from './components/templates/evo-autocomplete-default-option.component';
|
|
4
|
-
export * from './helpers/switch-query-to-list';
|
|
5
|
-
export * from './models/DaDataParty';
|
|
6
|
-
export * from './models/dadata.model';
|
|
1
|
+
export * from './evo-autocomplete.module';
|
|
2
|
+
export * from './components/evo-autocomplete.component';
|
|
3
|
+
export * from './components/templates/evo-autocomplete-default-option.component';
|
|
4
|
+
export * from './helpers/switch-query-to-list';
|
|
5
|
+
export * from './models/DaDataParty';
|
|
6
|
+
export * from './models/dadata.model';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare type EvoAutocompleteSize = 'normal' | 'small';
|
|
1
|
+
export declare type EvoAutocompleteSize = 'normal' | 'small';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { EvoBadgeColor, EvoBadgeSize } from './types';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class EvoBadgeComponent {
|
|
4
|
-
color: EvoBadgeColor;
|
|
5
|
-
size: EvoBadgeSize;
|
|
6
|
-
multiline: boolean;
|
|
7
|
-
widthPixels: number;
|
|
8
|
-
widthPercents: number;
|
|
9
|
-
get classes(): string[];
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EvoBadgeComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoBadgeComponent, "evo-badge", never, { "color": "color"; "size": "size"; "multiline": "multiline"; "widthPixels": "width.px"; "widthPercents": "width.%"; }, {}, never, ["*"]>;
|
|
12
|
-
}
|
|
1
|
+
import { EvoBadgeColor, EvoBadgeSize } from './types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class EvoBadgeComponent {
|
|
4
|
+
color: EvoBadgeColor;
|
|
5
|
+
size: EvoBadgeSize;
|
|
6
|
+
multiline: boolean;
|
|
7
|
+
widthPixels: number;
|
|
8
|
+
widthPercents: number;
|
|
9
|
+
get classes(): string[];
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoBadgeComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoBadgeComponent, "evo-badge", never, { "color": "color"; "size": "size"; "multiline": "multiline"; "widthPixels": "width.px"; "widthPercents": "width.%"; }, {}, never, ["*"]>;
|
|
12
|
+
}
|