@evotor-dev/ui-kit 7.1.0 → 7.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (632) hide show
  1. package/README.md +71 -114
  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 +61 -61
  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 -372
  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 +6 -6
  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 -109
  65. package/esm2020/lib/components/evo-banner/evo-banner.module.mjs +23 -23
  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 -86
  69. package/esm2020/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +91 -91
  70. package/esm2020/lib/components/evo-button/constants/evo-button-themes-map.mjs +31 -31
  71. package/esm2020/lib/components/evo-button/evo-button.module.mjs +21 -21
  72. package/esm2020/lib/components/evo-button/index.mjs +1 -1
  73. package/esm2020/lib/components/evo-button/public-api.mjs +5 -5
  74. package/esm2020/lib/components/evo-button/types/evo-button-color.mjs +2 -2
  75. package/esm2020/lib/components/evo-button/types/evo-button-shape.mjs +2 -2
  76. package/esm2020/lib/components/evo-button/types/evo-button-size.mjs +2 -2
  77. package/esm2020/lib/components/evo-button/types/evo-button-theme-params.mjs +2 -2
  78. package/esm2020/lib/components/evo-button/types/evo-button-theme.mjs +2 -2
  79. package/esm2020/lib/components/evo-button/types/index.mjs +6 -6
  80. package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +86 -86
  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 -56
  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 -64
  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 -358
  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 -27
  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 -127
  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 -12
  160. package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +45 -45
  161. package/esm2020/lib/components/evo-navigation-button/index.mjs +2 -2
  162. package/esm2020/lib/components/evo-navigation-button/public-api.mjs +3 -3
  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 +173 -173
  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 -21
  200. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +77 -77
  201. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +24 -24
  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 +115 -115
  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 +172 -172
  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 -159
  230. package/esm2020/lib/components/evo-submenu/evo-submenu.module.mjs +26 -26
  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 +45 -45
  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 -74
  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-emotions.mjs +18 -18
  297. package/fesm2015/evotor-dev-ui-kit-icons-header.mjs +28 -28
  298. package/fesm2015/evotor-dev-ui-kit-icons-info.mjs +40 -40
  299. package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs +56 -56
  300. package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
  301. package/fesm2015/evotor-dev-ui-kit-icons-side-menu.mjs +64 -64
  302. package/fesm2015/evotor-dev-ui-kit-icons-system.mjs +372 -372
  303. package/fesm2015/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
  304. package/fesm2015/evotor-dev-ui-kit-icons.mjs +628 -628
  305. package/fesm2015/evotor-dev-ui-kit-icons.mjs.map +1 -1
  306. package/fesm2015/evotor-dev-ui-kit.mjs +7041 -7041
  307. package/fesm2015/evotor-dev-ui-kit.mjs.map +1 -1
  308. package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +62 -62
  309. package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs +18 -18
  310. package/fesm2020/evotor-dev-ui-kit-icons-header.mjs +28 -28
  311. package/fesm2020/evotor-dev-ui-kit-icons-info.mjs +40 -40
  312. package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +56 -56
  313. package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
  314. package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs +64 -64
  315. package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +372 -372
  316. package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
  317. package/fesm2020/evotor-dev-ui-kit-icons.mjs +628 -628
  318. package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -1
  319. package/fesm2020/evotor-dev-ui-kit.mjs +7021 -7021
  320. package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -1
  321. package/icons/category/evotor-dev-ui-kit-icons-category.d.ts +5 -5
  322. package/icons/category/index.d.ts +59 -59
  323. package/icons/emotions/evotor-dev-ui-kit-icons-emotions.d.ts +5 -5
  324. package/icons/emotions/index.d.ts +15 -15
  325. package/icons/evotor-dev-ui-kit-icons.d.ts +5 -5
  326. package/icons/header/evotor-dev-ui-kit-icons-header.d.ts +5 -5
  327. package/icons/header/index.d.ts +25 -25
  328. package/icons/index.d.ts +321 -321
  329. package/icons/info/evotor-dev-ui-kit-icons-info.d.ts +5 -5
  330. package/icons/info/index.d.ts +37 -37
  331. package/icons/navigation/evotor-dev-ui-kit-icons-navigation.d.ts +5 -5
  332. package/icons/navigation/index.d.ts +53 -53
  333. package/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.d.ts +5 -5
  334. package/icons/side-menu/index.d.ts +61 -61
  335. package/icons/system/evotor-dev-ui-kit-icons-system.d.ts +5 -5
  336. package/icons/system/index.d.ts +369 -369
  337. package/lib/common/Serializable.d.ts +3 -3
  338. package/lib/common/animations/expand.animation.d.ts +1 -1
  339. package/lib/common/animations/index.d.ts +3 -3
  340. package/lib/common/animations/sidebar.animation.d.ts +2 -2
  341. package/lib/common/animations/skip-initial-render.animation.d.ts +1 -1
  342. package/lib/common/collection/evo-collection-fabric.d.ts +4 -4
  343. package/lib/common/collection/evo-collection.d.ts +3 -3
  344. package/lib/common/collection/index.d.ts +2 -2
  345. package/lib/common/constants/css-breakpoints.d.ts +8 -8
  346. package/lib/common/constants/view-breakpoint-streams.d.ts +9 -9
  347. package/lib/common/evo-base-control.d.ts +21 -21
  348. package/lib/common/evo-control-state-manager/evo-control-state-manager.d.ts +7 -7
  349. package/lib/common/evo-control-state-manager/evo-control-state.interface.d.ts +5 -5
  350. package/lib/common/evo-control-state-manager/evo-control-states.enum.d.ts +4 -4
  351. package/lib/common/form-helper/form-helper.d.ts +5 -5
  352. package/lib/common/types/evo-color.d.ts +1 -1
  353. package/lib/common/types/evo-size.d.ts +1 -1
  354. package/lib/common/types/index.d.ts +2 -2
  355. package/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.d.ts +11 -11
  356. package/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.d.ts +9 -9
  357. package/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.d.ts +11 -11
  358. package/lib/components/evo-accordion/evo-accordion.component.d.ts +9 -9
  359. package/lib/components/evo-accordion/evo-accordion.module.d.ts +13 -13
  360. package/lib/components/evo-accordion/index.d.ts +1 -1
  361. package/lib/components/evo-accordion/public-api.d.ts +5 -5
  362. package/lib/components/evo-alert/evo-alert.component.d.ts +38 -38
  363. package/lib/components/evo-alert/evo-alert.module.d.ts +9 -9
  364. package/lib/components/evo-alert/index.d.ts +1 -1
  365. package/lib/components/evo-alert/public-api.d.ts +2 -2
  366. package/lib/components/evo-autocomplete/components/evo-autocomplete.component.d.ts +115 -115
  367. package/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.d.ts +16 -16
  368. package/lib/components/evo-autocomplete/evo-autocomplete.module.d.ts +15 -15
  369. package/lib/components/evo-autocomplete/helpers/switch-query-to-list.d.ts +2 -2
  370. package/lib/components/evo-autocomplete/index.d.ts +1 -1
  371. package/lib/components/evo-autocomplete/models/DaDataParty.d.ts +37 -37
  372. package/lib/components/evo-autocomplete/models/dadata.model.d.ts +320 -320
  373. package/lib/components/evo-autocomplete/public-api.d.ts +6 -6
  374. package/lib/components/evo-autocomplete/types/evo-autocomplete-size.d.ts +1 -1
  375. package/lib/components/evo-badge/evo-badge.component.d.ts +12 -12
  376. package/lib/components/evo-badge/evo-badge.module.d.ts +9 -9
  377. package/lib/components/evo-badge/index.d.ts +2 -2
  378. package/lib/components/evo-badge/public-api.d.ts +2 -2
  379. package/lib/components/evo-badge/types/evo-badge-color.d.ts +2 -2
  380. package/lib/components/evo-badge/types/evo-badge-size.d.ts +2 -2
  381. package/lib/components/evo-badge/types/index.d.ts +2 -2
  382. package/lib/components/evo-banner/evo-banner.component.d.ts +46 -46
  383. package/lib/components/evo-banner/evo-banner.module.d.ts +9 -9
  384. package/lib/components/evo-banner/index.d.ts +1 -1
  385. package/lib/components/evo-banner/public-api.d.ts +2 -2
  386. package/lib/components/evo-button/components/evo-button/evo-button.component.d.ts +24 -24
  387. package/lib/components/evo-button/components/evo-button-old/evo-button-old.component.d.ts +39 -39
  388. package/lib/components/evo-button/constants/evo-button-themes-map.d.ts +2 -2
  389. package/lib/components/evo-button/evo-button.module.d.ts +11 -11
  390. package/lib/components/evo-button/index.d.ts +1 -1
  391. package/lib/components/evo-button/public-api.d.ts +4 -4
  392. package/lib/components/evo-button/types/evo-button-color.d.ts +5 -5
  393. package/lib/components/evo-button/types/evo-button-shape.d.ts +4 -4
  394. package/lib/components/evo-button/types/evo-button-size.d.ts +5 -5
  395. package/lib/components/evo-button/types/evo-button-theme-params.d.ts +5 -5
  396. package/lib/components/evo-button/types/evo-button-theme.d.ts +1 -1
  397. package/lib/components/evo-button/types/index.d.ts +5 -5
  398. package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +29 -29
  399. package/lib/components/evo-checkbox/evo-checkbox.module.d.ts +11 -11
  400. package/lib/components/evo-checkbox/index.d.ts +1 -1
  401. package/lib/components/evo-checkbox/public-api.d.ts +2 -2
  402. package/lib/components/evo-chip/evo-chip.component.d.ts +45 -45
  403. package/lib/components/evo-chip/evo-chip.module.d.ts +11 -11
  404. package/lib/components/evo-chip/index.d.ts +1 -1
  405. package/lib/components/evo-chip/public-api.d.ts +2 -2
  406. package/lib/components/evo-control-error/evo-control-error.component.d.ts +14 -14
  407. package/lib/components/evo-control-error/evo-control-error.module.d.ts +10 -10
  408. package/lib/components/evo-control-error/index.d.ts +1 -1
  409. package/lib/components/evo-control-error/public-api.d.ts +2 -2
  410. package/lib/components/evo-control-label/evo-control-label.component.d.ts +9 -9
  411. package/lib/components/evo-control-label/evo-control-label.module.d.ts +8 -8
  412. package/lib/components/evo-control-label/index.d.ts +1 -1
  413. package/lib/components/evo-control-label/public-api.d.ts +2 -2
  414. package/lib/components/evo-counter/evo-counter.component.d.ts +16 -16
  415. package/lib/components/evo-counter/evo-counter.module.d.ts +9 -9
  416. package/lib/components/evo-counter/index.d.ts +1 -1
  417. package/lib/components/evo-counter/public-api.d.ts +2 -2
  418. package/lib/components/evo-datepicker/evo-datepicker.component.d.ts +174 -174
  419. package/lib/components/evo-datepicker/evo-datepicker.module.d.ts +11 -11
  420. package/lib/components/evo-datepicker/flatpickr-options.interface.d.ts +10 -10
  421. package/lib/components/evo-datepicker/index.d.ts +1 -1
  422. package/lib/components/evo-datepicker/public-api.d.ts +2 -2
  423. package/lib/components/evo-datepicker/templates/index.d.ts +16 -16
  424. package/lib/components/evo-dropdown/evo-dropdown-origin.directive.d.ts +15 -15
  425. package/lib/components/evo-dropdown/evo-dropdown-position-description.d.ts +3 -3
  426. package/lib/components/evo-dropdown/evo-dropdown.component.d.ts +34 -34
  427. package/lib/components/evo-dropdown/evo-dropdown.module.d.ts +10 -10
  428. package/lib/components/evo-dropdown/index.d.ts +1 -1
  429. package/lib/components/evo-dropdown/public-api.d.ts +4 -4
  430. package/lib/components/evo-dropdown/types/evo-dropdown-positions.d.ts +1 -1
  431. package/lib/components/evo-icon/classes/evo-icons-library.d.ts +11 -11
  432. package/lib/components/evo-icon/evo-icon.component.d.ts +20 -20
  433. package/lib/components/evo-icon/evo-icon.module.d.ts +16 -16
  434. package/lib/components/evo-icon/index.d.ts +1 -1
  435. package/lib/components/evo-icon/interfaces/icons-category.d.ts +5 -5
  436. package/lib/components/evo-icon/interfaces/icons-source.d.ts +3 -3
  437. package/lib/components/evo-icon/public-api.d.ts +5 -5
  438. package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +26 -26
  439. package/lib/components/evo-icon-button/evo-icon-button.module.d.ts +8 -8
  440. package/lib/components/evo-icon-button/index.d.ts +1 -1
  441. package/lib/components/evo-icon-button/public-api.d.ts +2 -2
  442. package/lib/components/evo-icon-button/types/evo-icon-button-size.d.ts +2 -2
  443. package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +1 -1
  444. package/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.d.ts +6 -6
  445. package/lib/components/evo-icon-number/evo-icon-number.module.d.ts +8 -8
  446. package/lib/components/evo-icon-number/index.d.ts +1 -1
  447. package/lib/components/evo-icon-number/public-api.d.ts +2 -2
  448. package/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.d.ts +5 -5
  449. package/lib/components/evo-input/evo-input.component.d.ts +93 -93
  450. package/lib/components/evo-input/evo-input.module.d.ts +14 -14
  451. package/lib/components/evo-input/index.d.ts +1 -1
  452. package/lib/components/evo-input/public-api.d.ts +3 -3
  453. package/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.d.ts +44 -44
  454. package/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.d.ts +10 -10
  455. package/lib/components/evo-input-contenteditable/index.d.ts +1 -1
  456. package/lib/components/evo-input-contenteditable/public-api.d.ts +2 -2
  457. package/lib/components/evo-input-contenteditable/utils/clear-multiline.d.ts +1 -1
  458. package/lib/components/evo-loader/evo-circular-loader.component.d.ts +8 -8
  459. package/lib/components/evo-loader/evo-loader.component.d.ts +14 -14
  460. package/lib/components/evo-loader/evo-loader.module.d.ts +10 -10
  461. package/lib/components/evo-loader/index.d.ts +1 -1
  462. package/lib/components/evo-loader/public-api.d.ts +3 -3
  463. package/lib/components/evo-modal/evo-modal.component.d.ts +41 -41
  464. package/lib/components/evo-modal/evo-modal.module.d.ts +10 -10
  465. package/lib/components/evo-modal/evo-modal.service.d.ts +22 -22
  466. package/lib/components/evo-modal/index.d.ts +1 -1
  467. package/lib/components/evo-modal/public-api.d.ts +3 -3
  468. package/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.d.ts +21 -21
  469. package/lib/components/evo-navbar/evo-navbar.component.d.ts +18 -18
  470. package/lib/components/evo-navbar/evo-navbar.module.d.ts +12 -12
  471. package/lib/components/evo-navbar/index.d.ts +1 -1
  472. package/lib/components/evo-navbar/interfaces/nav-item-main-info.d.ts +5 -5
  473. package/lib/components/evo-navbar/interfaces/nav-item-router-link.d.ts +14 -14
  474. package/lib/components/evo-navbar/interfaces/nav-item.href.d.ts +4 -4
  475. package/lib/components/evo-navbar/public-api.d.ts +7 -7
  476. package/lib/components/evo-navbar/types/nav-item.d.ts +4 -4
  477. package/lib/components/evo-navigation-button/evo-navigation-button.component.d.ts +5 -5
  478. package/lib/components/evo-navigation-button/evo-navigation-button.module.d.ts +9 -9
  479. package/lib/components/evo-navigation-button/index.d.ts +1 -1
  480. package/lib/components/evo-navigation-button/public-api.d.ts +2 -2
  481. package/lib/components/evo-note/evo-note.component.d.ts +13 -13
  482. package/lib/components/evo-note/evo-note.module.d.ts +10 -10
  483. package/lib/components/evo-note/index.d.ts +1 -1
  484. package/lib/components/evo-note/public.api.d.ts +3 -3
  485. package/lib/components/evo-note/types/evo-note-type.d.ts +1 -1
  486. package/lib/components/evo-paginator/evo-paginator.component.d.ts +26 -26
  487. package/lib/components/evo-paginator/evo-paginator.module.d.ts +8 -8
  488. package/lib/components/evo-paginator/index.d.ts +1 -1
  489. package/lib/components/evo-paginator/public-api.d.ts +2 -2
  490. package/lib/components/evo-plus-minus/evo-plus-minus.component.d.ts +13 -13
  491. package/lib/components/evo-plus-minus/evo-plus-minus.module.d.ts +8 -8
  492. package/lib/components/evo-plus-minus/index.d.ts +1 -1
  493. package/lib/components/evo-plus-minus/public-api.d.ts +2 -2
  494. package/lib/components/evo-popover/evo-popover.component.d.ts +43 -43
  495. package/lib/components/evo-popover/evo-popover.module.d.ts +9 -9
  496. package/lib/components/evo-popover/index.d.ts +1 -1
  497. package/lib/components/evo-popover/public-api.d.ts +2 -2
  498. package/lib/components/evo-portal/evo-portal-outlet.class.d.ts +6 -6
  499. package/lib/components/evo-portal/evo-portal-outlet.directive.d.ts +10 -10
  500. package/lib/components/evo-portal/evo-portal.module.d.ts +8 -8
  501. package/lib/components/evo-portal/evo-portal.service.d.ts +27 -27
  502. package/lib/components/evo-portal/index.d.ts +1 -1
  503. package/lib/components/evo-portal/public-api.d.ts +4 -4
  504. package/lib/components/evo-radio/evo-radio.component.d.ts +18 -18
  505. package/lib/components/evo-radio/evo-radio.module.d.ts +9 -9
  506. package/lib/components/evo-radio/index.d.ts +1 -1
  507. package/lib/components/evo-radio/public-api.d.ts +2 -2
  508. package/lib/components/evo-radio-group/evo-radio-group.component.d.ts +56 -56
  509. package/lib/components/evo-radio-group/evo-radio-group.module.d.ts +11 -11
  510. package/lib/components/evo-radio-group/index.d.ts +1 -1
  511. package/lib/components/evo-radio-group/public-api.d.ts +2 -2
  512. package/lib/components/evo-radio-group/typings/options.d.ts +6 -6
  513. package/lib/components/evo-radioshape/components/evo-radioshape.component.d.ts +19 -19
  514. package/lib/components/evo-radioshape/evo-radioshape.module.d.ts +9 -9
  515. package/lib/components/evo-radioshape/index.d.ts +1 -1
  516. package/lib/components/evo-radioshape/public-api.d.ts +2 -2
  517. package/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.d.ts +10 -10
  518. package/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.d.ts +22 -22
  519. package/lib/components/evo-segmented-bar/evo-segmented-bar.module.d.ts +11 -11
  520. package/lib/components/evo-segmented-bar/index.d.ts +1 -1
  521. package/lib/components/evo-segmented-bar/public-api.d.ts +3 -3
  522. package/lib/components/evo-select/evo-select.component.d.ts +37 -37
  523. package/lib/components/evo-select/evo-select.module.d.ts +11 -11
  524. package/lib/components/evo-select/index.d.ts +1 -1
  525. package/lib/components/evo-select/public-api.d.ts +2 -2
  526. package/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.d.ts +6 -6
  527. package/lib/components/evo-sidebar/enums/evo-sidebar-sizes.d.ts +5 -5
  528. package/lib/components/evo-sidebar/enums/evo-sidebar-states.d.ts +4 -4
  529. package/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.d.ts +12 -12
  530. package/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.d.ts +5 -5
  531. package/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.d.ts +13 -13
  532. package/lib/components/evo-sidebar/evo-sidebar-portal.d.ts +13 -13
  533. package/lib/components/evo-sidebar/evo-sidebar.component.d.ts +42 -42
  534. package/lib/components/evo-sidebar/evo-sidebar.module.d.ts +17 -17
  535. package/lib/components/evo-sidebar/evo-sidebar.service.d.ts +26 -26
  536. package/lib/components/evo-sidebar/index.d.ts +1 -1
  537. package/lib/components/evo-sidebar/interfaces.d.ts +23 -23
  538. package/lib/components/evo-sidebar/public-api.d.ts +11 -11
  539. package/lib/components/evo-sidebar/sidebar-injection-token.d.ts +2 -2
  540. package/lib/components/evo-sidebar/tokens.d.ts +7 -7
  541. package/lib/components/evo-stepper/evo-stepper-events.d.ts +12 -12
  542. package/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.d.ts +13 -13
  543. package/lib/components/evo-stepper/evo-stepper.component.d.ts +27 -27
  544. package/lib/components/evo-stepper/evo-stepper.module.d.ts +10 -10
  545. package/lib/components/evo-stepper/index.d.ts +1 -1
  546. package/lib/components/evo-stepper/public-api.d.ts +3 -3
  547. package/lib/components/evo-submenu/evo-submenu.component.d.ts +49 -49
  548. package/lib/components/evo-submenu/evo-submenu.module.d.ts +11 -11
  549. package/lib/components/evo-submenu/index.d.ts +1 -1
  550. package/lib/components/evo-submenu/public-api.d.ts +2 -2
  551. package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +9 -9
  552. package/lib/components/evo-switcher/evo-switcher.component.d.ts +14 -14
  553. package/lib/components/evo-switcher/evo-switcher.module.d.ts +10 -10
  554. package/lib/components/evo-switcher/index.d.ts +1 -1
  555. package/lib/components/evo-switcher/public-api.d.ts +3 -3
  556. package/lib/components/evo-table/evo-table/evo-table.component.d.ts +35 -35
  557. package/lib/components/evo-table/evo-table-column/evo-table-column.component.d.ts +12 -12
  558. package/lib/components/evo-table/evo-table.module.d.ts +9 -9
  559. package/lib/components/evo-table/index.d.ts +1 -1
  560. package/lib/components/evo-table/public-api.d.ts +3 -3
  561. package/lib/components/evo-tabs/enums/evo-tabs-size.d.ts +4 -4
  562. package/lib/components/evo-tabs/evo-tab/evo-tab.component.d.ts +35 -35
  563. package/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.d.ts +16 -16
  564. package/lib/components/evo-tabs/evo-tab-state.collection.d.ts +15 -15
  565. package/lib/components/evo-tabs/evo-tabs-size.service.d.ts +12 -12
  566. package/lib/components/evo-tabs/evo-tabs.component.d.ts +22 -22
  567. package/lib/components/evo-tabs/evo-tabs.module.d.ts +11 -11
  568. package/lib/components/evo-tabs/evo-tabs.service.d.ts +19 -19
  569. package/lib/components/evo-tabs/index.d.ts +1 -1
  570. package/lib/components/evo-tabs/public-api.d.ts +8 -8
  571. package/lib/components/evo-textarea/evo-textarea.component.d.ts +25 -25
  572. package/lib/components/evo-textarea/evo-textarea.module.d.ts +11 -11
  573. package/lib/components/evo-textarea/index.d.ts +1 -1
  574. package/lib/components/evo-textarea/public-api.d.ts +2 -2
  575. package/lib/components/evo-toast/evo-toast.component.d.ts +23 -23
  576. package/lib/components/evo-toast/evo-toast.module.d.ts +10 -10
  577. package/lib/components/evo-toast/evo-toast.service.d.ts +22 -22
  578. package/lib/components/evo-toast/index.d.ts +1 -1
  579. package/lib/components/evo-toast/public-api.d.ts +3 -3
  580. package/lib/components/evo-toggle/evo-toggle.component.d.ts +20 -20
  581. package/lib/components/evo-toggle/evo-toggle.module.d.ts +10 -10
  582. package/lib/components/evo-toggle/index.d.ts +1 -1
  583. package/lib/components/evo-toggle/public-api.d.ts +2 -2
  584. package/lib/components/evo-upload/evo-upload.component.d.ts +65 -65
  585. package/lib/components/evo-upload/evo-upload.module.d.ts +13 -13
  586. package/lib/components/evo-upload/index.d.ts +1 -1
  587. package/lib/components/evo-upload/public-api.d.ts +2 -2
  588. package/lib/decorators/deprecate-method.decorator.d.ts +1 -1
  589. package/lib/decorators/deprecate-variable.decorator.d.ts +1 -1
  590. package/lib/decorators/index.d.ts +1 -1
  591. package/lib/decorators/public-api.d.ts +2 -2
  592. package/lib/directives/evo-click-outside.directive.d.ts +12 -12
  593. package/lib/directives/evo-is-expanded.directive.d.ts +19 -19
  594. package/lib/directives/evo-let/evo-let.directive.d.ts +33 -33
  595. package/lib/directives/evo-ui-class.directive.d.ts +61 -61
  596. package/lib/directives/index.d.ts +1 -1
  597. package/lib/directives/public-api.d.ts +4 -4
  598. package/lib/evo-ui-kit.module.d.ts +16 -16
  599. package/lib/operators/enter-zone.operator.d.ts +3 -3
  600. package/lib/operators/index.d.ts +1 -1
  601. package/lib/operators/public-api.d.ts +1 -1
  602. package/lib/pipes/declination.pipe.d.ts +7 -7
  603. package/lib/pipes/evo-pipes.module.d.ts +8 -8
  604. package/lib/pipes/index.d.ts +1 -1
  605. package/lib/pipes/public-api.d.ts +3 -3
  606. package/lib/pipes/safe-html.pipe.d.ts +10 -10
  607. package/lib/services/evo-expanded.service.d.ts +11 -11
  608. package/lib/services/index.d.ts +1 -1
  609. package/lib/services/public-api.d.ts +1 -1
  610. package/lib/services/window.service.d.ts +14 -14
  611. package/package.json +5 -3
  612. package/public_api.d.ts +63 -63
  613. package/styles/components/evo-button.scss +233 -233
  614. package/styles/components/evo-chip.scss +167 -167
  615. package/styles/components/evo-table.scss +42 -42
  616. package/styles/components/evo-title.scss +23 -23
  617. package/styles/globals.scss +78 -78
  618. package/styles/main.scss +24 -24
  619. package/styles/mixins/_evo-input-mixins.scss +74 -74
  620. package/styles/mixins/_evo-text-button-mixin.scss +24 -24
  621. package/styles/mixins/_evo-text-caption-mixin.scss +26 -26
  622. package/styles/mixins/_evo-text-field-mixin.scss +36 -36
  623. package/styles/mixins/_evo-text-header-mixin.scss +62 -62
  624. package/styles/mixins/_evo-text-mobile-header-mixin.scss +34 -34
  625. package/styles/mixins/_evo-text-paragraph-mixin.scss +34 -34
  626. package/styles/mixins/_evo-text-subtitle-mixin.scss +20 -20
  627. package/styles/mixins/_evo-text-tips-mixin.scss +9 -9
  628. package/styles/mixins/_media-mixins.scss +38 -38
  629. package/styles/mixins.scss +96 -96
  630. package/styles/partials/_fonts.scss +2 -2
  631. package/styles/partials/_typography.scss +135 -135
  632. package/styles/variables.scss +140 -140
