@evotor-dev/ui-kit 6.4.0 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (694) hide show
  1. package/{esm2015/evotor-dev-ui-kit.js → esm2020/evotor-dev-ui-kit.mjs} +4 -4
  2. package/{esm2015/icons/category/evotor-dev-ui-kit-icons-category.js → esm2020/icons/category/evotor-dev-ui-kit-icons-category.mjs} +4 -4
  3. package/{esm2015/icons/category/index.js → esm2020/icons/category/index.mjs} +61 -61
  4. package/{esm2015/icons/emotions/evotor-dev-ui-kit-icons-emotions.js → esm2020/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs} +4 -4
  5. package/{esm2015/icons/emotions/index.js → esm2020/icons/emotions/index.mjs} +17 -17
  6. package/{esm2015/icons/evotor-dev-ui-kit-icons.js → esm2020/icons/evotor-dev-ui-kit-icons.mjs} +4 -4
  7. package/{esm2015/icons/header/evotor-dev-ui-kit-icons-header.js → esm2020/icons/header/evotor-dev-ui-kit-icons-header.mjs} +4 -4
  8. package/{esm2015/icons/header/index.js → esm2020/icons/header/index.mjs} +27 -27
  9. package/{esm2015/icons/index.js → esm2020/icons/index.mjs} +8 -8
  10. package/{esm2015/icons/info/evotor-dev-ui-kit-icons-info.js → esm2020/icons/info/evotor-dev-ui-kit-icons-info.mjs} +4 -4
  11. package/{esm2015/icons/info/index.js → esm2020/icons/info/index.mjs} +39 -39
  12. package/{esm2015/icons/navigation/evotor-dev-ui-kit-icons-navigation.js → esm2020/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs} +4 -4
  13. package/{esm2015/icons/navigation/index.js → esm2020/icons/navigation/index.mjs} +56 -56
  14. 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
  15. package/{esm2015/icons/side-menu/index.js → esm2020/icons/side-menu/index.mjs} +63 -63
  16. package/{esm2015/icons/system/evotor-dev-ui-kit-icons-system.js → esm2020/icons/system/evotor-dev-ui-kit-icons-system.mjs} +4 -4
  17. package/{esm2015/icons/system/index.js → esm2020/icons/system/index.mjs} +368 -368
  18. package/{esm2015/lib/common/Serializable.js → esm2020/lib/common/Serializable.mjs} +5 -5
  19. package/{esm2015/lib/common/animations/expand.animation.js → esm2020/lib/common/animations/expand.animation.mjs} +27 -27
  20. package/{esm2015/lib/common/animations/index.js → esm2020/lib/common/animations/index.mjs} +3 -3
  21. package/{esm2015/lib/common/animations/sidebar.animation.js → esm2020/lib/common/animations/sidebar.animation.mjs} +9 -9
  22. package/{esm2015/lib/common/animations/skip-initial-render.animation.js → esm2020/lib/common/animations/skip-initial-render.animation.mjs} +2 -2
  23. package/{esm2015/lib/common/collection/evo-collection-fabric.js → esm2020/lib/common/collection/evo-collection-fabric.mjs} +9 -9
  24. package/{esm2015/lib/common/collection/evo-collection.js → esm2020/lib/common/collection/evo-collection.mjs} +6 -6
  25. package/{esm2015/lib/common/collection/index.js → esm2020/lib/common/collection/index.mjs} +2 -2
  26. package/{esm2015/lib/common/constants/css-breakpoints.js → esm2020/lib/common/constants/css-breakpoints.mjs} +8 -8
  27. package/{esm2015/lib/common/constants/view-breakpoint-streams.js → esm2020/lib/common/constants/view-breakpoint-streams.mjs} +23 -23
  28. package/esm2020/lib/common/evo-base-control.mjs +46 -0
  29. 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
  30. 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
  31. 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
  32. package/{esm2015/lib/common/form-helper/form-helper.js → esm2020/lib/common/form-helper/form-helper.mjs} +30 -30
  33. package/{esm2015/lib/common/types/evo-color.js → esm2020/lib/common/types/evo-color.mjs} +1 -1
  34. package/{esm2015/lib/common/types/evo-size.js → esm2020/lib/common/types/evo-size.mjs} +1 -1
  35. package/{esm2015/lib/common/types/index.js → esm2020/lib/common/types/index.mjs} +2 -2
  36. package/esm2020/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +31 -0
  37. package/esm2020/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +19 -0
  38. package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +57 -0
  39. package/esm2020/lib/components/evo-accordion/evo-accordion.component.mjs +17 -0
  40. package/{esm2015/lib/components/evo-accordion/evo-accordion.module.js → esm2020/lib/components/evo-accordion/evo-accordion.module.mjs} +66 -66
  41. package/{esm2015/lib/components/evo-accordion/index.js → esm2020/lib/components/evo-accordion/index.mjs} +1 -1
  42. package/{esm2015/lib/components/evo-accordion/public-api.js → esm2020/lib/components/evo-accordion/public-api.mjs} +5 -5
  43. package/esm2020/lib/components/evo-alert/evo-alert.component.mjs +79 -0
  44. package/{esm2015/lib/components/evo-alert/evo-alert.module.js → esm2020/lib/components/evo-alert/evo-alert.module.mjs} +29 -29
  45. package/{esm2015/lib/components/evo-alert/index.js → esm2020/lib/components/evo-alert/index.mjs} +1 -1
  46. package/{esm2015/lib/components/evo-alert/public-api.js → esm2020/lib/components/evo-alert/public-api.mjs} +2 -2
  47. package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +358 -0
  48. package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +43 -0
  49. package/{esm2015/lib/components/evo-autocomplete/evo-autocomplete.module.js → esm2020/lib/components/evo-autocomplete/evo-autocomplete.module.mjs} +58 -58
  50. package/esm2020/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +6 -0
  51. package/{esm2015/lib/components/evo-autocomplete/index.js → esm2020/lib/components/evo-autocomplete/index.mjs} +1 -1
  52. package/{esm2015/lib/components/evo-autocomplete/models/DaDataParty.js → esm2020/lib/components/evo-autocomplete/models/DaDataParty.mjs} +27 -27
  53. package/{esm2015/lib/components/evo-autocomplete/models/dadata.model.js → esm2020/lib/components/evo-autocomplete/models/dadata.model.mjs} +47 -47
  54. package/{esm2015/lib/components/evo-autocomplete/public-api.js → esm2020/lib/components/evo-autocomplete/public-api.mjs} +6 -6
  55. package/{esm2015/lib/components/evo-autocomplete/types/evo-autocomplete-size.js → esm2020/lib/components/evo-autocomplete/types/evo-autocomplete-size.mjs} +1 -1
  56. package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +40 -0
  57. package/{esm2015/lib/components/evo-badge/evo-badge.module.js → esm2020/lib/components/evo-badge/evo-badge.module.mjs} +28 -28
  58. package/{esm2015/lib/components/evo-badge/index.js → esm2020/lib/components/evo-badge/index.mjs} +2 -2
  59. package/{esm2015/lib/components/evo-badge/public-api.js → esm2020/lib/components/evo-badge/public-api.mjs} +2 -2
  60. package/{esm2015/lib/components/evo-badge/types/evo-badge-color.js → esm2020/lib/components/evo-badge/types/evo-badge-color.mjs} +1 -1
  61. package/{esm2015/lib/components/evo-badge/types/evo-badge-size.js → esm2020/lib/components/evo-badge/types/evo-badge-size.mjs} +1 -1
  62. package/{esm2015/lib/components/evo-badge/types/index.js → esm2020/lib/components/evo-badge/types/index.mjs} +2 -2
  63. package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +112 -0
  64. package/{esm2015/lib/components/evo-banner/evo-banner.module.js → esm2020/lib/components/evo-banner/evo-banner.module.mjs} +27 -27
  65. package/{esm2015/lib/components/evo-banner/index.js → esm2020/lib/components/evo-banner/index.mjs} +1 -1
  66. package/{esm2015/lib/components/evo-banner/public-api.js → esm2020/lib/components/evo-banner/public-api.mjs} +2 -2
  67. package/esm2020/lib/components/evo-button/evo-button.component.mjs +82 -0
  68. package/{esm2015/lib/components/evo-button/evo-button.module.js → esm2020/lib/components/evo-button/evo-button.module.mjs} +26 -26
  69. package/{esm2015/lib/components/evo-button/index.js → esm2020/lib/components/evo-button/index.mjs} +1 -1
  70. package/{esm2015/lib/components/evo-button/public-api.js → esm2020/lib/components/evo-button/public-api.mjs} +2 -2
  71. package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +82 -0
  72. package/{esm2015/lib/components/evo-checkbox/evo-checkbox.module.js → esm2020/lib/components/evo-checkbox/evo-checkbox.module.mjs} +34 -34
  73. package/{esm2015/lib/components/evo-checkbox/index.js → esm2020/lib/components/evo-checkbox/index.mjs} +1 -1
  74. package/{esm2015/lib/components/evo-checkbox/public-api.js → esm2020/lib/components/evo-checkbox/public-api.mjs} +2 -2
  75. package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +130 -0
  76. package/{esm2015/lib/components/evo-chip/evo-chip.module.js → esm2020/lib/components/evo-chip/evo-chip.module.mjs} +45 -45
  77. package/{esm2015/lib/components/evo-chip/index.js → esm2020/lib/components/evo-chip/index.mjs} +1 -1
  78. package/{esm2015/lib/components/evo-chip/public-api.js → esm2020/lib/components/evo-chip/public-api.mjs} +2 -2
  79. package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +41 -0
  80. 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
  81. package/{esm2015/lib/components/evo-control-error/index.js → esm2020/lib/components/evo-control-error/index.mjs} +1 -1
  82. package/{esm2015/lib/components/evo-control-error/public-api.js → esm2020/lib/components/evo-control-error/public-api.mjs} +2 -2
  83. package/esm2020/lib/components/evo-control-label/evo-control-label.component.mjs +19 -0
  84. 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
  85. package/{esm2015/lib/components/evo-control-label/index.js → esm2020/lib/components/evo-control-label/index.mjs} +1 -1
  86. package/{esm2015/lib/components/evo-control-label/public-api.js → esm2020/lib/components/evo-control-label/public-api.mjs} +2 -2
  87. package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +38 -0
  88. package/{esm2015/lib/components/evo-counter/evo-counter.module.js → esm2020/lib/components/evo-counter/evo-counter.module.mjs} +30 -30
  89. package/{esm2015/lib/components/evo-counter/index.js → esm2020/lib/components/evo-counter/index.mjs} +1 -1
  90. package/{esm2015/lib/components/evo-counter/public-api.js → esm2020/lib/components/evo-counter/public-api.mjs} +2 -2
  91. package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +561 -0
  92. package/{esm2015/lib/components/evo-datepicker/evo-datepicker.module.js → esm2020/lib/components/evo-datepicker/evo-datepicker.module.mjs} +34 -34
  93. package/{esm2015/lib/components/evo-datepicker/flatpickr-options.interface.js → esm2020/lib/components/evo-datepicker/flatpickr-options.interface.mjs} +1 -1
  94. package/{esm2015/lib/components/evo-datepicker/index.js → esm2020/lib/components/evo-datepicker/index.mjs} +1 -1
  95. package/{esm2015/lib/components/evo-datepicker/public-api.js → esm2020/lib/components/evo-datepicker/public-api.mjs} +2 -2
  96. package/{esm2015/lib/components/evo-datepicker/templates/index.js → esm2020/lib/components/evo-datepicker/templates/index.mjs} +19 -19
  97. package/{esm2015/lib/components/evo-dropdown/evo-dropdown-origin.directive.js → esm2020/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs} +41 -41
  98. package/{esm2015/lib/components/evo-dropdown/evo-dropdown-position-description.js → esm2020/lib/components/evo-dropdown/evo-dropdown-position-description.mjs} +50 -50
  99. package/esm2020/lib/components/evo-dropdown/evo-dropdown.component.mjs +107 -0
  100. package/{esm2015/lib/components/evo-dropdown/evo-dropdown.module.js → esm2020/lib/components/evo-dropdown/evo-dropdown.module.mjs} +20 -20
  101. package/{esm2015/lib/components/evo-dropdown/index.js → esm2020/lib/components/evo-dropdown/index.mjs} +1 -1
  102. package/{esm2015/lib/components/evo-dropdown/public-api.js → esm2020/lib/components/evo-dropdown/public-api.mjs} +4 -4
  103. package/{esm2015/lib/components/evo-dropdown/types/evo-dropdown-positions.js → esm2020/lib/components/evo-dropdown/types/evo-dropdown-positions.mjs} +1 -1
  104. package/{esm2015/lib/components/evo-icon/classes/evo-icons-library.js → esm2020/lib/components/evo-icon/classes/evo-icons-library.mjs} +18 -18
  105. package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +52 -0
  106. package/{esm2015/lib/components/evo-icon/evo-icon.module.js → esm2020/lib/components/evo-icon/evo-icon.module.mjs} +57 -57
  107. package/{esm2015/lib/components/evo-icon/index.js → esm2020/lib/components/evo-icon/index.mjs} +1 -1
  108. package/{esm2015/lib/components/evo-icon/interfaces/icons-category.js → esm2020/lib/components/evo-icon/interfaces/icons-category.mjs} +1 -1
  109. package/{esm2015/lib/components/evo-icon/interfaces/icons-source.js → esm2020/lib/components/evo-icon/interfaces/icons-source.mjs} +1 -1
  110. package/{esm2015/lib/components/evo-icon/public-api.js → esm2020/lib/components/evo-icon/public-api.mjs} +5 -5
  111. package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +61 -0
  112. 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
  113. package/{esm2015/lib/components/evo-icon-button/index.js → esm2020/lib/components/evo-icon-button/index.mjs} +1 -1
  114. package/{esm2015/lib/components/evo-icon-button/public-api.js → esm2020/lib/components/evo-icon-button/public-api.mjs} +2 -2
  115. 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
  116. 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
  117. package/esm2020/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +14 -0
  118. 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
  119. package/{esm2015/lib/components/evo-icon-number/index.js → esm2020/lib/components/evo-icon-number/index.mjs} +1 -1
  120. package/{esm2015/lib/components/evo-icon-number/public-api.js → esm2020/lib/components/evo-icon-number/public-api.mjs} +2 -2
  121. 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
  122. package/esm2020/lib/components/evo-input/evo-input.component.mjs +357 -0
  123. package/{esm2015/lib/components/evo-input/evo-input.module.js → esm2020/lib/components/evo-input/evo-input.module.mjs} +66 -66
  124. package/{esm2015/lib/components/evo-input/index.js → esm2020/lib/components/evo-input/index.mjs} +1 -1
  125. package/{esm2015/lib/components/evo-input/public-api.js → esm2020/lib/components/evo-input/public-api.mjs} +3 -3
  126. package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +150 -0
  127. 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
  128. package/{esm2015/lib/components/evo-input-contenteditable/index.js → esm2020/lib/components/evo-input-contenteditable/index.mjs} +1 -1
  129. package/{esm2015/lib/components/evo-input-contenteditable/public-api.js → esm2020/lib/components/evo-input-contenteditable/public-api.mjs} +2 -2
  130. package/esm2020/lib/components/evo-input-contenteditable/utils/clear-multiline.mjs +7 -0
  131. package/esm2020/lib/components/evo-loader/evo-circular-loader.component.mjs +18 -0
  132. package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +24 -0
  133. package/{esm2015/lib/components/evo-loader/evo-loader.module.js → esm2020/lib/components/evo-loader/evo-loader.module.mjs} +33 -33
  134. package/{esm2015/lib/components/evo-loader/index.js → esm2020/lib/components/evo-loader/index.mjs} +1 -1
  135. package/{esm2015/lib/components/evo-loader/public-api.js → esm2020/lib/components/evo-loader/public-api.mjs} +3 -3
  136. package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +118 -0
  137. package/{esm2015/lib/components/evo-modal/evo-modal.module.js → esm2020/lib/components/evo-modal/evo-modal.module.mjs} +32 -32
  138. package/{esm2015/lib/components/evo-modal/evo-modal.service.js → esm2020/lib/components/evo-modal/evo-modal.service.mjs} +32 -32
  139. package/{esm2015/lib/components/evo-modal/index.js → esm2020/lib/components/evo-modal/index.mjs} +1 -1
  140. package/{esm2015/lib/components/evo-modal/public-api.js → esm2020/lib/components/evo-modal/public-api.mjs} +3 -3
  141. package/esm2020/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +58 -0
  142. package/esm2020/lib/components/evo-navbar/evo-navbar.component.mjs +46 -0
  143. package/{esm2015/lib/components/evo-navbar/evo-navbar.module.js → esm2020/lib/components/evo-navbar/evo-navbar.module.mjs} +24 -24
  144. package/{esm2015/lib/components/evo-navbar/index.js → esm2020/lib/components/evo-navbar/index.mjs} +1 -1
  145. 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
  146. 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
  147. package/{esm2015/lib/components/evo-navbar/interfaces/nav-item.href.js → esm2020/lib/components/evo-navbar/interfaces/nav-item.href.mjs} +1 -1
  148. package/{esm2015/lib/components/evo-navbar/public-api.js → esm2020/lib/components/evo-navbar/public-api.mjs} +3 -3
  149. package/{esm2015/lib/components/evo-navbar/types/nav-item.js → esm2020/lib/components/evo-navbar/types/nav-item.mjs} +1 -1
  150. package/esm2020/lib/components/evo-note/evo-note.component.mjs +40 -0
  151. package/{esm2015/lib/components/evo-note/evo-note.module.js → esm2020/lib/components/evo-note/evo-note.module.mjs} +45 -45
  152. package/{esm2015/lib/components/evo-note/index.js → esm2020/lib/components/evo-note/index.mjs} +1 -1
  153. package/{esm2015/lib/components/evo-note/public.api.js → esm2020/lib/components/evo-note/public.api.mjs} +3 -3
  154. package/{esm2015/lib/components/evo-note/types/evo-note-type.js → esm2020/lib/components/evo-note/types/evo-note-type.mjs} +1 -1
  155. package/esm2020/lib/components/evo-paginator/evo-paginator.component.mjs +109 -0
  156. package/{esm2015/lib/components/evo-paginator/evo-paginator.module.js → esm2020/lib/components/evo-paginator/evo-paginator.module.mjs} +22 -22
  157. package/{esm2015/lib/components/evo-paginator/index.js → esm2020/lib/components/evo-paginator/index.mjs} +1 -1
  158. package/{esm2015/lib/components/evo-paginator/public-api.js → esm2020/lib/components/evo-paginator/public-api.mjs} +2 -2
  159. package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +26 -0
  160. 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
  161. package/{esm2015/lib/components/evo-plus-minus/index.js → esm2020/lib/components/evo-plus-minus/index.mjs} +1 -1
  162. package/{esm2015/lib/components/evo-plus-minus/public-api.js → esm2020/lib/components/evo-plus-minus/public-api.mjs} +2 -2
  163. package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +173 -0
  164. package/{esm2015/lib/components/evo-popover/evo-popover.module.js → esm2020/lib/components/evo-popover/evo-popover.module.mjs} +26 -26
  165. package/{esm2015/lib/components/evo-popover/index.js → esm2020/lib/components/evo-popover/index.mjs} +1 -1
  166. package/{esm2015/lib/components/evo-popover/public-api.js → esm2020/lib/components/evo-popover/public-api.mjs} +2 -2
  167. package/{esm2015/lib/components/evo-portal/evo-portal-outlet.class.js → esm2020/lib/components/evo-portal/evo-portal-outlet.class.mjs} +6 -6
  168. package/{esm2015/lib/components/evo-portal/evo-portal-outlet.directive.js → esm2020/lib/components/evo-portal/evo-portal-outlet.directive.mjs} +19 -19
  169. package/{esm2015/lib/components/evo-portal/evo-portal.module.js → esm2020/lib/components/evo-portal/evo-portal.module.mjs} +32 -32
  170. package/{esm2015/lib/components/evo-portal/evo-portal.service.js → esm2020/lib/components/evo-portal/evo-portal.service.mjs} +92 -92
  171. package/{esm2015/lib/components/evo-portal/index.js → esm2020/lib/components/evo-portal/index.mjs} +1 -1
  172. package/{esm2015/lib/components/evo-portal/public-api.js → esm2020/lib/components/evo-portal/public-api.mjs} +4 -4
  173. package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +51 -0
  174. package/{esm2015/lib/components/evo-radio/evo-radio.module.js → esm2020/lib/components/evo-radio/evo-radio.module.mjs} +26 -26
  175. package/{esm2015/lib/components/evo-radio/index.js → esm2020/lib/components/evo-radio/index.mjs} +1 -1
  176. package/{esm2015/lib/components/evo-radio/public-api.js → esm2020/lib/components/evo-radio/public-api.mjs} +2 -2
  177. 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
  178. 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
  179. package/{esm2015/lib/components/evo-radio-group/index.js → esm2020/lib/components/evo-radio-group/index.mjs} +1 -1
  180. package/{esm2015/lib/components/evo-radio-group/public-api.js → esm2020/lib/components/evo-radio-group/public-api.mjs} +2 -2
  181. package/{esm2015/lib/components/evo-radio-group/typings/options.js → esm2020/lib/components/evo-radio-group/typings/options.mjs} +1 -1
  182. package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +56 -0
  183. package/{esm2015/lib/components/evo-radioshape/evo-radioshape.module.js → esm2020/lib/components/evo-radioshape/evo-radioshape.module.mjs} +33 -33
  184. package/{esm2015/lib/components/evo-radioshape/index.js → esm2020/lib/components/evo-radioshape/index.mjs} +1 -1
  185. package/{esm2015/lib/components/evo-radioshape/public-api.js → esm2020/lib/components/evo-radioshape/public-api.mjs} +2 -2
  186. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +20 -0
  187. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +74 -0
  188. 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
  189. package/{esm2015/lib/components/evo-segmented-bar/index.js → esm2020/lib/components/evo-segmented-bar/index.mjs} +1 -1
  190. package/{esm2015/lib/components/evo-segmented-bar/public-api.js → esm2020/lib/components/evo-segmented-bar/public-api.mjs} +3 -3
  191. package/esm2020/lib/components/evo-select/evo-select.component.mjs +115 -0
  192. package/{esm2015/lib/components/evo-select/evo-select.module.js → esm2020/lib/components/evo-select/evo-select.module.mjs} +34 -34
  193. package/{esm2015/lib/components/evo-select/index.js → esm2020/lib/components/evo-select/index.mjs} +1 -1
  194. package/{esm2015/lib/components/evo-select/public-api.js → esm2020/lib/components/evo-select/public-api.mjs} +2 -2
  195. 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
  196. package/{esm2015/lib/components/evo-sidebar/enums/evo-sidebar-sizes.js → esm2020/lib/components/evo-sidebar/enums/evo-sidebar-sizes.mjs} +6 -6
  197. package/{esm2015/lib/components/evo-sidebar/enums/evo-sidebar-states.js → esm2020/lib/components/evo-sidebar/enums/evo-sidebar-states.mjs} +5 -5
  198. package/esm2020/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +33 -0
  199. package/esm2020/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +13 -0
  200. package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +40 -0
  201. package/{esm2015/lib/components/evo-sidebar/evo-sidebar-portal.js → esm2020/lib/components/evo-sidebar/evo-sidebar-portal.mjs} +20 -20
  202. package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +172 -0
  203. package/{esm2015/lib/components/evo-sidebar/evo-sidebar.module.js → esm2020/lib/components/evo-sidebar/evo-sidebar.module.mjs} +90 -90
  204. package/esm2020/lib/components/evo-sidebar/evo-sidebar.service.mjs +105 -0
  205. package/{esm2015/lib/components/evo-sidebar/index.js → esm2020/lib/components/evo-sidebar/index.mjs} +1 -1
  206. package/{esm2015/lib/components/evo-sidebar/interfaces.js → esm2020/lib/components/evo-sidebar/interfaces.mjs} +1 -1
  207. package/{esm2015/lib/components/evo-sidebar/public-api.js → esm2020/lib/components/evo-sidebar/public-api.mjs} +11 -11
  208. package/{esm2015/lib/components/evo-sidebar/sidebar-injection-token.js → esm2020/lib/components/evo-sidebar/sidebar-injection-token.mjs} +2 -2
  209. package/{esm2015/lib/components/evo-sidebar/tokens.js → esm2020/lib/components/evo-sidebar/tokens.mjs} +11 -11
  210. package/{esm2015/lib/components/evo-stepper/evo-stepper-events.js → esm2020/lib/components/evo-stepper/evo-stepper-events.mjs} +25 -25
  211. package/esm2020/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +31 -0
  212. package/esm2020/lib/components/evo-stepper/evo-stepper.component.mjs +67 -0
  213. package/{esm2015/lib/components/evo-stepper/evo-stepper.module.js → esm2020/lib/components/evo-stepper/evo-stepper.module.mjs} +27 -27
  214. package/{esm2015/lib/components/evo-stepper/index.js → esm2020/lib/components/evo-stepper/index.mjs} +1 -1
  215. package/{esm2015/lib/components/evo-stepper/public-api.js → esm2020/lib/components/evo-stepper/public-api.mjs} +3 -3
  216. package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +154 -0
  217. package/{esm2015/lib/components/evo-submenu/evo-submenu.module.js → esm2020/lib/components/evo-submenu/evo-submenu.module.mjs} +36 -36
  218. package/{esm2015/lib/components/evo-submenu/index.js → esm2020/lib/components/evo-submenu/index.mjs} +1 -1
  219. package/{esm2015/lib/components/evo-submenu/public-api.js → esm2020/lib/components/evo-submenu/public-api.mjs} +2 -2
  220. package/esm2020/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.mjs +11 -0
  221. package/esm2020/lib/components/evo-switcher/evo-switcher.component.mjs +32 -0
  222. package/{esm2015/lib/components/evo-switcher/evo-switcher.module.js → esm2020/lib/components/evo-switcher/evo-switcher.module.mjs} +27 -27
  223. package/{esm2015/lib/components/evo-switcher/index.js → esm2020/lib/components/evo-switcher/index.mjs} +1 -1
  224. package/{esm2015/lib/components/evo-switcher/public-api.js → esm2020/lib/components/evo-switcher/public-api.mjs} +3 -3
  225. package/esm2020/lib/components/evo-table/evo-table/evo-table.component.mjs +67 -0
  226. package/esm2020/lib/components/evo-table/evo-table-column/evo-table-column.component.mjs +31 -0
  227. package/{esm2015/lib/components/evo-table/evo-table.module.js → esm2020/lib/components/evo-table/evo-table.module.mjs} +23 -23
  228. package/{esm2015/lib/components/evo-table/index.js → esm2020/lib/components/evo-table/index.mjs} +1 -1
  229. package/{esm2015/lib/components/evo-table/public-api.js → esm2020/lib/components/evo-table/public-api.mjs} +3 -3
  230. package/{esm2015/lib/components/evo-tabs/enums/evo-tabs-size.js → esm2020/lib/components/evo-tabs/enums/evo-tabs-size.mjs} +5 -5
  231. package/esm2020/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +88 -0
  232. 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
  233. package/{esm2015/lib/components/evo-tabs/evo-tab-state.collection.js → esm2020/lib/components/evo-tabs/evo-tab-state.collection.mjs} +42 -42
  234. package/{esm2015/lib/components/evo-tabs/evo-tabs-size.service.js → esm2020/lib/components/evo-tabs/evo-tabs-size.service.mjs} +24 -24
  235. package/{esm2015/lib/components/evo-tabs/evo-tabs.component.js → esm2020/lib/components/evo-tabs/evo-tabs.component.mjs} +83 -88
  236. package/{esm2015/lib/components/evo-tabs/evo-tabs.module.js → esm2020/lib/components/evo-tabs/evo-tabs.module.mjs} +30 -30
  237. package/{esm2015/lib/components/evo-tabs/evo-tabs.service.js → esm2020/lib/components/evo-tabs/evo-tabs.service.mjs} +67 -67
  238. package/{esm2015/lib/components/evo-tabs/index.js → esm2020/lib/components/evo-tabs/index.mjs} +1 -1
  239. package/{esm2015/lib/components/evo-tabs/public-api.js → esm2020/lib/components/evo-tabs/public-api.mjs} +8 -8
  240. package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +79 -0
  241. package/{esm2015/lib/components/evo-textarea/evo-textarea.module.js → esm2020/lib/components/evo-textarea/evo-textarea.module.mjs} +37 -37
  242. package/{esm2015/lib/components/evo-textarea/index.js → esm2020/lib/components/evo-textarea/index.mjs} +1 -1
  243. package/{esm2015/lib/components/evo-textarea/public-api.js → esm2020/lib/components/evo-textarea/public-api.mjs} +2 -2
  244. package/esm2020/lib/components/evo-toast/evo-toast.component.mjs +98 -0
  245. package/{esm2015/lib/components/evo-toast/evo-toast.module.js → esm2020/lib/components/evo-toast/evo-toast.module.mjs} +45 -45
  246. package/{esm2015/lib/components/evo-toast/evo-toast.service.js → esm2020/lib/components/evo-toast/evo-toast.service.mjs} +49 -49
  247. package/{esm2015/lib/components/evo-toast/index.js → esm2020/lib/components/evo-toast/index.mjs} +1 -1
  248. package/{esm2015/lib/components/evo-toast/public-api.js → esm2020/lib/components/evo-toast/public-api.mjs} +3 -3
  249. package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +64 -0
  250. package/{esm2015/lib/components/evo-toggle/evo-toggle.module.js → esm2020/lib/components/evo-toggle/evo-toggle.module.mjs} +30 -30
  251. package/{esm2015/lib/components/evo-toggle/index.js → esm2020/lib/components/evo-toggle/index.mjs} +1 -1
  252. package/{esm2015/lib/components/evo-toggle/public-api.js → esm2020/lib/components/evo-toggle/public-api.mjs} +2 -2
  253. package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +287 -0
  254. package/{esm2015/lib/components/evo-upload/evo-upload.module.js → esm2020/lib/components/evo-upload/evo-upload.module.mjs} +59 -59
  255. package/{esm2015/lib/components/evo-upload/index.js → esm2020/lib/components/evo-upload/index.mjs} +1 -1
  256. package/{esm2015/lib/components/evo-upload/public-api.js → esm2020/lib/components/evo-upload/public-api.mjs} +2 -2
  257. package/{esm2015/lib/decorators/deprecate-method.decorator.js → esm2020/lib/decorators/deprecate-method.decorator.mjs} +7 -7
  258. package/{esm2015/lib/decorators/deprecate-variable.decorator.js → esm2020/lib/decorators/deprecate-variable.decorator.mjs} +16 -16
  259. package/{esm2015/lib/decorators/index.js → esm2020/lib/decorators/index.mjs} +1 -1
  260. package/{esm2015/lib/decorators/public-api.js → esm2020/lib/decorators/public-api.mjs} +2 -2
  261. package/{esm2015/lib/directives/evo-click-outside.directive.js → esm2020/lib/directives/evo-click-outside.directive.mjs} +40 -40
  262. package/esm2020/lib/directives/evo-is-expanded.directive.mjs +71 -0
  263. package/{esm2015/lib/directives/evo-let/evo-let.directive.js → esm2020/lib/directives/evo-let/evo-let.directive.mjs} +36 -36
  264. package/{esm2015/lib/directives/evo-ui-class.directive.js → esm2020/lib/directives/evo-ui-class.directive.mjs} +159 -159
  265. package/{esm2015/lib/directives/index.js → esm2020/lib/directives/index.mjs} +1 -1
  266. package/{esm2015/lib/directives/public-api.js → esm2020/lib/directives/public-api.mjs} +4 -4
  267. package/{esm2015/lib/evo-ui-kit.module.js → esm2020/lib/evo-ui-kit.module.mjs} +65 -65
  268. package/{esm2015/lib/operators/enter-zone.operator.js → esm2020/lib/operators/enter-zone.operator.mjs} +8 -8
  269. package/{esm2015/lib/operators/index.js → esm2020/lib/operators/index.mjs} +1 -1
  270. package/{esm2015/lib/operators/public-api.js → esm2020/lib/operators/public-api.mjs} +1 -1
  271. package/{esm2015/lib/pipes/declination.pipe.js → esm2020/lib/pipes/declination.pipe.mjs} +40 -40
  272. package/{esm2015/lib/pipes/evo-pipes.module.js → esm2020/lib/pipes/evo-pipes.module.mjs} +17 -17
  273. package/{esm2015/lib/pipes/index.js → esm2020/lib/pipes/index.mjs} +1 -1
  274. package/{esm2015/lib/pipes/public-api.js → esm2020/lib/pipes/public-api.mjs} +3 -3
  275. package/{esm2015/lib/pipes/safe-html.pipe.js → esm2020/lib/pipes/safe-html.pipe.mjs} +18 -18
  276. package/{esm2015/lib/services/evo-expanded.service.js → esm2020/lib/services/evo-expanded.service.mjs} +23 -23
  277. package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +1 -1
  278. package/{esm2015/lib/services/public-api.js → esm2020/lib/services/public-api.mjs} +1 -1
  279. package/{esm2015/lib/services/window.service.js → esm2020/lib/services/window.service.mjs} +49 -49
  280. package/{esm2015/public_api.js → esm2020/public_api.mjs} +72 -72
  281. package/evotor-dev-ui-kit.d.ts +5 -5
  282. package/fesm2015/{evotor-dev-ui-kit-icons-category.js → evotor-dev-ui-kit-icons-category.mjs} +63 -63
  283. package/fesm2015/evotor-dev-ui-kit-icons-category.mjs.map +1 -0
  284. package/fesm2015/{evotor-dev-ui-kit-icons-emotions.js → evotor-dev-ui-kit-icons-emotions.mjs} +19 -19
  285. package/fesm2015/evotor-dev-ui-kit-icons-emotions.mjs.map +1 -0
  286. package/fesm2015/{evotor-dev-ui-kit-icons-header.js → evotor-dev-ui-kit-icons-header.mjs} +29 -29
  287. package/fesm2015/evotor-dev-ui-kit-icons-header.mjs.map +1 -0
  288. package/fesm2015/{evotor-dev-ui-kit-icons-info.js → evotor-dev-ui-kit-icons-info.mjs} +41 -41
  289. package/fesm2015/evotor-dev-ui-kit-icons-info.mjs.map +1 -0
  290. package/fesm2015/{evotor-dev-ui-kit-icons-navigation.js → evotor-dev-ui-kit-icons-navigation.mjs} +57 -57
  291. package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -0
  292. package/fesm2015/{evotor-dev-ui-kit-icons-side-menu.js → evotor-dev-ui-kit-icons-side-menu.mjs} +65 -65
  293. package/fesm2015/evotor-dev-ui-kit-icons-side-menu.mjs.map +1 -0
  294. package/fesm2015/{evotor-dev-ui-kit-icons-system.js → evotor-dev-ui-kit-icons-system.mjs} +369 -369
  295. package/fesm2015/evotor-dev-ui-kit-icons-system.mjs.map +1 -0
  296. package/fesm2015/{evotor-dev-ui-kit-icons.js → evotor-dev-ui-kit-icons.mjs} +625 -625
  297. package/fesm2015/evotor-dev-ui-kit-icons.mjs.map +1 -0
  298. package/fesm2015/evotor-dev-ui-kit.mjs +7286 -0
  299. package/fesm2015/evotor-dev-ui-kit.mjs.map +1 -0
  300. package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +68 -0
  301. package/fesm2020/evotor-dev-ui-kit-icons-category.mjs.map +1 -0
  302. package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs +24 -0
  303. package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs.map +1 -0
  304. package/fesm2020/evotor-dev-ui-kit-icons-header.mjs +34 -0
  305. package/fesm2020/evotor-dev-ui-kit-icons-header.mjs.map +1 -0
  306. package/fesm2020/evotor-dev-ui-kit-icons-info.mjs +46 -0
  307. package/fesm2020/evotor-dev-ui-kit-icons-info.mjs.map +1 -0
  308. package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +62 -0
  309. package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -0
  310. package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs +70 -0
  311. package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs.map +1 -0
  312. package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +374 -0
  313. package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -0
  314. package/fesm2020/evotor-dev-ui-kit-icons.mjs +644 -0
  315. package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -0
  316. package/fesm2020/evotor-dev-ui-kit.mjs +7267 -0
  317. package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -0
  318. package/icons/category/evotor-dev-ui-kit-icons-category.d.ts +5 -5
  319. package/icons/category/index.d.ts +59 -59
  320. package/icons/category/package.json +5 -5
  321. package/icons/emotions/evotor-dev-ui-kit-icons-emotions.d.ts +5 -5
  322. package/icons/emotions/index.d.ts +15 -15
  323. package/icons/emotions/package.json +5 -5
  324. package/icons/evotor-dev-ui-kit-icons.d.ts +5 -5
  325. package/icons/header/evotor-dev-ui-kit-icons-header.d.ts +5 -5
  326. package/icons/header/index.d.ts +25 -25
  327. package/icons/header/package.json +5 -5
  328. package/icons/index.d.ts +319 -319
  329. package/icons/info/evotor-dev-ui-kit-icons-info.d.ts +5 -5
  330. package/icons/info/index.d.ts +37 -37
  331. package/icons/info/package.json +5 -5
  332. package/icons/navigation/evotor-dev-ui-kit-icons-navigation.d.ts +5 -5
  333. package/icons/navigation/index.d.ts +53 -53
  334. package/icons/navigation/package.json +5 -5
  335. package/icons/package.json +5 -5
  336. package/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.d.ts +5 -5
  337. package/icons/side-menu/index.d.ts +61 -61
  338. package/icons/side-menu/package.json +5 -5
  339. package/icons/system/evotor-dev-ui-kit-icons-system.d.ts +5 -5
  340. package/icons/system/index.d.ts +365 -365
  341. package/icons/system/package.json +5 -5
  342. package/lib/common/Serializable.d.ts +3 -3
  343. package/lib/common/animations/expand.animation.d.ts +1 -1
  344. package/lib/common/animations/index.d.ts +3 -3
  345. package/lib/common/animations/sidebar.animation.d.ts +2 -2
  346. package/lib/common/animations/skip-initial-render.animation.d.ts +1 -1
  347. package/lib/common/collection/evo-collection-fabric.d.ts +4 -4
  348. package/lib/common/collection/evo-collection.d.ts +3 -3
  349. package/lib/common/collection/index.d.ts +2 -2
  350. package/lib/common/constants/css-breakpoints.d.ts +8 -8
  351. package/lib/common/constants/view-breakpoint-streams.d.ts +9 -9
  352. package/lib/common/evo-base-control.d.ts +21 -21
  353. package/lib/common/evo-control-state-manager/evo-control-state-manager.d.ts +7 -7
  354. package/lib/common/evo-control-state-manager/evo-control-state.interface.d.ts +5 -5
  355. package/lib/common/evo-control-state-manager/evo-control-states.enum.d.ts +4 -4
  356. package/lib/common/form-helper/form-helper.d.ts +5 -5
  357. package/lib/common/types/evo-color.d.ts +1 -1
  358. package/lib/common/types/evo-size.d.ts +1 -1
  359. package/lib/common/types/index.d.ts +2 -2
  360. package/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.d.ts +11 -11
  361. package/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.d.ts +9 -9
  362. package/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.d.ts +11 -11
  363. package/lib/components/evo-accordion/evo-accordion.component.d.ts +9 -9
  364. package/lib/components/evo-accordion/evo-accordion.module.d.ts +13 -13
  365. package/lib/components/evo-accordion/index.d.ts +1 -1
  366. package/lib/components/evo-accordion/public-api.d.ts +5 -5
  367. package/lib/components/evo-alert/evo-alert.component.d.ts +38 -38
  368. package/lib/components/evo-alert/evo-alert.module.d.ts +9 -9
  369. package/lib/components/evo-alert/index.d.ts +1 -1
  370. package/lib/components/evo-alert/public-api.d.ts +2 -2
  371. package/lib/components/evo-autocomplete/components/evo-autocomplete.component.d.ts +115 -115
  372. package/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.d.ts +16 -16
  373. package/lib/components/evo-autocomplete/evo-autocomplete.module.d.ts +15 -15
  374. package/lib/components/evo-autocomplete/helpers/switch-query-to-list.d.ts +2 -2
  375. package/lib/components/evo-autocomplete/index.d.ts +1 -1
  376. package/lib/components/evo-autocomplete/models/DaDataParty.d.ts +37 -37
  377. package/lib/components/evo-autocomplete/models/dadata.model.d.ts +320 -320
  378. package/lib/components/evo-autocomplete/public-api.d.ts +6 -6
  379. package/lib/components/evo-autocomplete/types/evo-autocomplete-size.d.ts +1 -1
  380. package/lib/components/evo-badge/evo-badge.component.d.ts +12 -12
  381. package/lib/components/evo-badge/evo-badge.module.d.ts +9 -9
  382. package/lib/components/evo-badge/index.d.ts +2 -2
  383. package/lib/components/evo-badge/public-api.d.ts +2 -2
  384. package/lib/components/evo-badge/types/evo-badge-color.d.ts +2 -2
  385. package/lib/components/evo-badge/types/evo-badge-size.d.ts +2 -2
  386. package/lib/components/evo-badge/types/index.d.ts +2 -2
  387. package/lib/components/evo-banner/evo-banner.component.d.ts +46 -46
  388. package/lib/components/evo-banner/evo-banner.module.d.ts +9 -9
  389. package/lib/components/evo-banner/index.d.ts +1 -1
  390. package/lib/components/evo-banner/public-api.d.ts +2 -2
  391. package/lib/components/evo-button/evo-button.component.d.ts +33 -33
  392. package/lib/components/evo-button/evo-button.module.d.ts +9 -9
  393. package/lib/components/evo-button/index.d.ts +1 -1
  394. package/lib/components/evo-button/public-api.d.ts +2 -2
  395. package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +26 -26
  396. package/lib/components/evo-checkbox/evo-checkbox.module.d.ts +11 -11
  397. package/lib/components/evo-checkbox/index.d.ts +1 -1
  398. package/lib/components/evo-checkbox/public-api.d.ts +2 -2
  399. package/lib/components/evo-chip/evo-chip.component.d.ts +45 -45
  400. package/lib/components/evo-chip/evo-chip.module.d.ts +11 -11
  401. package/lib/components/evo-chip/index.d.ts +1 -1
  402. package/lib/components/evo-chip/public-api.d.ts +2 -2
  403. package/lib/components/evo-control-error/evo-control-error.component.d.ts +14 -14
  404. package/lib/components/evo-control-error/evo-control-error.module.d.ts +10 -10
  405. package/lib/components/evo-control-error/index.d.ts +1 -1
  406. package/lib/components/evo-control-error/public-api.d.ts +2 -2
  407. package/lib/components/evo-control-label/evo-control-label.component.d.ts +9 -9
  408. package/lib/components/evo-control-label/evo-control-label.module.d.ts +8 -8
  409. package/lib/components/evo-control-label/index.d.ts +1 -1
  410. package/lib/components/evo-control-label/public-api.d.ts +2 -2
  411. package/lib/components/evo-counter/evo-counter.component.d.ts +16 -16
  412. package/lib/components/evo-counter/evo-counter.module.d.ts +9 -9
  413. package/lib/components/evo-counter/index.d.ts +1 -1
  414. package/lib/components/evo-counter/public-api.d.ts +2 -2
  415. package/lib/components/evo-datepicker/evo-datepicker.component.d.ts +174 -174
  416. package/lib/components/evo-datepicker/evo-datepicker.module.d.ts +11 -11
  417. package/lib/components/evo-datepicker/flatpickr-options.interface.d.ts +10 -10
  418. package/lib/components/evo-datepicker/index.d.ts +1 -1
  419. package/lib/components/evo-datepicker/public-api.d.ts +2 -2
  420. package/lib/components/evo-datepicker/templates/index.d.ts +16 -16
  421. package/lib/components/evo-dropdown/evo-dropdown-origin.directive.d.ts +15 -15
  422. package/lib/components/evo-dropdown/evo-dropdown-position-description.d.ts +3 -3
  423. package/lib/components/evo-dropdown/evo-dropdown.component.d.ts +34 -34
  424. package/lib/components/evo-dropdown/evo-dropdown.module.d.ts +10 -10
  425. package/lib/components/evo-dropdown/index.d.ts +1 -1
  426. package/lib/components/evo-dropdown/public-api.d.ts +4 -4
  427. package/lib/components/evo-dropdown/types/evo-dropdown-positions.d.ts +1 -1
  428. package/lib/components/evo-icon/classes/evo-icons-library.d.ts +11 -11
  429. package/lib/components/evo-icon/evo-icon.component.d.ts +20 -20
  430. package/lib/components/evo-icon/evo-icon.module.d.ts +16 -16
  431. package/lib/components/evo-icon/index.d.ts +1 -1
  432. package/lib/components/evo-icon/interfaces/icons-category.d.ts +5 -5
  433. package/lib/components/evo-icon/interfaces/icons-source.d.ts +3 -3
  434. package/lib/components/evo-icon/public-api.d.ts +5 -5
  435. package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +23 -23
  436. package/lib/components/evo-icon-button/evo-icon-button.module.d.ts +8 -8
  437. package/lib/components/evo-icon-button/index.d.ts +1 -1
  438. package/lib/components/evo-icon-button/public-api.d.ts +2 -2
  439. package/lib/components/evo-icon-button/types/evo-icon-button-size.d.ts +2 -2
  440. package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +1 -1
  441. package/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.d.ts +6 -6
  442. package/lib/components/evo-icon-number/evo-icon-number.module.d.ts +8 -8
  443. package/lib/components/evo-icon-number/index.d.ts +1 -1
  444. package/lib/components/evo-icon-number/public-api.d.ts +2 -2
  445. package/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.d.ts +5 -5
  446. package/lib/components/evo-input/evo-input.component.d.ts +93 -93
  447. package/lib/components/evo-input/evo-input.module.d.ts +14 -14
  448. package/lib/components/evo-input/index.d.ts +1 -1
  449. package/lib/components/evo-input/public-api.d.ts +3 -3
  450. package/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.d.ts +44 -44
  451. package/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.d.ts +10 -10
  452. package/lib/components/evo-input-contenteditable/index.d.ts +1 -1
  453. package/lib/components/evo-input-contenteditable/public-api.d.ts +2 -2
  454. package/lib/components/evo-input-contenteditable/utils/clear-multiline.d.ts +1 -1
  455. package/lib/components/evo-loader/evo-circular-loader.component.d.ts +8 -8
  456. package/lib/components/evo-loader/evo-loader.component.d.ts +14 -14
  457. package/lib/components/evo-loader/evo-loader.module.d.ts +10 -10
  458. package/lib/components/evo-loader/index.d.ts +1 -1
  459. package/lib/components/evo-loader/public-api.d.ts +3 -3
  460. package/lib/components/evo-modal/evo-modal.component.d.ts +37 -37
  461. package/lib/components/evo-modal/evo-modal.module.d.ts +10 -10
  462. package/lib/components/evo-modal/evo-modal.service.d.ts +22 -22
  463. package/lib/components/evo-modal/index.d.ts +1 -1
  464. package/lib/components/evo-modal/public-api.d.ts +3 -3
  465. package/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.d.ts +21 -21
  466. package/lib/components/evo-navbar/evo-navbar.component.d.ts +18 -18
  467. package/lib/components/evo-navbar/evo-navbar.module.d.ts +12 -12
  468. package/lib/components/evo-navbar/index.d.ts +1 -1
  469. package/lib/components/evo-navbar/interfaces/nav-item-main-info.d.ts +5 -5
  470. package/lib/components/evo-navbar/interfaces/nav-item-router-link.d.ts +14 -14
  471. package/lib/components/evo-navbar/interfaces/nav-item.href.d.ts +4 -4
  472. package/lib/components/evo-navbar/public-api.d.ts +7 -7
  473. package/lib/components/evo-navbar/types/nav-item.d.ts +4 -4
  474. package/lib/components/evo-note/evo-note.component.d.ts +13 -13
  475. package/lib/components/evo-note/evo-note.module.d.ts +10 -10
  476. package/lib/components/evo-note/index.d.ts +1 -1
  477. package/lib/components/evo-note/public.api.d.ts +3 -3
  478. package/lib/components/evo-note/types/evo-note-type.d.ts +1 -1
  479. package/lib/components/evo-paginator/evo-paginator.component.d.ts +26 -26
  480. package/lib/components/evo-paginator/evo-paginator.module.d.ts +8 -8
  481. package/lib/components/evo-paginator/index.d.ts +1 -1
  482. package/lib/components/evo-paginator/public-api.d.ts +2 -2
  483. package/lib/components/evo-plus-minus/evo-plus-minus.component.d.ts +13 -13
  484. package/lib/components/evo-plus-minus/evo-plus-minus.module.d.ts +8 -8
  485. package/lib/components/evo-plus-minus/index.d.ts +1 -1
  486. package/lib/components/evo-plus-minus/public-api.d.ts +2 -2
  487. package/lib/components/evo-popover/evo-popover.component.d.ts +43 -43
  488. package/lib/components/evo-popover/evo-popover.module.d.ts +9 -9
  489. package/lib/components/evo-popover/index.d.ts +1 -1
  490. package/lib/components/evo-popover/public-api.d.ts +2 -2
  491. package/lib/components/evo-portal/evo-portal-outlet.class.d.ts +6 -6
  492. package/lib/components/evo-portal/evo-portal-outlet.directive.d.ts +10 -10
  493. package/lib/components/evo-portal/evo-portal.module.d.ts +8 -8
  494. package/lib/components/evo-portal/evo-portal.service.d.ts +27 -27
  495. package/lib/components/evo-portal/index.d.ts +1 -1
  496. package/lib/components/evo-portal/public-api.d.ts +4 -4
  497. package/lib/components/evo-radio/evo-radio.component.d.ts +18 -18
  498. package/lib/components/evo-radio/evo-radio.module.d.ts +9 -9
  499. package/lib/components/evo-radio/index.d.ts +1 -1
  500. package/lib/components/evo-radio/public-api.d.ts +2 -2
  501. package/lib/components/evo-radio-group/evo-radio-group.component.d.ts +56 -56
  502. package/lib/components/evo-radio-group/evo-radio-group.module.d.ts +11 -11
  503. package/lib/components/evo-radio-group/index.d.ts +1 -1
  504. package/lib/components/evo-radio-group/public-api.d.ts +2 -2
  505. package/lib/components/evo-radio-group/typings/options.d.ts +6 -6
  506. package/lib/components/evo-radioshape/components/evo-radioshape.component.d.ts +19 -19
  507. package/lib/components/evo-radioshape/evo-radioshape.module.d.ts +9 -9
  508. package/lib/components/evo-radioshape/index.d.ts +1 -1
  509. package/lib/components/evo-radioshape/public-api.d.ts +2 -2
  510. package/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.d.ts +10 -10
  511. package/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.d.ts +22 -22
  512. package/lib/components/evo-segmented-bar/evo-segmented-bar.module.d.ts +11 -11
  513. package/lib/components/evo-segmented-bar/index.d.ts +1 -1
  514. package/lib/components/evo-segmented-bar/public-api.d.ts +3 -3
  515. package/lib/components/evo-select/evo-select.component.d.ts +37 -37
  516. package/lib/components/evo-select/evo-select.module.d.ts +11 -11
  517. package/lib/components/evo-select/index.d.ts +1 -1
  518. package/lib/components/evo-select/public-api.d.ts +2 -2
  519. package/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.d.ts +6 -6
  520. package/lib/components/evo-sidebar/enums/evo-sidebar-sizes.d.ts +5 -5
  521. package/lib/components/evo-sidebar/enums/evo-sidebar-states.d.ts +4 -4
  522. package/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.d.ts +12 -12
  523. package/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.d.ts +5 -5
  524. package/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.d.ts +13 -13
  525. package/lib/components/evo-sidebar/evo-sidebar-portal.d.ts +13 -13
  526. package/lib/components/evo-sidebar/evo-sidebar.component.d.ts +42 -42
  527. package/lib/components/evo-sidebar/evo-sidebar.module.d.ts +17 -17
  528. package/lib/components/evo-sidebar/evo-sidebar.service.d.ts +26 -26
  529. package/lib/components/evo-sidebar/index.d.ts +1 -1
  530. package/lib/components/evo-sidebar/interfaces.d.ts +23 -23
  531. package/lib/components/evo-sidebar/public-api.d.ts +11 -11
  532. package/lib/components/evo-sidebar/sidebar-injection-token.d.ts +2 -2
  533. package/lib/components/evo-sidebar/tokens.d.ts +7 -7
  534. package/lib/components/evo-stepper/evo-stepper-events.d.ts +12 -12
  535. package/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.d.ts +13 -13
  536. package/lib/components/evo-stepper/evo-stepper.component.d.ts +27 -27
  537. package/lib/components/evo-stepper/evo-stepper.module.d.ts +10 -10
  538. package/lib/components/evo-stepper/index.d.ts +1 -1
  539. package/lib/components/evo-stepper/public-api.d.ts +3 -3
  540. package/lib/components/evo-submenu/evo-submenu.component.d.ts +49 -49
  541. package/lib/components/evo-submenu/evo-submenu.module.d.ts +11 -11
  542. package/lib/components/evo-submenu/index.d.ts +1 -1
  543. package/lib/components/evo-submenu/public-api.d.ts +2 -2
  544. package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +9 -9
  545. package/lib/components/evo-switcher/evo-switcher.component.d.ts +14 -14
  546. package/lib/components/evo-switcher/evo-switcher.module.d.ts +10 -10
  547. package/lib/components/evo-switcher/index.d.ts +1 -1
  548. package/lib/components/evo-switcher/public-api.d.ts +3 -3
  549. package/lib/components/evo-table/evo-table/evo-table.component.d.ts +35 -35
  550. package/lib/components/evo-table/evo-table-column/evo-table-column.component.d.ts +12 -12
  551. package/lib/components/evo-table/evo-table.module.d.ts +9 -9
  552. package/lib/components/evo-table/index.d.ts +1 -1
  553. package/lib/components/evo-table/public-api.d.ts +3 -3
  554. package/lib/components/evo-tabs/enums/evo-tabs-size.d.ts +4 -4
  555. package/lib/components/evo-tabs/evo-tab/evo-tab.component.d.ts +35 -35
  556. package/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.d.ts +16 -16
  557. package/lib/components/evo-tabs/evo-tab-state.collection.d.ts +15 -15
  558. package/lib/components/evo-tabs/evo-tabs-size.service.d.ts +12 -12
  559. package/lib/components/evo-tabs/evo-tabs.component.d.ts +22 -22
  560. package/lib/components/evo-tabs/evo-tabs.module.d.ts +11 -11
  561. package/lib/components/evo-tabs/evo-tabs.service.d.ts +19 -19
  562. package/lib/components/evo-tabs/index.d.ts +1 -1
  563. package/lib/components/evo-tabs/public-api.d.ts +8 -8
  564. package/lib/components/evo-textarea/evo-textarea.component.d.ts +25 -25
  565. package/lib/components/evo-textarea/evo-textarea.module.d.ts +11 -11
  566. package/lib/components/evo-textarea/index.d.ts +1 -1
  567. package/lib/components/evo-textarea/public-api.d.ts +2 -2
  568. package/lib/components/evo-toast/evo-toast.component.d.ts +23 -23
  569. package/lib/components/evo-toast/evo-toast.module.d.ts +10 -10
  570. package/lib/components/evo-toast/evo-toast.service.d.ts +22 -22
  571. package/lib/components/evo-toast/index.d.ts +1 -1
  572. package/lib/components/evo-toast/public-api.d.ts +3 -3
  573. package/lib/components/evo-toggle/evo-toggle.component.d.ts +20 -20
  574. package/lib/components/evo-toggle/evo-toggle.module.d.ts +10 -10
  575. package/lib/components/evo-toggle/index.d.ts +1 -1
  576. package/lib/components/evo-toggle/public-api.d.ts +2 -2
  577. package/lib/components/evo-upload/evo-upload.component.d.ts +65 -65
  578. package/lib/components/evo-upload/evo-upload.module.d.ts +13 -13
  579. package/lib/components/evo-upload/index.d.ts +1 -1
  580. package/lib/components/evo-upload/public-api.d.ts +2 -2
  581. package/lib/decorators/deprecate-method.decorator.d.ts +1 -1
  582. package/lib/decorators/deprecate-variable.decorator.d.ts +1 -1
  583. package/lib/decorators/index.d.ts +1 -1
  584. package/lib/decorators/public-api.d.ts +2 -2
  585. package/lib/directives/evo-click-outside.directive.d.ts +12 -12
  586. package/lib/directives/evo-is-expanded.directive.d.ts +19 -19
  587. package/lib/directives/evo-let/evo-let.directive.d.ts +17 -17
  588. package/lib/directives/evo-ui-class.directive.d.ts +61 -61
  589. package/lib/directives/index.d.ts +1 -1
  590. package/lib/directives/public-api.d.ts +4 -4
  591. package/lib/evo-ui-kit.module.d.ts +16 -16
  592. package/lib/operators/enter-zone.operator.d.ts +3 -3
  593. package/lib/operators/index.d.ts +1 -1
  594. package/lib/operators/public-api.d.ts +1 -1
  595. package/lib/pipes/declination.pipe.d.ts +7 -7
  596. package/lib/pipes/evo-pipes.module.d.ts +8 -8
  597. package/lib/pipes/index.d.ts +1 -1
  598. package/lib/pipes/public-api.d.ts +3 -3
  599. package/lib/pipes/safe-html.pipe.d.ts +10 -10
  600. package/lib/services/evo-expanded.service.d.ts +11 -11
  601. package/lib/services/index.d.ts +1 -1
  602. package/lib/services/public-api.d.ts +1 -1
  603. package/lib/services/window.service.d.ts +14 -14
  604. package/package.json +94 -38
  605. package/public_api.d.ts +62 -62
  606. package/styles/components/evo-chip.scss +2 -2
  607. package/styles/components/evo-dropdown.scss +1 -1
  608. package/styles/mixins.scss +2 -3
  609. package/styles/variables.scss +13 -16
  610. package/bundles/evotor-dev-ui-kit-icons-category.umd.js +0 -105
  611. package/bundles/evotor-dev-ui-kit-icons-category.umd.js.map +0 -1
  612. package/bundles/evotor-dev-ui-kit-icons-emotions.umd.js +0 -39
  613. package/bundles/evotor-dev-ui-kit-icons-emotions.umd.js.map +0 -1
  614. package/bundles/evotor-dev-ui-kit-icons-header.umd.js +0 -54
  615. package/bundles/evotor-dev-ui-kit-icons-header.umd.js.map +0 -1
  616. package/bundles/evotor-dev-ui-kit-icons-info.umd.js +0 -72
  617. package/bundles/evotor-dev-ui-kit-icons-info.umd.js.map +0 -1
  618. package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js +0 -96
  619. package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js.map +0 -1
  620. package/bundles/evotor-dev-ui-kit-icons-side-menu.umd.js +0 -108
  621. package/bundles/evotor-dev-ui-kit-icons-side-menu.umd.js.map +0 -1
  622. package/bundles/evotor-dev-ui-kit-icons-system.umd.js +0 -564
  623. package/bundles/evotor-dev-ui-kit-icons-system.umd.js.map +0 -1
  624. package/bundles/evotor-dev-ui-kit-icons.umd.js +0 -654
  625. package/bundles/evotor-dev-ui-kit-icons.umd.js.map +0 -1
  626. package/bundles/evotor-dev-ui-kit.umd.js +0 -8818
  627. package/bundles/evotor-dev-ui-kit.umd.js.map +0 -1
  628. package/esm2015/lib/common/evo-base-control.js +0 -47
  629. package/esm2015/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.js +0 -36
  630. package/esm2015/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.js +0 -24
  631. package/esm2015/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.js +0 -62
  632. package/esm2015/lib/components/evo-accordion/evo-accordion.component.js +0 -23
  633. package/esm2015/lib/components/evo-alert/evo-alert.component.js +0 -83
  634. package/esm2015/lib/components/evo-autocomplete/components/evo-autocomplete.component.js +0 -365
  635. package/esm2015/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.js +0 -49
  636. package/esm2015/lib/components/evo-autocomplete/helpers/switch-query-to-list.js +0 -6
  637. package/esm2015/lib/components/evo-badge/evo-badge.component.js +0 -45
  638. package/esm2015/lib/components/evo-banner/evo-banner.component.js +0 -116
  639. package/esm2015/lib/components/evo-button/evo-button.component.js +0 -87
  640. package/esm2015/lib/components/evo-checkbox/evo-checkbox.component.js +0 -87
  641. package/esm2015/lib/components/evo-chip/evo-chip.component.js +0 -138
  642. package/esm2015/lib/components/evo-control-error/evo-control-error.component.js +0 -43
  643. package/esm2015/lib/components/evo-control-label/evo-control-label.component.js +0 -23
  644. package/esm2015/lib/components/evo-counter/evo-counter.component.js +0 -43
  645. package/esm2015/lib/components/evo-datepicker/evo-datepicker.component.js +0 -557
  646. package/esm2015/lib/components/evo-dropdown/evo-dropdown.component.js +0 -112
  647. package/esm2015/lib/components/evo-icon/evo-icon.component.js +0 -57
  648. package/esm2015/lib/components/evo-icon-button/evo-icon-button.component.js +0 -67
  649. package/esm2015/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.js +0 -19
  650. package/esm2015/lib/components/evo-input/evo-input.component.js +0 -363
  651. package/esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.js +0 -157
  652. package/esm2015/lib/components/evo-input-contenteditable/utils/clear-multiline.js +0 -7
  653. package/esm2015/lib/components/evo-loader/evo-circular-loader.component.js +0 -23
  654. package/esm2015/lib/components/evo-loader/evo-loader.component.js +0 -28
  655. package/esm2015/lib/components/evo-modal/evo-modal.component.js +0 -122
  656. package/esm2015/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.js +0 -63
  657. package/esm2015/lib/components/evo-navbar/evo-navbar.component.js +0 -51
  658. package/esm2015/lib/components/evo-note/evo-note.component.js +0 -45
  659. package/esm2015/lib/components/evo-paginator/evo-paginator.component.js +0 -114
  660. package/esm2015/lib/components/evo-plus-minus/evo-plus-minus.component.js +0 -30
  661. package/esm2015/lib/components/evo-popover/evo-popover.component.js +0 -177
  662. package/esm2015/lib/components/evo-radio/evo-radio.component.js +0 -56
  663. package/esm2015/lib/components/evo-radioshape/components/evo-radioshape.component.js +0 -61
  664. package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.js +0 -24
  665. package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.js +0 -79
  666. package/esm2015/lib/components/evo-select/evo-select.component.js +0 -121
  667. package/esm2015/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.js +0 -38
  668. package/esm2015/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.js +0 -19
  669. package/esm2015/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.js +0 -47
  670. package/esm2015/lib/components/evo-sidebar/evo-sidebar.component.js +0 -174
  671. package/esm2015/lib/components/evo-sidebar/evo-sidebar.service.js +0 -102
  672. package/esm2015/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.js +0 -35
  673. package/esm2015/lib/components/evo-stepper/evo-stepper.component.js +0 -72
  674. package/esm2015/lib/components/evo-submenu/evo-submenu.component.js +0 -160
  675. package/esm2015/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.js +0 -15
  676. package/esm2015/lib/components/evo-switcher/evo-switcher.component.js +0 -36
  677. package/esm2015/lib/components/evo-table/evo-table/evo-table.component.js +0 -71
  678. package/esm2015/lib/components/evo-table/evo-table-column/evo-table-column.component.js +0 -35
  679. package/esm2015/lib/components/evo-tabs/evo-tab/evo-tab.component.js +0 -92
  680. package/esm2015/lib/components/evo-textarea/evo-textarea.component.js +0 -84
  681. package/esm2015/lib/components/evo-toast/evo-toast.component.js +0 -103
  682. package/esm2015/lib/components/evo-toggle/evo-toggle.component.js +0 -70
  683. package/esm2015/lib/components/evo-upload/evo-upload.component.js +0 -292
  684. package/esm2015/lib/directives/evo-is-expanded.directive.js +0 -72
  685. package/fesm2015/evotor-dev-ui-kit-icons-category.js.map +0 -1
  686. package/fesm2015/evotor-dev-ui-kit-icons-emotions.js.map +0 -1
  687. package/fesm2015/evotor-dev-ui-kit-icons-header.js.map +0 -1
  688. package/fesm2015/evotor-dev-ui-kit-icons-info.js.map +0 -1
  689. package/fesm2015/evotor-dev-ui-kit-icons-navigation.js.map +0 -1
  690. package/fesm2015/evotor-dev-ui-kit-icons-side-menu.js.map +0 -1
  691. package/fesm2015/evotor-dev-ui-kit-icons-system.js.map +0 -1
  692. package/fesm2015/evotor-dev-ui-kit-icons.js.map +0 -1
  693. package/fesm2015/evotor-dev-ui-kit.js +0 -7527
  694. package/fesm2015/evotor-dev-ui-kit.js.map +0 -1
