@evotor-dev/ui-kit 7.0.3 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (635) hide show
  1. package/README.md +8 -58
  2. package/esm2020/evotor-dev-ui-kit.mjs +4 -4
  3. package/esm2020/icons/category/evotor-dev-ui-kit-icons-category.mjs +4 -4
  4. package/esm2020/icons/category/index.mjs +62 -62
  5. package/esm2020/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs +4 -4
  6. package/esm2020/icons/emotions/index.mjs +17 -17
  7. package/esm2020/icons/evotor-dev-ui-kit-icons.mjs +4 -4
  8. package/esm2020/icons/header/evotor-dev-ui-kit-icons-header.mjs +4 -4
  9. package/esm2020/icons/header/index.mjs +27 -27
  10. package/esm2020/icons/index.mjs +8 -8
  11. package/esm2020/icons/info/evotor-dev-ui-kit-icons-info.mjs +4 -4
  12. package/esm2020/icons/info/index.mjs +39 -39
  13. package/esm2020/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs +4 -4
  14. package/esm2020/icons/navigation/index.mjs +56 -56
  15. package/esm2020/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs +4 -4
  16. package/esm2020/icons/side-menu/index.mjs +63 -63
  17. package/esm2020/icons/system/evotor-dev-ui-kit-icons-system.mjs +4 -4
  18. package/esm2020/icons/system/index.mjs +372 -368
  19. package/esm2020/lib/common/Serializable.mjs +5 -5
  20. package/esm2020/lib/common/animations/expand.animation.mjs +27 -27
  21. package/esm2020/lib/common/animations/index.mjs +3 -3
  22. package/esm2020/lib/common/animations/sidebar.animation.mjs +9 -9
  23. package/esm2020/lib/common/animations/skip-initial-render.animation.mjs +2 -2
  24. package/esm2020/lib/common/collection/evo-collection-fabric.mjs +9 -9
  25. package/esm2020/lib/common/collection/evo-collection.mjs +6 -6
  26. package/esm2020/lib/common/collection/index.mjs +2 -2
  27. package/esm2020/lib/common/constants/css-breakpoints.mjs +8 -8
  28. package/esm2020/lib/common/constants/view-breakpoint-streams.mjs +23 -23
  29. package/esm2020/lib/common/evo-base-control.mjs +45 -45
  30. package/esm2020/lib/common/evo-control-state-manager/evo-control-state-manager.mjs +12 -12
  31. package/esm2020/lib/common/evo-control-state-manager/evo-control-state.interface.mjs +1 -1
  32. package/esm2020/lib/common/evo-control-state-manager/evo-control-states.enum.mjs +5 -5
  33. package/esm2020/lib/common/form-helper/form-helper.mjs +30 -30
  34. package/esm2020/lib/common/types/evo-color.mjs +1 -1
  35. package/esm2020/lib/common/types/evo-size.mjs +1 -1
  36. package/esm2020/lib/common/types/index.mjs +2 -2
  37. package/esm2020/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +30 -30
  38. package/esm2020/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +18 -18
  39. package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +56 -56
  40. package/esm2020/lib/components/evo-accordion/evo-accordion.component.mjs +16 -16
  41. package/esm2020/lib/components/evo-accordion/evo-accordion.module.mjs +65 -65
  42. package/esm2020/lib/components/evo-accordion/index.mjs +1 -1
  43. package/esm2020/lib/components/evo-accordion/public-api.mjs +5 -5
  44. package/esm2020/lib/components/evo-alert/evo-alert.component.mjs +78 -78
  45. package/esm2020/lib/components/evo-alert/evo-alert.module.mjs +28 -28
  46. package/esm2020/lib/components/evo-alert/index.mjs +1 -1
  47. package/esm2020/lib/components/evo-alert/public-api.mjs +2 -2
  48. package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +357 -357
  49. package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +42 -42
  50. package/esm2020/lib/components/evo-autocomplete/evo-autocomplete.module.mjs +57 -57
  51. package/esm2020/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +5 -5
  52. package/esm2020/lib/components/evo-autocomplete/index.mjs +1 -1
  53. package/esm2020/lib/components/evo-autocomplete/models/DaDataParty.mjs +27 -27
  54. package/esm2020/lib/components/evo-autocomplete/models/dadata.model.mjs +47 -47
  55. package/esm2020/lib/components/evo-autocomplete/public-api.mjs +6 -6
  56. package/esm2020/lib/components/evo-autocomplete/types/evo-autocomplete-size.mjs +1 -1
  57. package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +39 -39
  58. package/esm2020/lib/components/evo-badge/evo-badge.module.mjs +27 -27
  59. package/esm2020/lib/components/evo-badge/index.mjs +2 -2
  60. package/esm2020/lib/components/evo-badge/public-api.mjs +2 -2
  61. package/esm2020/lib/components/evo-badge/types/evo-badge-color.mjs +1 -1
  62. package/esm2020/lib/components/evo-badge/types/evo-badge-size.mjs +1 -1
  63. package/esm2020/lib/components/evo-badge/types/index.mjs +2 -2
  64. package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +109 -112
  65. package/esm2020/lib/components/evo-banner/evo-banner.module.mjs +23 -27
  66. package/esm2020/lib/components/evo-banner/index.mjs +1 -1
  67. package/esm2020/lib/components/evo-banner/public-api.mjs +2 -2
  68. package/esm2020/lib/components/evo-button/components/evo-button/evo-button.component.mjs +86 -0
  69. package/esm2020/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +91 -0
  70. package/esm2020/lib/components/evo-button/constants/evo-button-themes-map.mjs +31 -0
  71. package/esm2020/lib/components/evo-button/evo-button.module.mjs +21 -26
  72. package/esm2020/lib/components/evo-button/index.mjs +1 -1
  73. package/esm2020/lib/components/evo-button/public-api.mjs +5 -3
  74. package/esm2020/lib/components/evo-button/types/evo-button-color.mjs +2 -0
  75. package/esm2020/lib/components/evo-button/types/evo-button-shape.mjs +2 -0
  76. package/esm2020/lib/components/evo-button/types/evo-button-size.mjs +2 -0
  77. package/esm2020/lib/components/evo-button/types/evo-button-theme-params.mjs +2 -0
  78. package/esm2020/lib/components/evo-button/types/evo-button-theme.mjs +2 -0
  79. package/esm2020/lib/components/evo-button/types/index.mjs +6 -0
  80. package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +86 -82
  81. package/esm2020/lib/components/evo-checkbox/evo-checkbox.module.mjs +33 -33
  82. package/esm2020/lib/components/evo-checkbox/index.mjs +1 -1
  83. package/esm2020/lib/components/evo-checkbox/public-api.mjs +2 -2
  84. package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +129 -129
  85. package/esm2020/lib/components/evo-chip/evo-chip.module.mjs +44 -44
  86. package/esm2020/lib/components/evo-chip/index.mjs +1 -1
  87. package/esm2020/lib/components/evo-chip/public-api.mjs +2 -2
  88. package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +40 -40
  89. package/esm2020/lib/components/evo-control-error/evo-control-error.module.mjs +29 -29
  90. package/esm2020/lib/components/evo-control-error/index.mjs +1 -1
  91. package/esm2020/lib/components/evo-control-error/public-api.mjs +2 -2
  92. package/esm2020/lib/components/evo-control-label/evo-control-label.component.mjs +18 -18
  93. package/esm2020/lib/components/evo-control-label/evo-control-label.module.mjs +21 -21
  94. package/esm2020/lib/components/evo-control-label/index.mjs +1 -1
  95. package/esm2020/lib/components/evo-control-label/public-api.mjs +2 -2
  96. package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +37 -37
  97. package/esm2020/lib/components/evo-counter/evo-counter.module.mjs +29 -29
  98. package/esm2020/lib/components/evo-counter/index.mjs +1 -1
  99. package/esm2020/lib/components/evo-counter/public-api.mjs +2 -2
  100. package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +554 -554
  101. package/esm2020/lib/components/evo-datepicker/evo-datepicker.module.mjs +33 -33
  102. package/esm2020/lib/components/evo-datepicker/flatpickr-options.interface.mjs +1 -1
  103. package/esm2020/lib/components/evo-datepicker/index.mjs +1 -1
  104. package/esm2020/lib/components/evo-datepicker/public-api.mjs +2 -2
  105. package/esm2020/lib/components/evo-datepicker/templates/index.mjs +19 -19
  106. package/esm2020/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs +40 -40
  107. package/esm2020/lib/components/evo-dropdown/evo-dropdown-position-description.mjs +50 -50
  108. package/esm2020/lib/components/evo-dropdown/evo-dropdown.component.mjs +106 -106
  109. package/esm2020/lib/components/evo-dropdown/evo-dropdown.module.mjs +19 -19
  110. package/esm2020/lib/components/evo-dropdown/index.mjs +1 -1
  111. package/esm2020/lib/components/evo-dropdown/public-api.mjs +4 -4
  112. package/esm2020/lib/components/evo-dropdown/types/evo-dropdown-positions.mjs +1 -1
  113. package/esm2020/lib/components/evo-icon/classes/evo-icons-library.mjs +18 -18
  114. package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +56 -52
  115. package/esm2020/lib/components/evo-icon/evo-icon.module.mjs +56 -56
  116. package/esm2020/lib/components/evo-icon/index.mjs +1 -1
  117. package/esm2020/lib/components/evo-icon/interfaces/icons-category.mjs +1 -1
  118. package/esm2020/lib/components/evo-icon/interfaces/icons-source.mjs +1 -1
  119. package/esm2020/lib/components/evo-icon/public-api.mjs +5 -5
  120. package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +64 -61
  121. package/esm2020/lib/components/evo-icon-button/evo-icon-button.module.mjs +25 -25
  122. package/esm2020/lib/components/evo-icon-button/index.mjs +1 -1
  123. package/esm2020/lib/components/evo-icon-button/public-api.mjs +2 -2
  124. package/esm2020/lib/components/evo-icon-button/types/evo-icon-button-size.mjs +1 -1
  125. package/esm2020/lib/components/evo-icon-button/types/evo-icon-button-theme.mjs +1 -1
  126. package/esm2020/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +13 -13
  127. package/esm2020/lib/components/evo-icon-number/evo-icon-number.module.mjs +17 -17
  128. package/esm2020/lib/components/evo-icon-number/index.mjs +1 -1
  129. package/esm2020/lib/components/evo-icon-number/public-api.mjs +2 -2
  130. package/esm2020/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.mjs +12 -12
  131. package/esm2020/lib/components/evo-input/evo-input.component.mjs +358 -357
  132. package/esm2020/lib/components/evo-input/evo-input.module.mjs +65 -65
  133. package/esm2020/lib/components/evo-input/index.mjs +1 -1
  134. package/esm2020/lib/components/evo-input/public-api.mjs +3 -3
  135. package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +149 -149
  136. package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs +33 -33
  137. package/esm2020/lib/components/evo-input-contenteditable/index.mjs +1 -1
  138. package/esm2020/lib/components/evo-input-contenteditable/public-api.mjs +2 -2
  139. package/esm2020/lib/components/evo-input-contenteditable/utils/clear-multiline.mjs +6 -6
  140. package/esm2020/lib/components/evo-loader/evo-circular-loader.component.mjs +18 -18
  141. package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +27 -24
  142. package/esm2020/lib/components/evo-loader/evo-loader.module.mjs +32 -32
  143. package/esm2020/lib/components/evo-loader/index.mjs +1 -1
  144. package/esm2020/lib/components/evo-loader/public-api.mjs +3 -3
  145. package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +127 -118
  146. package/esm2020/lib/components/evo-modal/evo-modal.module.mjs +31 -31
  147. package/esm2020/lib/components/evo-modal/evo-modal.service.mjs +31 -31
  148. package/esm2020/lib/components/evo-modal/index.mjs +1 -1
  149. package/esm2020/lib/components/evo-modal/public-api.mjs +3 -3
  150. package/esm2020/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +57 -57
  151. package/esm2020/lib/components/evo-navbar/evo-navbar.component.mjs +45 -45
  152. package/esm2020/lib/components/evo-navbar/evo-navbar.module.mjs +23 -23
  153. package/esm2020/lib/components/evo-navbar/index.mjs +1 -1
  154. package/esm2020/lib/components/evo-navbar/interfaces/nav-item-main-info.mjs +1 -1
  155. package/esm2020/lib/components/evo-navbar/interfaces/nav-item-router-link.mjs +1 -1
  156. package/esm2020/lib/components/evo-navbar/interfaces/nav-item.href.mjs +1 -1
  157. package/esm2020/lib/components/evo-navbar/public-api.mjs +3 -3
  158. package/esm2020/lib/components/evo-navbar/types/nav-item.mjs +1 -1
  159. package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +12 -0
  160. package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +45 -0
  161. package/esm2020/lib/components/evo-navigation-button/index.mjs +2 -0
  162. package/esm2020/lib/components/evo-navigation-button/public-api.mjs +3 -0
  163. package/esm2020/lib/components/evo-note/evo-note.component.mjs +39 -39
  164. package/esm2020/lib/components/evo-note/evo-note.module.mjs +44 -44
  165. package/esm2020/lib/components/evo-note/index.mjs +1 -1
  166. package/esm2020/lib/components/evo-note/public.api.mjs +3 -3
  167. package/esm2020/lib/components/evo-note/types/evo-note-type.mjs +1 -1
  168. package/esm2020/lib/components/evo-paginator/evo-paginator.component.mjs +107 -107
  169. package/esm2020/lib/components/evo-paginator/evo-paginator.module.mjs +21 -21
  170. package/esm2020/lib/components/evo-paginator/index.mjs +1 -1
  171. package/esm2020/lib/components/evo-paginator/public-api.mjs +2 -2
  172. package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +25 -25
  173. package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.module.mjs +21 -21
  174. package/esm2020/lib/components/evo-plus-minus/index.mjs +1 -1
  175. package/esm2020/lib/components/evo-plus-minus/public-api.mjs +2 -2
  176. package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +172 -172
  177. package/esm2020/lib/components/evo-popover/evo-popover.module.mjs +25 -25
  178. package/esm2020/lib/components/evo-popover/index.mjs +1 -1
  179. package/esm2020/lib/components/evo-popover/public-api.mjs +2 -2
  180. package/esm2020/lib/components/evo-portal/evo-portal-outlet.class.mjs +6 -6
  181. package/esm2020/lib/components/evo-portal/evo-portal-outlet.directive.mjs +18 -18
  182. package/esm2020/lib/components/evo-portal/evo-portal.module.mjs +31 -31
  183. package/esm2020/lib/components/evo-portal/evo-portal.service.mjs +91 -91
  184. package/esm2020/lib/components/evo-portal/index.mjs +1 -1
  185. package/esm2020/lib/components/evo-portal/public-api.mjs +4 -4
  186. package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +50 -50
  187. package/esm2020/lib/components/evo-radio/evo-radio.module.mjs +25 -25
  188. package/esm2020/lib/components/evo-radio/index.mjs +1 -1
  189. package/esm2020/lib/components/evo-radio/public-api.mjs +2 -2
  190. package/esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs +122 -122
  191. package/esm2020/lib/components/evo-radio-group/evo-radio-group.module.mjs +33 -33
  192. package/esm2020/lib/components/evo-radio-group/index.mjs +1 -1
  193. package/esm2020/lib/components/evo-radio-group/public-api.mjs +2 -2
  194. package/esm2020/lib/components/evo-radio-group/typings/options.mjs +1 -1
  195. package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +55 -55
  196. package/esm2020/lib/components/evo-radioshape/evo-radioshape.module.mjs +32 -32
  197. package/esm2020/lib/components/evo-radioshape/index.mjs +1 -1
  198. package/esm2020/lib/components/evo-radioshape/public-api.mjs +2 -2
  199. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +21 -20
  200. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +77 -74
  201. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +24 -39
  202. package/esm2020/lib/components/evo-segmented-bar/index.mjs +1 -1
  203. package/esm2020/lib/components/evo-segmented-bar/public-api.mjs +3 -3
  204. package/esm2020/lib/components/evo-select/evo-select.component.mjs +114 -114
  205. package/esm2020/lib/components/evo-select/evo-select.module.mjs +33 -33
  206. package/esm2020/lib/components/evo-select/index.mjs +1 -1
  207. package/esm2020/lib/components/evo-select/public-api.mjs +2 -2
  208. package/esm2020/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.mjs +7 -7
  209. package/esm2020/lib/components/evo-sidebar/enums/evo-sidebar-sizes.mjs +6 -6
  210. package/esm2020/lib/components/evo-sidebar/enums/evo-sidebar-states.mjs +5 -5
  211. package/esm2020/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +32 -32
  212. package/esm2020/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +12 -12
  213. package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +39 -39
  214. package/esm2020/lib/components/evo-sidebar/evo-sidebar-portal.mjs +20 -20
  215. package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +171 -171
  216. package/esm2020/lib/components/evo-sidebar/evo-sidebar.module.mjs +89 -89
  217. package/esm2020/lib/components/evo-sidebar/evo-sidebar.service.mjs +104 -104
  218. package/esm2020/lib/components/evo-sidebar/index.mjs +1 -1
  219. package/esm2020/lib/components/evo-sidebar/interfaces.mjs +1 -1
  220. package/esm2020/lib/components/evo-sidebar/public-api.mjs +11 -11
  221. package/esm2020/lib/components/evo-sidebar/sidebar-injection-token.mjs +2 -2
  222. package/esm2020/lib/components/evo-sidebar/tokens.mjs +11 -11
  223. package/esm2020/lib/components/evo-stepper/evo-stepper-events.mjs +24 -24
  224. package/esm2020/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +30 -30
  225. package/esm2020/lib/components/evo-stepper/evo-stepper.component.mjs +66 -66
  226. package/esm2020/lib/components/evo-stepper/evo-stepper.module.mjs +26 -26
  227. package/esm2020/lib/components/evo-stepper/index.mjs +1 -1
  228. package/esm2020/lib/components/evo-stepper/public-api.mjs +3 -3
  229. package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +159 -154
  230. package/esm2020/lib/components/evo-submenu/evo-submenu.module.mjs +26 -36
  231. package/esm2020/lib/components/evo-submenu/index.mjs +1 -1
  232. package/esm2020/lib/components/evo-submenu/public-api.mjs +2 -2
  233. package/esm2020/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.mjs +10 -10
  234. package/esm2020/lib/components/evo-switcher/evo-switcher.component.mjs +31 -31
  235. package/esm2020/lib/components/evo-switcher/evo-switcher.module.mjs +26 -26
  236. package/esm2020/lib/components/evo-switcher/index.mjs +1 -1
  237. package/esm2020/lib/components/evo-switcher/public-api.mjs +3 -3
  238. package/esm2020/lib/components/evo-table/evo-table/evo-table.component.mjs +66 -66
  239. package/esm2020/lib/components/evo-table/evo-table-column/evo-table-column.component.mjs +30 -30
  240. package/esm2020/lib/components/evo-table/evo-table.module.mjs +22 -22
  241. package/esm2020/lib/components/evo-table/index.mjs +1 -1
  242. package/esm2020/lib/components/evo-table/public-api.mjs +3 -3
  243. package/esm2020/lib/components/evo-tabs/enums/evo-tabs-size.mjs +5 -5
  244. package/esm2020/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +87 -87
  245. package/esm2020/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs +36 -36
  246. package/esm2020/lib/components/evo-tabs/evo-tab-state.collection.mjs +42 -42
  247. package/esm2020/lib/components/evo-tabs/evo-tabs-size.service.mjs +23 -23
  248. package/esm2020/lib/components/evo-tabs/evo-tabs.component.mjs +82 -82
  249. package/esm2020/lib/components/evo-tabs/evo-tabs.module.mjs +29 -29
  250. package/esm2020/lib/components/evo-tabs/evo-tabs.service.mjs +66 -66
  251. package/esm2020/lib/components/evo-tabs/index.mjs +1 -1
  252. package/esm2020/lib/components/evo-tabs/public-api.mjs +8 -8
  253. package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +78 -78
  254. package/esm2020/lib/components/evo-textarea/evo-textarea.module.mjs +36 -36
  255. package/esm2020/lib/components/evo-textarea/index.mjs +1 -1
  256. package/esm2020/lib/components/evo-textarea/public-api.mjs +2 -2
  257. package/esm2020/lib/components/evo-toast/evo-toast.component.mjs +97 -97
  258. package/esm2020/lib/components/evo-toast/evo-toast.module.mjs +44 -44
  259. package/esm2020/lib/components/evo-toast/evo-toast.service.mjs +48 -48
  260. package/esm2020/lib/components/evo-toast/index.mjs +1 -1
  261. package/esm2020/lib/components/evo-toast/public-api.mjs +3 -3
  262. package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +63 -63
  263. package/esm2020/lib/components/evo-toggle/evo-toggle.module.mjs +29 -29
  264. package/esm2020/lib/components/evo-toggle/index.mjs +1 -1
  265. package/esm2020/lib/components/evo-toggle/public-api.mjs +2 -2
  266. package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +287 -287
  267. package/esm2020/lib/components/evo-upload/evo-upload.module.mjs +58 -58
  268. package/esm2020/lib/components/evo-upload/index.mjs +1 -1
  269. package/esm2020/lib/components/evo-upload/public-api.mjs +2 -2
  270. package/esm2020/lib/decorators/deprecate-method.decorator.mjs +7 -7
  271. package/esm2020/lib/decorators/deprecate-variable.decorator.mjs +16 -16
  272. package/esm2020/lib/decorators/index.mjs +1 -1
  273. package/esm2020/lib/decorators/public-api.mjs +2 -2
  274. package/esm2020/lib/directives/evo-click-outside.directive.mjs +39 -39
  275. package/esm2020/lib/directives/evo-is-expanded.directive.mjs +70 -70
  276. package/esm2020/lib/directives/evo-let/evo-let.directive.mjs +44 -44
  277. package/esm2020/lib/directives/evo-ui-class.directive.mjs +158 -158
  278. package/esm2020/lib/directives/index.mjs +1 -1
  279. package/esm2020/lib/directives/public-api.mjs +4 -4
  280. package/esm2020/lib/evo-ui-kit.module.mjs +64 -64
  281. package/esm2020/lib/operators/enter-zone.operator.mjs +8 -8
  282. package/esm2020/lib/operators/index.mjs +1 -1
  283. package/esm2020/lib/operators/public-api.mjs +1 -1
  284. package/esm2020/lib/pipes/declination.pipe.mjs +39 -39
  285. package/esm2020/lib/pipes/evo-pipes.module.mjs +16 -16
  286. package/esm2020/lib/pipes/index.mjs +1 -1
  287. package/esm2020/lib/pipes/public-api.mjs +3 -3
  288. package/esm2020/lib/pipes/safe-html.pipe.mjs +17 -17
  289. package/esm2020/lib/services/evo-expanded.service.mjs +22 -22
  290. package/esm2020/lib/services/index.mjs +1 -1
  291. package/esm2020/lib/services/public-api.mjs +1 -1
  292. package/esm2020/lib/services/window.service.mjs +48 -48
  293. package/esm2020/public_api.mjs +74 -73
  294. package/evotor-dev-ui-kit.d.ts +5 -5
  295. package/fesm2015/evotor-dev-ui-kit-icons-category.mjs +62 -62
  296. package/fesm2015/evotor-dev-ui-kit-icons-category.mjs.map +1 -1
  297. package/fesm2015/evotor-dev-ui-kit-icons-emotions.mjs +18 -18
  298. package/fesm2015/evotor-dev-ui-kit-icons-header.mjs +28 -28
  299. package/fesm2015/evotor-dev-ui-kit-icons-info.mjs +40 -40
  300. package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs +56 -56
  301. package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
  302. package/fesm2015/evotor-dev-ui-kit-icons-side-menu.mjs +64 -64
  303. package/fesm2015/evotor-dev-ui-kit-icons-system.mjs +373 -369
  304. package/fesm2015/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
  305. package/fesm2015/evotor-dev-ui-kit-icons.mjs +628 -624
  306. package/fesm2015/evotor-dev-ui-kit-icons.mjs.map +1 -1
  307. package/fesm2015/evotor-dev-ui-kit.mjs +7055 -6893
  308. package/fesm2015/evotor-dev-ui-kit.mjs.map +1 -1
  309. package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +62 -62
  310. package/fesm2020/evotor-dev-ui-kit-icons-category.mjs.map +1 -1
  311. package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs +18 -18
  312. package/fesm2020/evotor-dev-ui-kit-icons-header.mjs +28 -28
  313. package/fesm2020/evotor-dev-ui-kit-icons-info.mjs +40 -40
  314. package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +56 -56
  315. package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
  316. package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs +64 -64
  317. package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +373 -369
  318. package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
  319. package/fesm2020/evotor-dev-ui-kit-icons.mjs +628 -624
  320. package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -1
  321. package/fesm2020/evotor-dev-ui-kit.mjs +7035 -6874
  322. package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -1
  323. package/icons/category/evotor-dev-ui-kit-icons-category.d.ts +5 -5
  324. package/icons/category/index.d.ts +59 -59
  325. package/icons/emotions/evotor-dev-ui-kit-icons-emotions.d.ts +5 -5
  326. package/icons/emotions/index.d.ts +15 -15
  327. package/icons/evotor-dev-ui-kit-icons.d.ts +5 -5
  328. package/icons/header/evotor-dev-ui-kit-icons-header.d.ts +5 -5
  329. package/icons/header/index.d.ts +25 -25
  330. package/icons/index.d.ts +321 -319
  331. package/icons/info/evotor-dev-ui-kit-icons-info.d.ts +5 -5
  332. package/icons/info/index.d.ts +37 -37
  333. package/icons/navigation/evotor-dev-ui-kit-icons-navigation.d.ts +5 -5
  334. package/icons/navigation/index.d.ts +53 -53
  335. package/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.d.ts +5 -5
  336. package/icons/side-menu/index.d.ts +61 -61
  337. package/icons/system/evotor-dev-ui-kit-icons-system.d.ts +5 -5
  338. package/icons/system/index.d.ts +369 -365
  339. package/lib/common/Serializable.d.ts +3 -3
  340. package/lib/common/animations/expand.animation.d.ts +1 -1
  341. package/lib/common/animations/index.d.ts +3 -3
  342. package/lib/common/animations/sidebar.animation.d.ts +2 -2
  343. package/lib/common/animations/skip-initial-render.animation.d.ts +1 -1
  344. package/lib/common/collection/evo-collection-fabric.d.ts +4 -4
  345. package/lib/common/collection/evo-collection.d.ts +3 -3
  346. package/lib/common/collection/index.d.ts +2 -2
  347. package/lib/common/constants/css-breakpoints.d.ts +8 -8
  348. package/lib/common/constants/view-breakpoint-streams.d.ts +9 -9
  349. package/lib/common/evo-base-control.d.ts +21 -21
  350. package/lib/common/evo-control-state-manager/evo-control-state-manager.d.ts +7 -7
  351. package/lib/common/evo-control-state-manager/evo-control-state.interface.d.ts +5 -5
  352. package/lib/common/evo-control-state-manager/evo-control-states.enum.d.ts +4 -4
  353. package/lib/common/form-helper/form-helper.d.ts +5 -5
  354. package/lib/common/types/evo-color.d.ts +1 -1
  355. package/lib/common/types/evo-size.d.ts +1 -1
  356. package/lib/common/types/index.d.ts +2 -2
  357. package/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.d.ts +11 -11
  358. package/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.d.ts +9 -9
  359. package/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.d.ts +11 -11
  360. package/lib/components/evo-accordion/evo-accordion.component.d.ts +9 -9
  361. package/lib/components/evo-accordion/evo-accordion.module.d.ts +13 -13
  362. package/lib/components/evo-accordion/index.d.ts +1 -1
  363. package/lib/components/evo-accordion/public-api.d.ts +5 -5
  364. package/lib/components/evo-alert/evo-alert.component.d.ts +38 -38
  365. package/lib/components/evo-alert/evo-alert.module.d.ts +9 -9
  366. package/lib/components/evo-alert/index.d.ts +1 -1
  367. package/lib/components/evo-alert/public-api.d.ts +2 -2
  368. package/lib/components/evo-autocomplete/components/evo-autocomplete.component.d.ts +115 -115
  369. package/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.d.ts +16 -16
  370. package/lib/components/evo-autocomplete/evo-autocomplete.module.d.ts +15 -15
  371. package/lib/components/evo-autocomplete/helpers/switch-query-to-list.d.ts +2 -2
  372. package/lib/components/evo-autocomplete/index.d.ts +1 -1
  373. package/lib/components/evo-autocomplete/models/DaDataParty.d.ts +37 -37
  374. package/lib/components/evo-autocomplete/models/dadata.model.d.ts +320 -320
  375. package/lib/components/evo-autocomplete/public-api.d.ts +6 -6
  376. package/lib/components/evo-autocomplete/types/evo-autocomplete-size.d.ts +1 -1
  377. package/lib/components/evo-badge/evo-badge.component.d.ts +12 -12
  378. package/lib/components/evo-badge/evo-badge.module.d.ts +9 -9
  379. package/lib/components/evo-badge/index.d.ts +2 -2
  380. package/lib/components/evo-badge/public-api.d.ts +2 -2
  381. package/lib/components/evo-badge/types/evo-badge-color.d.ts +2 -2
  382. package/lib/components/evo-badge/types/evo-badge-size.d.ts +2 -2
  383. package/lib/components/evo-badge/types/index.d.ts +2 -2
  384. package/lib/components/evo-banner/evo-banner.component.d.ts +46 -46
  385. package/lib/components/evo-banner/evo-banner.module.d.ts +9 -9
  386. package/lib/components/evo-banner/index.d.ts +1 -1
  387. package/lib/components/evo-banner/public-api.d.ts +2 -2
  388. package/lib/components/evo-button/components/evo-button/evo-button.component.d.ts +24 -0
  389. package/lib/components/evo-button/{evo-button.component.d.ts → components/evo-button-old/evo-button-old.component.d.ts} +39 -33
  390. package/lib/components/evo-button/constants/evo-button-themes-map.d.ts +2 -0
  391. package/lib/components/evo-button/evo-button.module.d.ts +11 -9
  392. package/lib/components/evo-button/index.d.ts +1 -1
  393. package/lib/components/evo-button/public-api.d.ts +4 -2
  394. package/lib/components/evo-button/types/evo-button-color.d.ts +5 -0
  395. package/lib/components/evo-button/types/evo-button-shape.d.ts +4 -0
  396. package/lib/components/evo-button/types/evo-button-size.d.ts +5 -0
  397. package/lib/components/evo-button/types/evo-button-theme-params.d.ts +5 -0
  398. package/lib/components/evo-button/types/evo-button-theme.d.ts +1 -0
  399. package/lib/components/evo-button/types/index.d.ts +5 -0
  400. package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +29 -26
  401. package/lib/components/evo-checkbox/evo-checkbox.module.d.ts +11 -11
  402. package/lib/components/evo-checkbox/index.d.ts +1 -1
  403. package/lib/components/evo-checkbox/public-api.d.ts +2 -2
  404. package/lib/components/evo-chip/evo-chip.component.d.ts +45 -45
  405. package/lib/components/evo-chip/evo-chip.module.d.ts +11 -11
  406. package/lib/components/evo-chip/index.d.ts +1 -1
  407. package/lib/components/evo-chip/public-api.d.ts +2 -2
  408. package/lib/components/evo-control-error/evo-control-error.component.d.ts +14 -14
  409. package/lib/components/evo-control-error/evo-control-error.module.d.ts +10 -10
  410. package/lib/components/evo-control-error/index.d.ts +1 -1
  411. package/lib/components/evo-control-error/public-api.d.ts +2 -2
  412. package/lib/components/evo-control-label/evo-control-label.component.d.ts +9 -9
  413. package/lib/components/evo-control-label/evo-control-label.module.d.ts +8 -8
  414. package/lib/components/evo-control-label/index.d.ts +1 -1
  415. package/lib/components/evo-control-label/public-api.d.ts +2 -2
  416. package/lib/components/evo-counter/evo-counter.component.d.ts +16 -16
  417. package/lib/components/evo-counter/evo-counter.module.d.ts +9 -9
  418. package/lib/components/evo-counter/index.d.ts +1 -1
  419. package/lib/components/evo-counter/public-api.d.ts +2 -2
  420. package/lib/components/evo-datepicker/evo-datepicker.component.d.ts +174 -174
  421. package/lib/components/evo-datepicker/evo-datepicker.module.d.ts +11 -11
  422. package/lib/components/evo-datepicker/flatpickr-options.interface.d.ts +10 -10
  423. package/lib/components/evo-datepicker/index.d.ts +1 -1
  424. package/lib/components/evo-datepicker/public-api.d.ts +2 -2
  425. package/lib/components/evo-datepicker/templates/index.d.ts +16 -16
  426. package/lib/components/evo-dropdown/evo-dropdown-origin.directive.d.ts +15 -15
  427. package/lib/components/evo-dropdown/evo-dropdown-position-description.d.ts +3 -3
  428. package/lib/components/evo-dropdown/evo-dropdown.component.d.ts +34 -34
  429. package/lib/components/evo-dropdown/evo-dropdown.module.d.ts +10 -10
  430. package/lib/components/evo-dropdown/index.d.ts +1 -1
  431. package/lib/components/evo-dropdown/public-api.d.ts +4 -4
  432. package/lib/components/evo-dropdown/types/evo-dropdown-positions.d.ts +1 -1
  433. package/lib/components/evo-icon/classes/evo-icons-library.d.ts +11 -11
  434. package/lib/components/evo-icon/evo-icon.component.d.ts +20 -20
  435. package/lib/components/evo-icon/evo-icon.module.d.ts +16 -16
  436. package/lib/components/evo-icon/index.d.ts +1 -1
  437. package/lib/components/evo-icon/interfaces/icons-category.d.ts +5 -5
  438. package/lib/components/evo-icon/interfaces/icons-source.d.ts +3 -3
  439. package/lib/components/evo-icon/public-api.d.ts +5 -5
  440. package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +26 -23
  441. package/lib/components/evo-icon-button/evo-icon-button.module.d.ts +8 -8
  442. package/lib/components/evo-icon-button/index.d.ts +1 -1
  443. package/lib/components/evo-icon-button/public-api.d.ts +2 -2
  444. package/lib/components/evo-icon-button/types/evo-icon-button-size.d.ts +2 -2
  445. package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +1 -1
  446. package/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.d.ts +6 -6
  447. package/lib/components/evo-icon-number/evo-icon-number.module.d.ts +8 -8
  448. package/lib/components/evo-icon-number/index.d.ts +1 -1
  449. package/lib/components/evo-icon-number/public-api.d.ts +2 -2
  450. package/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.d.ts +5 -5
  451. package/lib/components/evo-input/evo-input.component.d.ts +93 -93
  452. package/lib/components/evo-input/evo-input.module.d.ts +14 -14
  453. package/lib/components/evo-input/index.d.ts +1 -1
  454. package/lib/components/evo-input/public-api.d.ts +3 -3
  455. package/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.d.ts +44 -44
  456. package/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.d.ts +10 -10
  457. package/lib/components/evo-input-contenteditable/index.d.ts +1 -1
  458. package/lib/components/evo-input-contenteditable/public-api.d.ts +2 -2
  459. package/lib/components/evo-input-contenteditable/utils/clear-multiline.d.ts +1 -1
  460. package/lib/components/evo-loader/evo-circular-loader.component.d.ts +8 -8
  461. package/lib/components/evo-loader/evo-loader.component.d.ts +14 -14
  462. package/lib/components/evo-loader/evo-loader.module.d.ts +10 -10
  463. package/lib/components/evo-loader/index.d.ts +1 -1
  464. package/lib/components/evo-loader/public-api.d.ts +3 -3
  465. package/lib/components/evo-modal/evo-modal.component.d.ts +41 -37
  466. package/lib/components/evo-modal/evo-modal.module.d.ts +10 -10
  467. package/lib/components/evo-modal/evo-modal.service.d.ts +22 -22
  468. package/lib/components/evo-modal/index.d.ts +1 -1
  469. package/lib/components/evo-modal/public-api.d.ts +3 -3
  470. package/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.d.ts +21 -21
  471. package/lib/components/evo-navbar/evo-navbar.component.d.ts +18 -18
  472. package/lib/components/evo-navbar/evo-navbar.module.d.ts +12 -12
  473. package/lib/components/evo-navbar/index.d.ts +1 -1
  474. package/lib/components/evo-navbar/interfaces/nav-item-main-info.d.ts +5 -5
  475. package/lib/components/evo-navbar/interfaces/nav-item-router-link.d.ts +14 -14
  476. package/lib/components/evo-navbar/interfaces/nav-item.href.d.ts +4 -4
  477. package/lib/components/evo-navbar/public-api.d.ts +7 -7
  478. package/lib/components/evo-navbar/types/nav-item.d.ts +4 -4
  479. package/lib/components/evo-navigation-button/evo-navigation-button.component.d.ts +5 -0
  480. package/lib/components/evo-navigation-button/evo-navigation-button.module.d.ts +9 -0
  481. package/lib/components/evo-navigation-button/index.d.ts +1 -0
  482. package/lib/components/evo-navigation-button/public-api.d.ts +2 -0
  483. package/lib/components/evo-note/evo-note.component.d.ts +13 -13
  484. package/lib/components/evo-note/evo-note.module.d.ts +10 -10
  485. package/lib/components/evo-note/index.d.ts +1 -1
  486. package/lib/components/evo-note/public.api.d.ts +3 -3
  487. package/lib/components/evo-note/types/evo-note-type.d.ts +1 -1
  488. package/lib/components/evo-paginator/evo-paginator.component.d.ts +26 -26
  489. package/lib/components/evo-paginator/evo-paginator.module.d.ts +8 -8
  490. package/lib/components/evo-paginator/index.d.ts +1 -1
  491. package/lib/components/evo-paginator/public-api.d.ts +2 -2
  492. package/lib/components/evo-plus-minus/evo-plus-minus.component.d.ts +13 -13
  493. package/lib/components/evo-plus-minus/evo-plus-minus.module.d.ts +8 -8
  494. package/lib/components/evo-plus-minus/index.d.ts +1 -1
  495. package/lib/components/evo-plus-minus/public-api.d.ts +2 -2
  496. package/lib/components/evo-popover/evo-popover.component.d.ts +43 -43
  497. package/lib/components/evo-popover/evo-popover.module.d.ts +9 -9
  498. package/lib/components/evo-popover/index.d.ts +1 -1
  499. package/lib/components/evo-popover/public-api.d.ts +2 -2
  500. package/lib/components/evo-portal/evo-portal-outlet.class.d.ts +6 -6
  501. package/lib/components/evo-portal/evo-portal-outlet.directive.d.ts +10 -10
  502. package/lib/components/evo-portal/evo-portal.module.d.ts +8 -8
  503. package/lib/components/evo-portal/evo-portal.service.d.ts +27 -27
  504. package/lib/components/evo-portal/index.d.ts +1 -1
  505. package/lib/components/evo-portal/public-api.d.ts +4 -4
  506. package/lib/components/evo-radio/evo-radio.component.d.ts +18 -18
  507. package/lib/components/evo-radio/evo-radio.module.d.ts +9 -9
  508. package/lib/components/evo-radio/index.d.ts +1 -1
  509. package/lib/components/evo-radio/public-api.d.ts +2 -2
  510. package/lib/components/evo-radio-group/evo-radio-group.component.d.ts +56 -56
  511. package/lib/components/evo-radio-group/evo-radio-group.module.d.ts +11 -11
  512. package/lib/components/evo-radio-group/index.d.ts +1 -1
  513. package/lib/components/evo-radio-group/public-api.d.ts +2 -2
  514. package/lib/components/evo-radio-group/typings/options.d.ts +6 -6
  515. package/lib/components/evo-radioshape/components/evo-radioshape.component.d.ts +19 -19
  516. package/lib/components/evo-radioshape/evo-radioshape.module.d.ts +9 -9
  517. package/lib/components/evo-radioshape/index.d.ts +1 -1
  518. package/lib/components/evo-radioshape/public-api.d.ts +2 -2
  519. package/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.d.ts +10 -10
  520. package/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.d.ts +22 -22
  521. package/lib/components/evo-segmented-bar/evo-segmented-bar.module.d.ts +11 -11
  522. package/lib/components/evo-segmented-bar/index.d.ts +1 -1
  523. package/lib/components/evo-segmented-bar/public-api.d.ts +3 -3
  524. package/lib/components/evo-select/evo-select.component.d.ts +37 -37
  525. package/lib/components/evo-select/evo-select.module.d.ts +11 -11
  526. package/lib/components/evo-select/index.d.ts +1 -1
  527. package/lib/components/evo-select/public-api.d.ts +2 -2
  528. package/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.d.ts +6 -6
  529. package/lib/components/evo-sidebar/enums/evo-sidebar-sizes.d.ts +5 -5
  530. package/lib/components/evo-sidebar/enums/evo-sidebar-states.d.ts +4 -4
  531. package/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.d.ts +12 -12
  532. package/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.d.ts +5 -5
  533. package/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.d.ts +13 -13
  534. package/lib/components/evo-sidebar/evo-sidebar-portal.d.ts +13 -13
  535. package/lib/components/evo-sidebar/evo-sidebar.component.d.ts +42 -42
  536. package/lib/components/evo-sidebar/evo-sidebar.module.d.ts +17 -17
  537. package/lib/components/evo-sidebar/evo-sidebar.service.d.ts +26 -26
  538. package/lib/components/evo-sidebar/index.d.ts +1 -1
  539. package/lib/components/evo-sidebar/interfaces.d.ts +23 -23
  540. package/lib/components/evo-sidebar/public-api.d.ts +11 -11
  541. package/lib/components/evo-sidebar/sidebar-injection-token.d.ts +2 -2
  542. package/lib/components/evo-sidebar/tokens.d.ts +7 -7
  543. package/lib/components/evo-stepper/evo-stepper-events.d.ts +12 -12
  544. package/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.d.ts +13 -13
  545. package/lib/components/evo-stepper/evo-stepper.component.d.ts +27 -27
  546. package/lib/components/evo-stepper/evo-stepper.module.d.ts +10 -10
  547. package/lib/components/evo-stepper/index.d.ts +1 -1
  548. package/lib/components/evo-stepper/public-api.d.ts +3 -3
  549. package/lib/components/evo-submenu/evo-submenu.component.d.ts +49 -49
  550. package/lib/components/evo-submenu/evo-submenu.module.d.ts +11 -11
  551. package/lib/components/evo-submenu/index.d.ts +1 -1
  552. package/lib/components/evo-submenu/public-api.d.ts +2 -2
  553. package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +9 -9
  554. package/lib/components/evo-switcher/evo-switcher.component.d.ts +14 -14
  555. package/lib/components/evo-switcher/evo-switcher.module.d.ts +10 -10
  556. package/lib/components/evo-switcher/index.d.ts +1 -1
  557. package/lib/components/evo-switcher/public-api.d.ts +3 -3
  558. package/lib/components/evo-table/evo-table/evo-table.component.d.ts +35 -35
  559. package/lib/components/evo-table/evo-table-column/evo-table-column.component.d.ts +12 -12
  560. package/lib/components/evo-table/evo-table.module.d.ts +9 -9
  561. package/lib/components/evo-table/index.d.ts +1 -1
  562. package/lib/components/evo-table/public-api.d.ts +3 -3
  563. package/lib/components/evo-tabs/enums/evo-tabs-size.d.ts +4 -4
  564. package/lib/components/evo-tabs/evo-tab/evo-tab.component.d.ts +35 -35
  565. package/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.d.ts +16 -16
  566. package/lib/components/evo-tabs/evo-tab-state.collection.d.ts +15 -15
  567. package/lib/components/evo-tabs/evo-tabs-size.service.d.ts +12 -12
  568. package/lib/components/evo-tabs/evo-tabs.component.d.ts +22 -22
  569. package/lib/components/evo-tabs/evo-tabs.module.d.ts +11 -11
  570. package/lib/components/evo-tabs/evo-tabs.service.d.ts +19 -19
  571. package/lib/components/evo-tabs/index.d.ts +1 -1
  572. package/lib/components/evo-tabs/public-api.d.ts +8 -8
  573. package/lib/components/evo-textarea/evo-textarea.component.d.ts +25 -25
  574. package/lib/components/evo-textarea/evo-textarea.module.d.ts +11 -11
  575. package/lib/components/evo-textarea/index.d.ts +1 -1
  576. package/lib/components/evo-textarea/public-api.d.ts +2 -2
  577. package/lib/components/evo-toast/evo-toast.component.d.ts +23 -23
  578. package/lib/components/evo-toast/evo-toast.module.d.ts +10 -10
  579. package/lib/components/evo-toast/evo-toast.service.d.ts +22 -22
  580. package/lib/components/evo-toast/index.d.ts +1 -1
  581. package/lib/components/evo-toast/public-api.d.ts +3 -3
  582. package/lib/components/evo-toggle/evo-toggle.component.d.ts +20 -20
  583. package/lib/components/evo-toggle/evo-toggle.module.d.ts +10 -10
  584. package/lib/components/evo-toggle/index.d.ts +1 -1
  585. package/lib/components/evo-toggle/public-api.d.ts +2 -2
  586. package/lib/components/evo-upload/evo-upload.component.d.ts +65 -65
  587. package/lib/components/evo-upload/evo-upload.module.d.ts +13 -13
  588. package/lib/components/evo-upload/index.d.ts +1 -1
  589. package/lib/components/evo-upload/public-api.d.ts +2 -2
  590. package/lib/decorators/deprecate-method.decorator.d.ts +1 -1
  591. package/lib/decorators/deprecate-variable.decorator.d.ts +1 -1
  592. package/lib/decorators/index.d.ts +1 -1
  593. package/lib/decorators/public-api.d.ts +2 -2
  594. package/lib/directives/evo-click-outside.directive.d.ts +12 -12
  595. package/lib/directives/evo-is-expanded.directive.d.ts +19 -19
  596. package/lib/directives/evo-let/evo-let.directive.d.ts +33 -33
  597. package/lib/directives/evo-ui-class.directive.d.ts +61 -61
  598. package/lib/directives/index.d.ts +1 -1
  599. package/lib/directives/public-api.d.ts +4 -4
  600. package/lib/evo-ui-kit.module.d.ts +16 -16
  601. package/lib/operators/enter-zone.operator.d.ts +3 -3
  602. package/lib/operators/index.d.ts +1 -1
  603. package/lib/operators/public-api.d.ts +1 -1
  604. package/lib/pipes/declination.pipe.d.ts +7 -7
  605. package/lib/pipes/evo-pipes.module.d.ts +8 -8
  606. package/lib/pipes/index.d.ts +1 -1
  607. package/lib/pipes/public-api.d.ts +3 -3
  608. package/lib/pipes/safe-html.pipe.d.ts +10 -10
  609. package/lib/services/evo-expanded.service.d.ts +11 -11
  610. package/lib/services/index.d.ts +1 -1
  611. package/lib/services/public-api.d.ts +1 -1
  612. package/lib/services/window.service.d.ts +14 -14
  613. package/package.json +9 -2
  614. package/public_api.d.ts +63 -62
  615. package/styles/components/evo-button.scss +1 -1
  616. package/styles/components/evo-chip.scss +2 -4
  617. package/styles/components/evo-table.scss +9 -9
  618. package/styles/components/evo-title.scss +1 -1
  619. package/styles/globals.scss +17 -6
  620. package/styles/main.scss +6 -1
  621. package/styles/mixins/_evo-input-mixins.scss +74 -0
  622. package/styles/mixins/_evo-text-button-mixin.scss +24 -0
  623. package/styles/mixins/_evo-text-caption-mixin.scss +26 -0
  624. package/styles/mixins/_evo-text-field-mixin.scss +36 -0
  625. package/styles/mixins/_evo-text-header-mixin.scss +62 -0
  626. package/styles/mixins/_evo-text-mobile-header-mixin.scss +34 -0
  627. package/styles/mixins/_evo-text-paragraph-mixin.scss +34 -0
  628. package/styles/mixins/_evo-text-subtitle-mixin.scss +20 -0
  629. package/styles/mixins/_evo-text-tips-mixin.scss +9 -0
  630. package/styles/mixins/_media-mixins.scss +38 -0
  631. package/styles/mixins.scss +27 -141
  632. package/styles/partials/_fonts.scss +2 -0
  633. package/styles/partials/_typography.scss +135 -0
  634. package/styles/variables.scss +16 -13
  635. package/esm2020/lib/components/evo-button/evo-button.component.mjs +0 -82