@@ -1,123 +1,123 @@
1
- import { Component, forwardRef, Input } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
- import { EvoBaseControl } from '../../common/evo-base-control';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/forms";
6
- import * as i2 from "../../directives/evo-ui-class.directive";
7
- import * as i3 from "@angular/common";
8
- export * from './typings/options';
9
- export var EvoRadioGroupThemes;
10
- (function (EvoRadioGroupThemes) {
11
- EvoRadioGroupThemes["light"] = "light";
12
- EvoRadioGroupThemes["segment"] = "segment";
13
- })(EvoRadioGroupThemes || (EvoRadioGroupThemes = {}));
14
- export var EvoRadioGroupDirections;
15
- (function (EvoRadioGroupDirections) {
16
- EvoRadioGroupDirections["row"] = "row";
17
- EvoRadioGroupDirections["column"] = "column";
18
- })(EvoRadioGroupDirections || (EvoRadioGroupDirections = {}));
19
- export class EvoRadioGroupComponent extends EvoBaseControl {
20
- constructor(formBuilder, injector) {
21
- super(injector);
22
- this.formBuilder = formBuilder;
23
- this.injector = injector;
24
- this.disabled = false;
25
- this.onChange = (_) => { };
26
- this.onTouched = () => { };
27
- }
28
- get value() {
29
- return this._value;
30
- }
31
- set value(value) {
32
- this._value = value;
33
- this.onChange(value);
34
- }
35
- ngOnInit() {
36
- this.createFormGroup();
37
- }
38
- writeValue(value) {
39
- this.value = value;
40
- }
41
- registerOnChange(fn) {
42
- this.onChange = fn;
43
- }
44
- registerOnTouched(fn) {
45
- this.onTouched = fn;
46
- }
47
- setDisabledState(state) {
48
- this.disabled = state;
49
- }
50
- /**
51
- * Обработчик на смену значения
52
- * @param value значение
53
- */
54
- onChangedValue(value) {
55
- this.value = value;
56
- }
57
- /**
58
- * Геттер на возможные варианты отчета в формате массива
59
- * презентационного текста для радио группа
60
- */
61
- get optionArray() {
62
- return this.generateOptionArray(this.options);
63
- }
64
- get totalClasses() {
65
- const classes = [];
66
- if (this.theme) {
67
- classes.push(this.theme);
68
- }
69
- if (this.direction) {
70
- classes.push(this.direction);
71
- }
72
- return classes;
73
- }
74
- /**
75
- * Генерирует из опций массив
76
- * @param source объект с вариантами
77
- */
78
- generateOptionArray(source) {
79
- const array = [];
80
- for (const key in source) {
81
- if (source.hasOwnProperty(key)) {
82
- array.push(source[key]);
83
- }
84
- }
85
- return array;
86
- }
87
- /**
88
- * Создание группы
89
- */
90
- createFormGroup() {
91
- this.formGroup = this.formBuilder.group({
92
- value: [this.value],
93
- });
94
- }
95
- }
96
- EvoRadioGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupComponent, deps: [{ token: i1.FormBuilder }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
97
- EvoRadioGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoRadioGroupComponent, selector: "evo-radio-group", inputs: { options: "options", _value: ["value", "_value"], theme: "theme", direction: "direction" }, providers: [
98
- {
99
- provide: NG_VALUE_ACCESSOR,
100
- useExisting: forwardRef(() => EvoRadioGroupComponent),
101
- multi: true,
102
- },
103
- ], usesInheritance: true, ngImport: i0, template: "<div class=\"evo-radio-group\" [evoUiClass]=\"totalClasses\" [formGroup]=\"formGroup\">\n <label class=\"evo-radio-group__radio\" *ngFor=\"let option of optionArray\">\n <!-- \u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0441\u0442\u0438\u043B\u0435\u0439 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043F\u0441\u0435\u0432\u0434\u043E\u0441\u0435\u043B\u0435\u043A\u0442\u043E\u0440\u0430 :checked -->\n <input class=\"evo-radio-group__radio-control\" (ngModelChange) = \"onChangedValue($event)\" formControlName=\"value\" type=\"radio\" value={{option.value}}>\n <div class=\"evo-radio-group__radio-view\">\n <span class=\"evo-radio-group__radio-icon\"></span>\n <span class=\"evo-radio-group__radio-value\">{{option.presentationText}}</span>\n </div>\n </label>\n</div>\n", styles: [":host{display:block}.evo-radio-group{display:flex;flex-wrap:wrap}.evo-radio-group__radio{flex:1;margin-right:30px;cursor:pointer}.evo-radio-group__radio:last-child{margin-right:0}.evo-radio-group__radio-control{display:none}.evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background-color:#4568a50d;border-color:#0986e2}.evo-radio-group__radio-control:checked+.evo-radio-group__radio-view .evo-radio-group__radio-icon:before{display:block}.evo-radio-group__radio-view{display:flex;align-items:center;padding:20px;border:1px solid #C6C6C6;border-radius:8px}.evo-radio-group__radio-icon{position:relative;display:inline-block;flex-shrink:0;width:20px;height:20px;margin-right:20px;background-color:#fff;border:2px solid #C6C6C6;border-radius:50%}.evo-radio-group__radio-icon:before{position:absolute;top:50%;left:50%;display:none;box-sizing:border-box;width:10px;height:10px;content:\"\";margin-top:-5px;margin-left:-5px;background-color:#0986e2;border-radius:50%}.evo-radio-group__radio-value{color:#000;font-weight:600;font-size:18px}.evo-radio-group_light .evo-radio-group__radio{flex:initial}.evo-radio-group_light .evo-radio-group__radio-view{padding:0;background:none;border:none}.evo-radio-group_light .evo-radio-group__radio-value{font-size:14px}.evo-radio-group_light .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background:none}.evo-radio-group_segment .evo-radio-group__radio{flex:initial;margin-right:16px;margin-bottom:16px}.evo-radio-group_segment .evo-radio-group__radio-icon{display:none}.evo-radio-group_segment .evo-radio-group__radio-view{padding:8px 12px;background-color:#f4f6f8;border:none;border-radius:16px}.evo-radio-group_segment .evo-radio-group__radio-value{color:#0986e2;font-size:14px;line-height:1}.evo-radio-group_segment .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background-color:#0986e2}.evo-radio-group_segment .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view .evo-radio-group__radio-value{color:#fff}.evo-radio-group_column{flex-direction:column}.evo-radio-group_column .evo-radio-group__radio{margin-top:20px;margin-right:0}.evo-radio-group_column .evo-radio-group__radio:first-child{margin-top:0}\n"], directives: [{ type: i2.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupComponent, decorators: [{
105
- type: Component,
106
- args: [{ selector: 'evo-radio-group', providers: [
107
- {
108
- provide: NG_VALUE_ACCESSOR,
109
- useExisting: forwardRef(() => EvoRadioGroupComponent),
110
- multi: true,
111
- },
112
- ], template: "<div class=\"evo-radio-group\" [evoUiClass]=\"totalClasses\" [formGroup]=\"formGroup\">\n <label class=\"evo-radio-group__radio\" *ngFor=\"let option of optionArray\">\n <!-- \u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0441\u0442\u0438\u043B\u0435\u0439 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043F\u0441\u0435\u0432\u0434\u043E\u0441\u0435\u043B\u0435\u043A\u0442\u043E\u0440\u0430 :checked -->\n <input class=\"evo-radio-group__radio-control\" (ngModelChange) = \"onChangedValue($event)\" formControlName=\"value\" type=\"radio\" value={{option.value}}>\n <div class=\"evo-radio-group__radio-view\">\n <span class=\"evo-radio-group__radio-icon\"></span>\n <span class=\"evo-radio-group__radio-value\">{{option.presentationText}}</span>\n </div>\n </label>\n</div>\n", styles: [":host{display:block}.evo-radio-group{display:flex;flex-wrap:wrap}.evo-radio-group__radio{flex:1;margin-right:30px;cursor:pointer}.evo-radio-group__radio:last-child{margin-right:0}.evo-radio-group__radio-control{display:none}.evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background-color:#4568a50d;border-color:#0986e2}.evo-radio-group__radio-control:checked+.evo-radio-group__radio-view .evo-radio-group__radio-icon:before{display:block}.evo-radio-group__radio-view{display:flex;align-items:center;padding:20px;border:1px solid #C6C6C6;border-radius:8px}.evo-radio-group__radio-icon{position:relative;display:inline-block;flex-shrink:0;width:20px;height:20px;margin-right:20px;background-color:#fff;border:2px solid #C6C6C6;border-radius:50%}.evo-radio-group__radio-icon:before{position:absolute;top:50%;left:50%;display:none;box-sizing:border-box;width:10px;height:10px;content:\"\";margin-top:-5px;margin-left:-5px;background-color:#0986e2;border-radius:50%}.evo-radio-group__radio-value{color:#000;font-weight:600;font-size:18px}.evo-radio-group_light .evo-radio-group__radio{flex:initial}.evo-radio-group_light .evo-radio-group__radio-view{padding:0;background:none;border:none}.evo-radio-group_light .evo-radio-group__radio-value{font-size:14px}.evo-radio-group_light .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background:none}.evo-radio-group_segment .evo-radio-group__radio{flex:initial;margin-right:16px;margin-bottom:16px}.evo-radio-group_segment .evo-radio-group__radio-icon{display:none}.evo-radio-group_segment .evo-radio-group__radio-view{padding:8px 12px;background-color:#f4f6f8;border:none;border-radius:16px}.evo-radio-group_segment .evo-radio-group__radio-value{color:#0986e2;font-size:14px;line-height:1}.evo-radio-group_segment .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background-color:#0986e2}.evo-radio-group_segment .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view .evo-radio-group__radio-value{color:#fff}.evo-radio-group_column{flex-direction:column}.evo-radio-group_column .evo-radio-group__radio{margin-top:20px;margin-right:0}.evo-radio-group_column .evo-radio-group__radio:first-child{margin-top:0}\n"] }]
113
- }], ctorParameters: function () { return [{ type: i1.FormBuilder }, { type: i0.Injector }]; }, propDecorators: { options: [{
114
- type: Input
115
- }], _value: [{
116
- type: Input,
117
- args: ['value']
118
- }], theme: [{
119
- type: Input
120
- }], direction: [{
121
- type: Input
122
- }] } });
1
+ import { Component, forwardRef, Input } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ import { EvoBaseControl } from '../../common/evo-base-control';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/forms";
6
+ import * as i2 from "../../directives/evo-ui-class.directive";
7
+ import * as i3 from "@angular/common";
8
+ export * from './typings/options';
9
+ export var EvoRadioGroupThemes;
10
+ (function (EvoRadioGroupThemes) {
11
+ EvoRadioGroupThemes["light"] = "light";
12
+ EvoRadioGroupThemes["segment"] = "segment";
13
+ })(EvoRadioGroupThemes || (EvoRadioGroupThemes = {}));
14
+ export var EvoRadioGroupDirections;
15
+ (function (EvoRadioGroupDirections) {
16
+ EvoRadioGroupDirections["row"] = "row";
17
+ EvoRadioGroupDirections["column"] = "column";
18
+ })(EvoRadioGroupDirections || (EvoRadioGroupDirections = {}));
19
+ export class EvoRadioGroupComponent extends EvoBaseControl {
20
+ constructor(formBuilder, injector) {
21
+ super(injector);
22
+ this.formBuilder = formBuilder;
23
+ this.injector = injector;
24
+ this.disabled = false;
25
+ this.onChange = (_) => { };
26
+ this.onTouched = () => { };
27
+ }
28
+ get value() {
29
+ return this._value;
30
+ }
31
+ set value(value) {
32
+ this._value = value;
33
+ this.onChange(value);
34
+ }
35
+ ngOnInit() {
36
+ this.createFormGroup();
37
+ }
38
+ writeValue(value) {
39
+ this.value = value;
40
+ }
41
+ registerOnChange(fn) {
42
+ this.onChange = fn;
43
+ }
44
+ registerOnTouched(fn) {
45
+ this.onTouched = fn;
46
+ }
47
+ setDisabledState(state) {
48
+ this.disabled = state;
49
+ }
50
+ /**
51
+ * Обработчик на смену значения
52
+ * @param value значение
53
+ */
54
+ onChangedValue(value) {
55
+ this.value = value;
56
+ }
57
+ /**
58
+ * Геттер на возможные варианты отчета в формате массива
59
+ * презентационного текста для радио группа
60
+ */
61
+ get optionArray() {
62
+ return this.generateOptionArray(this.options);
63
+ }
64
+ get totalClasses() {
65
+ const classes = [];
66
+ if (this.theme) {
67
+ classes.push(this.theme);
68
+ }
69
+ if (this.direction) {
70
+ classes.push(this.direction);
71
+ }
72
+ return classes;
73
+ }
74
+ /**
75
+ * Генерирует из опций массив
76
+ * @param source объект с вариантами
77
+ */
78
+ generateOptionArray(source) {
79
+ const array = [];
80
+ for (const key in source) {
81
+ if (source.hasOwnProperty(key)) {
82
+ array.push(source[key]);
83
+ }
84
+ }
85
+ return array;
86
+ }
87
+ /**
88
+ * Создание группы
89
+ */
90
+ createFormGroup() {
91
+ this.formGroup = this.formBuilder.group({
92
+ value: [this.value],
93
+ });
94
+ }
95
+ }
96
+ EvoRadioGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupComponent, deps: [{ token: i1.FormBuilder }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
97
+ EvoRadioGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoRadioGroupComponent, selector: "evo-radio-group", inputs: { options: "options", _value: ["value", "_value"], theme: "theme", direction: "direction" }, providers: [
98
+ {
99
+ provide: NG_VALUE_ACCESSOR,
100
+ useExisting: forwardRef(() => EvoRadioGroupComponent),
101
+ multi: true,
102
+ },
103
+ ], usesInheritance: true, ngImport: i0, template: "<div class=\"evo-radio-group\" [evoUiClass]=\"totalClasses\" [formGroup]=\"formGroup\">\n <label class=\"evo-radio-group__radio\" *ngFor=\"let option of optionArray\">\n <!-- \u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0441\u0442\u0438\u043B\u0435\u0439 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043F\u0441\u0435\u0432\u0434\u043E\u0441\u0435\u043B\u0435\u043A\u0442\u043E\u0440\u0430 :checked -->\n <input class=\"evo-radio-group__radio-control\" (ngModelChange) = \"onChangedValue($event)\" formControlName=\"value\" type=\"radio\" value={{option.value}}>\n <div class=\"evo-radio-group__radio-view\">\n <span class=\"evo-radio-group__radio-icon\"></span>\n <span class=\"evo-radio-group__radio-value\">{{option.presentationText}}</span>\n </div>\n </label>\n</div>\n", styles: [":host{display:block}.evo-radio-group{display:flex;flex-wrap:wrap}.evo-radio-group__radio{flex:1;margin-right:30px;cursor:pointer}.evo-radio-group__radio:last-child{margin-right:0}.evo-radio-group__radio-control{display:none}.evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background-color:#4568a50d;border-color:#0986e2}.evo-radio-group__radio-control:checked+.evo-radio-group__radio-view .evo-radio-group__radio-icon:before{display:block}.evo-radio-group__radio-view{display:flex;align-items:center;padding:20px;border:1px solid #C6C6C6;border-radius:8px}.evo-radio-group__radio-icon{position:relative;display:inline-block;flex-shrink:0;width:20px;height:20px;margin-right:20px;background-color:#fff;border:2px solid #C6C6C6;border-radius:50%}.evo-radio-group__radio-icon:before{position:absolute;top:50%;left:50%;display:none;box-sizing:border-box;width:10px;height:10px;content:\"\";margin-top:-5px;margin-left:-5px;background-color:#0986e2;border-radius:50%}.evo-radio-group__radio-value{color:#000;font-weight:600;font-size:18px}.evo-radio-group_light .evo-radio-group__radio{flex:initial}.evo-radio-group_light .evo-radio-group__radio-view{padding:0;background:none;border:none}.evo-radio-group_light .evo-radio-group__radio-value{font-size:14px}.evo-radio-group_light .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background:none}.evo-radio-group_segment .evo-radio-group__radio{flex:initial;margin-right:16px;margin-bottom:16px}.evo-radio-group_segment .evo-radio-group__radio-icon{display:none}.evo-radio-group_segment .evo-radio-group__radio-view{padding:8px 12px;background-color:#f4f6f8;border:none;border-radius:16px}.evo-radio-group_segment .evo-radio-group__radio-value{color:#0986e2;font-size:14px;line-height:1}.evo-radio-group_segment .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background-color:#0986e2}.evo-radio-group_segment .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view .evo-radio-group__radio-value{color:#fff}.evo-radio-group_column{flex-direction:column}.evo-radio-group_column .evo-radio-group__radio{margin-top:20px;margin-right:0}.evo-radio-group_column .evo-radio-group__radio:first-child{margin-top:0}\n"], directives: [{ type: i2.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupComponent, decorators: [{
105
+ type: Component,
106
+ args: [{ selector: 'evo-radio-group', providers: [
107
+ {
108
+ provide: NG_VALUE_ACCESSOR,
109
+ useExisting: forwardRef(() => EvoRadioGroupComponent),
110
+ multi: true,
111
+ },
112
+ ], template: "<div class=\"evo-radio-group\" [evoUiClass]=\"totalClasses\" [formGroup]=\"formGroup\">\n <label class=\"evo-radio-group__radio\" *ngFor=\"let option of optionArray\">\n <!-- \u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0441\u0442\u0438\u043B\u0435\u0439 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043F\u0441\u0435\u0432\u0434\u043E\u0441\u0435\u043B\u0435\u043A\u0442\u043E\u0440\u0430 :checked -->\n <input class=\"evo-radio-group__radio-control\" (ngModelChange) = \"onChangedValue($event)\" formControlName=\"value\" type=\"radio\" value={{option.value}}>\n <div class=\"evo-radio-group__radio-view\">\n <span class=\"evo-radio-group__radio-icon\"></span>\n <span class=\"evo-radio-group__radio-value\">{{option.presentationText}}</span>\n </div>\n </label>\n</div>\n", styles: [":host{display:block}.evo-radio-group{display:flex;flex-wrap:wrap}.evo-radio-group__radio{flex:1;margin-right:30px;cursor:pointer}.evo-radio-group__radio:last-child{margin-right:0}.evo-radio-group__radio-control{display:none}.evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background-color:#4568a50d;border-color:#0986e2}.evo-radio-group__radio-control:checked+.evo-radio-group__radio-view .evo-radio-group__radio-icon:before{display:block}.evo-radio-group__radio-view{display:flex;align-items:center;padding:20px;border:1px solid #C6C6C6;border-radius:8px}.evo-radio-group__radio-icon{position:relative;display:inline-block;flex-shrink:0;width:20px;height:20px;margin-right:20px;background-color:#fff;border:2px solid #C6C6C6;border-radius:50%}.evo-radio-group__radio-icon:before{position:absolute;top:50%;left:50%;display:none;box-sizing:border-box;width:10px;height:10px;content:\"\";margin-top:-5px;margin-left:-5px;background-color:#0986e2;border-radius:50%}.evo-radio-group__radio-value{color:#000;font-weight:600;font-size:18px}.evo-radio-group_light .evo-radio-group__radio{flex:initial}.evo-radio-group_light .evo-radio-group__radio-view{padding:0;background:none;border:none}.evo-radio-group_light .evo-radio-group__radio-value{font-size:14px}.evo-radio-group_light .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background:none}.evo-radio-group_segment .evo-radio-group__radio{flex:initial;margin-right:16px;margin-bottom:16px}.evo-radio-group_segment .evo-radio-group__radio-icon{display:none}.evo-radio-group_segment .evo-radio-group__radio-view{padding:8px 12px;background-color:#f4f6f8;border:none;border-radius:16px}.evo-radio-group_segment .evo-radio-group__radio-value{color:#0986e2;font-size:14px;line-height:1}.evo-radio-group_segment .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view{background-color:#0986e2}.evo-radio-group_segment .evo-radio-group__radio-control:checked+.evo-radio-group__radio-view .evo-radio-group__radio-value{color:#fff}.evo-radio-group_column{flex-direction:column}.evo-radio-group_column .evo-radio-group__radio{margin-top:20px;margin-right:0}.evo-radio-group_column .evo-radio-group__radio:first-child{margin-top:0}\n"] }]
113
+ }], ctorParameters: function () { return [{ type: i1.FormBuilder }, { type: i0.Injector }]; }, propDecorators: { options: [{
114
+ type: Input
115
+ }], _value: [{
116
+ type: Input,
117
+ args: ['value']
118
+ }], theme: [{
119
+ type: Input
120
+ }], direction: [{
121
+ type: Input
122
+ }] } });
123
123
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXJhZGlvLWdyb3VwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1yYWRpby1ncm91cC9ldm8tcmFkaW8tZ3JvdXAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXJhZGlvLWdyb3VwL2V2by1yYWRpby1ncm91cC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBWSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDL0UsT0FBTyxFQUF3QixpQkFBaUIsRUFBZSxNQUFNLGdCQUFnQixDQUFDO0FBQ3RGLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQzs7Ozs7QUFFL0QsY0FBYyxtQkFBbUIsQ0FBQztBQUdsQyxNQUFNLENBQU4sSUFBWSxtQkFHWDtBQUhELFdBQVksbUJBQW1CO0lBQzNCLHNDQUFlLENBQUE7SUFDZiwwQ0FBbUIsQ0FBQTtBQUN2QixDQUFDLEVBSFcsbUJBQW1CLEtBQW5CLG1CQUFtQixRQUc5QjtBQUVELE1BQU0sQ0FBTixJQUFZLHVCQUdYO0FBSEQsV0FBWSx1QkFBdUI7SUFDL0Isc0NBQVcsQ0FBQTtJQUNYLDRDQUFpQixDQUFBO0FBQ3JCLENBQUMsRUFIVyx1QkFBdUIsS0FBdkIsdUJBQXVCLFFBR2xDO0FBY0QsTUFBTSxPQUFPLHNCQUF1QixTQUFRLGNBQWM7SUFVdEQsWUFDWSxXQUF3QixFQUN0QixRQUFrQjtRQUU1QixLQUFLLENBQUMsUUFBUSxDQUFDLENBQUM7UUFIUixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQUN0QixhQUFRLEdBQVIsUUFBUSxDQUFVO1FBSnhCLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFTekIsYUFBUSxHQUFHLENBQUMsQ0FBQyxFQUFFLEVBQUUsR0FBRSxDQUFDLENBQUM7UUFDckIsY0FBUyxHQUFHLEdBQUcsRUFBRSxHQUFFLENBQUMsQ0FBQztJQUhyQixDQUFDO0lBS0QsSUFBSSxLQUFLO1FBQ0wsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxJQUFJLEtBQUssQ0FBQyxLQUFhO1FBQ25CLElBQUksQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO1FBQ3BCLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekIsQ0FBQztJQUVELFFBQVE7UUFDSixJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDM0IsQ0FBQztJQUVELFVBQVUsQ0FBQyxLQUFhO1FBQ3BCLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUFPO1FBQ3BCLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxFQUFPO1FBQ3JCLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBQ3hCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxLQUFjO1FBQzNCLElBQUksQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO0lBQzFCLENBQUM7SUFFRDs7O09BR0c7SUFDSCxjQUFjLENBQUMsS0FBYTtRQUN4QixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztJQUN2QixDQUFDO0lBRUQ7OztNQUdFO0lBQ0YsSUFBSSxXQUFXO1FBQ1gsT0FBTyxJQUFJLENBQUMsbUJBQW1CLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQ2xELENBQUM7SUFFRCxJQUFJLFlBQVk7UUFDWixNQUFNLE9BQU8sR0FBYSxFQUFFLENBQUM7UUFFN0IsSUFBSSxJQUFJLENBQUMsS0FBSyxFQUFFO1lBQ1osT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDNUI7UUFFRCxJQUFJLElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDaEIsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUM7U0FDaEM7UUFFRCxPQUFPLE9BQU8sQ0FBQztJQUNuQixDQUFDO0lBRUQ7OztNQUdFO0lBQ00sbUJBQW1CLENBQUMsTUFBZ0I7UUFDeEMsTUFBTSxLQUFLLEdBQUcsRUFBRSxDQUFDO1FBRWpCLEtBQUssTUFBTSxHQUFHLElBQUksTUFBTSxFQUFFO1lBQ3RCLElBQUksTUFBTSxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsRUFBRTtnQkFDNUIsS0FBSyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQzthQUMzQjtTQUNKO1FBRUQsT0FBTyxLQUFLLENBQUM7SUFDakIsQ0FBQztJQUVEOztNQUVFO0lBQ00sZUFBZTtRQUNuQixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDO1lBQ3BDLEtBQUssRUFBRSxDQUFFLElBQUksQ0FBQyxLQUFLLENBQUU7U0FDeEIsQ0FBQyxDQUFDO0lBQ1AsQ0FBQzs7bUhBdEdRLHNCQUFzQjt1R0FBdEIsc0JBQXNCLCtJQVJwQjtRQUNQO1lBQ0ksT0FBTyxFQUFFLGlCQUFpQjtZQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLHNCQUFzQixDQUFDO1lBQ3JELEtBQUssRUFBRSxJQUFJO1NBQ2Q7S0FDSixpREMzQkwsdTZCQVVBOzJGRG1CYSxzQkFBc0I7a0JBWmxDLFNBQVM7K0JBQ0ksaUJBQWlCLGFBR2hCO3dCQUNQOzRCQUNJLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLHVCQUF1QixDQUFDOzRCQUNyRCxLQUFLLEVBQUUsSUFBSTt5QkFDZDtxQkFDSjt5SEFHUSxPQUFPO3NCQUFmLEtBQUs7Z0JBRVUsTUFBTTtzQkFBckIsS0FBSzt1QkFBQyxPQUFPO2dCQUNMLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBmb3J3YXJkUmVmLCBJbmplY3RvciwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SLCBGb3JtQnVpbGRlciB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEV2b0Jhc2VDb250cm9sIH0gZnJvbSAnLi4vLi4vY29tbW9uL2V2by1iYXNlLWNvbnRyb2wnO1xuaW1wb3J0IHsgSU9wdGlvbnMgfSBmcm9tICcuL3R5cGluZ3Mvb3B0aW9ucyc7XG5leHBvcnQgKiBmcm9tICcuL3R5cGluZ3Mvb3B0aW9ucyc7XG5cblxuZXhwb3J0IGVudW0gRXZvUmFkaW9Hcm91cFRoZW1lcyB7XG4gICAgbGlnaHQgPSAnbGlnaHQnLFxuICAgIHNlZ21lbnQgPSAnc2VnbWVudCcsXG59XG5cbmV4cG9ydCBlbnVtIEV2b1JhZGlvR3JvdXBEaXJlY3Rpb25zIHtcbiAgICByb3cgPSAncm93JyxcbiAgICBjb2x1bW4gPSAnY29sdW1uJyxcbn1cblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldm8tcmFkaW8tZ3JvdXAnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ldm8tcmFkaW8tZ3JvdXAuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWyAnLi9ldm8tcmFkaW8tZ3JvdXAuY29tcG9uZW50LnNjc3MnIF0sXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gRXZvUmFkaW9Hcm91cENvbXBvbmVudCksXG4gICAgICAgICAgICBtdWx0aTogdHJ1ZSxcbiAgICAgICAgfSxcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBFdm9SYWRpb0dyb3VwQ29tcG9uZW50IGV4dGVuZHMgRXZvQmFzZUNvbnRyb2wgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgT25Jbml0IHtcbiAgICBASW5wdXQoKSBvcHRpb25zOiBJT3B0aW9ucztcbiAgICAvLyB0c2xpbnQ6ZGlzYWJsZS1uZXh0LWxpbmVcbiAgICBASW5wdXQoJ3ZhbHVlJykgX3ZhbHVlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHRoZW1lOiBFdm9SYWRpb0dyb3VwVGhlbWVzO1xuICAgIEBJbnB1dCgpIGRpcmVjdGlvbjogRXZvUmFkaW9Hcm91cERpcmVjdGlvbnM7XG5cbiAgICBmb3JtR3JvdXA7XG4gICAgcHJpdmF0ZSBkaXNhYmxlZCA9IGZhbHNlO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgZm9ybUJ1aWxkZXI6IEZvcm1CdWlsZGVyLFxuICAgICAgICBwcm90ZWN0ZWQgaW5qZWN0b3I6IEluamVjdG9yLFxuICAgICkge1xuICAgICAgICBzdXBlcihpbmplY3Rvcik7XG4gICAgfVxuXG4gICAgb25DaGFuZ2UgPSAoXykgPT4ge307XG4gICAgb25Ub3VjaGVkID0gKCkgPT4ge307XG5cbiAgICBnZXQgdmFsdWUoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX3ZhbHVlO1xuICAgIH1cblxuICAgIHNldCB2YWx1ZSh2YWx1ZTogc3RyaW5nKSB7XG4gICAgICAgIHRoaXMuX3ZhbHVlID0gdmFsdWU7XG4gICAgICAgIHRoaXMub25DaGFuZ2UodmFsdWUpO1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLmNyZWF0ZUZvcm1Hcm91cCgpO1xuICAgIH1cblxuICAgIHdyaXRlVmFsdWUodmFsdWU6IHN0cmluZyk6IHZvaWQge1xuICAgICAgICB0aGlzLnZhbHVlID0gdmFsdWU7XG4gICAgfVxuXG4gICAgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KTogdm9pZCB7XG4gICAgICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgICB9XG5cbiAgICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KTogdm9pZCB7XG4gICAgICAgIHRoaXMub25Ub3VjaGVkID0gZm47XG4gICAgfVxuXG4gICAgc2V0RGlzYWJsZWRTdGF0ZShzdGF0ZTogYm9vbGVhbik6IHZvaWQge1xuICAgICAgICB0aGlzLmRpc2FibGVkID0gc3RhdGU7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICog0J7QsdGA0LDQsdC+0YLRh9C40Log0L3QsCDRgdC80LXQvdGDINC30L3QsNGH0LXQvdC40Y9cbiAgICAgKiBAcGFyYW0gdmFsdWUg0LfQvdCw0YfQtdC90LjQtVxuICAgICAqL1xuICAgIG9uQ2hhbmdlZFZhbHVlKHZhbHVlOiBzdHJpbmcpOiB2b2lkIHtcbiAgICAgICAgdGhpcy52YWx1ZSA9IHZhbHVlO1xuICAgIH1cblxuICAgIC8qKlxuICAgICog0JPQtdGC0YLQtdGAINC90LAg0LLQvtC30LzQvtC20L3Ri9C1INCy0LDRgNC40LDQvdGC0Ysg0L7RgtGH0LXRgtCwINCyINGE0L7RgNC80LDRgtC1INC80LDRgdGB0LjQstCwXG4gICAgKiDQv9GA0LXQt9C10L3RgtCw0YbQuNC+0L3QvdC+0LPQviDRgtC10LrRgdGC0LAg0LTQu9GPINGA0LDQtNC40L4g0LPRgNGD0L/Qv9CwXG4gICAgKi9cbiAgICBnZXQgb3B0aW9uQXJyYXkoKTogSU9wdGlvbnNbXSB7XG4gICAgICAgIHJldHVybiB0aGlzLmdlbmVyYXRlT3B0aW9uQXJyYXkodGhpcy5vcHRpb25zKTtcbiAgICB9XG5cbiAgICBnZXQgdG90YWxDbGFzc2VzKCk6IHN0cmluZ1tdIHtcbiAgICAgICAgY29uc3QgY2xhc3Nlczogc3RyaW5nW10gPSBbXTtcblxuICAgICAgICBpZiAodGhpcy50aGVtZSkge1xuICAgICAgICAgICAgY2xhc3Nlcy5wdXNoKHRoaXMudGhlbWUpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKHRoaXMuZGlyZWN0aW9uKSB7XG4gICAgICAgICAgICBjbGFzc2VzLnB1c2godGhpcy5kaXJlY3Rpb24pO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGNsYXNzZXM7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgKiDQk9C10L3QtdGA0LjRgNGD0LXRgiDQuNC3INC+0L/RhtC40Lkg0LzQsNGB0YHQuNCyXG4gICAgKiBAcGFyYW0gc291cmNlINC+0LHRitC10LrRgiDRgSDQstCw0YDQuNCw0L3RgtCw0LzQuFxuICAgICovXG4gICAgcHJpdmF0ZSBnZW5lcmF0ZU9wdGlvbkFycmF5KHNvdXJjZTogSU9wdGlvbnMpOiBJT3B0aW9uc1tdIHtcbiAgICAgICAgY29uc3QgYXJyYXkgPSBbXTtcblxuICAgICAgICBmb3IgKGNvbnN0IGtleSBpbiBzb3VyY2UpIHtcbiAgICAgICAgICAgIGlmIChzb3VyY2UuaGFzT3duUHJvcGVydHkoa2V5KSkge1xuICAgICAgICAgICAgICAgIGFycmF5LnB1c2goc291cmNlW2tleV0pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGFycmF5O1xuICAgIH1cblxuICAgIC8qKlxuICAgICog0KHQvtC30LTQsNC90LjQtSDQs9GA0YPQv9C/0YtcbiAgICAqL1xuICAgIHByaXZhdGUgY3JlYXRlRm9ybUdyb3VwKCk6IHZvaWQge1xuICAgICAgICB0aGlzLmZvcm1Hcm91cCA9IHRoaXMuZm9ybUJ1aWxkZXIuZ3JvdXAoe1xuICAgICAgICAgICAgdmFsdWU6IFsgdGhpcy52YWx1ZSBdLFxuICAgICAgICB9KTtcbiAgICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZXZvLXJhZGlvLWdyb3VwXCIgW2V2b1VpQ2xhc3NdPVwidG90YWxDbGFzc2VzXCIgW2Zvcm1Hcm91cF09XCJmb3JtR3JvdXBcIj5cbiAgICA8bGFiZWwgY2xhc3M9XCJldm8tcmFkaW8tZ3JvdXBfX3JhZGlvXCIgKm5nRm9yPVwibGV0IG9wdGlvbiBvZiBvcHRpb25BcnJheVwiPlxuICAgICAgICA8IS0tINCf0LXRgNC10LrQu9GO0YfQtdC90LjQtSDRgdGC0LjQu9C10Lkg0LLRi9C/0L7Qu9C90Y/QtdGC0YHRjyDRgSDQv9C+0LzQvtGJ0YzRjiDQv9GB0LXQstC00L7RgdC10LvQtdC60YLQvtGA0LAgOmNoZWNrZWQgLS0+XG4gICAgICAgIDxpbnB1dCBjbGFzcz1cImV2by1yYWRpby1ncm91cF9fcmFkaW8tY29udHJvbFwiIChuZ01vZGVsQ2hhbmdlKSA9IFwib25DaGFuZ2VkVmFsdWUoJGV2ZW50KVwiIGZvcm1Db250cm9sTmFtZT1cInZhbHVlXCIgdHlwZT1cInJhZGlvXCIgdmFsdWU9e3tvcHRpb24udmFsdWV9fT5cbiAgICAgICAgPGRpdiBjbGFzcz1cImV2by1yYWRpby1ncm91cF9fcmFkaW8tdmlld1wiPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJldm8tcmFkaW8tZ3JvdXBfX3JhZGlvLWljb25cIj48L3NwYW4+XG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImV2by1yYWRpby1ncm91cF9fcmFkaW8tdmFsdWVcIj57e29wdGlvbi5wcmVzZW50YXRpb25UZXh0fX08L3NwYW4+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvbGFiZWw+XG48L2Rpdj5cbiJdfQ==
@@ -1,34 +1,34 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { EvoRadioGroupComponent } from './evo-radio-group.component';
4
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
5
- import { EvoUiKitModule } from '../../evo-ui-kit.module';
6
- import * as i0 from "@angular/core";
7
- export { EvoRadioGroupDirections, EvoRadioGroupThemes } from './evo-radio-group.component';
8
- export class EvoRadioGroupModule {
9
- }
10
- EvoRadioGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- EvoRadioGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupModule, declarations: [EvoRadioGroupComponent], imports: [CommonModule,
12
- FormsModule,
13
- ReactiveFormsModule,
14
- EvoUiKitModule], exports: [EvoRadioGroupComponent] });
15
- EvoRadioGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupModule, imports: [[
16
- CommonModule,
17
- FormsModule,
18
- ReactiveFormsModule,
19
- EvoUiKitModule,
20
- ]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupModule, decorators: [{
22
- type: NgModule,
23
- args: [{
24
- imports: [
25
- CommonModule,
26
- FormsModule,
27
- ReactiveFormsModule,
28
- EvoUiKitModule,
29
- ],
30
- declarations: [EvoRadioGroupComponent],
31
- exports: [EvoRadioGroupComponent],
32
- }]
33
- }] });
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { EvoRadioGroupComponent } from './evo-radio-group.component';
4
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
5
+ import { EvoUiKitModule } from '../../evo-ui-kit.module';
6
+ import * as i0 from "@angular/core";
7
+ export { EvoRadioGroupDirections, EvoRadioGroupThemes } from './evo-radio-group.component';
8
+ export class EvoRadioGroupModule {
9
+ }
10
+ EvoRadioGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ EvoRadioGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupModule, declarations: [EvoRadioGroupComponent], imports: [CommonModule,
12
+ FormsModule,
13
+ ReactiveFormsModule,
14
+ EvoUiKitModule], exports: [EvoRadioGroupComponent] });
15
+ EvoRadioGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupModule, imports: [[
16
+ CommonModule,
17
+ FormsModule,
18
+ ReactiveFormsModule,
19
+ EvoUiKitModule,
20
+ ]] });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioGroupModule, decorators: [{
22
+ type: NgModule,
23
+ args: [{
24
+ imports: [
25
+ CommonModule,
26
+ FormsModule,
27
+ ReactiveFormsModule,
28
+ EvoUiKitModule,
29
+ ],
30
+ declarations: [EvoRadioGroupComponent],
31
+ exports: [EvoRadioGroupComponent],
32
+ }]
33
+ }] });
34
34
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXJhZGlvLWdyb3VwLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1yYWRpby1ncm91cC9ldm8tcmFkaW8tZ3JvdXAubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3JFLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBRXpELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBWTNGLE1BQU0sT0FBTyxtQkFBbUI7O2dIQUFuQixtQkFBbUI7aUhBQW5CLG1CQUFtQixpQkFIZCxzQkFBc0IsYUFMcEMsWUFBWTtRQUNaLFdBQVc7UUFDWCxtQkFBbUI7UUFDbkIsY0FBYyxhQUdMLHNCQUFzQjtpSEFFdEIsbUJBQW1CLFlBVHJCO1lBQ1AsWUFBWTtZQUNaLFdBQVc7WUFDWCxtQkFBbUI7WUFDbkIsY0FBYztTQUNmOzJGQUlVLG1CQUFtQjtrQkFWL0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUNYLG1CQUFtQjt3QkFDbkIsY0FBYztxQkFDZjtvQkFDRCxZQUFZLEVBQUUsQ0FBRSxzQkFBc0IsQ0FBRTtvQkFDeEMsT0FBTyxFQUFFLENBQUUsc0JBQXNCLENBQUU7aUJBQ3BDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBFdm9SYWRpb0dyb3VwQ29tcG9uZW50IH0gZnJvbSAnLi9ldm8tcmFkaW8tZ3JvdXAuY29tcG9uZW50JztcbmltcG9ydCB7IEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgRXZvVWlLaXRNb2R1bGUgfSBmcm9tICcuLi8uLi9ldm8tdWkta2l0Lm1vZHVsZSc7XG5cbmV4cG9ydCB7IEV2b1JhZGlvR3JvdXBEaXJlY3Rpb25zLCBFdm9SYWRpb0dyb3VwVGhlbWVzIH0gZnJvbSAnLi9ldm8tcmFkaW8tZ3JvdXAuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIEV2b1VpS2l0TW9kdWxlLFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFsgRXZvUmFkaW9Hcm91cENvbXBvbmVudCBdLFxuICBleHBvcnRzOiBbIEV2b1JhZGlvR3JvdXBDb21wb25lbnQgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXZvUmFkaW9Hcm91cE1vZHVsZSB7fVxuIl19
@@ -1,2 +1,2 @@
1
- export * from './public-api';
1
+ export * from './public-api';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tcmFkaW8tZ3JvdXAvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -1,3 +1,3 @@
1
- export * from './evo-radio-group.module';
2
- export * from './evo-radio-group.component';
1
+ export * from './evo-radio-group.module';
2
+ export * from './evo-radio-group.component';
3
3
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1yYWRpby1ncm91cC9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZXZvLXJhZGlvLWdyb3VwLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2V2by1yYWRpby1ncm91cC5jb21wb25lbnQnO1xuIl19
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1yYWRpby1ncm91cC90eXBpbmdzL29wdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgSU9wdGlvbnMge1xuICAgIFsgcHJvcE5hbWU6IHN0cmluZyBdOiB7XG4gICAgICAgIHByZXNlbnRhdGlvblRleHQ6IHN0cmluZyxcbiAgICAgICAgdmFsdWU6IHN0cmluZyxcbiAgICB9O1xufVxuIl19
@@ -1,56 +1,56 @@
1
- import { Component, forwardRef, Input } from '@angular/core';
2
- import { EvoBaseControl } from '../../../common/evo-base-control';
3
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
4
- import { isEqual } from 'lodash-es';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/common";
7
- export class EvoRadioshapeComponent extends EvoBaseControl {
8
- constructor() {
9
- super(...arguments);
10
- this.name = Math.random();
11
- this.onChange = (_) => { };
12
- this.onTouch = () => { };
13
- }
14
- get checked() {
15
- return this.control ? isEqual(this.control.value, this.value) || this.forceChecked : this.forceChecked;
16
- }
17
- handleOnChange() {
18
- this.onChange(this.value);
19
- }
20
- registerOnChange(fn) {
21
- this.onChange = fn;
22
- }
23
- registerOnTouched(fn) {
24
- this.onTouch = fn;
25
- }
26
- setDisabledState(isDisabled) {
27
- this.disabled = isDisabled;
28
- }
29
- writeValue(obj) {
30
- }
31
- }
32
- EvoRadioshapeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
33
- EvoRadioshapeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoRadioshapeComponent, selector: "evo-radioshape", inputs: { forceChecked: "forceChecked", value: "value", name: "name" }, providers: [
34
- {
35
- provide: NG_VALUE_ACCESSOR,
36
- useExisting: forwardRef(() => EvoRadioshapeComponent),
37
- multi: true,
38
- },
39
- ], usesInheritance: true, ngImport: i0, template: "<div class=\"evo-radioshape\" [ngClass]=\"{'evo-radioshape_checked': checked, 'evo-radioshape_disabled': disabled}\">\n <label class=\"evo-radioshape__label\" *ngIf=\"value || forceChecked\">\n <input class=\"evo-radioshape__input\"\n type=\"radio\"\n (change)=\"handleOnChange()\"\n [name]=\"name\"\n [value]=\"value\"\n [checked]=\"checked\"\n [disabled]=\"disabled\">\n <span class=\"evo-radioshape__control\"></span>\n </label>\n <div class=\"evo-radioshape__content\">\n <ng-content></ng-content>\n </div>\n</div>\n", styles: [".evo-radioshape{display:flex;align-items:center;width:100%;padding:24px;background-color:#f4f6f8;border-radius:8px;transition:background-color .2s,box-shadow .2s,opacity .2s}.evo-radioshape_checked{background-color:#fff;box-shadow:inset 0 0 0 2px #21c68b}.evo-radioshape_disabled{opacity:.5}.evo-radioshape__label{display:table;flex-shrink:0;margin:0 16px 0 0;border-radius:50%}.evo-radioshape__content{flex:1}.evo-radioshape__control{position:relative;display:block;width:20px;height:20px;padding:4px;background-color:#fff;border:2px solid #C6C6C6;border-radius:50%;cursor:pointer}.evo-radioshape__control:before{position:absolute;top:50%;left:50%;display:none;box-sizing:border-box;width:10px;height:10px;margin-top:-5px;margin-left:-5px;background-color:#0986e2;border-radius:50%;content:\"\"}.evo-radioshape__input{display:none}.evo-radioshape__input[disabled]~.evo-radioshape__control{background-color:#f4f6f8;cursor:not-allowed}.evo-radioshape__input:checked[disabled]~.evo-radioshape__control{background-color:#fff}.evo-radioshape__input:checked[disabled]~.evo-radioshape__control:before{background-color:#c6c6c6}.evo-radioshape__input:checked~.evo-radioshape__control:before{display:block}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeComponent, decorators: [{
41
- type: Component,
42
- args: [{ selector: 'evo-radioshape', providers: [
43
- {
44
- provide: NG_VALUE_ACCESSOR,
45
- useExisting: forwardRef(() => EvoRadioshapeComponent),
46
- multi: true,
47
- },
48
- ], template: "<div class=\"evo-radioshape\" [ngClass]=\"{'evo-radioshape_checked': checked, 'evo-radioshape_disabled': disabled}\">\n <label class=\"evo-radioshape__label\" *ngIf=\"value || forceChecked\">\n <input class=\"evo-radioshape__input\"\n type=\"radio\"\n (change)=\"handleOnChange()\"\n [name]=\"name\"\n [value]=\"value\"\n [checked]=\"checked\"\n [disabled]=\"disabled\">\n <span class=\"evo-radioshape__control\"></span>\n </label>\n <div class=\"evo-radioshape__content\">\n <ng-content></ng-content>\n </div>\n</div>\n", styles: [".evo-radioshape{display:flex;align-items:center;width:100%;padding:24px;background-color:#f4f6f8;border-radius:8px;transition:background-color .2s,box-shadow .2s,opacity .2s}.evo-radioshape_checked{background-color:#fff;box-shadow:inset 0 0 0 2px #21c68b}.evo-radioshape_disabled{opacity:.5}.evo-radioshape__label{display:table;flex-shrink:0;margin:0 16px 0 0;border-radius:50%}.evo-radioshape__content{flex:1}.evo-radioshape__control{position:relative;display:block;width:20px;height:20px;padding:4px;background-color:#fff;border:2px solid #C6C6C6;border-radius:50%;cursor:pointer}.evo-radioshape__control:before{position:absolute;top:50%;left:50%;display:none;box-sizing:border-box;width:10px;height:10px;margin-top:-5px;margin-left:-5px;background-color:#0986e2;border-radius:50%;content:\"\"}.evo-radioshape__input{display:none}.evo-radioshape__input[disabled]~.evo-radioshape__control{background-color:#f4f6f8;cursor:not-allowed}.evo-radioshape__input:checked[disabled]~.evo-radioshape__control{background-color:#fff}.evo-radioshape__input:checked[disabled]~.evo-radioshape__control:before{background-color:#c6c6c6}.evo-radioshape__input:checked~.evo-radioshape__control:before{display:block}\n"] }]
49
- }], propDecorators: { forceChecked: [{
50
- type: Input
51
- }], value: [{
52
- type: Input
53
- }], name: [{
54
- type: Input
55
- }] } });
1
+ import { Component, forwardRef, Input } from '@angular/core';
2
+ import { EvoBaseControl } from '../../../common/evo-base-control';
3
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
4
+ import { isEqual } from 'lodash-es';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@angular/common";
7
+ export class EvoRadioshapeComponent extends EvoBaseControl {
8
+ constructor() {
9
+ super(...arguments);
10
+ this.name = Math.random();
11
+ this.onChange = (_) => { };
12
+ this.onTouch = () => { };
13
+ }
14
+ get checked() {
15
+ return this.control ? isEqual(this.control.value, this.value) || this.forceChecked : this.forceChecked;
16
+ }
17
+ handleOnChange() {
18
+ this.onChange(this.value);
19
+ }
20
+ registerOnChange(fn) {
21
+ this.onChange = fn;
22
+ }
23
+ registerOnTouched(fn) {
24
+ this.onTouch = fn;
25
+ }
26
+ setDisabledState(isDisabled) {
27
+ this.disabled = isDisabled;
28
+ }
29
+ writeValue(obj) {
30
+ }
31
+ }
32
+ EvoRadioshapeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
33
+ EvoRadioshapeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: EvoRadioshapeComponent, selector: "evo-radioshape", inputs: { forceChecked: "forceChecked", value: "value", name: "name" }, providers: [
34
+ {
35
+ provide: NG_VALUE_ACCESSOR,
36
+ useExisting: forwardRef(() => EvoRadioshapeComponent),
37
+ multi: true,
38
+ },
39
+ ], usesInheritance: true, ngImport: i0, template: "<div class=\"evo-radioshape\" [ngClass]=\"{'evo-radioshape_checked': checked, 'evo-radioshape_disabled': disabled}\">\n <label class=\"evo-radioshape__label\" *ngIf=\"value || forceChecked\">\n <input class=\"evo-radioshape__input\"\n type=\"radio\"\n (change)=\"handleOnChange()\"\n [name]=\"name\"\n [value]=\"value\"\n [checked]=\"checked\"\n [disabled]=\"disabled\">\n <span class=\"evo-radioshape__control\"></span>\n </label>\n <div class=\"evo-radioshape__content\">\n <ng-content></ng-content>\n </div>\n</div>\n", styles: [".evo-radioshape{display:flex;align-items:center;width:100%;padding:24px;background-color:#f4f6f8;border-radius:8px;transition:background-color .2s,box-shadow .2s,opacity .2s}.evo-radioshape_checked{background-color:#fff;box-shadow:inset 0 0 0 2px #21c68b}.evo-radioshape_disabled{opacity:.5}.evo-radioshape__label{display:table;flex-shrink:0;margin:0 16px 0 0;border-radius:50%}.evo-radioshape__content{flex:1}.evo-radioshape__control{position:relative;display:block;width:20px;height:20px;padding:4px;background-color:#fff;border:2px solid #C6C6C6;border-radius:50%;cursor:pointer}.evo-radioshape__control:before{position:absolute;top:50%;left:50%;display:none;box-sizing:border-box;width:10px;height:10px;margin-top:-5px;margin-left:-5px;background-color:#0986e2;border-radius:50%;content:\"\"}.evo-radioshape__input{display:none}.evo-radioshape__input[disabled]~.evo-radioshape__control{background-color:#f4f6f8;cursor:not-allowed}.evo-radioshape__input:checked[disabled]~.evo-radioshape__control{background-color:#fff}.evo-radioshape__input:checked[disabled]~.evo-radioshape__control:before{background-color:#c6c6c6}.evo-radioshape__input:checked~.evo-radioshape__control:before{display:block}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeComponent, decorators: [{
41
+ type: Component,
42
+ args: [{ selector: 'evo-radioshape', providers: [
43
+ {
44
+ provide: NG_VALUE_ACCESSOR,
45
+ useExisting: forwardRef(() => EvoRadioshapeComponent),
46
+ multi: true,
47
+ },
48
+ ], template: "<div class=\"evo-radioshape\" [ngClass]=\"{'evo-radioshape_checked': checked, 'evo-radioshape_disabled': disabled}\">\n <label class=\"evo-radioshape__label\" *ngIf=\"value || forceChecked\">\n <input class=\"evo-radioshape__input\"\n type=\"radio\"\n (change)=\"handleOnChange()\"\n [name]=\"name\"\n [value]=\"value\"\n [checked]=\"checked\"\n [disabled]=\"disabled\">\n <span class=\"evo-radioshape__control\"></span>\n </label>\n <div class=\"evo-radioshape__content\">\n <ng-content></ng-content>\n </div>\n</div>\n", styles: [".evo-radioshape{display:flex;align-items:center;width:100%;padding:24px;background-color:#f4f6f8;border-radius:8px;transition:background-color .2s,box-shadow .2s,opacity .2s}.evo-radioshape_checked{background-color:#fff;box-shadow:inset 0 0 0 2px #21c68b}.evo-radioshape_disabled{opacity:.5}.evo-radioshape__label{display:table;flex-shrink:0;margin:0 16px 0 0;border-radius:50%}.evo-radioshape__content{flex:1}.evo-radioshape__control{position:relative;display:block;width:20px;height:20px;padding:4px;background-color:#fff;border:2px solid #C6C6C6;border-radius:50%;cursor:pointer}.evo-radioshape__control:before{position:absolute;top:50%;left:50%;display:none;box-sizing:border-box;width:10px;height:10px;margin-top:-5px;margin-left:-5px;background-color:#0986e2;border-radius:50%;content:\"\"}.evo-radioshape__input{display:none}.evo-radioshape__input[disabled]~.evo-radioshape__control{background-color:#f4f6f8;cursor:not-allowed}.evo-radioshape__input:checked[disabled]~.evo-radioshape__control{background-color:#fff}.evo-radioshape__input:checked[disabled]~.evo-radioshape__control:before{background-color:#c6c6c6}.evo-radioshape__input:checked~.evo-radioshape__control:before{display:block}\n"] }]
49
+ }], propDecorators: { forceChecked: [{
50
+ type: Input
51
+ }], value: [{
52
+ type: Input
53
+ }], name: [{
54
+ type: Input
55
+ }] } });
56
56
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXJhZGlvc2hhcGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXJhZGlvc2hhcGUvY29tcG9uZW50cy9ldm8tcmFkaW9zaGFwZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tcmFkaW9zaGFwZS9jb21wb25lbnRzL2V2by1yYWRpb3NoYXBlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDbEUsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxXQUFXLENBQUM7OztBQWNwQyxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsY0FBYztJQVoxRDs7UUFnQmEsU0FBSSxHQUFHLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUk5QixhQUFRLEdBQUcsQ0FBQyxDQUFDLEVBQUUsRUFBRSxHQUFFLENBQUMsQ0FBQztRQUNyQixZQUFPLEdBQUcsR0FBRyxFQUFFLEdBQUUsQ0FBQyxDQUFDO0tBeUJ0QjtJQXZCRyxJQUFJLE9BQU87UUFDUCxPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQztJQUMzRyxDQUFDO0lBRUQsY0FBYztRQUNWLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzlCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUFPO1FBQ3BCLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxFQUFPO1FBQ3JCLElBQUksQ0FBQyxPQUFPLEdBQUcsRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxVQUFtQjtRQUNoQyxJQUFJLENBQUMsUUFBUSxHQUFHLFVBQVUsQ0FBQztJQUMvQixDQUFDO0lBRUQsVUFBVSxDQUFDLEdBQVE7SUFFbkIsQ0FBQzs7bUhBakNRLHNCQUFzQjt1R0FBdEIsc0JBQXNCLGlIQVJwQjtRQUNQO1lBQ0ksT0FBTyxFQUFFLGlCQUFpQjtZQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLHNCQUFzQixDQUFDO1lBQ3JELEtBQUssRUFBRSxJQUFJO1NBQ2Q7S0FDSixpRENmTCwrbkJBZUE7MkZERWEsc0JBQXNCO2tCQVpsQyxTQUFTOytCQUNJLGdCQUFnQixhQUdmO3dCQUNQOzRCQUNJLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLHVCQUF1QixDQUFDOzRCQUNyRCxLQUFLLEVBQUUsSUFBSTt5QkFDZDtxQkFDSjs4QkFJUSxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGZvcndhcmRSZWYsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFdm9CYXNlQ29udHJvbCB9IGZyb20gJy4uLy4uLy4uL2NvbW1vbi9ldm8tYmFzZS1jb250cm9sJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IGlzRXF1YWwgfSBmcm9tICdsb2Rhc2gtZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V2by1yYWRpb3NoYXBlJyxcbiAgICB0ZW1wbGF0ZVVybDogJ2V2by1yYWRpb3NoYXBlLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnZXZvLXJhZGlvc2hhcGUuY29tcG9uZW50LnNjc3MnXSxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICAgICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBFdm9SYWRpb3NoYXBlQ29tcG9uZW50KSxcbiAgICAgICAgICAgIG11bHRpOiB0cnVlLFxuICAgICAgICB9LFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV2b1JhZGlvc2hhcGVDb21wb25lbnQgZXh0ZW5kcyBFdm9CYXNlQ29udHJvbCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yIHtcblxuICAgIEBJbnB1dCgpIGZvcmNlQ2hlY2tlZDogYm9vbGVhbjtcbiAgICBASW5wdXQoKSB2YWx1ZTogYW55O1xuICAgIEBJbnB1dCgpIG5hbWUgPSBNYXRoLnJhbmRvbSgpO1xuXG4gICAgZGlzYWJsZWQ6IGJvb2xlYW47XG5cbiAgICBvbkNoYW5nZSA9IChfKSA9PiB7fTtcbiAgICBvblRvdWNoID0gKCkgPT4ge307XG5cbiAgICBnZXQgY2hlY2tlZCgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuY29udHJvbCA/IGlzRXF1YWwodGhpcy5jb250cm9sLnZhbHVlLCB0aGlzLnZhbHVlKSB8fCB0aGlzLmZvcmNlQ2hlY2tlZCA6IHRoaXMuZm9yY2VDaGVja2VkO1xuICAgIH1cblxuICAgIGhhbmRsZU9uQ2hhbmdlKCkge1xuICAgICAgICB0aGlzLm9uQ2hhbmdlKHRoaXMudmFsdWUpO1xuICAgIH1cblxuICAgIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSk6IHZvaWQge1xuICAgICAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gICAgfVxuXG4gICAgcmVnaXN0ZXJPblRvdWNoZWQoZm46IGFueSk6IHZvaWQge1xuICAgICAgICB0aGlzLm9uVG91Y2ggPSBmbjtcbiAgICB9XG5cbiAgICBzZXREaXNhYmxlZFN0YXRlKGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICAgICAgdGhpcy5kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XG4gICAgfVxuXG4gICAgd3JpdGVWYWx1ZShvYmo6IGFueSk6IHZvaWQge1xuXG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImV2by1yYWRpb3NoYXBlXCIgW25nQ2xhc3NdPVwieydldm8tcmFkaW9zaGFwZV9jaGVja2VkJzogY2hlY2tlZCwgJ2V2by1yYWRpb3NoYXBlX2Rpc2FibGVkJzogZGlzYWJsZWR9XCI+XG4gICAgPGxhYmVsIGNsYXNzPVwiZXZvLXJhZGlvc2hhcGVfX2xhYmVsXCIgKm5nSWY9XCJ2YWx1ZSB8fCBmb3JjZUNoZWNrZWRcIj5cbiAgICAgICAgPGlucHV0IGNsYXNzPVwiZXZvLXJhZGlvc2hhcGVfX2lucHV0XCJcbiAgICAgICAgICAgICAgIHR5cGU9XCJyYWRpb1wiXG4gICAgICAgICAgICAgICAoY2hhbmdlKT1cImhhbmRsZU9uQ2hhbmdlKClcIlxuICAgICAgICAgICAgICAgW25hbWVdPVwibmFtZVwiXG4gICAgICAgICAgICAgICBbdmFsdWVdPVwidmFsdWVcIlxuICAgICAgICAgICAgICAgW2NoZWNrZWRdPVwiY2hlY2tlZFwiXG4gICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJldm8tcmFkaW9zaGFwZV9fY29udHJvbFwiPjwvc3Bhbj5cbiAgICA8L2xhYmVsPlxuICAgIDxkaXYgY2xhc3M9XCJldm8tcmFkaW9zaGFwZV9fY29udGVudFwiPlxuICAgICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -1,33 +1,33 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
4
- import { EvoRadioshapeComponent } from './components/evo-radioshape.component';
5
- import * as i0 from "@angular/core";
6
- export class EvoRadioshapeModule {
7
- }
8
- EvoRadioshapeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- EvoRadioshapeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeModule, declarations: [EvoRadioshapeComponent], imports: [CommonModule,
10
- FormsModule,
11
- ReactiveFormsModule], exports: [EvoRadioshapeComponent] });
12
- EvoRadioshapeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeModule, imports: [[
13
- CommonModule,
14
- FormsModule,
15
- ReactiveFormsModule,
16
- ]] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- imports: [
21
- CommonModule,
22
- FormsModule,
23
- ReactiveFormsModule,
24
- ],
25
- declarations: [
26
- EvoRadioshapeComponent,
27
- ],
28
- exports: [
29
- EvoRadioshapeComponent,
30
- ],
31
- }]
32
- }] });
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
4
+ import { EvoRadioshapeComponent } from './components/evo-radioshape.component';
5
+ import * as i0 from "@angular/core";
6
+ export class EvoRadioshapeModule {
7
+ }
8
+ EvoRadioshapeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ EvoRadioshapeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeModule, declarations: [EvoRadioshapeComponent], imports: [CommonModule,
10
+ FormsModule,
11
+ ReactiveFormsModule], exports: [EvoRadioshapeComponent] });
12
+ EvoRadioshapeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeModule, imports: [[
13
+ CommonModule,
14
+ FormsModule,
15
+ ReactiveFormsModule,
16
+ ]] });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: EvoRadioshapeModule, decorators: [{
18
+ type: NgModule,
19
+ args: [{
20
+ imports: [
21
+ CommonModule,
22
+ FormsModule,
23
+ ReactiveFormsModule,
24
+ ],
25
+ declarations: [
26
+ EvoRadioshapeComponent,
27
+ ],
28
+ exports: [
29
+ EvoRadioshapeComponent,
30
+ ],
31
+ }]
32
+ }] });
33
33
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXJhZGlvc2hhcGUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXJhZGlvc2hhcGUvZXZvLXJhZGlvc2hhcGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQzs7QUFlL0UsTUFBTSxPQUFPLG1CQUFtQjs7Z0hBQW5CLG1CQUFtQjtpSEFBbkIsbUJBQW1CLGlCQU54QixzQkFBc0IsYUFMdEIsWUFBWTtRQUNaLFdBQVc7UUFDWCxtQkFBbUIsYUFNbkIsc0JBQXNCO2lIQUdqQixtQkFBbUIsWUFabkI7WUFDTCxZQUFZO1lBQ1osV0FBVztZQUNYLG1CQUFtQjtTQUN0QjsyRkFRUSxtQkFBbUI7a0JBYi9CLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osV0FBVzt3QkFDWCxtQkFBbUI7cUJBQ3RCO29CQUNELFlBQVksRUFBRTt3QkFDVixzQkFBc0I7cUJBQ3pCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxzQkFBc0I7cUJBQ3pCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEV2b1JhZGlvc2hhcGVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvZXZvLXJhZGlvc2hhcGUuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgRm9ybXNNb2R1bGUsXG4gICAgICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgRXZvUmFkaW9zaGFwZUNvbXBvbmVudCxcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgRXZvUmFkaW9zaGFwZUNvbXBvbmVudCxcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBFdm9SYWRpb3NoYXBlTW9kdWxlIHt9XG4iXX0=
@@ -1,2 +1,2 @@
1
- export * from './public-api';
1
+ export * from './public-api';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tcmFkaW9zaGFwZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
@@ -1,3 +1,3 @@
1
- export * from './evo-radioshape.module';
2
- export * from './components/evo-radioshape.component';
1
+ export * from './evo-radioshape.module';
2
+ export * from './components/evo-radioshape.component';
3
3
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1yYWRpb3NoYXBlL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVDQUF1QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8tcmFkaW9zaGFwZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnRzL2V2by1yYWRpb3NoYXBlLmNvbXBvbmVudCc7XG4iXX0=