package/icons/index.d.ts CHANGED
@@ -1,319 +1,319 @@
1
- export declare const icons: ({
2
- name: string;
3
- shapes: {
4
- barcode: string;
5
- calculator: string;
6
- courier: string;
7
- 'credit-blank': string;
8
- 'folder-outline': string;
9
- internet: string;
10
- law: string;
11
- 'person-add': string;
12
- 'person-check': string;
13
- 'person-clientcard': string;
14
- 'person-customer details off': string;
15
- 'person-customer details': string;
16
- 'person-group': string;
17
- 'person-loyality': string;
18
- 'person-owner': string;
19
- 'person-profile': string;
20
- 'person-self employed': string;
21
- 'person-seller': string;
22
- person: string;
23
- personnel: string;
24
- restaurant: string;
25
- scissors: string;
26
- service: string;
27
- 'service-package': string;
28
- shipping: string;
29
- 'terminal-rent': string;
30
- transport: string;
31
- };
32
- } | {
33
- name: string;
34
- shapes: {
35
- happy: string;
36
- neutral: string;
37
- sad: string;
38
- 'very-happy': string;
39
- 'very-sad': string;
40
- };
41
- } | {
42
- name: string;
43
- shapes: {
44
- bell: string;
45
- cart: string;
46
- close: string;
47
- exit: string;
48
- menu: string;
49
- order: string;
50
- profile: string;
51
- request: string;
52
- search: string;
53
- settings: string;
54
- };
55
- } | {
56
- name: string;
57
- shapes: {
58
- 'arrow-back': string;
59
- 'arrow-down': string;
60
- 'arrow-forward': string;
61
- 'arrow-up': string;
62
- 'down-circle-add': string;
63
- 'down-circle': string;
64
- graph: string;
65
- 'left-circle': string;
66
- megaphone: string;
67
- 'right-down': string;
68
- rouble: string;
69
- sale: string;
70
- 'up-circle-add': string;
71
- 'up-circle': string;
72
- warehouse: string;
73
- web: string;
74
- };
75
- } | {
76
- name: string;
77
- shapes: {
78
- 'arrow-northeast': string;
79
- 'arrow-southwest': string;
80
- 'arrow-left': string;
81
- 'arrow-right': string;
82
- 'chevron-down rounded': string;
83
- 'chevron-up rounded': string;
84
- 'chevron-left': string;
85
- 'chevron-right': string;
86
- 'drop-up': string;
87
- 'drop-down': string;
88
- 'expand-less': string;
89
- 'expand-more': string;
90
- fold: string;
91
- 'fold-horizontal': string;
92
- 'low-priority': string;
93
- 'minus-outlined': string;
94
- more: string;
95
- 'plus-outlined': string;
96
- sorting: string;
97
- 'subdirectory-left': string;
98
- 'subdirectory-right': string;
99
- 'unfold-horizontal': string;
100
- 'unfold-less': string;
101
- 'unfold-more': string;
102
- };
103
- } | {
104
- name: string;
105
- shapes: {
106
- 'accounting-nav': string;
107
- acquiring: string;
108
- 'bill-correction': string;
109
- bill: string;
110
- bookshelf: string;
111
- combined: string;
112
- credit: string;
113
- datamatrix: string;
114
- edo: string;
115
- 'go-market': string;
116
- key: string;
117
- lk: string;
118
- 'my-apps': string;
119
- payment: string;
120
- purchase: string;
121
- qr: string;
122
- reports: string;
123
- 'research-nav': string;
124
- reviews: string;
125
- 'rouble-outlined': string;
126
- sber: string;
127
- services: string;
128
- 'shop-2': string;
129
- shop: string;
130
- stats: string;
131
- 'support-add': string;
132
- support: string;
133
- wallet: string;
134
- };
135
- } | {
136
- name: string;
137
- shapes: {
138
- accounting: string;
139
- alco: string;
140
- 'alert-circle': string;
141
- 'alert-triangle': string;
142
- alert: string;
143
- archive: string;
144
- article: string;
145
- attach: string;
146
- block: string;
147
- book: string;
148
- bulb: string;
149
- bundle: string;
150
- 'business-case': string;
151
- calendar: string;
152
- 'call-end': string;
153
- 'call-later': string;
154
- cashback: string;
155
- cast: string;
156
- chart: string;
157
- chat: string;
158
- 'check-all': string;
159
- 'check-rounded': string;
160
- 'check-square outlined': string;
161
- check: string;
162
- 'clock-outlined': string;
163
- 'clock-solid': string;
164
- clock: string;
165
- comment: string;
166
- 'compare-add': string;
167
- 'compare-remove': string;
168
- comparsion: string;
169
- copy: string;
170
- crown: string;
171
- decline: string;
172
- 'delete-outlined': string;
173
- 'delete-solid': string;
174
- delete: string;
175
- dialog: string;
176
- 'display-mode': string;
177
- doc: string;
178
- 'document-copy': string;
179
- 'document-filled': string;
180
- document: string;
181
- download: string;
182
- drag: string;
183
- 'edit-rounded': string;
184
- edit: string;
185
- 'empty-cart': string;
186
- event: string;
187
- 'external-link': string;
188
- 'eye-off': string;
189
- eye: string;
190
- feed: string;
191
- file: string;
192
- filter: string;
193
- fire: string;
194
- fiscal: string;
195
- 'folder-alert': string;
196
- 'folder-check': string;
197
- 'folder-few check': string;
198
- 'folder-move': string;
199
- folder: string;
200
- gift: string;
201
- goods: string;
202
- 'graph-square': string;
203
- healing: string;
204
- 'help-outlined': string;
205
- 'help-solid': string;
206
- help: string;
207
- history: string;
208
- id: string;
209
- image: string;
210
- 'import-export': string;
211
- import: string;
212
- 'incoming-call': string;
213
- info: string;
214
- insurancelost: string;
215
- insurance: string;
216
- lamp: string;
217
- like: string;
218
- 'linked-circle outlined': string;
219
- linked: string;
220
- 'linked-rounded': string;
221
- list: string;
222
- 'location-arrow': string;
223
- 'location-pin': string;
224
- location: string;
225
- lock: string;
226
- login: string;
227
- 'logo-1c': string;
228
- 'logo-android': string;
229
- 'logo-apple': string;
230
- 'logo-chestniy znak': string;
231
- 'logo-evotor': string;
232
- 'logo-facebook': string;
233
- 'logo-gomarket': string;
234
- 'logo-instagram': string;
235
- 'logo-linux': string;
236
- 'logo-ok': string;
237
- 'logo-sber': string;
238
- 'logo-sbp': string;
239
- 'logo-telegram': string;
240
- 'logo-twitter': string;
241
- 'logo-vk': string;
242
- 'logo-whatsapp': string;
243
- 'logo-windows': string;
244
- mail: string;
245
- 'minus-rounded': string;
246
- minus: string;
247
- monitoring: string;
248
- 'mute-1': string;
249
- mute: string;
250
- new: string;
251
- news: string;
252
- 'os-version': string;
253
- offline: string;
254
- online: string;
255
- 'open-outside': string;
256
- 'outgoing-call': string;
257
- password: string;
258
- paste: string;
259
- 'pause-circle': string;
260
- pause: string;
261
- phone: string;
262
- 'pickup-point': string;
263
- 'pin-outline': string;
264
- pin: string;
265
- 'play-circle': string;
266
- 'plus-rounded': string;
267
- plus: string;
268
- 'point-up': string;
269
- 'power-on': string;
270
- power: string;
271
- print: string;
272
- printer: string;
273
- promo: string;
274
- refresh: string;
275
- refund: string;
276
- remote: string;
277
- renew: string;
278
- research: string;
279
- route: string;
280
- sim: string;
281
- 'sale-options': string;
282
- save: string;
283
- scanner: string;
284
- selected: string;
285
- send: string;
286
- share: string;
287
- smartphone: string;
288
- specify: string;
289
- 'star-outlined': string;
290
- 'star-solid': string;
291
- star: string;
292
- 'star-border': string;
293
- 'support-agent': string;
294
- swap: string;
295
- 'sync-error': string;
296
- 'sync-problem': string;
297
- sync: string;
298
- table: string;
299
- 'terminal-add': string;
300
- terminal: string;
301
- tools: string;
302
- usb: string;
303
- unarchive: string;
304
- unlock: string;
305
- unpin: string;
306
- upload: string;
307
- 'user-add': string;
308
- 'user-check': string;
309
- 'user-group': string;
310
- user: string;
311
- usergroup: string;
312
- 'video-call': string;
313
- 'volume-off': string;
314
- 'warranty-ended': string;
315
- warranty: string;
316
- wifi: string;
317
- work: string;
318
- };
319
- })[];
1
+ export declare const icons: ({
2
+ name: string;
3
+ shapes: {
4
+ barcode: string;
5
+ calculator: string;
6
+ courier: string;
7
+ 'credit-blank': string;
8
+ 'folder-outline': string;
9
+ internet: string;
10
+ law: string;
11
+ 'person-add': string;
12
+ 'person-check': string;
13
+ 'person-clientcard': string;
14
+ 'person-customer details off': string;
15
+ 'person-customer details': string;
16
+ 'person-group': string;
17
+ 'person-loyality': string;
18
+ 'person-owner': string;
19
+ 'person-profile': string;
20
+ 'person-self employed': string;
21
+ 'person-seller': string;
22
+ person: string;
23
+ personnel: string;
24
+ restaurant: string;
25
+ scissors: string;
26
+ service: string;
27
+ 'service-package': string;
28
+ shipping: string;
29
+ 'terminal-rent': string;
30
+ transport: string;
31
+ };
32
+ } | {
33
+ name: string;
34
+ shapes: {
35
+ happy: string;
36
+ neutral: string;
37
+ sad: string;
38
+ 'very-happy': string;
39
+ 'very-sad': string;
40
+ };
41
+ } | {
42
+ name: string;
43
+ shapes: {
44
+ bell: string;
45
+ cart: string;
46
+ close: string;
47
+ exit: string;
48
+ menu: string;
49
+ order: string;
50
+ profile: string;
51
+ request: string;
52
+ search: string;
53
+ settings: string;
54
+ };
55
+ } | {
56
+ name: string;
57
+ shapes: {
58
+ 'arrow-back': string;
59
+ 'arrow-down': string;
60
+ 'arrow-forward': string;
61
+ 'arrow-up': string;
62
+ 'down-circle-add': string;
63
+ 'down-circle': string;
64
+ graph: string;
65
+ 'left-circle': string;
66
+ megaphone: string;
67
+ 'right-down': string;
68
+ rouble: string;
69
+ sale: string;
70
+ 'up-circle-add': string;
71
+ 'up-circle': string;
72
+ warehouse: string;
73
+ web: string;
74
+ };
75
+ } | {
76
+ name: string;
77
+ shapes: {
78
+ 'arrow-northeast': string;
79
+ 'arrow-southwest': string;
80
+ 'arrow-left': string;
81
+ 'arrow-right': string;
82
+ 'chevron-down rounded': string;
83
+ 'chevron-up rounded': string;
84
+ 'chevron-left': string;
85
+ 'chevron-right': string;
86
+ 'drop-down': string;
87
+ 'drop-up': string;
88
+ 'expand-less': string;
89
+ 'expand-more': string;
90
+ fold: string;
91
+ 'fold-horizontal': string;
92
+ 'low-priority': string;
93
+ 'minus-outlined': string;
94
+ more: string;
95
+ 'plus-outlined': string;
96
+ sorting: string;
97
+ 'subdirectory-left': string;
98
+ 'subdirectory-right': string;
99
+ 'unfold-horizontal': string;
100
+ 'unfold-less': string;
101
+ 'unfold-more': string;
102
+ };
103
+ } | {
104
+ name: string;
105
+ shapes: {
106
+ 'accounting-nav': string;
107
+ acquiring: string;
108
+ 'bill-correction': string;
109
+ bill: string;
110
+ bookshelf: string;
111
+ combined: string;
112
+ credit: string;
113
+ datamatrix: string;
114
+ edo: string;
115
+ 'go-market': string;
116
+ key: string;
117
+ lk: string;
118
+ 'my-apps': string;
119
+ payment: string;
120
+ purchase: string;
121
+ qr: string;
122
+ reports: string;
123
+ 'research-nav': string;
124
+ reviews: string;
125
+ 'rouble-outlined': string;
126
+ sber: string;
127
+ services: string;
128
+ 'shop-2': string;
129
+ shop: string;
130
+ stats: string;
131
+ 'support-add': string;
132
+ support: string;
133
+ wallet: string;
134
+ };
135
+ } | {
136
+ name: string;
137
+ shapes: {
138
+ accounting: string;
139
+ alco: string;
140
+ 'alert-circle': string;
141
+ 'alert-triangle': string;
142
+ alert: string;
143
+ archive: string;
144
+ article: string;
145
+ attach: string;
146
+ block: string;
147
+ book: string;
148
+ bulb: string;
149
+ bundle: string;
150
+ 'business-case': string;
151
+ calendar: string;
152
+ 'call-end': string;
153
+ 'call-later': string;
154
+ cashback: string;
155
+ cast: string;
156
+ chart: string;
157
+ chat: string;
158
+ 'check-all': string;
159
+ 'check-rounded': string;
160
+ 'check-square outlined': string;
161
+ check: string;
162
+ 'clock-outlined': string;
163
+ 'clock-solid': string;
164
+ clock: string;
165
+ comment: string;
166
+ 'compare-add': string;
167
+ 'compare-remove': string;
168
+ comparsion: string;
169
+ copy: string;
170
+ crown: string;
171
+ decline: string;
172
+ 'delete-outlined': string;
173
+ 'delete-solid': string;
174
+ delete: string;
175
+ dialog: string;
176
+ 'display-mode': string;
177
+ 'document-copy': string;
178
+ 'document-filled': string;
179
+ document: string;
180
+ doc: string;
181
+ download: string;
182
+ drag: string;
183
+ 'edit-rounded': string;
184
+ edit: string;
185
+ 'empty-cart': string;
186
+ event: string;
187
+ 'external-link': string;
188
+ 'eye-off': string;
189
+ eye: string;
190
+ feed: string;
191
+ file: string;
192
+ filter: string;
193
+ fire: string;
194
+ fiscal: string;
195
+ 'folder-alert': string;
196
+ 'folder-check': string;
197
+ 'folder-few check': string;
198
+ 'folder-move': string;
199
+ folder: string;
200
+ gift: string;
201
+ goods: string;
202
+ 'graph-square': string;
203
+ healing: string;
204
+ 'help-outlined': string;
205
+ 'help-solid': string;
206
+ help: string;
207
+ history: string;
208
+ id: string;
209
+ image: string;
210
+ 'import-export': string;
211
+ import: string;
212
+ 'incoming-call': string;
213
+ info: string;
214
+ insurancelost: string;
215
+ insurance: string;
216
+ lamp: string;
217
+ like: string;
218
+ 'linked-circle outlined': string;
219
+ linked: string;
220
+ 'linked-rounded': string;
221
+ list: string;
222
+ 'location-arrow': string;
223
+ 'location-pin': string;
224
+ location: string;
225
+ lock: string;
226
+ login: string;
227
+ 'logo-1c': string;
228
+ 'logo-android': string;
229
+ 'logo-apple': string;
230
+ 'logo-chestniy znak': string;
231
+ 'logo-evotor': string;
232
+ 'logo-facebook': string;
233
+ 'logo-gomarket': string;
234
+ 'logo-instagram': string;
235
+ 'logo-linux': string;
236
+ 'logo-ok': string;
237
+ 'logo-sber': string;
238
+ 'logo-sbp': string;
239
+ 'logo-telegram': string;
240
+ 'logo-twitter': string;
241
+ 'logo-vk': string;
242
+ 'logo-whatsapp': string;
243
+ 'logo-windows': string;
244
+ mail: string;
245
+ 'minus-rounded': string;
246
+ minus: string;
247
+ monitoring: string;
248
+ 'mute-1': string;
249
+ mute: string;
250
+ new: string;
251
+ news: string;
252
+ offline: string;
253
+ online: string;
254
+ 'open-outside': string;
255
+ 'os-version': string;
256
+ 'outgoing-call': string;
257
+ password: string;
258
+ paste: string;
259
+ 'pause-circle': string;
260
+ pause: string;
261
+ phone: string;
262
+ 'pickup-point': string;
263
+ 'pin-outline': string;
264
+ pin: string;
265
+ 'play-circle': string;
266
+ 'plus-rounded': string;
267
+ plus: string;
268
+ 'point-up': string;
269
+ 'power-on': string;
270
+ power: string;
271
+ print: string;
272
+ printer: string;
273
+ promo: string;
274
+ refresh: string;
275
+ refund: string;
276
+ remote: string;
277
+ renew: string;
278
+ research: string;
279
+ route: string;
280
+ 'sale-options': string;
281
+ save: string;
282
+ scanner: string;
283
+ selected: string;
284
+ send: string;
285
+ share: string;
286
+ sim: string;
287
+ smartphone: string;
288
+ specify: string;
289
+ 'star-outlined': string;
290
+ 'star-solid': string;
291
+ star: string;
292
+ 'star-border': string;
293
+ 'support-agent': string;
294
+ swap: string;
295
+ 'sync-error': string;
296
+ 'sync-problem': string;
297
+ sync: string;
298
+ table: string;
299
+ 'terminal-add': string;
300
+ terminal: string;
301
+ tools: string;
302
+ unarchive: string;
303
+ unlock: string;
304
+ unpin: string;
305
+ upload: string;
306
+ usb: string;
307
+ 'user-add': string;
308
+ 'user-check': string;
309
+ 'user-group': string;
310
+ user: string;
311
+ usergroup: string;
312
+ 'video-call': string;
313
+ 'volume-off': string;
314
+ 'warranty-ended': string;
315
+ warranty: string;
316
+ wifi: string;
317
+ work: string;
318
+ };
319
+ })[];
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@evotor-dev/ui-kit/icons/info" />
5
- export * from './index';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@evotor-dev/ui-kit/icons/info" />
5
+ export * from './index';