@@ -1,32 +1,32 @@
1
- import { Component, EventEmitter, Input, Output } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "../../directives/evo-ui-class.directive";
5
- export class EvoSwitcherComponent {
6
- constructor() {
7
- this.onItemSelection = new EventEmitter();
8
- }
9
- get selectedIndex() {
10
- return this._selectedIndex;
11
- }
12
- set selectedIndex(index) {
13
- this._selectedIndex = index > this.items.length ? this.items.length - 1 : index;
14
- }
15
- handleItemClick(index) {
16
- this.selectedIndex = index;
17
- this.onItemSelection.emit(index);
18
- }
19
- }
20
- EvoSwitcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- EvoSwitcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoSwitcherComponent, selector: "evo-switcher", inputs: { items: "items", selectedIndex: "selectedIndex" }, outputs: { onItemSelection: "onItemSelection" }, ngImport: i0, template: "<div class=\"evo-switcher\">\n <div class=\"evo-switcher__item\"\n *ngFor=\"let item of items; let i = index;\"\n [evoUiClass]=\"{selected: i === selectedIndex}\"\n (click)=\"handleItemClick(i)\">{{ item }}\n </div>\n</div>\n", styles: [".evo-switcher{position:relative;display:flex;flex-wrap:nowrap;box-sizing:border-box;height:30px;overflow:hidden;background:#FFFFFF;border:solid 1px #78909c;border-radius:30px}.evo-switcher__item{width:140px;padding:6px 0;color:#435b67;font-weight:600;font-size:14px;line-height:16px;cursor:pointer;transition:.2s}.evo-switcher__item_selected{width:140px;color:#fff;background:#435B67;border-radius:30px}@media (max-width: 768px){:host{display:block;width:100%;height:60px;overflow:hidden;box-shadow:0 1px #ededed}.evo-switcher{justify-content:left;box-sizing:content-box;height:60px;padding-bottom:20px;overflow-x:scroll;overflow-y:hidden;background:none;border:none;border-radius:0}.evo-switcher__item{position:relative;display:flex;align-items:center;width:auto;height:60px;margin-right:30px;padding:20px 0;color:#546e7a;font-weight:700;font-size:14px;font-family:Ubuntu,Helvetica Neue,Arial,sans-serif;white-space:nowrap;text-transform:uppercase;text-decoration:none;background:none;transition:none}.evo-switcher__item_selected{color:#f05023}.evo-switcher__item_selected:before{position:absolute;right:0;bottom:0;left:0;height:3px;background-color:#f05023;content:\"\"}}\n"], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }] });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherComponent, decorators: [{
23
- type: Component,
24
- args: [{ selector: 'evo-switcher', template: "<div class=\"evo-switcher\">\n <div class=\"evo-switcher__item\"\n *ngFor=\"let item of items; let i = index;\"\n [evoUiClass]=\"{selected: i === selectedIndex}\"\n (click)=\"handleItemClick(i)\">{{ item }}\n </div>\n</div>\n", styles: [".evo-switcher{position:relative;display:flex;flex-wrap:nowrap;box-sizing:border-box;height:30px;overflow:hidden;background:#FFFFFF;border:solid 1px #78909c;border-radius:30px}.evo-switcher__item{width:140px;padding:6px 0;color:#435b67;font-weight:600;font-size:14px;line-height:16px;cursor:pointer;transition:.2s}.evo-switcher__item_selected{width:140px;color:#fff;background:#435B67;border-radius:30px}@media (max-width: 768px){:host{display:block;width:100%;height:60px;overflow:hidden;box-shadow:0 1px #ededed}.evo-switcher{justify-content:left;box-sizing:content-box;height:60px;padding-bottom:20px;overflow-x:scroll;overflow-y:hidden;background:none;border:none;border-radius:0}.evo-switcher__item{position:relative;display:flex;align-items:center;width:auto;height:60px;margin-right:30px;padding:20px 0;color:#546e7a;font-weight:700;font-size:14px;font-family:Ubuntu,Helvetica Neue,Arial,sans-serif;white-space:nowrap;text-transform:uppercase;text-decoration:none;background:none;transition:none}.evo-switcher__item_selected{color:#f05023}.evo-switcher__item_selected:before{position:absolute;right:0;bottom:0;left:0;height:3px;background-color:#f05023;content:\"\"}}\n"] }]
25
- }], ctorParameters: function () { return []; }, propDecorators: { items: [{
26
- type: Input
27
- }], onItemSelection: [{
28
- type: Output
29
- }], selectedIndex: [{
30
- type: Input
31
- }] } });
1
+ import { Component, EventEmitter, Input, Output } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "../../directives/evo-ui-class.directive";
5
+ export class EvoSwitcherComponent {
6
+ constructor() {
7
+ this.onItemSelection = new EventEmitter();
8
+ }
9
+ get selectedIndex() {
10
+ return this._selectedIndex;
11
+ }
12
+ set selectedIndex(index) {
13
+ this._selectedIndex = index > this.items.length ? this.items.length - 1 : index;
14
+ }
15
+ handleItemClick(index) {
16
+ this.selectedIndex = index;
17
+ this.onItemSelection.emit(index);
18
+ }
19
+ }
20
+ EvoSwitcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ EvoSwitcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoSwitcherComponent, selector: "evo-switcher", inputs: { items: "items", selectedIndex: "selectedIndex" }, outputs: { onItemSelection: "onItemSelection" }, ngImport: i0, template: "<div class=\"evo-switcher\">\n <div class=\"evo-switcher__item\"\n *ngFor=\"let item of items; let i = index;\"\n [evoUiClass]=\"{selected: i === selectedIndex}\"\n (click)=\"handleItemClick(i)\">{{ item }}\n </div>\n</div>\n", styles: [".evo-switcher{position:relative;display:flex;flex-wrap:nowrap;box-sizing:border-box;height:30px;overflow:hidden;background:#FFFFFF;border:solid 1px #78909c;border-radius:30px}.evo-switcher__item{width:140px;padding:6px 0;color:#435b67;font-weight:600;font-size:14px;line-height:16px;cursor:pointer;transition:.2s}.evo-switcher__item_selected{width:140px;color:#fff;background:#435B67;border-radius:30px}@media (max-width: 768px){:host{display:block;width:100%;height:60px;overflow:hidden;box-shadow:0 1px #ededed}.evo-switcher{justify-content:left;box-sizing:content-box;height:60px;padding-bottom:20px;overflow-x:scroll;overflow-y:hidden;background:none;border:none;border-radius:0}.evo-switcher__item{position:relative;display:flex;align-items:center;width:auto;height:60px;margin-right:30px;padding:20px 0;color:#546e7a;font-weight:700;font-size:14px;font-family:var(--evo-font-secondary);white-space:nowrap;text-transform:uppercase;text-decoration:none;background:none;transition:none}.evo-switcher__item_selected{color:#f05023}.evo-switcher__item_selected:before{position:absolute;right:0;bottom:0;left:0;height:3px;background-color:#f05023;content:\"\"}}\n"], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }] });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherComponent, decorators: [{
23
+ type: Component,
24
+ args: [{ selector: 'evo-switcher', template: "<div class=\"evo-switcher\">\n <div class=\"evo-switcher__item\"\n *ngFor=\"let item of items; let i = index;\"\n [evoUiClass]=\"{selected: i === selectedIndex}\"\n (click)=\"handleItemClick(i)\">{{ item }}\n </div>\n</div>\n", styles: [".evo-switcher{position:relative;display:flex;flex-wrap:nowrap;box-sizing:border-box;height:30px;overflow:hidden;background:#FFFFFF;border:solid 1px #78909c;border-radius:30px}.evo-switcher__item{width:140px;padding:6px 0;color:#435b67;font-weight:600;font-size:14px;line-height:16px;cursor:pointer;transition:.2s}.evo-switcher__item_selected{width:140px;color:#fff;background:#435B67;border-radius:30px}@media (max-width: 768px){:host{display:block;width:100%;height:60px;overflow:hidden;box-shadow:0 1px #ededed}.evo-switcher{justify-content:left;box-sizing:content-box;height:60px;padding-bottom:20px;overflow-x:scroll;overflow-y:hidden;background:none;border:none;border-radius:0}.evo-switcher__item{position:relative;display:flex;align-items:center;width:auto;height:60px;margin-right:30px;padding:20px 0;color:#546e7a;font-weight:700;font-size:14px;font-family:var(--evo-font-secondary);white-space:nowrap;text-transform:uppercase;text-decoration:none;background:none;transition:none}.evo-switcher__item_selected{color:#f05023}.evo-switcher__item_selected:before{position:absolute;right:0;bottom:0;left:0;height:3px;background-color:#f05023;content:\"\"}}\n"] }]
25
+ }], ctorParameters: function () { return []; }, propDecorators: { items: [{
26
+ type: Input
27
+ }], onItemSelection: [{
28
+ type: Output
29
+ }], selectedIndex: [{
30
+ type: Input
31
+ }] } });
32
32
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXN3aXRjaGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1zd2l0Y2hlci9ldm8tc3dpdGNoZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXN3aXRjaGVyL2V2by1zd2l0Y2hlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBUXZFLE1BQU0sT0FBTyxvQkFBb0I7SUFNN0I7UUFKVSxvQkFBZSxHQUF5QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBTXJFLENBQUM7SUFFRCxJQUFJLGFBQWE7UUFDYixPQUFPLElBQUksQ0FBQyxjQUFjLENBQUM7SUFDL0IsQ0FBQztJQUVELElBQWEsYUFBYSxDQUFDLEtBQWE7UUFDcEMsSUFBSSxDQUFDLGNBQWMsR0FBRyxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDO0lBQ3BGLENBQUM7SUFFRCxlQUFlLENBQUMsS0FBYTtRQUN6QixJQUFJLENBQUMsYUFBYSxHQUFHLEtBQUssQ0FBQztRQUMzQixJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNyQyxDQUFDOztpSEFyQlEsb0JBQW9CO3FHQUFwQixvQkFBb0IsaUtDUmpDLGlRQU9BOzJGRENhLG9CQUFvQjtrQkFMaEMsU0FBUzsrQkFDSSxjQUFjOzBFQUtmLEtBQUs7c0JBQWIsS0FBSztnQkFDSSxlQUFlO3NCQUF4QixNQUFNO2dCQVlNLGFBQWE7c0JBQXpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRXZvU3dpdGNoZXJJdGVtIH0gZnJvbSAnLi9jb21wb25lbnRzL2V2by1zd2l0Y2hlci1pdGVtL2V2by1zd2l0Y2hlci1pdGVtLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXZvLXN3aXRjaGVyJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZXZvLXN3aXRjaGVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9ldm8tc3dpdGNoZXIuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgRXZvU3dpdGNoZXJDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIGl0ZW1zOiBFdm9Td2l0Y2hlckl0ZW1bXTtcbiAgICBAT3V0cHV0KCkgb25JdGVtU2VsZWN0aW9uOiBFdmVudEVtaXR0ZXI8bnVtYmVyPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAgIHByaXZhdGUgX3NlbGVjdGVkSW5kZXg6IG51bWJlcjtcblxuICAgIGNvbnN0cnVjdG9yKCkge1xuXG4gICAgfVxuXG4gICAgZ2V0IHNlbGVjdGVkSW5kZXgoKTogbnVtYmVyIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX3NlbGVjdGVkSW5kZXg7XG4gICAgfVxuXG4gICAgQElucHV0KCkgc2V0IHNlbGVjdGVkSW5kZXgoaW5kZXg6IG51bWJlcikge1xuICAgICAgICB0aGlzLl9zZWxlY3RlZEluZGV4ID0gaW5kZXggPiB0aGlzLml0ZW1zLmxlbmd0aCA/IHRoaXMuaXRlbXMubGVuZ3RoIC0gMSA6IGluZGV4O1xuICAgIH1cblxuICAgIGhhbmRsZUl0ZW1DbGljayhpbmRleDogbnVtYmVyKSB7XG4gICAgICAgIHRoaXMuc2VsZWN0ZWRJbmRleCA9IGluZGV4O1xuICAgICAgICB0aGlzLm9uSXRlbVNlbGVjdGlvbi5lbWl0KGluZGV4KTtcbiAgICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZXZvLXN3aXRjaGVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImV2by1zd2l0Y2hlcl9faXRlbVwiXG4gICAgICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBpdGVtczsgbGV0IGkgPSBpbmRleDtcIlxuICAgICAgICAgW2V2b1VpQ2xhc3NdPVwie3NlbGVjdGVkOiBpID09PSBzZWxlY3RlZEluZGV4fVwiXG4gICAgICAgICAoY2xpY2spPVwiaGFuZGxlSXRlbUNsaWNrKGkpXCI+e3sgaXRlbSB9fVxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=
@@ -1,27 +1,27 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { EvoSwitcherComponent } from './evo-switcher.component';
4
- import { EvoSwitcherItemComponent } from './components/evo-switcher-item/evo-switcher-item.component';
5
- import { EvoUiKitModule } from '../../evo-ui-kit.module';
6
- import * as i0 from "@angular/core";
7
- export class EvoSwitcherModule {
8
- }
9
- EvoSwitcherModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- EvoSwitcherModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherModule, declarations: [EvoSwitcherComponent, EvoSwitcherItemComponent], imports: [CommonModule,
11
- EvoUiKitModule], exports: [EvoSwitcherComponent, EvoSwitcherItemComponent] });
12
- EvoSwitcherModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherModule, imports: [[
13
- CommonModule,
14
- EvoUiKitModule,
15
- ]] });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherModule, decorators: [{
17
- type: NgModule,
18
- args: [{
19
- imports: [
20
- CommonModule,
21
- EvoUiKitModule,
22
- ],
23
- declarations: [EvoSwitcherComponent, EvoSwitcherItemComponent],
24
- exports: [EvoSwitcherComponent, EvoSwitcherItemComponent],
25
- }]
26
- }] });
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { EvoSwitcherComponent } from './evo-switcher.component';
4
+ import { EvoSwitcherItemComponent } from './components/evo-switcher-item/evo-switcher-item.component';
5
+ import { EvoUiKitModule } from '../../evo-ui-kit.module';
6
+ import * as i0 from "@angular/core";
7
+ export class EvoSwitcherModule {
8
+ }
9
+ EvoSwitcherModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ EvoSwitcherModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherModule, declarations: [EvoSwitcherComponent, EvoSwitcherItemComponent], imports: [CommonModule,
11
+ EvoUiKitModule], exports: [EvoSwitcherComponent, EvoSwitcherItemComponent] });
12
+ EvoSwitcherModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherModule, imports: [[
13
+ CommonModule,
14
+ EvoUiKitModule,
15
+ ]] });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoSwitcherModule, decorators: [{
17
+ type: NgModule,
18
+ args: [{
19
+ imports: [
20
+ CommonModule,
21
+ EvoUiKitModule,
22
+ ],
23
+ declarations: [EvoSwitcherComponent, EvoSwitcherItemComponent],
24
+ exports: [EvoSwitcherComponent, EvoSwitcherItemComponent],
25
+ }]
26
+ }] });
27
27
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXN3aXRjaGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1zd2l0Y2hlci9ldm8tc3dpdGNoZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDREQUE0RCxDQUFDO0FBQ3RHLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFVekQsTUFBTSxPQUFPLGlCQUFpQjs7OEdBQWpCLGlCQUFpQjsrR0FBakIsaUJBQWlCLGlCQUhaLG9CQUFvQixFQUFFLHdCQUF3QixhQUg1RCxZQUFZO1FBQ1osY0FBYyxhQUdMLG9CQUFvQixFQUFFLHdCQUF3QjsrR0FFOUMsaUJBQWlCLFlBUG5CO1lBQ1AsWUFBWTtZQUNaLGNBQWM7U0FDZjsyRkFJVSxpQkFBaUI7a0JBUjdCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osY0FBYztxQkFDZjtvQkFDRCxZQUFZLEVBQUUsQ0FBRSxvQkFBb0IsRUFBRSx3QkFBd0IsQ0FBRTtvQkFDaEUsT0FBTyxFQUFFLENBQUUsb0JBQW9CLEVBQUUsd0JBQXdCLENBQUU7aUJBQzVEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBFdm9Td2l0Y2hlckNvbXBvbmVudCB9IGZyb20gJy4vZXZvLXN3aXRjaGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFdm9Td2l0Y2hlckl0ZW1Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvZXZvLXN3aXRjaGVyLWl0ZW0vZXZvLXN3aXRjaGVyLWl0ZW0uY29tcG9uZW50JztcbmltcG9ydCB7IEV2b1VpS2l0TW9kdWxlIH0gZnJvbSAnLi4vLi4vZXZvLXVpLWtpdC5tb2R1bGUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEV2b1VpS2l0TW9kdWxlLFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFsgRXZvU3dpdGNoZXJDb21wb25lbnQsIEV2b1N3aXRjaGVySXRlbUNvbXBvbmVudCBdLFxuICBleHBvcnRzOiBbIEV2b1N3aXRjaGVyQ29tcG9uZW50LCBFdm9Td2l0Y2hlckl0ZW1Db21wb25lbnQgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXZvU3dpdGNoZXJNb2R1bGUge31cbiJdfQ==
@@ -1,2 +1,2 @@
1
- export * from './public-api';
1
+ export * from './public-api';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tc3dpdGNoZXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -1,4 +1,4 @@
1
- export * from './evo-switcher.module';
2
- export * from './evo-switcher.component';
3
- export * from './components/evo-switcher-item/evo-switcher-item.component';
1
+ export * from './evo-switcher.module';
2
+ export * from './evo-switcher.component';
3
+ export * from './components/evo-switcher-item/evo-switcher-item.component';
4
4
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1zd2l0Y2hlci9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDREQUE0RCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8tc3dpdGNoZXIubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZXZvLXN3aXRjaGVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvZXZvLXN3aXRjaGVyLWl0ZW0vZXZvLXN3aXRjaGVyLWl0ZW0uY29tcG9uZW50JztcbiJdfQ==
@@ -1,67 +1,67 @@
1
- import { Component, ContentChildren, EventEmitter, Input, Output, } from '@angular/core';
2
- import { EvoTableColumnComponent } from '../evo-table-column/evo-table-column.component';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- export class EvoTableRowClickEvent {
6
- }
7
- export class EvoTableComponent {
8
- constructor() {
9
- this.filteredColumns = [];
10
- this.showHeader = true;
11
- this.stripe = false;
12
- this.rowClick = new EventEmitter();
13
- this.states = {
14
- isRowClickable: false,
15
- };
16
- }
17
- ngOnChanges(changes) {
18
- if ('visibleColumns' in changes) {
19
- this.filterColumns();
20
- }
21
- }
22
- ngOnInit() {
23
- this.states.isRowClickable = this.rowClick.observers.length > 0;
24
- }
25
- ngAfterContentInit() {
26
- this.filteredColumns = this.columns;
27
- this.filterColumns();
28
- }
29
- getRowClasses() {
30
- return {
31
- 'striped': this.stripe,
32
- };
33
- }
34
- onRowClick(rowIndex, item, event) {
35
- this.rowClick.emit({
36
- payload: { rowIndex, item },
37
- event: event,
38
- });
39
- }
40
- filterColumns() {
41
- if (this.visibleColumns && this.columns) {
42
- this.filteredColumns = this.columns.filter(col => this.visibleColumns.includes(col.prop));
43
- }
44
- }
45
- }
46
- EvoTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
47
- EvoTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoTableComponent, selector: "evo-table", inputs: { data: "data", showHeader: "showHeader", stripe: "stripe", visibleColumns: "visibleColumns", rowClasses: "rowClasses" }, outputs: { rowClick: "rowClick" }, queries: [{ propertyName: "columns", predicate: EvoTableColumnComponent }], usesOnChanges: true, ngImport: i0, template: "<div class=\"evo-table\"\n [ngClass]=\"{'evo-table_row-clickable': states.isRowClickable}\"\n>\n <div class=\"evo-table__row evo-table__row_head mobile-hide\" *ngIf=\"showHeader\">\n <div class=\"evo-table__cell evo-table__cell_head\"\n *ngFor=\"let column of filteredColumns\" [ngClass]=\"column.className\">\n <ng-container *ngIf=\"column.header as header else label\">\n <ng-container *ngTemplateOutlet=\"header; context: { label: column.label }\"></ng-container>\n </ng-container>\n <ng-template #label>{{ column.label }}</ng-template>\n </div>\n </div>\n\n <div class=\"evo-table__row\"\n [ngClass]=\"rowClasses\"\n *ngFor=\"let item of data; let row = index\"\n (click)=\"onRowClick(row, item, $event)\">\n <div class=\"evo-table__cell\"\n *ngFor=\"let column of filteredColumns; let col = index\" [ngClass]=\"column.className\">\n\n <div class=\"evo-table__label mobile-show\" *ngIf=\"column.label\">\n <ng-container *ngIf=\"column.header as header else mobileLabel\">\n <ng-container *ngTemplateOutlet=\"header; context: { label: column.label }\"></ng-container>\n </ng-container>\n <ng-template #mobileLabel>{{ column.label }}</ng-template>\n </div>\n\n\n <div class=\"evo-table__data\"\n *ngIf=\"column.content as content else prop\">\n <ng-container *ngTemplateOutlet=\"content; context: { row: row, col: col, item: item }\"></ng-container>\n </div>\n\n <ng-template #prop>\n {{ column.formatter(row, col, column.prop !== undefined ? item[column.prop] : item, item) }}\n </ng-template>\n </div>\n </div>\n</div>\n", styles: [".evo-table{color:#212121}@media (min-width: 768px){.evo-table{display:table;width:100%}}.evo-table__row{padding:8px}.evo-table__row:nth-child(2n){background-color:#f4f6f8}@media (min-width: 768px){.evo-table__row{display:table-row}.evo-table__row:hover{background-color:#fff8e6}.evo-table__row_head:hover{background:none}}.evo-table__cell{margin-bottom:20px}.evo-table__cell:last-child{margin-bottom:0}@media (min-width: 768px){.evo-table__cell{display:table-cell;height:48px;padding:0 8px;vertical-align:middle}}.evo-table__cell_head{height:auto;padding-top:0;padding-bottom:16px;font-weight:600;white-space:nowrap}@media (min-width: 768px){.evo-table__cell.text-right{text-align:right}}@media (min-width: 768px){.evo-table__cell.text-center{text-align:center}}.evo-table__sort{position:relative;display:inline-block;padding-right:20px;vertical-align:top;cursor:pointer}.evo-table__sort_up:after,.evo-table__sort_down:after{content:\"\";position:absolute;right:0;border:5px solid transparent}.evo-table__sort_up:after{top:4px;border-bottom-color:#212121}.evo-table__sort_down:after{top:8px;border-top-color:#212121}.evo-table__label{margin-bottom:4px;font-weight:600}.evo-table_row-clickable .evo-table__row{cursor:pointer}:host(.evo-table_mobile) .evo-table__row{padding:0}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__row{display:table-row}:host(.evo-table_mobile) .evo-table__row:hover{background-color:#fff8e6}:host(.evo-table_mobile) .evo-table__row_head:hover{background:none}}:host(.evo-table_mobile) .evo-table__cell{display:flex;margin-bottom:0;padding:13px 8px}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__cell{display:table-cell;height:52px;padding:11px 16px;vertical-align:middle}}:host(.evo-table_mobile) .evo-table__label{width:50%;margin-bottom:0}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__label{width:auto;margin-bottom:4px}}:host(.evo-table_mobile-align_right) .evo-table__cell{justify-content:space-between}:host(.evo-table_mobile_short) .evo-table{display:table;width:100%}:host(.evo-table_mobile_short) .evo-table__row{display:table-row;padding:16px}:host(.evo-table_mobile_short) .evo-table__row:nth-child(2n){background-color:#f4f6f8}:host(.evo-table_mobile_short) .evo-table__row:hover{background-color:#fff8e6}:host(.evo-table_mobile_short) .evo-table__row_head:hover{background:none}:host(.evo-table_mobile_short) .evo-table__cell{display:table-cell;height:52px;padding:11px 16px;vertical-align:middle}:host(.evo-table_mobile_short) .evo-table__cell_head{height:auto;padding-top:0;padding-bottom:16px;font-weight:600;white-space:nowrap;border-top:none}:host(.evo-table_with-title) .evo-table__cell{font-weight:400}:host(.evo-table_with-title) .evo-table__cell:first-child{font-weight:600}@media (min-width: 768px){:host(.evo-table_with-title) .evo-table__cell:first-child{font-weight:400}}:host(.evo-table_with-title) .evo-table__cell:first-child .evo-table__label{display:none}:host(.evo-table_with-title) .evo-table__label{font-weight:400}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableComponent, decorators: [{
49
- type: Component,
50
- args: [{ selector: 'evo-table', template: "<div class=\"evo-table\"\n [ngClass]=\"{'evo-table_row-clickable': states.isRowClickable}\"\n>\n <div class=\"evo-table__row evo-table__row_head mobile-hide\" *ngIf=\"showHeader\">\n <div class=\"evo-table__cell evo-table__cell_head\"\n *ngFor=\"let column of filteredColumns\" [ngClass]=\"column.className\">\n <ng-container *ngIf=\"column.header as header else label\">\n <ng-container *ngTemplateOutlet=\"header; context: { label: column.label }\"></ng-container>\n </ng-container>\n <ng-template #label>{{ column.label }}</ng-template>\n </div>\n </div>\n\n <div class=\"evo-table__row\"\n [ngClass]=\"rowClasses\"\n *ngFor=\"let item of data; let row = index\"\n (click)=\"onRowClick(row, item, $event)\">\n <div class=\"evo-table__cell\"\n *ngFor=\"let column of filteredColumns; let col = index\" [ngClass]=\"column.className\">\n\n <div class=\"evo-table__label mobile-show\" *ngIf=\"column.label\">\n <ng-container *ngIf=\"column.header as header else mobileLabel\">\n <ng-container *ngTemplateOutlet=\"header; context: { label: column.label }\"></ng-container>\n </ng-container>\n <ng-template #mobileLabel>{{ column.label }}</ng-template>\n </div>\n\n\n <div class=\"evo-table__data\"\n *ngIf=\"column.content as content else prop\">\n <ng-container *ngTemplateOutlet=\"content; context: { row: row, col: col, item: item }\"></ng-container>\n </div>\n\n <ng-template #prop>\n {{ column.formatter(row, col, column.prop !== undefined ? item[column.prop] : item, item) }}\n </ng-template>\n </div>\n </div>\n</div>\n", styles: [".evo-table{color:#212121}@media (min-width: 768px){.evo-table{display:table;width:100%}}.evo-table__row{padding:8px}.evo-table__row:nth-child(2n){background-color:#f4f6f8}@media (min-width: 768px){.evo-table__row{display:table-row}.evo-table__row:hover{background-color:#fff8e6}.evo-table__row_head:hover{background:none}}.evo-table__cell{margin-bottom:20px}.evo-table__cell:last-child{margin-bottom:0}@media (min-width: 768px){.evo-table__cell{display:table-cell;height:48px;padding:0 8px;vertical-align:middle}}.evo-table__cell_head{height:auto;padding-top:0;padding-bottom:16px;font-weight:600;white-space:nowrap}@media (min-width: 768px){.evo-table__cell.text-right{text-align:right}}@media (min-width: 768px){.evo-table__cell.text-center{text-align:center}}.evo-table__sort{position:relative;display:inline-block;padding-right:20px;vertical-align:top;cursor:pointer}.evo-table__sort_up:after,.evo-table__sort_down:after{content:\"\";position:absolute;right:0;border:5px solid transparent}.evo-table__sort_up:after{top:4px;border-bottom-color:#212121}.evo-table__sort_down:after{top:8px;border-top-color:#212121}.evo-table__label{margin-bottom:4px;font-weight:600}.evo-table_row-clickable .evo-table__row{cursor:pointer}:host(.evo-table_mobile) .evo-table__row{padding:0}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__row{display:table-row}:host(.evo-table_mobile) .evo-table__row:hover{background-color:#fff8e6}:host(.evo-table_mobile) .evo-table__row_head:hover{background:none}}:host(.evo-table_mobile) .evo-table__cell{display:flex;margin-bottom:0;padding:13px 8px}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__cell{display:table-cell;height:52px;padding:11px 16px;vertical-align:middle}}:host(.evo-table_mobile) .evo-table__label{width:50%;margin-bottom:0}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__label{width:auto;margin-bottom:4px}}:host(.evo-table_mobile-align_right) .evo-table__cell{justify-content:space-between}:host(.evo-table_mobile_short) .evo-table{display:table;width:100%}:host(.evo-table_mobile_short) .evo-table__row{display:table-row;padding:16px}:host(.evo-table_mobile_short) .evo-table__row:nth-child(2n){background-color:#f4f6f8}:host(.evo-table_mobile_short) .evo-table__row:hover{background-color:#fff8e6}:host(.evo-table_mobile_short) .evo-table__row_head:hover{background:none}:host(.evo-table_mobile_short) .evo-table__cell{display:table-cell;height:52px;padding:11px 16px;vertical-align:middle}:host(.evo-table_mobile_short) .evo-table__cell_head{height:auto;padding-top:0;padding-bottom:16px;font-weight:600;white-space:nowrap;border-top:none}:host(.evo-table_with-title) .evo-table__cell{font-weight:400}:host(.evo-table_with-title) .evo-table__cell:first-child{font-weight:600}@media (min-width: 768px){:host(.evo-table_with-title) .evo-table__cell:first-child{font-weight:400}}:host(.evo-table_with-title) .evo-table__cell:first-child .evo-table__label{display:none}:host(.evo-table_with-title) .evo-table__label{font-weight:400}\n"] }]
51
- }], propDecorators: { data: [{
52
- type: Input
53
- }], showHeader: [{
54
- type: Input
55
- }], stripe: [{
56
- type: Input
57
- }], visibleColumns: [{
58
- type: Input
59
- }], rowClasses: [{
60
- type: Input
61
- }], rowClick: [{
62
- type: Output
63
- }], columns: [{
64
- type: ContentChildren,
65
- args: [EvoTableColumnComponent]
66
- }] } });
1
+ import { Component, ContentChildren, EventEmitter, Input, Output, } from '@angular/core';
2
+ import { EvoTableColumnComponent } from '../evo-table-column/evo-table-column.component';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ export class EvoTableRowClickEvent {
6
+ }
7
+ export class EvoTableComponent {
8
+ constructor() {
9
+ this.filteredColumns = [];
10
+ this.showHeader = true;
11
+ this.stripe = false;
12
+ this.rowClick = new EventEmitter();
13
+ this.states = {
14
+ isRowClickable: false,
15
+ };
16
+ }
17
+ ngOnChanges(changes) {
18
+ if ('visibleColumns' in changes) {
19
+ this.filterColumns();
20
+ }
21
+ }
22
+ ngOnInit() {
23
+ this.states.isRowClickable = this.rowClick.observers.length > 0;
24
+ }
25
+ ngAfterContentInit() {
26
+ this.filteredColumns = this.columns;
27
+ this.filterColumns();
28
+ }
29
+ getRowClasses() {
30
+ return {
31
+ 'striped': this.stripe,
32
+ };
33
+ }
34
+ onRowClick(rowIndex, item, event) {
35
+ this.rowClick.emit({
36
+ payload: { rowIndex, item },
37
+ event: event,
38
+ });
39
+ }
40
+ filterColumns() {
41
+ if (this.visibleColumns && this.columns) {
42
+ this.filteredColumns = this.columns.filter(col => this.visibleColumns.includes(col.prop));
43
+ }
44
+ }
45
+ }
46
+ EvoTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
47
+ EvoTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoTableComponent, selector: "evo-table", inputs: { data: "data", showHeader: "showHeader", stripe: "stripe", visibleColumns: "visibleColumns", rowClasses: "rowClasses" }, outputs: { rowClick: "rowClick" }, queries: [{ propertyName: "columns", predicate: EvoTableColumnComponent }], usesOnChanges: true, ngImport: i0, template: "<div class=\"evo-table\"\n [ngClass]=\"{'evo-table_row-clickable': states.isRowClickable}\"\n>\n <div class=\"evo-table__row evo-table__row_head mobile-hide\" *ngIf=\"showHeader\">\n <div class=\"evo-table__cell evo-table__cell_head\"\n *ngFor=\"let column of filteredColumns\" [ngClass]=\"column.className\">\n <ng-container *ngIf=\"column.header as header else label\">\n <ng-container *ngTemplateOutlet=\"header; context: { label: column.label }\"></ng-container>\n </ng-container>\n <ng-template #label>{{ column.label }}</ng-template>\n </div>\n </div>\n\n <div class=\"evo-table__row\"\n [ngClass]=\"rowClasses\"\n *ngFor=\"let item of data; let row = index\"\n (click)=\"onRowClick(row, item, $event)\">\n <div class=\"evo-table__cell\"\n *ngFor=\"let column of filteredColumns; let col = index\" [ngClass]=\"column.className\">\n\n <div class=\"evo-table__label mobile-show\" *ngIf=\"column.label\">\n <ng-container *ngIf=\"column.header as header else mobileLabel\">\n <ng-container *ngTemplateOutlet=\"header; context: { label: column.label }\"></ng-container>\n </ng-container>\n <ng-template #mobileLabel>{{ column.label }}</ng-template>\n </div>\n\n\n <div class=\"evo-table__data\"\n *ngIf=\"column.content as content else prop\">\n <ng-container *ngTemplateOutlet=\"content; context: { row: row, col: col, item: item }\"></ng-container>\n </div>\n\n <ng-template #prop>\n {{ column.formatter(row, col, column.prop !== undefined ? item[column.prop] : item, item) }}\n </ng-template>\n </div>\n </div>\n</div>\n", styles: [".evo-table{color:#212121}@media (min-width: 768px){.evo-table{display:table;width:100%}}.evo-table__row{padding:8px}.evo-table__row:nth-child(2n){background-color:#f4f6f8}@media (min-width: 768px){.evo-table__row{display:table-row}.evo-table__row:hover{background-color:#fff8e6}.evo-table__row_head:hover{background:none}}.evo-table__cell{margin-bottom:20px}.evo-table__cell:last-child{margin-bottom:0}@media (min-width: 768px){.evo-table__cell{display:table-cell;height:48px;padding:0 8px;vertical-align:middle}}.evo-table__cell_head{height:auto;padding-top:0;padding-bottom:16px;font-weight:600;white-space:nowrap}@media (min-width: 768px){.evo-table__cell.text-right{text-align:right}}@media (min-width: 768px){.evo-table__cell.text-center{text-align:center}}.evo-table__sort{position:relative;display:inline-block;padding-right:20px;vertical-align:top;cursor:pointer}.evo-table__sort_up:after,.evo-table__sort_down:after{content:\"\";position:absolute;right:0;border:5px solid transparent}.evo-table__sort_up:after{top:4px;border-bottom-color:#212121}.evo-table__sort_down:after{top:8px;border-top-color:#212121}.evo-table__label{margin-bottom:4px;font-weight:600}.evo-table_row-clickable .evo-table__row{cursor:pointer}:host(.evo-table_mobile) .evo-table__row{padding:0}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__row{display:table-row}:host(.evo-table_mobile) .evo-table__row:hover{background-color:#fff8e6}:host(.evo-table_mobile) .evo-table__row_head:hover{background:none}}:host(.evo-table_mobile) .evo-table__cell{display:flex;margin-bottom:0;padding:13px 8px}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__cell{display:table-cell;height:52px;padding:11px 16px;vertical-align:middle}}:host(.evo-table_mobile) .evo-table__label{width:50%;margin-bottom:0}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__label{width:auto;margin-bottom:4px}}:host(.evo-table_mobile-align_right) .evo-table__cell{justify-content:space-between}:host(.evo-table_mobile_short) .evo-table{display:table;width:100%}:host(.evo-table_mobile_short) .evo-table__row{display:table-row;padding:16px}:host(.evo-table_mobile_short) .evo-table__row:nth-child(2n){background-color:#f4f6f8}:host(.evo-table_mobile_short) .evo-table__row:hover{background-color:#fff8e6}:host(.evo-table_mobile_short) .evo-table__row_head:hover{background:none}:host(.evo-table_mobile_short) .evo-table__cell{display:table-cell;height:52px;padding:11px 16px;vertical-align:middle}:host(.evo-table_mobile_short) .evo-table__cell_head{height:auto;padding-top:0;padding-bottom:16px;font-weight:600;white-space:nowrap;border-top:none}:host(.evo-table_with-title) .evo-table__cell{font-weight:400}:host(.evo-table_with-title) .evo-table__cell:first-child{font-weight:600}@media (min-width: 768px){:host(.evo-table_with-title) .evo-table__cell:first-child{font-weight:400}}:host(.evo-table_with-title) .evo-table__cell:first-child .evo-table__label{display:none}:host(.evo-table_with-title) .evo-table__label{font-weight:400}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableComponent, decorators: [{
49
+ type: Component,
50
+ args: [{ selector: 'evo-table', template: "<div class=\"evo-table\"\n [ngClass]=\"{'evo-table_row-clickable': states.isRowClickable}\"\n>\n <div class=\"evo-table__row evo-table__row_head mobile-hide\" *ngIf=\"showHeader\">\n <div class=\"evo-table__cell evo-table__cell_head\"\n *ngFor=\"let column of filteredColumns\" [ngClass]=\"column.className\">\n <ng-container *ngIf=\"column.header as header else label\">\n <ng-container *ngTemplateOutlet=\"header; context: { label: column.label }\"></ng-container>\n </ng-container>\n <ng-template #label>{{ column.label }}</ng-template>\n </div>\n </div>\n\n <div class=\"evo-table__row\"\n [ngClass]=\"rowClasses\"\n *ngFor=\"let item of data; let row = index\"\n (click)=\"onRowClick(row, item, $event)\">\n <div class=\"evo-table__cell\"\n *ngFor=\"let column of filteredColumns; let col = index\" [ngClass]=\"column.className\">\n\n <div class=\"evo-table__label mobile-show\" *ngIf=\"column.label\">\n <ng-container *ngIf=\"column.header as header else mobileLabel\">\n <ng-container *ngTemplateOutlet=\"header; context: { label: column.label }\"></ng-container>\n </ng-container>\n <ng-template #mobileLabel>{{ column.label }}</ng-template>\n </div>\n\n\n <div class=\"evo-table__data\"\n *ngIf=\"column.content as content else prop\">\n <ng-container *ngTemplateOutlet=\"content; context: { row: row, col: col, item: item }\"></ng-container>\n </div>\n\n <ng-template #prop>\n {{ column.formatter(row, col, column.prop !== undefined ? item[column.prop] : item, item) }}\n </ng-template>\n </div>\n </div>\n</div>\n", styles: [".evo-table{color:#212121}@media (min-width: 768px){.evo-table{display:table;width:100%}}.evo-table__row{padding:8px}.evo-table__row:nth-child(2n){background-color:#f4f6f8}@media (min-width: 768px){.evo-table__row{display:table-row}.evo-table__row:hover{background-color:#fff8e6}.evo-table__row_head:hover{background:none}}.evo-table__cell{margin-bottom:20px}.evo-table__cell:last-child{margin-bottom:0}@media (min-width: 768px){.evo-table__cell{display:table-cell;height:48px;padding:0 8px;vertical-align:middle}}.evo-table__cell_head{height:auto;padding-top:0;padding-bottom:16px;font-weight:600;white-space:nowrap}@media (min-width: 768px){.evo-table__cell.text-right{text-align:right}}@media (min-width: 768px){.evo-table__cell.text-center{text-align:center}}.evo-table__sort{position:relative;display:inline-block;padding-right:20px;vertical-align:top;cursor:pointer}.evo-table__sort_up:after,.evo-table__sort_down:after{content:\"\";position:absolute;right:0;border:5px solid transparent}.evo-table__sort_up:after{top:4px;border-bottom-color:#212121}.evo-table__sort_down:after{top:8px;border-top-color:#212121}.evo-table__label{margin-bottom:4px;font-weight:600}.evo-table_row-clickable .evo-table__row{cursor:pointer}:host(.evo-table_mobile) .evo-table__row{padding:0}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__row{display:table-row}:host(.evo-table_mobile) .evo-table__row:hover{background-color:#fff8e6}:host(.evo-table_mobile) .evo-table__row_head:hover{background:none}}:host(.evo-table_mobile) .evo-table__cell{display:flex;margin-bottom:0;padding:13px 8px}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__cell{display:table-cell;height:52px;padding:11px 16px;vertical-align:middle}}:host(.evo-table_mobile) .evo-table__label{width:50%;margin-bottom:0}@media (min-width: 768px){:host(.evo-table_mobile) .evo-table__label{width:auto;margin-bottom:4px}}:host(.evo-table_mobile-align_right) .evo-table__cell{justify-content:space-between}:host(.evo-table_mobile_short) .evo-table{display:table;width:100%}:host(.evo-table_mobile_short) .evo-table__row{display:table-row;padding:16px}:host(.evo-table_mobile_short) .evo-table__row:nth-child(2n){background-color:#f4f6f8}:host(.evo-table_mobile_short) .evo-table__row:hover{background-color:#fff8e6}:host(.evo-table_mobile_short) .evo-table__row_head:hover{background:none}:host(.evo-table_mobile_short) .evo-table__cell{display:table-cell;height:52px;padding:11px 16px;vertical-align:middle}:host(.evo-table_mobile_short) .evo-table__cell_head{height:auto;padding-top:0;padding-bottom:16px;font-weight:600;white-space:nowrap;border-top:none}:host(.evo-table_with-title) .evo-table__cell{font-weight:400}:host(.evo-table_with-title) .evo-table__cell:first-child{font-weight:600}@media (min-width: 768px){:host(.evo-table_with-title) .evo-table__cell:first-child{font-weight:400}}:host(.evo-table_with-title) .evo-table__cell:first-child .evo-table__label{display:none}:host(.evo-table_with-title) .evo-table__label{font-weight:400}\n"] }]
51
+ }], propDecorators: { data: [{
52
+ type: Input
53
+ }], showHeader: [{
54
+ type: Input
55
+ }], stripe: [{
56
+ type: Input
57
+ }], visibleColumns: [{
58
+ type: Input
59
+ }], rowClasses: [{
60
+ type: Input
61
+ }], rowClick: [{
62
+ type: Output
63
+ }], columns: [{
64
+ type: ContentChildren,
65
+ args: [EvoTableColumnComponent]
66
+ }] } });
67
67
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXRhYmxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by10YWJsZS9ldm8tdGFibGUvZXZvLXRhYmxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by10YWJsZS9ldm8tdGFibGUvZXZvLXRhYmxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFFSCxTQUFTLEVBQ1QsZUFBZSxFQUNmLFlBQVksRUFDWixLQUFLLEVBR0wsTUFBTSxHQUVULE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGdEQUFnRCxDQUFDOzs7QUFFekYsTUFBTSxPQUFPLHFCQUFxQjtDQU1qQztBQU9ELE1BQU0sT0FBTyxpQkFBaUI7SUFMOUI7UUFPSSxvQkFBZSxHQUE4QixFQUFFLENBQUM7UUFHdkMsZUFBVSxHQUFHLElBQUksQ0FBQztRQUNsQixXQUFNLEdBQUcsS0FBSyxDQUFDO1FBSWQsYUFBUSxHQUF3QyxJQUFJLFlBQVksRUFBeUIsQ0FBQztRQUdwRyxXQUFNLEdBQUc7WUFDTCxjQUFjLEVBQUUsS0FBSztTQUN4QixDQUFDO0tBbUNMO0lBakNHLFdBQVcsQ0FBQyxPQUFzQjtRQUM5QixJQUFJLGdCQUFnQixJQUFJLE9BQU8sRUFBRTtZQUM3QixJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7U0FDeEI7SUFDTCxDQUFDO0lBRUQsUUFBUTtRQUNKLElBQUksQ0FBQyxNQUFNLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7SUFDcEUsQ0FBQztJQUVELGtCQUFrQjtRQUNkLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQztRQUNwQyxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDekIsQ0FBQztJQUVELGFBQWE7UUFDVCxPQUFPO1lBQ0gsU0FBUyxFQUFFLElBQUksQ0FBQyxNQUFNO1NBQ3pCLENBQUM7SUFDTixDQUFDO0lBRUQsVUFBVSxDQUFDLFFBQVEsRUFBRSxJQUFJLEVBQUUsS0FBSztRQUM1QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQztZQUNmLE9BQU8sRUFBRSxFQUFDLFFBQVEsRUFBRSxJQUFJLEVBQUM7WUFDekIsS0FBSyxFQUFFLEtBQUs7U0FDZixDQUFDLENBQUM7SUFDUCxDQUFDO0lBRU8sYUFBYTtRQUNqQixJQUFJLElBQUksQ0FBQyxjQUFjLElBQUksSUFBSSxDQUFDLE9BQU8sRUFBRTtZQUNyQyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUM7U0FDN0Y7SUFDTCxDQUFDOzs4R0FqRFEsaUJBQWlCO2tHQUFqQixpQkFBaUIsOE9BV1QsdUJBQXVCLGtEQ3JDNUMsa3pEQXVDQTsyRkRiYSxpQkFBaUI7a0JBTDdCLFNBQVM7K0JBQ0ksV0FBVzs4QkFRWixJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUVJLFFBQVE7c0JBQWpCLE1BQU07Z0JBQ21DLE9BQU87c0JBQWhELGVBQWU7dUJBQUMsdUJBQXVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBBZnRlckNvbnRlbnRJbml0LFxuICAgIENvbXBvbmVudCxcbiAgICBDb250ZW50Q2hpbGRyZW4sXG4gICAgRXZlbnRFbWl0dGVyLFxuICAgIElucHV0LFxuICAgIE9uQ2hhbmdlcyxcbiAgICBPbkluaXQsXG4gICAgT3V0cHV0LFxuICAgIFNpbXBsZUNoYW5nZXMsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRXZvVGFibGVDb2x1bW5Db21wb25lbnQgfSBmcm9tICcuLi9ldm8tdGFibGUtY29sdW1uL2V2by10YWJsZS1jb2x1bW4uY29tcG9uZW50JztcblxuZXhwb3J0IGNsYXNzIEV2b1RhYmxlUm93Q2xpY2tFdmVudCB7XG4gICAgcGF5bG9hZDoge1xuICAgICAgICBpdGVtOiBhbnk7XG4gICAgICAgIHJvd0luZGV4OiBudW1iZXI7XG4gICAgfTtcbiAgICBldmVudDogTW91c2VFdmVudDtcbn1cblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldm8tdGFibGUnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ldm8tdGFibGUuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWyAnLi9ldm8tdGFibGUuY29tcG9uZW50LnNjc3MnIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV2b1RhYmxlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBBZnRlckNvbnRlbnRJbml0LCBPbkNoYW5nZXMge1xuXG4gICAgZmlsdGVyZWRDb2x1bW5zOiBFdm9UYWJsZUNvbHVtbkNvbXBvbmVudFtdID0gW107XG5cbiAgICBASW5wdXQoKSBkYXRhOiBhbnlbXTtcbiAgICBASW5wdXQoKSBzaG93SGVhZGVyID0gdHJ1ZTtcbiAgICBASW5wdXQoKSBzdHJpcGUgPSBmYWxzZTtcbiAgICBASW5wdXQoKSB2aXNpYmxlQ29sdW1uczogc3RyaW5nW107XG4gICAgQElucHV0KCkgcm93Q2xhc3Nlcz86IHN0cmluZyB8IHN0cmluZ1tdIHwgU2V0PHN0cmluZz4gfCB7IFtrbGFzczogc3RyaW5nXTogYW55OyB9O1xuXG4gICAgQE91dHB1dCgpIHJvd0NsaWNrOiBFdmVudEVtaXR0ZXI8RXZvVGFibGVSb3dDbGlja0V2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXI8RXZvVGFibGVSb3dDbGlja0V2ZW50PigpO1xuICAgIEBDb250ZW50Q2hpbGRyZW4oRXZvVGFibGVDb2x1bW5Db21wb25lbnQpIGNvbHVtbnM6IEV2b1RhYmxlQ29sdW1uQ29tcG9uZW50W107XG5cbiAgICBzdGF0ZXMgPSB7XG4gICAgICAgIGlzUm93Q2xpY2thYmxlOiBmYWxzZSxcbiAgICB9O1xuXG4gICAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcykge1xuICAgICAgICBpZiAoJ3Zpc2libGVDb2x1bW5zJyBpbiBjaGFuZ2VzKSB7XG4gICAgICAgICAgICB0aGlzLmZpbHRlckNvbHVtbnMoKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLnN0YXRlcy5pc1Jvd0NsaWNrYWJsZSA9IHRoaXMucm93Q2xpY2sub2JzZXJ2ZXJzLmxlbmd0aCA+IDA7XG4gICAgfVxuXG4gICAgbmdBZnRlckNvbnRlbnRJbml0KCkge1xuICAgICAgICB0aGlzLmZpbHRlcmVkQ29sdW1ucyA9IHRoaXMuY29sdW1ucztcbiAgICAgICAgdGhpcy5maWx0ZXJDb2x1bW5zKCk7XG4gICAgfVxuXG4gICAgZ2V0Um93Q2xhc3NlcygpIHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgICdzdHJpcGVkJzogdGhpcy5zdHJpcGUsXG4gICAgICAgIH07XG4gICAgfVxuXG4gICAgb25Sb3dDbGljayhyb3dJbmRleCwgaXRlbSwgZXZlbnQpIHtcbiAgICAgICAgdGhpcy5yb3dDbGljay5lbWl0KHtcbiAgICAgICAgICAgIHBheWxvYWQ6IHtyb3dJbmRleCwgaXRlbX0sXG4gICAgICAgICAgICBldmVudDogZXZlbnQsXG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHByaXZhdGUgZmlsdGVyQ29sdW1ucygpIHtcbiAgICAgICAgaWYgKHRoaXMudmlzaWJsZUNvbHVtbnMgJiYgdGhpcy5jb2x1bW5zKSB7XG4gICAgICAgICAgICB0aGlzLmZpbHRlcmVkQ29sdW1ucyA9IHRoaXMuY29sdW1ucy5maWx0ZXIoY29sID0+IHRoaXMudmlzaWJsZUNvbHVtbnMuaW5jbHVkZXMoY29sLnByb3ApKTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJldm8tdGFibGVcIlxuICAgICBbbmdDbGFzc109XCJ7J2V2by10YWJsZV9yb3ctY2xpY2thYmxlJzogc3RhdGVzLmlzUm93Q2xpY2thYmxlfVwiXG4+XG4gICAgPGRpdiBjbGFzcz1cImV2by10YWJsZV9fcm93IGV2by10YWJsZV9fcm93X2hlYWQgbW9iaWxlLWhpZGVcIiAqbmdJZj1cInNob3dIZWFkZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImV2by10YWJsZV9fY2VsbCBldm8tdGFibGVfX2NlbGxfaGVhZFwiXG4gICAgICAgICAgICAgKm5nRm9yPVwibGV0IGNvbHVtbiBvZiBmaWx0ZXJlZENvbHVtbnNcIiBbbmdDbGFzc109XCJjb2x1bW4uY2xhc3NOYW1lXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiY29sdW1uLmhlYWRlciBhcyBoZWFkZXIgZWxzZSBsYWJlbFwiPlxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXI7IGNvbnRleHQ6IHsgbGFiZWw6IGNvbHVtbi5sYWJlbCB9XCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjbGFiZWw+e3sgY29sdW1uLmxhYmVsIH19PC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG5cbiAgICA8ZGl2IGNsYXNzPVwiZXZvLXRhYmxlX19yb3dcIlxuICAgICAgICAgW25nQ2xhc3NdPVwicm93Q2xhc3Nlc1wiXG4gICAgICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBkYXRhOyBsZXQgcm93ID0gaW5kZXhcIlxuICAgICAgICAgKGNsaWNrKT1cIm9uUm93Q2xpY2socm93LCBpdGVtLCAkZXZlbnQpXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJldm8tdGFibGVfX2NlbGxcIlxuICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBjb2x1bW4gb2YgZmlsdGVyZWRDb2x1bW5zOyBsZXQgY29sID0gaW5kZXhcIiBbbmdDbGFzc109XCJjb2x1bW4uY2xhc3NOYW1lXCI+XG5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJldm8tdGFibGVfX2xhYmVsIG1vYmlsZS1zaG93XCIgKm5nSWY9XCJjb2x1bW4ubGFiZWxcIj5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiY29sdW1uLmhlYWRlciBhcyBoZWFkZXIgZWxzZSBtb2JpbGVMYWJlbFwiPlxuICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyOyBjb250ZXh0OiB7IGxhYmVsOiBjb2x1bW4ubGFiZWwgfVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjbW9iaWxlTGFiZWw+e3sgY29sdW1uLmxhYmVsIH19PC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgICAgIDwvZGl2PlxuXG5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJldm8tdGFibGVfX2RhdGFcIlxuICAgICAgICAgICAgICAgICAqbmdJZj1cImNvbHVtbi5jb250ZW50IGFzIGNvbnRlbnQgZWxzZSBwcm9wXCI+XG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImNvbnRlbnQ7IGNvbnRleHQ6IHsgcm93OiByb3csIGNvbDogY29sLCBpdGVtOiBpdGVtIH1cIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICA8bmctdGVtcGxhdGUgI3Byb3A+XG4gICAgICAgICAgICAgICAge3sgY29sdW1uLmZvcm1hdHRlcihyb3csIGNvbCwgY29sdW1uLnByb3AgIT09IHVuZGVmaW5lZCA/IGl0ZW1bY29sdW1uLnByb3BdIDogaXRlbSwgaXRlbSkgfX1cbiAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=
@@ -1,31 +1,31 @@
1
- import { Component, Input, TemplateRef, ContentChild } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class EvoTableColumnComponent {
4
- constructor() {
5
- this.prop = undefined;
6
- this.label = '';
7
- this.className = '';
8
- this.formatter = (row, col, cellValue) => cellValue;
9
- }
10
- }
11
- EvoTableColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- EvoTableColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoTableColumnComponent, selector: "evo-table-column", inputs: { prop: "prop", label: "label", className: "className", formatter: "formatter" }, queries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true, read: TemplateRef }, { propertyName: "content", first: true, predicate: ["content"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableColumnComponent, decorators: [{
14
- type: Component,
15
- args: [{ selector: 'evo-table-column', template: "<ng-content></ng-content>\n", styles: [""] }]
16
- }], ctorParameters: function () { return []; }, propDecorators: { prop: [{
17
- type: Input
18
- }], label: [{
19
- type: Input
20
- }], className: [{
21
- type: Input
22
- }], header: [{
23
- type: ContentChild,
24
- args: ['header', { read: TemplateRef }]
25
- }], content: [{
26
- type: ContentChild,
27
- args: ['content', { read: TemplateRef }]
28
- }], formatter: [{
29
- type: Input
30
- }] } });
1
+ import { Component, Input, TemplateRef, ContentChild } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class EvoTableColumnComponent {
4
+ constructor() {
5
+ this.prop = undefined;
6
+ this.label = '';
7
+ this.className = '';
8
+ this.formatter = (row, col, cellValue) => cellValue;
9
+ }
10
+ }
11
+ EvoTableColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ EvoTableColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoTableColumnComponent, selector: "evo-table-column", inputs: { prop: "prop", label: "label", className: "className", formatter: "formatter" }, queries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true, read: TemplateRef }, { propertyName: "content", first: true, predicate: ["content"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableColumnComponent, decorators: [{
14
+ type: Component,
15
+ args: [{ selector: 'evo-table-column', template: "<ng-content></ng-content>\n", styles: [""] }]
16
+ }], ctorParameters: function () { return []; }, propDecorators: { prop: [{
17
+ type: Input
18
+ }], label: [{
19
+ type: Input
20
+ }], className: [{
21
+ type: Input
22
+ }], header: [{
23
+ type: ContentChild,
24
+ args: ['header', { read: TemplateRef }]
25
+ }], content: [{
26
+ type: ContentChild,
27
+ args: ['content', { read: TemplateRef }]
28
+ }], formatter: [{
29
+ type: Input
30
+ }] } });
31
31
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXRhYmxlLWNvbHVtbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tdGFibGUvZXZvLXRhYmxlLWNvbHVtbi9ldm8tdGFibGUtY29sdW1uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by10YWJsZS9ldm8tdGFibGUtY29sdW1uL2V2by10YWJsZS1jb2x1bW4uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPNUUsTUFBTSxPQUFPLHVCQUF1QjtJQVFoQztRQU5TLFNBQUksR0FBVyxTQUFTLENBQUM7UUFDekIsVUFBSyxHQUFHLEVBQUUsQ0FBQztRQUNYLGNBQVMsR0FBRyxFQUFFLENBQUM7UUFRZixjQUFTLEdBQWlFLENBQUMsR0FBRyxFQUFFLEdBQUcsRUFBRSxTQUFTLEVBQUUsRUFBRSxDQUFDLFNBQVMsQ0FBQztJQUZ0SCxDQUFDOztvSEFWUSx1QkFBdUI7d0dBQXZCLHVCQUF1QiwyTkFLQSxXQUFXLDZGQUNWLFdBQVcsNkJDYmhELDZCQUNBOzJGRE1hLHVCQUF1QjtrQkFMbkMsU0FBUzsrQkFDSSxrQkFBa0I7MEVBTW5CLElBQUk7c0JBQVosS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDeUMsTUFBTTtzQkFBcEQsWUFBWTt1QkFBQyxRQUFRLEVBQUUsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFO2dCQUNHLE9BQU87c0JBQXRELFlBQVk7dUJBQUMsU0FBUyxFQUFFLEVBQUUsSUFBSSxFQUFFLFdBQVcsRUFBRTtnQkFNckMsU0FBUztzQkFBakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFRlbXBsYXRlUmVmLCBDb250ZW50Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldm8tdGFibGUtY29sdW1uJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZXZvLXRhYmxlLWNvbHVtbi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vZXZvLXRhYmxlLWNvbHVtbi5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBFdm9UYWJsZUNvbHVtbkNvbXBvbmVudCB7XG5cbiAgICBASW5wdXQoKSBwcm9wOiBzdHJpbmcgPSB1bmRlZmluZWQ7XG4gICAgQElucHV0KCkgbGFiZWwgPSAnJztcbiAgICBASW5wdXQoKSBjbGFzc05hbWUgPSAnJztcbiAgICBAQ29udGVudENoaWxkKCdoZWFkZXInLCB7IHJlYWQ6IFRlbXBsYXRlUmVmIH0pIGhlYWRlcjogYW55O1xuICAgIEBDb250ZW50Q2hpbGQoJ2NvbnRlbnQnLCB7IHJlYWQ6IFRlbXBsYXRlUmVmIH0pIGNvbnRlbnQ6IGFueTtcblxuICAgIGNvbnN0cnVjdG9yKCkge1xuXG4gICAgfVxuXG4gICAgQElucHV0KCkgZm9ybWF0dGVyOiAocm93OiBudW1iZXIsIGNvbDogbnVtYmVyLCBjZWxsVmFsdWU6IGFueSwgaXRlbTogYW55KSA9PiBhbnkgPSAocm93LCBjb2wsIGNlbGxWYWx1ZSkgPT4gY2VsbFZhbHVlO1xufVxuIiwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuIl19
@@ -1,23 +1,23 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { EvoTableComponent } from './evo-table/evo-table.component';
4
- import { EvoTableColumnComponent } from './evo-table-column/evo-table-column.component';
5
- import * as i0 from "@angular/core";
6
- export class EvoTableModule {
7
- }
8
- EvoTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- EvoTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableModule, declarations: [EvoTableComponent, EvoTableColumnComponent], imports: [CommonModule], exports: [EvoTableComponent, EvoTableColumnComponent] });
10
- EvoTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableModule, imports: [[
11
- CommonModule,
12
- ]] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [
17
- CommonModule,
18
- ],
19
- declarations: [EvoTableComponent, EvoTableColumnComponent],
20
- exports: [EvoTableComponent, EvoTableColumnComponent],
21
- }]
22
- }] });
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { EvoTableComponent } from './evo-table/evo-table.component';
4
+ import { EvoTableColumnComponent } from './evo-table-column/evo-table-column.component';
5
+ import * as i0 from "@angular/core";
6
+ export class EvoTableModule {
7
+ }
8
+ EvoTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ EvoTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableModule, declarations: [EvoTableComponent, EvoTableColumnComponent], imports: [CommonModule], exports: [EvoTableComponent, EvoTableColumnComponent] });
10
+ EvoTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableModule, imports: [[
11
+ CommonModule,
12
+ ]] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoTableModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ imports: [
17
+ CommonModule,
18
+ ],
19
+ declarations: [EvoTableComponent, EvoTableColumnComponent],
20
+ exports: [EvoTableComponent, EvoTableColumnComponent],
21
+ }]
22
+ }] });
23
23
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXRhYmxlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by10YWJsZS9ldm8tdGFibGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ3BFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLCtDQUErQyxDQUFDOztBQVN4RixNQUFNLE9BQU8sY0FBYzs7MkdBQWQsY0FBYzs0R0FBZCxjQUFjLGlCQUhULGlCQUFpQixFQUFFLHVCQUF1QixhQUZ4RCxZQUFZLGFBR0gsaUJBQWlCLEVBQUUsdUJBQXVCOzRHQUUxQyxjQUFjLFlBTmhCO1lBQ1AsWUFBWTtTQUNiOzJGQUlVLGNBQWM7a0JBUDFCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsWUFBWSxFQUFFLENBQUUsaUJBQWlCLEVBQUUsdUJBQXVCLENBQUU7b0JBQzVELE9BQU8sRUFBRSxDQUFFLGlCQUFpQixFQUFFLHVCQUF1QixDQUFFO2lCQUN4RCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRXZvVGFibGVDb21wb25lbnQgfSBmcm9tICcuL2V2by10YWJsZS9ldm8tdGFibGUuY29tcG9uZW50JztcbmltcG9ydCB7IEV2b1RhYmxlQ29sdW1uQ29tcG9uZW50IH0gZnJvbSAnLi9ldm8tdGFibGUtY29sdW1uL2V2by10YWJsZS1jb2x1bW4uY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbIEV2b1RhYmxlQ29tcG9uZW50LCBFdm9UYWJsZUNvbHVtbkNvbXBvbmVudCBdLFxuICBleHBvcnRzOiBbIEV2b1RhYmxlQ29tcG9uZW50LCBFdm9UYWJsZUNvbHVtbkNvbXBvbmVudCBdLFxufSlcbmV4cG9ydCBjbGFzcyBFdm9UYWJsZU1vZHVsZSB7fVxuIl19
@@ -1,2 +1,2 @@
1
- export * from './public-api';
1
+ export * from './public-api';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tdGFibGUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -1,4 +1,4 @@
1
- export * from './evo-table.module';
2
- export * from './evo-table/evo-table.component';
3
- export * from './evo-table-column/evo-table-column.component';
1
+ export * from './evo-table.module';
2
+ export * from './evo-table/evo-table.component';
3
+ export * from './evo-table-column/evo-table-column.component';
4
4
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by10YWJsZS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLCtDQUErQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8tdGFibGUubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZXZvLXRhYmxlL2V2by10YWJsZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9ldm8tdGFibGUtY29sdW1uL2V2by10YWJsZS1jb2x1bW4uY29tcG9uZW50JztcbiJdfQ==
@@ -1,6 +1,6 @@
1
- export var EvoTabsSize;
2
- (function (EvoTabsSize) {
3
- EvoTabsSize["small"] = "small";
4
- EvoTabsSize["normal"] = "normal";
5
- })(EvoTabsSize || (EvoTabsSize = {}));
1
+ export var EvoTabsSize;
2
+ (function (EvoTabsSize) {
3
+ EvoTabsSize["small"] = "small";
4
+ EvoTabsSize["normal"] = "normal";
5
+ })(EvoTabsSize || (EvoTabsSize = {}));
6
6
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXRhYnMtc2l6ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by10YWJzL2VudW1zL2V2by10YWJzLXNpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksV0FHWDtBQUhELFdBQVksV0FBVztJQUNuQiw4QkFBZSxDQUFBO0lBQ2YsZ0NBQWlCLENBQUE7QUFDckIsQ0FBQyxFQUhXLFdBQVcsS0FBWCxXQUFXLFFBR3RCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gRXZvVGFic1NpemUge1xuICAgIHNtYWxsID0gJ3NtYWxsJyxcbiAgICBub3JtYWwgPSAnbm9ybWFsJyxcbn1cbiJdfQ==