@evotor-dev/ui-kit 6.3.0 → 6.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (603) hide show
  1. package/README.md +4 -7
  2. package/bundles/evotor-dev-ui-kit-icons-category.umd.js +62 -62
  3. package/bundles/evotor-dev-ui-kit-icons-emotions.umd.js +18 -18
  4. package/bundles/evotor-dev-ui-kit-icons-header.umd.js +28 -28
  5. package/bundles/evotor-dev-ui-kit-icons-info.umd.js +40 -40
  6. package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js +56 -56
  7. package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js.map +1 -1
  8. package/bundles/evotor-dev-ui-kit-icons-side-menu.umd.js +64 -64
  9. package/bundles/evotor-dev-ui-kit-icons-system.umd.js +368 -368
  10. package/bundles/evotor-dev-ui-kit-icons-system.umd.js.map +1 -1
  11. package/bundles/evotor-dev-ui-kit-icons.umd.js +624 -624
  12. package/bundles/evotor-dev-ui-kit-icons.umd.js.map +1 -1
  13. package/bundles/evotor-dev-ui-kit.umd.js +8317 -8317
  14. package/bundles/evotor-dev-ui-kit.umd.js.map +1 -1
  15. package/esm2015/evotor-dev-ui-kit.js +4 -4
  16. package/esm2015/icons/category/evotor-dev-ui-kit-icons-category.js +4 -4
  17. package/esm2015/icons/category/index.js +61 -61
  18. package/esm2015/icons/emotions/evotor-dev-ui-kit-icons-emotions.js +4 -4
  19. package/esm2015/icons/emotions/index.js +17 -17
  20. package/esm2015/icons/evotor-dev-ui-kit-icons.js +4 -4
  21. package/esm2015/icons/header/evotor-dev-ui-kit-icons-header.js +4 -4
  22. package/esm2015/icons/header/index.js +27 -27
  23. package/esm2015/icons/index.js +8 -8
  24. package/esm2015/icons/info/evotor-dev-ui-kit-icons-info.js +4 -4
  25. package/esm2015/icons/info/index.js +39 -39
  26. package/esm2015/icons/navigation/evotor-dev-ui-kit-icons-navigation.js +4 -4
  27. package/esm2015/icons/navigation/index.js +56 -56
  28. package/esm2015/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.js +4 -4
  29. package/esm2015/icons/side-menu/index.js +63 -63
  30. package/esm2015/icons/system/evotor-dev-ui-kit-icons-system.js +4 -4
  31. package/esm2015/icons/system/index.js +368 -368
  32. package/esm2015/lib/common/Serializable.js +5 -5
  33. package/esm2015/lib/common/animations/expand.animation.js +27 -27
  34. package/esm2015/lib/common/animations/index.js +3 -3
  35. package/esm2015/lib/common/animations/sidebar.animation.js +9 -9
  36. package/esm2015/lib/common/animations/skip-initial-render.animation.js +2 -2
  37. package/esm2015/lib/common/collection/evo-collection-fabric.js +9 -9
  38. package/esm2015/lib/common/collection/evo-collection.js +6 -6
  39. package/esm2015/lib/common/collection/index.js +2 -2
  40. package/esm2015/lib/common/constants/css-breakpoints.js +8 -8
  41. package/esm2015/lib/common/constants/view-breakpoint-streams.js +23 -23
  42. package/esm2015/lib/common/evo-base-control.js +46 -46
  43. package/esm2015/lib/common/evo-control-state-manager/evo-control-state-manager.js +12 -12
  44. package/esm2015/lib/common/evo-control-state-manager/evo-control-state.interface.js +1 -1
  45. package/esm2015/lib/common/evo-control-state-manager/evo-control-states.enum.js +5 -5
  46. package/esm2015/lib/common/form-helper/form-helper.js +30 -30
  47. package/esm2015/lib/common/types/evo-color.js +1 -1
  48. package/esm2015/lib/common/types/evo-size.js +1 -1
  49. package/esm2015/lib/common/types/index.js +2 -2
  50. package/esm2015/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.js +35 -35
  51. package/esm2015/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.js +23 -23
  52. package/esm2015/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.js +61 -61
  53. package/esm2015/lib/components/evo-accordion/evo-accordion.component.js +22 -22
  54. package/esm2015/lib/components/evo-accordion/evo-accordion.module.js +65 -65
  55. package/esm2015/lib/components/evo-accordion/index.js +1 -1
  56. package/esm2015/lib/components/evo-accordion/public-api.js +5 -5
  57. package/esm2015/lib/components/evo-alert/evo-alert.component.js +82 -82
  58. package/esm2015/lib/components/evo-alert/evo-alert.module.js +28 -28
  59. package/esm2015/lib/components/evo-alert/index.js +1 -1
  60. package/esm2015/lib/components/evo-alert/public-api.js +2 -2
  61. package/esm2015/lib/components/evo-autocomplete/components/evo-autocomplete.component.js +364 -364
  62. package/esm2015/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.js +48 -48
  63. package/esm2015/lib/components/evo-autocomplete/evo-autocomplete.module.js +57 -57
  64. package/esm2015/lib/components/evo-autocomplete/helpers/switch-query-to-list.js +5 -5
  65. package/esm2015/lib/components/evo-autocomplete/index.js +1 -1
  66. package/esm2015/lib/components/evo-autocomplete/models/DaDataParty.js +27 -27
  67. package/esm2015/lib/components/evo-autocomplete/models/dadata.model.js +47 -47
  68. package/esm2015/lib/components/evo-autocomplete/public-api.js +6 -6
  69. package/esm2015/lib/components/evo-autocomplete/types/evo-autocomplete-size.js +1 -1
  70. package/esm2015/lib/components/evo-badge/evo-badge.component.js +44 -44
  71. package/esm2015/lib/components/evo-badge/evo-badge.module.js +27 -27
  72. package/esm2015/lib/components/evo-badge/index.js +2 -2
  73. package/esm2015/lib/components/evo-badge/public-api.js +2 -2
  74. package/esm2015/lib/components/evo-badge/types/evo-badge-color.js +1 -1
  75. package/esm2015/lib/components/evo-badge/types/evo-badge-size.js +1 -1
  76. package/esm2015/lib/components/evo-badge/types/index.js +2 -2
  77. package/esm2015/lib/components/evo-banner/evo-banner.component.js +115 -115
  78. package/esm2015/lib/components/evo-banner/evo-banner.module.js +26 -26
  79. package/esm2015/lib/components/evo-banner/index.js +1 -1
  80. package/esm2015/lib/components/evo-banner/public-api.js +2 -2
  81. package/esm2015/lib/components/evo-button/evo-button.component.js +86 -86
  82. package/esm2015/lib/components/evo-button/evo-button.module.js +25 -25
  83. package/esm2015/lib/components/evo-button/index.js +1 -1
  84. package/esm2015/lib/components/evo-button/public-api.js +2 -2
  85. package/esm2015/lib/components/evo-checkbox/evo-checkbox.component.js +86 -86
  86. package/esm2015/lib/components/evo-checkbox/evo-checkbox.module.js +33 -33
  87. package/esm2015/lib/components/evo-checkbox/index.js +1 -1
  88. package/esm2015/lib/components/evo-checkbox/public-api.js +2 -2
  89. package/esm2015/lib/components/evo-chip/evo-chip.component.js +137 -137
  90. package/esm2015/lib/components/evo-chip/evo-chip.module.js +44 -44
  91. package/esm2015/lib/components/evo-chip/index.js +1 -1
  92. package/esm2015/lib/components/evo-chip/public-api.js +2 -2
  93. package/esm2015/lib/components/evo-control-error/evo-control-error.component.js +42 -42
  94. package/esm2015/lib/components/evo-control-error/evo-control-error.module.js +29 -29
  95. package/esm2015/lib/components/evo-control-error/index.js +1 -1
  96. package/esm2015/lib/components/evo-control-error/public-api.js +2 -2
  97. package/esm2015/lib/components/evo-control-label/evo-control-label.component.js +22 -22
  98. package/esm2015/lib/components/evo-control-label/evo-control-label.module.js +21 -21
  99. package/esm2015/lib/components/evo-control-label/index.js +1 -1
  100. package/esm2015/lib/components/evo-control-label/public-api.js +2 -2
  101. package/esm2015/lib/components/evo-counter/evo-counter.component.js +42 -42
  102. package/esm2015/lib/components/evo-counter/evo-counter.module.js +29 -29
  103. package/esm2015/lib/components/evo-counter/index.js +1 -1
  104. package/esm2015/lib/components/evo-counter/public-api.js +2 -2
  105. package/esm2015/lib/components/evo-datepicker/evo-datepicker.component.js +550 -550
  106. package/esm2015/lib/components/evo-datepicker/evo-datepicker.module.js +33 -33
  107. package/esm2015/lib/components/evo-datepicker/flatpickr-options.interface.js +1 -1
  108. package/esm2015/lib/components/evo-datepicker/index.js +1 -1
  109. package/esm2015/lib/components/evo-datepicker/public-api.js +2 -2
  110. package/esm2015/lib/components/evo-datepicker/templates/index.js +19 -19
  111. package/esm2015/lib/components/evo-dropdown/evo-dropdown-origin.directive.js +40 -40
  112. package/esm2015/lib/components/evo-dropdown/evo-dropdown-position-description.js +50 -50
  113. package/esm2015/lib/components/evo-dropdown/evo-dropdown.component.js +111 -111
  114. package/esm2015/lib/components/evo-dropdown/evo-dropdown.module.js +19 -19
  115. package/esm2015/lib/components/evo-dropdown/index.js +1 -1
  116. package/esm2015/lib/components/evo-dropdown/public-api.js +4 -4
  117. package/esm2015/lib/components/evo-dropdown/types/evo-dropdown-positions.js +1 -1
  118. package/esm2015/lib/components/evo-icon/classes/evo-icons-library.js +18 -18
  119. package/esm2015/lib/components/evo-icon/evo-icon.component.js +56 -56
  120. package/esm2015/lib/components/evo-icon/evo-icon.module.js +56 -56
  121. package/esm2015/lib/components/evo-icon/index.js +1 -1
  122. package/esm2015/lib/components/evo-icon/interfaces/icons-category.js +1 -1
  123. package/esm2015/lib/components/evo-icon/interfaces/icons-source.js +1 -1
  124. package/esm2015/lib/components/evo-icon/public-api.js +5 -5
  125. package/esm2015/lib/components/evo-icon-button/evo-icon-button.component.js +66 -66
  126. package/esm2015/lib/components/evo-icon-button/evo-icon-button.module.js +25 -25
  127. package/esm2015/lib/components/evo-icon-button/index.js +1 -1
  128. package/esm2015/lib/components/evo-icon-button/public-api.js +2 -2
  129. package/esm2015/lib/components/evo-icon-button/types/evo-icon-button-size.js +1 -1
  130. package/esm2015/lib/components/evo-icon-button/types/evo-icon-button-theme.js +1 -1
  131. package/esm2015/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.js +18 -18
  132. package/esm2015/lib/components/evo-icon-number/evo-icon-number.module.js +17 -17
  133. package/esm2015/lib/components/evo-icon-number/index.js +1 -1
  134. package/esm2015/lib/components/evo-icon-number/public-api.js +2 -2
  135. package/esm2015/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.js +12 -12
  136. package/esm2015/lib/components/evo-input/evo-input.component.js +362 -362
  137. package/esm2015/lib/components/evo-input/evo-input.module.js +65 -65
  138. package/esm2015/lib/components/evo-input/index.js +1 -1
  139. package/esm2015/lib/components/evo-input/public-api.js +3 -3
  140. package/esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.js +156 -156
  141. package/esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.js +33 -33
  142. package/esm2015/lib/components/evo-input-contenteditable/index.js +1 -1
  143. package/esm2015/lib/components/evo-input-contenteditable/public-api.js +2 -2
  144. package/esm2015/lib/components/evo-input-contenteditable/utils/clear-multiline.js +6 -6
  145. package/esm2015/lib/components/evo-loader/evo-circular-loader.component.js +22 -22
  146. package/esm2015/lib/components/evo-loader/evo-loader.component.js +27 -27
  147. package/esm2015/lib/components/evo-loader/evo-loader.module.js +32 -32
  148. package/esm2015/lib/components/evo-loader/index.js +1 -1
  149. package/esm2015/lib/components/evo-loader/public-api.js +3 -3
  150. package/esm2015/lib/components/evo-modal/evo-modal.component.js +121 -121
  151. package/esm2015/lib/components/evo-modal/evo-modal.module.js +31 -31
  152. package/esm2015/lib/components/evo-modal/evo-modal.service.js +31 -31
  153. package/esm2015/lib/components/evo-modal/index.js +1 -1
  154. package/esm2015/lib/components/evo-modal/public-api.js +3 -3
  155. package/esm2015/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.js +62 -62
  156. package/esm2015/lib/components/evo-navbar/evo-navbar.component.js +50 -50
  157. package/esm2015/lib/components/evo-navbar/evo-navbar.module.js +23 -23
  158. package/esm2015/lib/components/evo-navbar/index.js +1 -1
  159. package/esm2015/lib/components/evo-navbar/interfaces/nav-item-main-info.js +1 -1
  160. package/esm2015/lib/components/evo-navbar/interfaces/nav-item-router-link.js +1 -1
  161. package/esm2015/lib/components/evo-navbar/interfaces/nav-item.href.js +1 -1
  162. package/esm2015/lib/components/evo-navbar/public-api.js +3 -3
  163. package/esm2015/lib/components/evo-navbar/types/nav-item.js +1 -1
  164. package/esm2015/lib/components/evo-note/evo-note.component.js +44 -44
  165. package/esm2015/lib/components/evo-note/evo-note.module.js +44 -44
  166. package/esm2015/lib/components/evo-note/index.js +1 -1
  167. package/esm2015/lib/components/evo-note/public.api.js +3 -3
  168. package/esm2015/lib/components/evo-note/types/evo-note-type.js +1 -1
  169. package/esm2015/lib/components/evo-paginator/evo-paginator.component.js +112 -112
  170. package/esm2015/lib/components/evo-paginator/evo-paginator.module.js +21 -21
  171. package/esm2015/lib/components/evo-paginator/index.js +1 -1
  172. package/esm2015/lib/components/evo-paginator/public-api.js +2 -2
  173. package/esm2015/lib/components/evo-plus-minus/evo-plus-minus.component.js +29 -29
  174. package/esm2015/lib/components/evo-plus-minus/evo-plus-minus.module.js +21 -21
  175. package/esm2015/lib/components/evo-plus-minus/index.js +1 -1
  176. package/esm2015/lib/components/evo-plus-minus/public-api.js +2 -2
  177. package/esm2015/lib/components/evo-popover/evo-popover.component.js +176 -176
  178. package/esm2015/lib/components/evo-popover/evo-popover.module.js +25 -25
  179. package/esm2015/lib/components/evo-popover/index.js +1 -1
  180. package/esm2015/lib/components/evo-popover/public-api.js +2 -2
  181. package/esm2015/lib/components/evo-portal/evo-portal-outlet.class.js +6 -6
  182. package/esm2015/lib/components/evo-portal/evo-portal-outlet.directive.js +18 -18
  183. package/esm2015/lib/components/evo-portal/evo-portal.module.js +31 -31
  184. package/esm2015/lib/components/evo-portal/evo-portal.service.js +91 -91
  185. package/esm2015/lib/components/evo-portal/index.js +1 -1
  186. package/esm2015/lib/components/evo-portal/public-api.js +4 -4
  187. package/esm2015/lib/components/evo-radio/evo-radio.component.js +55 -55
  188. package/esm2015/lib/components/evo-radio/evo-radio.module.js +25 -25
  189. package/esm2015/lib/components/evo-radio/index.js +1 -1
  190. package/esm2015/lib/components/evo-radio/public-api.js +2 -2
  191. package/esm2015/lib/components/evo-radio-group/evo-radio-group.component.js +127 -127
  192. package/esm2015/lib/components/evo-radio-group/evo-radio-group.module.js +33 -33
  193. package/esm2015/lib/components/evo-radio-group/index.js +1 -1
  194. package/esm2015/lib/components/evo-radio-group/public-api.js +2 -2
  195. package/esm2015/lib/components/evo-radio-group/typings/options.js +1 -1
  196. package/esm2015/lib/components/evo-radioshape/components/evo-radioshape.component.js +60 -60
  197. package/esm2015/lib/components/evo-radioshape/evo-radioshape.module.js +32 -32
  198. package/esm2015/lib/components/evo-radioshape/index.js +1 -1
  199. package/esm2015/lib/components/evo-radioshape/public-api.js +2 -2
  200. package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.js +23 -23
  201. package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.js +78 -78
  202. package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar.module.js +38 -38
  203. package/esm2015/lib/components/evo-segmented-bar/index.js +1 -1
  204. package/esm2015/lib/components/evo-segmented-bar/public-api.js +3 -3
  205. package/esm2015/lib/components/evo-select/evo-select.component.js +120 -120
  206. package/esm2015/lib/components/evo-select/evo-select.module.js +33 -33
  207. package/esm2015/lib/components/evo-select/index.js +1 -1
  208. package/esm2015/lib/components/evo-select/public-api.js +2 -2
  209. package/esm2015/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.js +7 -7
  210. package/esm2015/lib/components/evo-sidebar/enums/evo-sidebar-sizes.js +6 -6
  211. package/esm2015/lib/components/evo-sidebar/enums/evo-sidebar-states.js +5 -5
  212. package/esm2015/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.js +37 -37
  213. package/esm2015/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.js +18 -18
  214. package/esm2015/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.js +46 -46
  215. package/esm2015/lib/components/evo-sidebar/evo-sidebar-portal.js +20 -20
  216. package/esm2015/lib/components/evo-sidebar/evo-sidebar.component.js +173 -173
  217. package/esm2015/lib/components/evo-sidebar/evo-sidebar.module.js +89 -89
  218. package/esm2015/lib/components/evo-sidebar/evo-sidebar.service.js +101 -101
  219. package/esm2015/lib/components/evo-sidebar/index.js +1 -1
  220. package/esm2015/lib/components/evo-sidebar/interfaces.js +1 -1
  221. package/esm2015/lib/components/evo-sidebar/public-api.js +11 -11
  222. package/esm2015/lib/components/evo-sidebar/sidebar-injection-token.js +2 -2
  223. package/esm2015/lib/components/evo-sidebar/tokens.js +11 -11
  224. package/esm2015/lib/components/evo-stepper/evo-stepper-events.js +24 -24
  225. package/esm2015/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.js +34 -34
  226. package/esm2015/lib/components/evo-stepper/evo-stepper.component.js +71 -71
  227. package/esm2015/lib/components/evo-stepper/evo-stepper.module.js +26 -26
  228. package/esm2015/lib/components/evo-stepper/index.js +1 -1
  229. package/esm2015/lib/components/evo-stepper/public-api.js +3 -3
  230. package/esm2015/lib/components/evo-submenu/evo-submenu.component.js +159 -159
  231. package/esm2015/lib/components/evo-submenu/evo-submenu.module.js +35 -35
  232. package/esm2015/lib/components/evo-submenu/index.js +1 -1
  233. package/esm2015/lib/components/evo-submenu/public-api.js +2 -2
  234. package/esm2015/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.js +14 -14
  235. package/esm2015/lib/components/evo-switcher/evo-switcher.component.js +35 -35
  236. package/esm2015/lib/components/evo-switcher/evo-switcher.module.js +26 -26
  237. package/esm2015/lib/components/evo-switcher/index.js +1 -1
  238. package/esm2015/lib/components/evo-switcher/public-api.js +3 -3
  239. package/esm2015/lib/components/evo-table/evo-table/evo-table.component.js +70 -70
  240. package/esm2015/lib/components/evo-table/evo-table-column/evo-table-column.component.js +34 -34
  241. package/esm2015/lib/components/evo-table/evo-table.module.js +22 -22
  242. package/esm2015/lib/components/evo-table/index.js +1 -1
  243. package/esm2015/lib/components/evo-table/public-api.js +3 -3
  244. package/esm2015/lib/components/evo-tabs/enums/evo-tabs-size.js +5 -5
  245. package/esm2015/lib/components/evo-tabs/evo-tab/evo-tab.component.js +91 -91
  246. package/esm2015/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.js +39 -39
  247. package/esm2015/lib/components/evo-tabs/evo-tab-state.collection.js +42 -42
  248. package/esm2015/lib/components/evo-tabs/evo-tabs-size.service.js +23 -23
  249. package/esm2015/lib/components/evo-tabs/evo-tabs.component.js +87 -87
  250. package/esm2015/lib/components/evo-tabs/evo-tabs.module.js +29 -29
  251. package/esm2015/lib/components/evo-tabs/evo-tabs.service.js +66 -66
  252. package/esm2015/lib/components/evo-tabs/index.js +1 -1
  253. package/esm2015/lib/components/evo-tabs/public-api.js +8 -8
  254. package/esm2015/lib/components/evo-textarea/evo-textarea.component.js +83 -83
  255. package/esm2015/lib/components/evo-textarea/evo-textarea.module.js +36 -36
  256. package/esm2015/lib/components/evo-textarea/index.js +1 -1
  257. package/esm2015/lib/components/evo-textarea/public-api.js +2 -2
  258. package/esm2015/lib/components/evo-toast/evo-toast.component.js +102 -102
  259. package/esm2015/lib/components/evo-toast/evo-toast.module.js +44 -44
  260. package/esm2015/lib/components/evo-toast/evo-toast.service.js +48 -48
  261. package/esm2015/lib/components/evo-toast/index.js +1 -1
  262. package/esm2015/lib/components/evo-toast/public-api.js +3 -3
  263. package/esm2015/lib/components/evo-toggle/evo-toggle.component.js +69 -69
  264. package/esm2015/lib/components/evo-toggle/evo-toggle.module.js +29 -29
  265. package/esm2015/lib/components/evo-toggle/index.js +1 -1
  266. package/esm2015/lib/components/evo-toggle/public-api.js +2 -2
  267. package/esm2015/lib/components/evo-upload/evo-upload.component.js +291 -291
  268. package/esm2015/lib/components/evo-upload/evo-upload.module.js +58 -58
  269. package/esm2015/lib/components/evo-upload/index.js +1 -1
  270. package/esm2015/lib/components/evo-upload/public-api.js +2 -2
  271. package/esm2015/lib/decorators/deprecate-method.decorator.js +7 -7
  272. package/esm2015/lib/decorators/deprecate-variable.decorator.js +16 -16
  273. package/esm2015/lib/decorators/index.js +1 -1
  274. package/esm2015/lib/decorators/public-api.js +2 -2
  275. package/esm2015/lib/directives/evo-click-outside.directive.js +39 -39
  276. package/esm2015/lib/directives/evo-is-expanded.directive.js +71 -71
  277. package/esm2015/lib/directives/evo-let/evo-let.directive.js +35 -35
  278. package/esm2015/lib/directives/evo-ui-class.directive.js +158 -158
  279. package/esm2015/lib/directives/index.js +1 -1
  280. package/esm2015/lib/directives/public-api.js +4 -4
  281. package/esm2015/lib/evo-ui-kit.module.js +64 -64
  282. package/esm2015/lib/operators/enter-zone.operator.js +8 -8
  283. package/esm2015/lib/operators/index.js +1 -1
  284. package/esm2015/lib/operators/public-api.js +1 -1
  285. package/esm2015/lib/pipes/declination.pipe.js +39 -39
  286. package/esm2015/lib/pipes/evo-pipes.module.js +16 -16
  287. package/esm2015/lib/pipes/index.js +1 -1
  288. package/esm2015/lib/pipes/public-api.js +3 -3
  289. package/esm2015/lib/pipes/safe-html.pipe.js +17 -17
  290. package/esm2015/lib/services/evo-expanded.service.js +22 -22
  291. package/esm2015/lib/services/index.js +1 -1
  292. package/esm2015/lib/services/public-api.js +1 -1
  293. package/esm2015/lib/services/window.service.js +48 -48
  294. package/esm2015/public_api.js +72 -72
  295. package/evotor-dev-ui-kit.d.ts +5 -5
  296. package/fesm2015/evotor-dev-ui-kit-icons-category.js +62 -62
  297. package/fesm2015/evotor-dev-ui-kit-icons-emotions.js +18 -18
  298. package/fesm2015/evotor-dev-ui-kit-icons-header.js +28 -28
  299. package/fesm2015/evotor-dev-ui-kit-icons-info.js +40 -40
  300. package/fesm2015/evotor-dev-ui-kit-icons-navigation.js +56 -56
  301. package/fesm2015/evotor-dev-ui-kit-icons-navigation.js.map +1 -1
  302. package/fesm2015/evotor-dev-ui-kit-icons-side-menu.js +64 -64
  303. package/fesm2015/evotor-dev-ui-kit-icons-system.js +368 -368
  304. package/fesm2015/evotor-dev-ui-kit-icons-system.js.map +1 -1
  305. package/fesm2015/evotor-dev-ui-kit-icons.js +624 -624
  306. package/fesm2015/evotor-dev-ui-kit-icons.js.map +1 -1
  307. package/fesm2015/evotor-dev-ui-kit.js +7119 -7119
  308. package/fesm2015/evotor-dev-ui-kit.js.map +1 -1
  309. package/icons/category/evotor-dev-ui-kit-icons-category.d.ts +5 -5
  310. package/icons/category/index.d.ts +59 -59
  311. package/icons/emotions/evotor-dev-ui-kit-icons-emotions.d.ts +5 -5
  312. package/icons/emotions/index.d.ts +15 -15
  313. package/icons/evotor-dev-ui-kit-icons.d.ts +5 -5
  314. package/icons/header/evotor-dev-ui-kit-icons-header.d.ts +5 -5
  315. package/icons/header/index.d.ts +25 -25
  316. package/icons/index.d.ts +319 -319
  317. package/icons/info/evotor-dev-ui-kit-icons-info.d.ts +5 -5
  318. package/icons/info/index.d.ts +37 -37
  319. package/icons/navigation/evotor-dev-ui-kit-icons-navigation.d.ts +5 -5
  320. package/icons/navigation/index.d.ts +53 -53
  321. package/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.d.ts +5 -5
  322. package/icons/side-menu/index.d.ts +61 -61
  323. package/icons/system/evotor-dev-ui-kit-icons-system.d.ts +5 -5
  324. package/icons/system/index.d.ts +365 -365
  325. package/lib/common/Serializable.d.ts +3 -3
  326. package/lib/common/animations/expand.animation.d.ts +1 -1
  327. package/lib/common/animations/index.d.ts +3 -3
  328. package/lib/common/animations/sidebar.animation.d.ts +2 -2
  329. package/lib/common/animations/skip-initial-render.animation.d.ts +1 -1
  330. package/lib/common/collection/evo-collection-fabric.d.ts +4 -4
  331. package/lib/common/collection/evo-collection.d.ts +3 -3
  332. package/lib/common/collection/index.d.ts +2 -2
  333. package/lib/common/constants/css-breakpoints.d.ts +8 -8
  334. package/lib/common/constants/view-breakpoint-streams.d.ts +9 -9
  335. package/lib/common/evo-base-control.d.ts +21 -21
  336. package/lib/common/evo-control-state-manager/evo-control-state-manager.d.ts +7 -7
  337. package/lib/common/evo-control-state-manager/evo-control-state.interface.d.ts +5 -5
  338. package/lib/common/evo-control-state-manager/evo-control-states.enum.d.ts +4 -4
  339. package/lib/common/form-helper/form-helper.d.ts +5 -5
  340. package/lib/common/types/evo-color.d.ts +1 -1
  341. package/lib/common/types/evo-size.d.ts +1 -1
  342. package/lib/common/types/index.d.ts +2 -2
  343. package/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.d.ts +11 -11
  344. package/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.d.ts +9 -9
  345. package/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.d.ts +11 -11
  346. package/lib/components/evo-accordion/evo-accordion.component.d.ts +9 -9
  347. package/lib/components/evo-accordion/evo-accordion.module.d.ts +13 -13
  348. package/lib/components/evo-accordion/index.d.ts +1 -1
  349. package/lib/components/evo-accordion/public-api.d.ts +5 -5
  350. package/lib/components/evo-alert/evo-alert.component.d.ts +38 -38
  351. package/lib/components/evo-alert/evo-alert.module.d.ts +9 -9
  352. package/lib/components/evo-alert/index.d.ts +1 -1
  353. package/lib/components/evo-alert/public-api.d.ts +2 -2
  354. package/lib/components/evo-autocomplete/components/evo-autocomplete.component.d.ts +115 -115
  355. package/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.d.ts +16 -16
  356. package/lib/components/evo-autocomplete/evo-autocomplete.module.d.ts +15 -15
  357. package/lib/components/evo-autocomplete/helpers/switch-query-to-list.d.ts +2 -2
  358. package/lib/components/evo-autocomplete/index.d.ts +1 -1
  359. package/lib/components/evo-autocomplete/models/DaDataParty.d.ts +37 -37
  360. package/lib/components/evo-autocomplete/models/dadata.model.d.ts +320 -320
  361. package/lib/components/evo-autocomplete/public-api.d.ts +6 -6
  362. package/lib/components/evo-autocomplete/types/evo-autocomplete-size.d.ts +1 -1
  363. package/lib/components/evo-badge/evo-badge.component.d.ts +12 -12
  364. package/lib/components/evo-badge/evo-badge.module.d.ts +9 -9
  365. package/lib/components/evo-badge/index.d.ts +2 -2
  366. package/lib/components/evo-badge/public-api.d.ts +2 -2
  367. package/lib/components/evo-badge/types/evo-badge-color.d.ts +2 -2
  368. package/lib/components/evo-badge/types/evo-badge-size.d.ts +2 -2
  369. package/lib/components/evo-badge/types/index.d.ts +2 -2
  370. package/lib/components/evo-banner/evo-banner.component.d.ts +46 -46
  371. package/lib/components/evo-banner/evo-banner.module.d.ts +9 -9
  372. package/lib/components/evo-banner/index.d.ts +1 -1
  373. package/lib/components/evo-banner/public-api.d.ts +2 -2
  374. package/lib/components/evo-button/evo-button.component.d.ts +33 -33
  375. package/lib/components/evo-button/evo-button.module.d.ts +9 -9
  376. package/lib/components/evo-button/index.d.ts +1 -1
  377. package/lib/components/evo-button/public-api.d.ts +2 -2
  378. package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +26 -26
  379. package/lib/components/evo-checkbox/evo-checkbox.module.d.ts +11 -11
  380. package/lib/components/evo-checkbox/index.d.ts +1 -1
  381. package/lib/components/evo-checkbox/public-api.d.ts +2 -2
  382. package/lib/components/evo-chip/evo-chip.component.d.ts +45 -45
  383. package/lib/components/evo-chip/evo-chip.module.d.ts +11 -11
  384. package/lib/components/evo-chip/index.d.ts +1 -1
  385. package/lib/components/evo-chip/public-api.d.ts +2 -2
  386. package/lib/components/evo-control-error/evo-control-error.component.d.ts +14 -14
  387. package/lib/components/evo-control-error/evo-control-error.module.d.ts +10 -10
  388. package/lib/components/evo-control-error/index.d.ts +1 -1
  389. package/lib/components/evo-control-error/public-api.d.ts +2 -2
  390. package/lib/components/evo-control-label/evo-control-label.component.d.ts +9 -9
  391. package/lib/components/evo-control-label/evo-control-label.module.d.ts +8 -8
  392. package/lib/components/evo-control-label/index.d.ts +1 -1
  393. package/lib/components/evo-control-label/public-api.d.ts +2 -2
  394. package/lib/components/evo-counter/evo-counter.component.d.ts +16 -16
  395. package/lib/components/evo-counter/evo-counter.module.d.ts +9 -9
  396. package/lib/components/evo-counter/index.d.ts +1 -1
  397. package/lib/components/evo-counter/public-api.d.ts +2 -2
  398. package/lib/components/evo-datepicker/evo-datepicker.component.d.ts +174 -174
  399. package/lib/components/evo-datepicker/evo-datepicker.module.d.ts +11 -11
  400. package/lib/components/evo-datepicker/flatpickr-options.interface.d.ts +10 -10
  401. package/lib/components/evo-datepicker/index.d.ts +1 -1
  402. package/lib/components/evo-datepicker/public-api.d.ts +2 -2
  403. package/lib/components/evo-datepicker/templates/index.d.ts +16 -16
  404. package/lib/components/evo-dropdown/evo-dropdown-origin.directive.d.ts +15 -15
  405. package/lib/components/evo-dropdown/evo-dropdown-position-description.d.ts +3 -3
  406. package/lib/components/evo-dropdown/evo-dropdown.component.d.ts +34 -34
  407. package/lib/components/evo-dropdown/evo-dropdown.module.d.ts +10 -10
  408. package/lib/components/evo-dropdown/index.d.ts +1 -1
  409. package/lib/components/evo-dropdown/public-api.d.ts +4 -4
  410. package/lib/components/evo-dropdown/types/evo-dropdown-positions.d.ts +1 -1
  411. package/lib/components/evo-icon/classes/evo-icons-library.d.ts +11 -11
  412. package/lib/components/evo-icon/evo-icon.component.d.ts +20 -20
  413. package/lib/components/evo-icon/evo-icon.module.d.ts +16 -16
  414. package/lib/components/evo-icon/index.d.ts +1 -1
  415. package/lib/components/evo-icon/interfaces/icons-category.d.ts +5 -5
  416. package/lib/components/evo-icon/interfaces/icons-source.d.ts +3 -3
  417. package/lib/components/evo-icon/public-api.d.ts +5 -5
  418. package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +23 -23
  419. package/lib/components/evo-icon-button/evo-icon-button.module.d.ts +8 -8
  420. package/lib/components/evo-icon-button/index.d.ts +1 -1
  421. package/lib/components/evo-icon-button/public-api.d.ts +2 -2
  422. package/lib/components/evo-icon-button/types/evo-icon-button-size.d.ts +2 -2
  423. package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +1 -1
  424. package/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.d.ts +6 -6
  425. package/lib/components/evo-icon-number/evo-icon-number.module.d.ts +8 -8
  426. package/lib/components/evo-icon-number/index.d.ts +1 -1
  427. package/lib/components/evo-icon-number/public-api.d.ts +2 -2
  428. package/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.d.ts +5 -5
  429. package/lib/components/evo-input/evo-input.component.d.ts +93 -93
  430. package/lib/components/evo-input/evo-input.module.d.ts +14 -14
  431. package/lib/components/evo-input/index.d.ts +1 -1
  432. package/lib/components/evo-input/public-api.d.ts +3 -3
  433. package/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.d.ts +44 -44
  434. package/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.d.ts +10 -10
  435. package/lib/components/evo-input-contenteditable/index.d.ts +1 -1
  436. package/lib/components/evo-input-contenteditable/public-api.d.ts +2 -2
  437. package/lib/components/evo-input-contenteditable/utils/clear-multiline.d.ts +1 -1
  438. package/lib/components/evo-loader/evo-circular-loader.component.d.ts +8 -8
  439. package/lib/components/evo-loader/evo-loader.component.d.ts +14 -14
  440. package/lib/components/evo-loader/evo-loader.module.d.ts +10 -10
  441. package/lib/components/evo-loader/index.d.ts +1 -1
  442. package/lib/components/evo-loader/public-api.d.ts +3 -3
  443. package/lib/components/evo-modal/evo-modal.component.d.ts +37 -37
  444. package/lib/components/evo-modal/evo-modal.module.d.ts +10 -10
  445. package/lib/components/evo-modal/evo-modal.service.d.ts +22 -22
  446. package/lib/components/evo-modal/index.d.ts +1 -1
  447. package/lib/components/evo-modal/public-api.d.ts +3 -3
  448. package/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.d.ts +21 -21
  449. package/lib/components/evo-navbar/evo-navbar.component.d.ts +18 -18
  450. package/lib/components/evo-navbar/evo-navbar.module.d.ts +12 -12
  451. package/lib/components/evo-navbar/index.d.ts +1 -1
  452. package/lib/components/evo-navbar/interfaces/nav-item-main-info.d.ts +5 -5
  453. package/lib/components/evo-navbar/interfaces/nav-item-router-link.d.ts +14 -14
  454. package/lib/components/evo-navbar/interfaces/nav-item.href.d.ts +4 -4
  455. package/lib/components/evo-navbar/public-api.d.ts +7 -7
  456. package/lib/components/evo-navbar/types/nav-item.d.ts +4 -4
  457. package/lib/components/evo-note/evo-note.component.d.ts +13 -13
  458. package/lib/components/evo-note/evo-note.module.d.ts +10 -10
  459. package/lib/components/evo-note/index.d.ts +1 -1
  460. package/lib/components/evo-note/public.api.d.ts +3 -3
  461. package/lib/components/evo-note/types/evo-note-type.d.ts +1 -1
  462. package/lib/components/evo-paginator/evo-paginator.component.d.ts +26 -26
  463. package/lib/components/evo-paginator/evo-paginator.module.d.ts +8 -8
  464. package/lib/components/evo-paginator/index.d.ts +1 -1
  465. package/lib/components/evo-paginator/public-api.d.ts +2 -2
  466. package/lib/components/evo-plus-minus/evo-plus-minus.component.d.ts +13 -13
  467. package/lib/components/evo-plus-minus/evo-plus-minus.module.d.ts +8 -8
  468. package/lib/components/evo-plus-minus/index.d.ts +1 -1
  469. package/lib/components/evo-plus-minus/public-api.d.ts +2 -2
  470. package/lib/components/evo-popover/evo-popover.component.d.ts +43 -43
  471. package/lib/components/evo-popover/evo-popover.module.d.ts +9 -9
  472. package/lib/components/evo-popover/index.d.ts +1 -1
  473. package/lib/components/evo-popover/public-api.d.ts +2 -2
  474. package/lib/components/evo-portal/evo-portal-outlet.class.d.ts +6 -6
  475. package/lib/components/evo-portal/evo-portal-outlet.directive.d.ts +10 -10
  476. package/lib/components/evo-portal/evo-portal.module.d.ts +8 -8
  477. package/lib/components/evo-portal/evo-portal.service.d.ts +27 -27
  478. package/lib/components/evo-portal/index.d.ts +1 -1
  479. package/lib/components/evo-portal/public-api.d.ts +4 -4
  480. package/lib/components/evo-radio/evo-radio.component.d.ts +18 -18
  481. package/lib/components/evo-radio/evo-radio.module.d.ts +9 -9
  482. package/lib/components/evo-radio/index.d.ts +1 -1
  483. package/lib/components/evo-radio/public-api.d.ts +2 -2
  484. package/lib/components/evo-radio-group/evo-radio-group.component.d.ts +56 -56
  485. package/lib/components/evo-radio-group/evo-radio-group.module.d.ts +11 -11
  486. package/lib/components/evo-radio-group/index.d.ts +1 -1
  487. package/lib/components/evo-radio-group/public-api.d.ts +2 -2
  488. package/lib/components/evo-radio-group/typings/options.d.ts +6 -6
  489. package/lib/components/evo-radioshape/components/evo-radioshape.component.d.ts +19 -19
  490. package/lib/components/evo-radioshape/evo-radioshape.module.d.ts +9 -9
  491. package/lib/components/evo-radioshape/index.d.ts +1 -1
  492. package/lib/components/evo-radioshape/public-api.d.ts +2 -2
  493. package/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.d.ts +10 -10
  494. package/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.d.ts +22 -22
  495. package/lib/components/evo-segmented-bar/evo-segmented-bar.module.d.ts +11 -11
  496. package/lib/components/evo-segmented-bar/index.d.ts +1 -1
  497. package/lib/components/evo-segmented-bar/public-api.d.ts +3 -3
  498. package/lib/components/evo-select/evo-select.component.d.ts +37 -37
  499. package/lib/components/evo-select/evo-select.module.d.ts +11 -11
  500. package/lib/components/evo-select/index.d.ts +1 -1
  501. package/lib/components/evo-select/public-api.d.ts +2 -2
  502. package/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.d.ts +6 -6
  503. package/lib/components/evo-sidebar/enums/evo-sidebar-sizes.d.ts +5 -5
  504. package/lib/components/evo-sidebar/enums/evo-sidebar-states.d.ts +4 -4
  505. package/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.d.ts +12 -12
  506. package/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.d.ts +5 -5
  507. package/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.d.ts +13 -13
  508. package/lib/components/evo-sidebar/evo-sidebar-portal.d.ts +13 -13
  509. package/lib/components/evo-sidebar/evo-sidebar.component.d.ts +42 -42
  510. package/lib/components/evo-sidebar/evo-sidebar.module.d.ts +17 -17
  511. package/lib/components/evo-sidebar/evo-sidebar.service.d.ts +26 -26
  512. package/lib/components/evo-sidebar/index.d.ts +1 -1
  513. package/lib/components/evo-sidebar/interfaces.d.ts +23 -23
  514. package/lib/components/evo-sidebar/public-api.d.ts +11 -11
  515. package/lib/components/evo-sidebar/sidebar-injection-token.d.ts +2 -2
  516. package/lib/components/evo-sidebar/tokens.d.ts +7 -7
  517. package/lib/components/evo-stepper/evo-stepper-events.d.ts +12 -12
  518. package/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.d.ts +13 -13
  519. package/lib/components/evo-stepper/evo-stepper.component.d.ts +27 -27
  520. package/lib/components/evo-stepper/evo-stepper.module.d.ts +10 -10
  521. package/lib/components/evo-stepper/index.d.ts +1 -1
  522. package/lib/components/evo-stepper/public-api.d.ts +3 -3
  523. package/lib/components/evo-submenu/evo-submenu.component.d.ts +49 -49
  524. package/lib/components/evo-submenu/evo-submenu.module.d.ts +11 -11
  525. package/lib/components/evo-submenu/index.d.ts +1 -1
  526. package/lib/components/evo-submenu/public-api.d.ts +2 -2
  527. package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +9 -9
  528. package/lib/components/evo-switcher/evo-switcher.component.d.ts +14 -14
  529. package/lib/components/evo-switcher/evo-switcher.module.d.ts +10 -10
  530. package/lib/components/evo-switcher/index.d.ts +1 -1
  531. package/lib/components/evo-switcher/public-api.d.ts +3 -3
  532. package/lib/components/evo-table/evo-table/evo-table.component.d.ts +35 -35
  533. package/lib/components/evo-table/evo-table-column/evo-table-column.component.d.ts +12 -12
  534. package/lib/components/evo-table/evo-table.module.d.ts +9 -9
  535. package/lib/components/evo-table/index.d.ts +1 -1
  536. package/lib/components/evo-table/public-api.d.ts +3 -3
  537. package/lib/components/evo-tabs/enums/evo-tabs-size.d.ts +4 -4
  538. package/lib/components/evo-tabs/evo-tab/evo-tab.component.d.ts +35 -35
  539. package/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.d.ts +16 -16
  540. package/lib/components/evo-tabs/evo-tab-state.collection.d.ts +15 -15
  541. package/lib/components/evo-tabs/evo-tabs-size.service.d.ts +12 -12
  542. package/lib/components/evo-tabs/evo-tabs.component.d.ts +22 -22
  543. package/lib/components/evo-tabs/evo-tabs.module.d.ts +11 -11
  544. package/lib/components/evo-tabs/evo-tabs.service.d.ts +19 -19
  545. package/lib/components/evo-tabs/index.d.ts +1 -1
  546. package/lib/components/evo-tabs/public-api.d.ts +8 -8
  547. package/lib/components/evo-textarea/evo-textarea.component.d.ts +25 -25
  548. package/lib/components/evo-textarea/evo-textarea.module.d.ts +11 -11
  549. package/lib/components/evo-textarea/index.d.ts +1 -1
  550. package/lib/components/evo-textarea/public-api.d.ts +2 -2
  551. package/lib/components/evo-toast/evo-toast.component.d.ts +23 -23
  552. package/lib/components/evo-toast/evo-toast.module.d.ts +10 -10
  553. package/lib/components/evo-toast/evo-toast.service.d.ts +22 -22
  554. package/lib/components/evo-toast/index.d.ts +1 -1
  555. package/lib/components/evo-toast/public-api.d.ts +3 -3
  556. package/lib/components/evo-toggle/evo-toggle.component.d.ts +20 -20
  557. package/lib/components/evo-toggle/evo-toggle.module.d.ts +10 -10
  558. package/lib/components/evo-toggle/index.d.ts +1 -1
  559. package/lib/components/evo-toggle/public-api.d.ts +2 -2
  560. package/lib/components/evo-upload/evo-upload.component.d.ts +65 -65
  561. package/lib/components/evo-upload/evo-upload.module.d.ts +13 -13
  562. package/lib/components/evo-upload/index.d.ts +1 -1
  563. package/lib/components/evo-upload/public-api.d.ts +2 -2
  564. package/lib/decorators/deprecate-method.decorator.d.ts +1 -1
  565. package/lib/decorators/deprecate-variable.decorator.d.ts +1 -1
  566. package/lib/decorators/index.d.ts +1 -1
  567. package/lib/decorators/public-api.d.ts +2 -2
  568. package/lib/directives/evo-click-outside.directive.d.ts +12 -12
  569. package/lib/directives/evo-is-expanded.directive.d.ts +19 -19
  570. package/lib/directives/evo-let/evo-let.directive.d.ts +17 -17
  571. package/lib/directives/evo-ui-class.directive.d.ts +61 -61
  572. package/lib/directives/index.d.ts +1 -1
  573. package/lib/directives/public-api.d.ts +4 -4
  574. package/lib/evo-ui-kit.module.d.ts +16 -16
  575. package/lib/operators/enter-zone.operator.d.ts +3 -3
  576. package/lib/operators/index.d.ts +1 -1
  577. package/lib/operators/public-api.d.ts +1 -1
  578. package/lib/pipes/declination.pipe.d.ts +7 -7
  579. package/lib/pipes/evo-pipes.module.d.ts +8 -8
  580. package/lib/pipes/index.d.ts +1 -1
  581. package/lib/pipes/public-api.d.ts +3 -3
  582. package/lib/pipes/safe-html.pipe.d.ts +10 -10
  583. package/lib/services/evo-expanded.service.d.ts +11 -11
  584. package/lib/services/index.d.ts +1 -1
  585. package/lib/services/public-api.d.ts +1 -1
  586. package/lib/services/window.service.d.ts +14 -14
  587. package/package.json +1 -1
  588. package/public_api.d.ts +62 -62
  589. package/styles/components/evo-button.scss +1 -1
  590. package/styles/components/evo-chip.scss +2 -2
  591. package/styles/components/evo-title.scss +1 -1
  592. package/styles/globals.scss +6 -1
  593. package/styles/main.scss +6 -1
  594. package/styles/mixins.scss +5 -4
  595. package/styles/partials/_typography.scss +123 -0
  596. package/styles/partials/fonts.scss +2 -0
  597. package/styles/partials/typography/_typography-caption-mixin.scss +26 -0
  598. package/styles/partials/typography/_typography-field-typo-mixin.scss +36 -0
  599. package/styles/partials/typography/_typography-header-mixin.scss +62 -0
  600. package/styles/partials/typography/_typography-header-mobile-mixin.scss +34 -0
  601. package/styles/partials/typography/_typography-paragraph-mixin.scss +41 -0
  602. package/styles/partials/typography/_typography-subtitle-mixin.scss +20 -0
  603. package/styles/variables.scss +16 -13
@@ -1,24 +1,24 @@
1
- import { Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- export class EvoSegmentedBarComponent {
5
- constructor() {
6
- }
7
- ngOnInit() {
8
- }
9
- }
10
- EvoSegmentedBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- EvoSegmentedBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoSegmentedBarComponent, selector: "evo-segmented-bar", inputs: { label: "label", labelShort: "labelShort" }, ngImport: i0, template: "<div class=\"bar\">\n <div class=\"bar__label\"\n *ngIf=\"label\"\n [ngClass]=\"{bar__label_normal: labelShort}\"\n >\n {{ label }}\n </div>\n\n <div class=\"bar__label bar__label_short\"\n *ngIf=\"labelShort\"\n >\n {{ labelShort }}\n </div>\n\n <div class=\"bar__buttons-wrapper\">\n <div class=\"bar__buttons\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n", styles: [".bar{position:relative;display:flex;flex-direction:row}.bar__label{margin-right:20px;color:#212121;line-height:30px}.bar__label_short{display:block}.bar__label_normal{display:none}.bar__buttons{display:flex;flex-direction:row;flex-wrap:nowrap}@media (min-width: 1200px){.bar__label_normal{display:block}.bar__label_short{display:none}}@media (max-width: 768px){.bar{flex-direction:column}.bar__label{display:none}.bar__buttons{padding-bottom:28px;overflow:auto}.bar__buttons-wrapper{display:block;height:30px;overflow:hidden}}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarComponent, decorators: [{
13
- type: Component,
14
- args: [{
15
- selector: 'evo-segmented-bar',
16
- templateUrl: './evo-segmented-bar.component.html',
17
- styleUrls: ['./evo-segmented-bar.component.scss'],
18
- }]
19
- }], ctorParameters: function () { return []; }, propDecorators: { label: [{
20
- type: Input
21
- }], labelShort: [{
22
- type: Input
23
- }] } });
1
+ import { Component, Input } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ export class EvoSegmentedBarComponent {
5
+ constructor() {
6
+ }
7
+ ngOnInit() {
8
+ }
9
+ }
10
+ EvoSegmentedBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ EvoSegmentedBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoSegmentedBarComponent, selector: "evo-segmented-bar", inputs: { label: "label", labelShort: "labelShort" }, ngImport: i0, template: "<div class=\"bar\">\n <div class=\"bar__label\"\n *ngIf=\"label\"\n [ngClass]=\"{bar__label_normal: labelShort}\"\n >\n {{ label }}\n </div>\n\n <div class=\"bar__label bar__label_short\"\n *ngIf=\"labelShort\"\n >\n {{ labelShort }}\n </div>\n\n <div class=\"bar__buttons-wrapper\">\n <div class=\"bar__buttons\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n", styles: [".bar{position:relative;display:flex;flex-direction:row}.bar__label{margin-right:20px;color:#212121;line-height:30px}.bar__label_short{display:block}.bar__label_normal{display:none}.bar__buttons{display:flex;flex-direction:row;flex-wrap:nowrap}@media (min-width: 1200px){.bar__label_normal{display:block}.bar__label_short{display:none}}@media (max-width: 768px){.bar{flex-direction:column}.bar__label{display:none}.bar__buttons{padding-bottom:28px;overflow:auto}.bar__buttons-wrapper{display:block;height:30px;overflow:hidden}}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarComponent, decorators: [{
13
+ type: Component,
14
+ args: [{
15
+ selector: 'evo-segmented-bar',
16
+ templateUrl: './evo-segmented-bar.component.html',
17
+ styleUrls: ['./evo-segmented-bar.component.scss'],
18
+ }]
19
+ }], ctorParameters: function () { return []; }, propDecorators: { label: [{
20
+ type: Input
21
+ }], labelShort: [{
22
+ type: Input
23
+ }] } });
24
24
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXNlZ21lbnRlZC1iYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXNlZ21lbnRlZC1iYXIvZXZvLXNlZ21lbnRlZC1iYXIvZXZvLXNlZ21lbnRlZC1iYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXNlZ21lbnRlZC1iYXIvZXZvLXNlZ21lbnRlZC1iYXIvZXZvLXNlZ21lbnRlZC1iYXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7OztBQU96RCxNQUFNLE9BQU8sd0JBQXdCO0lBS2pDO0lBQ0EsQ0FBQztJQUVELFFBQVE7SUFDUixDQUFDOztzSEFUUSx3QkFBd0I7MEdBQXhCLHdCQUF3QiwrR0NQckMsMmNBb0JBOzRGRGJhLHdCQUF3QjtrQkFMcEMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixXQUFXLEVBQUUsb0NBQW9DO29CQUNqRCxTQUFTLEVBQUUsQ0FBRSxvQ0FBb0MsQ0FBRTtpQkFDdEQ7MEVBR1ksS0FBSztzQkFBYixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldm8tc2VnbWVudGVkLWJhcicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2V2by1zZWdtZW50ZWQtYmFyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsgJy4vZXZvLXNlZ21lbnRlZC1iYXIuY29tcG9uZW50LnNjc3MnIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV2b1NlZ21lbnRlZEJhckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgICBASW5wdXQoKSBsYWJlbDogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGxhYmVsU2hvcnQ6IHN0cmluZztcblxuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkge1xuICAgIH1cblxufVxuIiwiPGRpdiBjbGFzcz1cImJhclwiPlxuICAgIDxkaXYgY2xhc3M9XCJiYXJfX2xhYmVsXCJcbiAgICAgICAgICpuZ0lmPVwibGFiZWxcIlxuICAgICAgICAgW25nQ2xhc3NdPVwie2Jhcl9fbGFiZWxfbm9ybWFsOiBsYWJlbFNob3J0fVwiXG4gICAgPlxuICAgICAgICB7eyBsYWJlbCB9fVxuICAgIDwvZGl2PlxuXG4gICAgPGRpdiBjbGFzcz1cImJhcl9fbGFiZWwgYmFyX19sYWJlbF9zaG9ydFwiXG4gICAgICAgICAqbmdJZj1cImxhYmVsU2hvcnRcIlxuICAgID5cbiAgICAgICAge3sgbGFiZWxTaG9ydCB9fVxuICAgIDwvZGl2PlxuXG4gICAgPGRpdiBjbGFzcz1cImJhcl9fYnV0dG9ucy13cmFwcGVyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJiYXJfX2J1dHRvbnNcIj5cbiAgICAgICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -1,79 +1,79 @@
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 "../../../directives/evo-ui-class.directive";
6
- export class EvoSegmentedBarButtonComponent extends EvoBaseControl {
7
- constructor() {
8
- super(...arguments);
9
- this.color = 'white';
10
- this.disabled = false;
11
- this.onChange = (_) => { };
12
- this.onTouched = () => { };
13
- }
14
- get selectedValue() {
15
- return this._selectedValue;
16
- }
17
- ngAfterViewChecked() {
18
- if (this.control) {
19
- this.control.valueChanges.subscribe(() => {
20
- this.writeValue(this.control.value);
21
- });
22
- }
23
- }
24
- writeValue(value) {
25
- this._selectedValue = value;
26
- }
27
- registerOnChange(fn) {
28
- this.onChange = fn;
29
- }
30
- registerOnTouched(fn) {
31
- this.onTouched = fn;
32
- }
33
- onInputChange(value) {
34
- this._selectedValue = value;
35
- this.onChange(value);
36
- }
37
- get totalClasses() {
38
- const classes = [];
39
- if (this.color) {
40
- classes.push(this.color);
41
- }
42
- if (this.disabled) {
43
- classes.push('disabled');
44
- }
45
- return classes;
46
- }
47
- }
48
- EvoSegmentedBarButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
49
- EvoSegmentedBarButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoSegmentedBarButtonComponent, selector: "evo-segmented-bar-button", inputs: { name: "name", value: "value", color: "color", disabled: "disabled" }, providers: [
50
- {
51
- provide: NG_VALUE_ACCESSOR,
52
- useExisting: forwardRef(() => EvoSegmentedBarButtonComponent),
53
- multi: true,
54
- },
55
- ], usesInheritance: true, ngImport: i0, template: "<label class=\"segmented-button\" [evoUiClass]=\"totalClasses\">\n <input class=\"segmented-button__input\"\n type=\"radio\"\n [name]=\"name\"\n [value]=\"value\"\n [checked]=\"value === selectedValue\"\n (change)=\"onInputChange(value)\"\n [disabled]=\"disabled\"\n />\n <span class=\"segmented-button__view\">\n <span class=\"segmented-button__view-text\">\n <ng-content></ng-content>\n </span>\n </span>\n</label>\n", styles: [".segmented-button{display:inline-block}.segmented-button__view{display:inline-block;padding:0 20px;color:#2099f1;line-height:30px;background-color:transparent;border-radius:15px;-webkit-user-select:none;user-select:none}.segmented-button__view-text{position:relative;z-index:1;display:flex;flex-wrap:nowrap;align-items:center;white-space:nowrap}.segmented-button__view-text ::ng-deep [data-type=counter]{position:relative;display:flex;justify-content:center;align-items:center;min-width:20px;margin-left:10px;padding:0 4px;color:#fff;font-weight:bold;font-size:10px;line-height:10px}.segmented-button__view-text ::ng-deep [data-type=counter]:after{position:absolute;top:46%;left:0;z-index:-1;display:block;box-sizing:border-box;width:100%;height:20px;text-align:center;background-color:#f05023;border-radius:10px;transform:translateY(-48%);content:\"\"}.segmented-button__input{position:absolute;display:none}.segmented-button__view,.segmented-button__view-counter{transition:background-color .15s,color .15s,padding .15s}.segmented-button__input:checked+.segmented-button__view{padding:0 20px;color:#fff;background-color:#2099f1}.segmented-button__input:checked+.segmented-button__view .segmented-button__view-text ::ng-deep [data-type=counter]{color:#f05023}.segmented-button__input:checked+.segmented-button__view .segmented-button__view-text ::ng-deep [data-type=counter]:after{background-color:#fff}.segmented-button__input:disabled+.segmented-button__view{color:#fff;background-color:#d6d6d6;cursor:default}.segmented-button_grey .segmented-button__view{background-color:#f4f6f8}.segmented-button_grey .segmented-button__input:not(:disabled)+.segmented-button__view:hover{background-color:#f6f8f9}.segmented-button_grey .segmented-button__input:not(:disabled)+.segmented-button__view:active{background-color:#dcdddf}.segmented-button_grey .segmented-button__input:checked:not(:disabled)+.segmented-button__view:hover{background-color:#4dadf4}.segmented-button_grey .segmented-button__input:checked:not(:disabled)+.segmented-button__view:active{background-color:#1d8ad9}.segmented-button_white .segmented-button__view{background-color:#fff}.segmented-button_white .segmented-button__input:not(:disabled)+.segmented-button__view:hover{background-color:#fdfdfe}.segmented-button_white .segmented-button__input:not(:disabled)+.segmented-button__view:active{background-color:#dcdddf}.segmented-button_white .segmented-button__input:checked:not(:disabled)+.segmented-button__view:hover{background-color:#4dadf4}.segmented-button_white .segmented-button__input:checked:not(:disabled)+.segmented-button__view:active{background-color:#1d8ad9}\n"], directives: [{ type: i1.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }] });
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarButtonComponent, decorators: [{
57
- type: Component,
58
- args: [{
59
- selector: 'evo-segmented-bar-button',
60
- templateUrl: './evo-segmented-bar-button.component.html',
61
- styleUrls: ['./evo-segmented-bar-button.component.scss'],
62
- providers: [
63
- {
64
- provide: NG_VALUE_ACCESSOR,
65
- useExisting: forwardRef(() => EvoSegmentedBarButtonComponent),
66
- multi: true,
67
- },
68
- ],
69
- }]
70
- }], propDecorators: { name: [{
71
- type: Input
72
- }], value: [{
73
- type: Input
74
- }], color: [{
75
- type: Input
76
- }], disabled: [{
77
- type: Input
78
- }] } });
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 "../../../directives/evo-ui-class.directive";
6
+ export class EvoSegmentedBarButtonComponent extends EvoBaseControl {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.color = 'white';
10
+ this.disabled = false;
11
+ this.onChange = (_) => { };
12
+ this.onTouched = () => { };
13
+ }
14
+ get selectedValue() {
15
+ return this._selectedValue;
16
+ }
17
+ ngAfterViewChecked() {
18
+ if (this.control) {
19
+ this.control.valueChanges.subscribe(() => {
20
+ this.writeValue(this.control.value);
21
+ });
22
+ }
23
+ }
24
+ writeValue(value) {
25
+ this._selectedValue = value;
26
+ }
27
+ registerOnChange(fn) {
28
+ this.onChange = fn;
29
+ }
30
+ registerOnTouched(fn) {
31
+ this.onTouched = fn;
32
+ }
33
+ onInputChange(value) {
34
+ this._selectedValue = value;
35
+ this.onChange(value);
36
+ }
37
+ get totalClasses() {
38
+ const classes = [];
39
+ if (this.color) {
40
+ classes.push(this.color);
41
+ }
42
+ if (this.disabled) {
43
+ classes.push('disabled');
44
+ }
45
+ return classes;
46
+ }
47
+ }
48
+ EvoSegmentedBarButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
49
+ EvoSegmentedBarButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoSegmentedBarButtonComponent, selector: "evo-segmented-bar-button", inputs: { name: "name", value: "value", color: "color", disabled: "disabled" }, providers: [
50
+ {
51
+ provide: NG_VALUE_ACCESSOR,
52
+ useExisting: forwardRef(() => EvoSegmentedBarButtonComponent),
53
+ multi: true,
54
+ },
55
+ ], usesInheritance: true, ngImport: i0, template: "<label class=\"segmented-button\" [evoUiClass]=\"totalClasses\">\n <input class=\"segmented-button__input\"\n type=\"radio\"\n [name]=\"name\"\n [value]=\"value\"\n [checked]=\"value === selectedValue\"\n (change)=\"onInputChange(value)\"\n [disabled]=\"disabled\"\n />\n <span class=\"segmented-button__view\">\n <span class=\"segmented-button__view-text\">\n <ng-content></ng-content>\n </span>\n </span>\n</label>\n", styles: [".segmented-button{display:inline-block}.segmented-button__view{display:inline-block;padding:0 20px;color:#0986e2;line-height:30px;background-color:transparent;border-radius:15px;-webkit-user-select:none;user-select:none}.segmented-button__view-text{position:relative;z-index:1;display:flex;flex-wrap:nowrap;align-items:center;white-space:nowrap}.segmented-button__view-text ::ng-deep [data-type=counter]{position:relative;display:flex;justify-content:center;align-items:center;min-width:20px;margin-left:10px;padding:0 4px;color:#fff;font-weight:bold;font-size:10px;line-height:10px}.segmented-button__view-text ::ng-deep [data-type=counter]:after{position:absolute;top:46%;left:0;z-index:-1;display:block;box-sizing:border-box;width:100%;height:20px;text-align:center;background-color:#f05023;border-radius:10px;transform:translateY(-48%);content:\"\"}.segmented-button__input{position:absolute;display:none}.segmented-button__view,.segmented-button__view-counter{transition:background-color .15s,color .15s,padding .15s}.segmented-button__input:checked+.segmented-button__view{padding:0 20px;color:#fff;background-color:#0986e2}.segmented-button__input:checked+.segmented-button__view .segmented-button__view-text ::ng-deep [data-type=counter]{color:#f05023}.segmented-button__input:checked+.segmented-button__view .segmented-button__view-text ::ng-deep [data-type=counter]:after{background-color:#fff}.segmented-button__input:disabled+.segmented-button__view{color:#fff;background-color:#c6c6c6;cursor:default}.segmented-button_grey .segmented-button__view{background-color:#f4f6f8}.segmented-button_grey .segmented-button__input:not(:disabled)+.segmented-button__view:hover{background-color:#f6f8f9}.segmented-button_grey .segmented-button__input:not(:disabled)+.segmented-button__view:active{background-color:#dcdddf}.segmented-button_grey .segmented-button__input:checked:not(:disabled)+.segmented-button__view:hover{background-color:#3a9ee8}.segmented-button_grey .segmented-button__input:checked:not(:disabled)+.segmented-button__view:active{background-color:#0879cb}.segmented-button_white .segmented-button__view{background-color:#fff}.segmented-button_white .segmented-button__input:not(:disabled)+.segmented-button__view:hover{background-color:#fdfdfe}.segmented-button_white .segmented-button__input:not(:disabled)+.segmented-button__view:active{background-color:#dcdddf}.segmented-button_white .segmented-button__input:checked:not(:disabled)+.segmented-button__view:hover{background-color:#3a9ee8}.segmented-button_white .segmented-button__input:checked:not(:disabled)+.segmented-button__view:active{background-color:#0879cb}\n"], directives: [{ type: i1.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }] });
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarButtonComponent, decorators: [{
57
+ type: Component,
58
+ args: [{
59
+ selector: 'evo-segmented-bar-button',
60
+ templateUrl: './evo-segmented-bar-button.component.html',
61
+ styleUrls: ['./evo-segmented-bar-button.component.scss'],
62
+ providers: [
63
+ {
64
+ provide: NG_VALUE_ACCESSOR,
65
+ useExisting: forwardRef(() => EvoSegmentedBarButtonComponent),
66
+ multi: true,
67
+ },
68
+ ],
69
+ }]
70
+ }], propDecorators: { name: [{
71
+ type: Input
72
+ }], value: [{
73
+ type: Input
74
+ }], color: [{
75
+ type: Input
76
+ }], disabled: [{
77
+ type: Input
78
+ }] } });
79
79
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXNlZ21lbnRlZC1iYXItYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1zZWdtZW50ZWQtYmFyL2V2by1zZWdtZW50ZWQtYmFyLWJ1dHRvbi9ldm8tc2VnbWVudGVkLWJhci1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXNlZ21lbnRlZC1iYXIvZXZvLXNlZ21lbnRlZC1iYXItYnV0dG9uL2V2by1zZWdtZW50ZWQtYmFyLWJ1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQW9CLFNBQVMsRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQy9FLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUN6RSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sa0NBQWtDLENBQUM7OztBQWNsRSxNQUFNLE9BQU8sOEJBQStCLFNBQVEsY0FBYztJQVpsRTs7UUFlYSxVQUFLLEdBQUcsT0FBTyxDQUFDO1FBQ2hCLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFJMUIsYUFBUSxHQUFHLENBQUMsQ0FBQyxFQUFFLEVBQUUsR0FBRSxDQUFDLENBQUM7UUFDckIsY0FBUyxHQUFHLEdBQUcsRUFBRSxHQUFFLENBQUMsQ0FBQztLQTRDeEI7SUExQ0csSUFBSSxhQUFhO1FBQ2IsT0FBTyxJQUFJLENBQUMsY0FBYyxDQUFDO0lBQy9CLENBQUM7SUFFRCxrQkFBa0I7UUFDZCxJQUFJLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFDZCxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO2dCQUNyQyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDeEMsQ0FBQyxDQUFDLENBQUM7U0FDTjtJQUNMLENBQUM7SUFFRCxVQUFVLENBQUMsS0FBSztRQUNaLElBQUksQ0FBQyxjQUFjLEdBQUcsS0FBSyxDQUFDO0lBQ2hDLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUFPO1FBQ3BCLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxFQUFPO1FBQ3JCLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBQ3hCLENBQUM7SUFFRCxhQUFhLENBQUMsS0FBSztRQUNmLElBQUksQ0FBQyxjQUFjLEdBQUcsS0FBSyxDQUFDO1FBQzVCLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekIsQ0FBQztJQUVELElBQUksWUFBWTtRQUNaLE1BQU0sT0FBTyxHQUFhLEVBQUUsQ0FBQztRQUU3QixJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUU7WUFDWixPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUM1QjtRQUVELElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRTtZQUNmLE9BQU8sQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7U0FDNUI7UUFFRCxPQUFPLE9BQU8sQ0FBQztJQUNuQixDQUFDOzs0SEFwRFEsOEJBQThCO2dIQUE5Qiw4QkFBOEIsbUlBUjVCO1FBQ1A7WUFDSSxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsOEJBQThCLENBQUM7WUFDN0QsS0FBSyxFQUFFLElBQUk7U0FDZDtLQUNKLGlEQ2RMLHFnQkFlQTs0RkRDYSw4QkFBOEI7a0JBWjFDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDBCQUEwQjtvQkFDcEMsV0FBVyxFQUFFLDJDQUEyQztvQkFDeEQsU0FBUyxFQUFFLENBQUUsMkNBQTJDLENBQUU7b0JBQzFELFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSwrQkFBK0IsQ0FBQzs0QkFDN0QsS0FBSyxFQUFFLElBQUk7eUJBQ2Q7cUJBQ0o7aUJBQ0o7OEJBRVksSUFBSTtzQkFBWixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0NoZWNrZWQsIENvbXBvbmVudCwgZm9yd2FyZFJlZiwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEV2b0Jhc2VDb250cm9sIH0gZnJvbSAnLi4vLi4vLi4vY29tbW9uL2V2by1iYXNlLWNvbnRyb2wnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V2by1zZWdtZW50ZWQtYmFyLWJ1dHRvbicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2V2by1zZWdtZW50ZWQtYmFyLWJ1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbICcuL2V2by1zZWdtZW50ZWQtYmFyLWJ1dHRvbi5jb21wb25lbnQuc2NzcycgXSxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICAgICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBFdm9TZWdtZW50ZWRCYXJCdXR0b25Db21wb25lbnQpLFxuICAgICAgICAgICAgbXVsdGk6IHRydWUsXG4gICAgICAgIH0sXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXZvU2VnbWVudGVkQmFyQnV0dG9uQ29tcG9uZW50IGV4dGVuZHMgRXZvQmFzZUNvbnRyb2wgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgQWZ0ZXJWaWV3Q2hlY2tlZCB7XG4gICAgQElucHV0KCkgbmFtZTogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHZhbHVlOiBzdHJpbmc7XG4gICAgQElucHV0KCkgY29sb3IgPSAnd2hpdGUnO1xuICAgIEBJbnB1dCgpIGRpc2FibGVkID0gZmFsc2U7XG5cbiAgICBwcml2YXRlIF9zZWxlY3RlZFZhbHVlOiBhbnk7XG5cbiAgICBvbkNoYW5nZSA9IChfKSA9PiB7fTtcbiAgICBvblRvdWNoZWQgPSAoKSA9PiB7fTtcblxuICAgIGdldCBzZWxlY3RlZFZhbHVlKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5fc2VsZWN0ZWRWYWx1ZTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0NoZWNrZWQoKSB7XG4gICAgICAgIGlmICh0aGlzLmNvbnRyb2wpIHtcbiAgICAgICAgICAgIHRoaXMuY29udHJvbC52YWx1ZUNoYW5nZXMuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLndyaXRlVmFsdWUodGhpcy5jb250cm9sLnZhbHVlKTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgd3JpdGVWYWx1ZSh2YWx1ZSkge1xuICAgICAgICB0aGlzLl9zZWxlY3RlZFZhbHVlID0gdmFsdWU7XG4gICAgfVxuXG4gICAgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KSB7XG4gICAgICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgICB9XG5cbiAgICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KSB7XG4gICAgICAgIHRoaXMub25Ub3VjaGVkID0gZm47XG4gICAgfVxuXG4gICAgb25JbnB1dENoYW5nZSh2YWx1ZSkge1xuICAgICAgICB0aGlzLl9zZWxlY3RlZFZhbHVlID0gdmFsdWU7XG4gICAgICAgIHRoaXMub25DaGFuZ2UodmFsdWUpO1xuICAgIH1cblxuICAgIGdldCB0b3RhbENsYXNzZXMoKTogc3RyaW5nW10ge1xuICAgICAgICBjb25zdCBjbGFzc2VzOiBzdHJpbmdbXSA9IFtdO1xuXG4gICAgICAgIGlmICh0aGlzLmNvbG9yKSB7XG4gICAgICAgICAgICBjbGFzc2VzLnB1c2godGhpcy5jb2xvcik7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAodGhpcy5kaXNhYmxlZCkge1xuICAgICAgICAgICAgY2xhc3Nlcy5wdXNoKCdkaXNhYmxlZCcpO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGNsYXNzZXM7XG4gICAgfVxufVxuIiwiPGxhYmVsIGNsYXNzPVwic2VnbWVudGVkLWJ1dHRvblwiIFtldm9VaUNsYXNzXT1cInRvdGFsQ2xhc3Nlc1wiPlxuICAgIDxpbnB1dCBjbGFzcz1cInNlZ21lbnRlZC1idXR0b25fX2lucHV0XCJcbiAgICAgICAgICAgdHlwZT1cInJhZGlvXCJcbiAgICAgICAgICAgW25hbWVdPVwibmFtZVwiXG4gICAgICAgICAgIFt2YWx1ZV09XCJ2YWx1ZVwiXG4gICAgICAgICAgIFtjaGVja2VkXT1cInZhbHVlID09PSBzZWxlY3RlZFZhbHVlXCJcbiAgICAgICAgICAgKGNoYW5nZSk9XCJvbklucHV0Q2hhbmdlKHZhbHVlKVwiXG4gICAgICAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgLz5cbiAgICA8c3BhbiBjbGFzcz1cInNlZ21lbnRlZC1idXR0b25fX3ZpZXdcIj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJzZWdtZW50ZWQtYnV0dG9uX192aWV3LXRleHRcIj5cbiAgICAgICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgICAgPC9zcGFuPlxuICAgIDwvc3Bhbj5cbjwvbGFiZWw+XG4iXX0=
@@ -1,39 +1,39 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { EvoSegmentedBarComponent } from './evo-segmented-bar/evo-segmented-bar.component';
4
- import { EvoSegmentedBarButtonComponent } from './evo-segmented-bar-button/evo-segmented-bar-button.component';
5
- import { FormsModule } from '@angular/forms';
6
- import { EvoUiKitModule } from '../../evo-ui-kit.module';
7
- import * as i0 from "@angular/core";
8
- export class EvoSegmentedBarModule {
9
- }
10
- EvoSegmentedBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- EvoSegmentedBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarModule, declarations: [EvoSegmentedBarComponent,
12
- EvoSegmentedBarButtonComponent], imports: [CommonModule,
13
- FormsModule,
14
- EvoUiKitModule], exports: [EvoSegmentedBarComponent,
15
- EvoSegmentedBarButtonComponent] });
16
- EvoSegmentedBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarModule, imports: [[
17
- CommonModule,
18
- FormsModule,
19
- EvoUiKitModule,
20
- ]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarModule, decorators: [{
22
- type: NgModule,
23
- args: [{
24
- imports: [
25
- CommonModule,
26
- FormsModule,
27
- EvoUiKitModule,
28
- ],
29
- declarations: [
30
- EvoSegmentedBarComponent,
31
- EvoSegmentedBarButtonComponent,
32
- ],
33
- exports: [
34
- EvoSegmentedBarComponent,
35
- EvoSegmentedBarButtonComponent,
36
- ],
37
- }]
38
- }] });
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { EvoSegmentedBarComponent } from './evo-segmented-bar/evo-segmented-bar.component';
4
+ import { EvoSegmentedBarButtonComponent } from './evo-segmented-bar-button/evo-segmented-bar-button.component';
5
+ import { FormsModule } from '@angular/forms';
6
+ import { EvoUiKitModule } from '../../evo-ui-kit.module';
7
+ import * as i0 from "@angular/core";
8
+ export class EvoSegmentedBarModule {
9
+ }
10
+ EvoSegmentedBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ EvoSegmentedBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarModule, declarations: [EvoSegmentedBarComponent,
12
+ EvoSegmentedBarButtonComponent], imports: [CommonModule,
13
+ FormsModule,
14
+ EvoUiKitModule], exports: [EvoSegmentedBarComponent,
15
+ EvoSegmentedBarButtonComponent] });
16
+ EvoSegmentedBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarModule, imports: [[
17
+ CommonModule,
18
+ FormsModule,
19
+ EvoUiKitModule,
20
+ ]] });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSegmentedBarModule, decorators: [{
22
+ type: NgModule,
23
+ args: [{
24
+ imports: [
25
+ CommonModule,
26
+ FormsModule,
27
+ EvoUiKitModule,
28
+ ],
29
+ declarations: [
30
+ EvoSegmentedBarComponent,
31
+ EvoSegmentedBarButtonComponent,
32
+ ],
33
+ exports: [
34
+ EvoSegmentedBarComponent,
35
+ EvoSegmentedBarButtonComponent,
36
+ ],
37
+ }]
38
+ }] });
39
39
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXNlZ21lbnRlZC1iYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXNlZ21lbnRlZC1iYXIvZXZvLXNlZ21lbnRlZC1iYXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBQzNGLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLCtEQUErRCxDQUFDO0FBQy9HLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBaUJ6RCxNQUFNLE9BQU8scUJBQXFCOzttSEFBckIscUJBQXFCO29IQUFyQixxQkFBcUIsaUJBUjFCLHdCQUF3QjtRQUN4Qiw4QkFBOEIsYUFOOUIsWUFBWTtRQUNaLFdBQVc7UUFDWCxjQUFjLGFBT2Qsd0JBQXdCO1FBQ3hCLDhCQUE4QjtvSEFHekIscUJBQXFCLFlBZHJCO1lBQ0wsWUFBWTtZQUNaLFdBQVc7WUFDWCxjQUFjO1NBQ2pCOzRGQVVRLHFCQUFxQjtrQkFmakMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsWUFBWTt3QkFDWixXQUFXO3dCQUNYLGNBQWM7cUJBQ2pCO29CQUNELFlBQVksRUFBRTt3QkFDVix3QkFBd0I7d0JBQ3hCLDhCQUE4QjtxQkFDakM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLHdCQUF3Qjt3QkFDeEIsOEJBQThCO3FCQUNqQztpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRXZvU2VnbWVudGVkQmFyQ29tcG9uZW50IH0gZnJvbSAnLi9ldm8tc2VnbWVudGVkLWJhci9ldm8tc2VnbWVudGVkLWJhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXZvU2VnbWVudGVkQmFyQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9ldm8tc2VnbWVudGVkLWJhci1idXR0b24vZXZvLXNlZ21lbnRlZC1iYXItYnV0dG9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEV2b1VpS2l0TW9kdWxlIH0gZnJvbSAnLi4vLi4vZXZvLXVpLWtpdC5tb2R1bGUnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBGb3Jtc01vZHVsZSxcbiAgICAgICAgRXZvVWlLaXRNb2R1bGUsXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgRXZvU2VnbWVudGVkQmFyQ29tcG9uZW50LFxuICAgICAgICBFdm9TZWdtZW50ZWRCYXJCdXR0b25Db21wb25lbnQsXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIEV2b1NlZ21lbnRlZEJhckNvbXBvbmVudCxcbiAgICAgICAgRXZvU2VnbWVudGVkQmFyQnV0dG9uQ29tcG9uZW50LFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV2b1NlZ21lbnRlZEJhck1vZHVsZSB7IH1cbiJdfQ==
@@ -1,2 +1,2 @@
1
- export * from './public-api';
1
+ export * from './public-api';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tc2VnbWVudGVkLWJhci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
@@ -1,4 +1,4 @@
1
- export * from './evo-segmented-bar.module';
2
- export * from './evo-segmented-bar/evo-segmented-bar.component';
3
- export * from './evo-segmented-bar-button/evo-segmented-bar-button.component';
1
+ export * from './evo-segmented-bar.module';
2
+ export * from './evo-segmented-bar/evo-segmented-bar.component';
3
+ export * from './evo-segmented-bar-button/evo-segmented-bar-button.component';
4
4
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1zZWdtZW50ZWQtYmFyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMsK0RBQStELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2V2by1zZWdtZW50ZWQtYmFyLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2V2by1zZWdtZW50ZWQtYmFyL2V2by1zZWdtZW50ZWQtYmFyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2V2by1zZWdtZW50ZWQtYmFyLWJ1dHRvbi9ldm8tc2VnbWVudGVkLWJhci1idXR0b24uY29tcG9uZW50JztcbiJdfQ==
@@ -1,121 +1,121 @@
1
- import { Component, forwardRef, Input, ViewChild } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
- import { EvoBaseControl } from '../../common/evo-base-control';
4
- import { Subject } from 'rxjs';
5
- import { tap } from 'rxjs/operators';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "../evo-control-error/evo-control-error.component";
8
- import * as i2 from "../../directives/evo-ui-class.directive";
9
- import * as i3 from "@angular/forms";
10
- import * as i4 from "@angular/common";
11
- export class EvoSelectComponent extends EvoBaseControl {
12
- constructor() {
13
- super(...arguments);
14
- this.style = 'input';
15
- this.disabled = false;
16
- this.contentChanges$ = new Subject();
17
- this.propagateChange = (_) => { };
18
- }
19
- set selectedValue(value) {
20
- this._selectedValue = value;
21
- [].slice.call(this.select.nativeElement.options).some((option, index) => {
22
- if (option && option.value === value) {
23
- this.selectedLabel = option.innerText;
24
- return true;
25
- }
26
- return false;
27
- });
28
- }
29
- get selectedValue() {
30
- return this._selectedValue;
31
- }
32
- ngAfterContentInit() {
33
- if (!this.selectedValue) {
34
- const selectOptions = this.select.nativeElement.options;
35
- this.selectedValue = selectOptions && selectOptions.length > 0 ? selectOptions[0].value : undefined;
36
- }
37
- else {
38
- this.setLabel();
39
- }
40
- this.contentChangesSubscription = this.contentChanges$.pipe(tap(() => this.setLabel())).subscribe();
41
- }
42
- ngAfterContentChecked() {
43
- this.contentChanges$.next();
44
- }
45
- ngOnDestroy() {
46
- this.contentChangesSubscription.unsubscribe();
47
- }
48
- writeValue(value) {
49
- if (value !== undefined) {
50
- this.selectedValue = value;
51
- }
52
- }
53
- registerOnChange(fn) {
54
- this.propagateChange = fn;
55
- }
56
- registerOnTouched() {
57
- }
58
- getSelectClasses() {
59
- return {
60
- [this.style]: true,
61
- [this.theme]: this.theme,
62
- disabled: this.disabled,
63
- invalid: this.currentState.invalid,
64
- valid: this.currentState.valid,
65
- };
66
- }
67
- onChange(newValue) {
68
- this.propagateChange(newValue);
69
- }
70
- setDisabledState(isDisabled) {
71
- this.disabled = isDisabled;
72
- }
73
- get currentState() {
74
- return Object.assign({
75
- valid: this.control ? this.control.dirty && this.control.valid : undefined,
76
- invalid: this.control ? this.control.dirty && this.control.invalid : undefined,
77
- }, this.state);
78
- }
79
- setLabel() {
80
- const optionsArray = [].slice.call(this.select.nativeElement.options);
81
- const selectedIndex = optionsArray.findIndex(option => option.value === this.selectedValue);
82
- if (selectedIndex >= 0) {
83
- const selectedOption = optionsArray[selectedIndex];
84
- this.selectedLabel = selectedOption.innerText;
85
- this.select.nativeElement.selectedIndex = selectedIndex;
86
- }
87
- }
88
- }
89
- EvoSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
90
- EvoSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoSelectComponent, selector: "evo-select", inputs: { style: "style", label: "label", theme: "theme" }, providers: [
91
- {
92
- provide: NG_VALUE_ACCESSOR,
93
- useExisting: forwardRef(() => EvoSelectComponent),
94
- multi: true,
95
- },
96
- ], viewQueries: [{ propertyName: "select", first: true, predicate: ["select"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"evo-select\" [evoUiClass]=\"getSelectClasses()\">\n <div class=\"evo-select__field\" [evoUiClass]=\"getSelectClasses()\">{{selectedLabel}}</div>\n <select #select class=\"evo-select__native\" [disabled]=\"disabled\" [(ngModel)]=\"selectedValue\" (ngModelChange)=\"onChange($event)\">\n <ng-content></ng-content>\n </select>\n <span class=\"evo-select__icon-arrow\">\n <svg width=\"7\" height=\"5\" viewBox=\"0 0 7 5\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 0H7L3.44199 5L0 0Z\" />\n </svg>\n </span>\n</label>\n<evo-control-error *ngIf=\"showErrors\"\n [errors]=\"control.errors\"\n [errorsMessages]=\"errorsMessages\"></evo-control-error>\n", styles: [":host{position:relative;display:inline-block}.evo-select{position:relative;display:flex;align-items:center}.evo-select:after{content:\"\";position:absolute;pointer-events:none}.evo-select_input{height:48px}.evo-select_input:after{right:20px;width:8px;height:12px;background:url(\"data:image/svg+xml,%3Csvg width%3D%228%22 height%3D%2212%22 viewBox%3D%220 0 8 12%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0 0H8L3.93371 3.99997L0 0Z%22 transform%3D%22translate(0 8)%22 fill%3D%22%23212121%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0 0H8L3.93371 3.99997L0 0Z%22 transform%3D%22translate(0 4) scale(1 -1)%22 fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E\");background-repeat:no-repeat;background-position:center}.evo-select_disabled{pointer-events:none}.evo-select_disabled:after{opacity:.4}.evo-select_inline .evo-select__icon-arrow{display:flex;margin-left:10px}.evo-select_inline .evo-select__icon-arrow svg{fill:#212121}.evo-select_inline.evo-select_disabled .evo-select__icon-arrow svg{fill:#9b9b9b}.evo-select__icon-arrow{display:none}.evo-select__native{position:absolute;top:0;left:0;z-index:10;display:block;width:100%;height:100%;cursor:pointer;opacity:0;-webkit-appearance:none;appearance:none}.evo-select__field{width:100%;height:100%}.evo-select__field_input{display:inline-block;padding:10px 38px 10px 20px;overflow:hidden;line-height:26px;text-overflow:ellipsis;--evo-input-height: 48px;--evo-input-border-radius: 4px;--evo-input-font-size: 16px;display:flex;align-items:center;height:var(--evo-input-height);color:#212121;font-weight:normal;font-size:var(--evo-input-font-size);font-family:\"Noto Sans\",\"Open Sans\",\"Helvetica Neue\",Arial,sans-serif;white-space:nowrap;background-color:#fff;border:1px solid #D6D6D6;border-radius:var(--evo-input-border-radius);outline:none;transition:color .3s,box-shadow .3s,background .3s,border .3s}.evo-select__field_input{display:inline-block}.evo-select__field_valid{border-color:#21c68b}.evo-select__field_invalid{border-color:#ff1817}.evo-select__field_disabled{color:#9b9b9b;background:#F4F6F8}.evo-select__field_inline{font-weight:600;background:transparent}.evo-select__field_inline.evo-select__field_disabled{background:transparent}.evo-select_simple .evo-select__field_input{height:auto;padding:0 30px 0 0;font-weight:600;line-height:1;background:transparent;border:none}.evo-select_simple .evo-select_input{height:auto}.evo-select_input.evo-select_simple{height:auto}.evo-select_input.evo-select_simple:after{top:-2px;right:0;width:24px;height:24px;background:url(\"data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22%3E %3Cmask id%3D%22mask0%22 mask-type%3D%22alpha%22 maskUnits%3D%22userSpaceOnUse%22 x%3D%228%22 y%3D%2210%22 width%3D%228%22 height%3D%225%22%3E %3Cpath d%3D%22M8.81066 10C8.14248 10 7.80786 10.8079 8.28033 11.2803L11.4697 14.4697C11.7626 14.7626 12.2374 14.7626 12.5303 14.4697L15.7197 11.2803C16.1921 10.8079 15.8575 10 15.1893 10H8.81066Z%22 fill%3D%22black%22%2F%3E %3C%2Fmask%3E %3Cg mask%3D%22url(%23mask0)%22%3E %3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22%23212121%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E\")}\n"], components: [{ type: i1.EvoControlErrorComponent, selector: "evo-control-error", inputs: ["errors", "errorsMessages", "showCount"] }], directives: [{ type: i2.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i3.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
97
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSelectComponent, decorators: [{
98
- type: Component,
99
- args: [{
100
- selector: 'evo-select',
101
- templateUrl: './evo-select.component.html',
102
- styleUrls: ['./evo-select.component.scss'],
103
- providers: [
104
- {
105
- provide: NG_VALUE_ACCESSOR,
106
- useExisting: forwardRef(() => EvoSelectComponent),
107
- multi: true,
108
- },
109
- ],
110
- }]
111
- }], propDecorators: { style: [{
112
- type: Input
113
- }], label: [{
114
- type: Input
115
- }], theme: [{
116
- type: Input
117
- }], select: [{
118
- type: ViewChild,
119
- args: ['select', { static: true }]
120
- }] } });
1
+ import { Component, forwardRef, Input, ViewChild } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ import { EvoBaseControl } from '../../common/evo-base-control';
4
+ import { Subject } from 'rxjs';
5
+ import { tap } from 'rxjs/operators';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "../evo-control-error/evo-control-error.component";
8
+ import * as i2 from "../../directives/evo-ui-class.directive";
9
+ import * as i3 from "@angular/forms";
10
+ import * as i4 from "@angular/common";
11
+ export class EvoSelectComponent extends EvoBaseControl {
12
+ constructor() {
13
+ super(...arguments);
14
+ this.style = 'input';
15
+ this.disabled = false;
16
+ this.contentChanges$ = new Subject();
17
+ this.propagateChange = (_) => { };
18
+ }
19
+ set selectedValue(value) {
20
+ this._selectedValue = value;
21
+ [].slice.call(this.select.nativeElement.options).some((option, index) => {
22
+ if (option && option.value === value) {
23
+ this.selectedLabel = option.innerText;
24
+ return true;
25
+ }
26
+ return false;
27
+ });
28
+ }
29
+ get selectedValue() {
30
+ return this._selectedValue;
31
+ }
32
+ ngAfterContentInit() {
33
+ if (!this.selectedValue) {
34
+ const selectOptions = this.select.nativeElement.options;
35
+ this.selectedValue = selectOptions && selectOptions.length > 0 ? selectOptions[0].value : undefined;
36
+ }
37
+ else {
38
+ this.setLabel();
39
+ }
40
+ this.contentChangesSubscription = this.contentChanges$.pipe(tap(() => this.setLabel())).subscribe();
41
+ }
42
+ ngAfterContentChecked() {
43
+ this.contentChanges$.next();
44
+ }
45
+ ngOnDestroy() {
46
+ this.contentChangesSubscription.unsubscribe();
47
+ }
48
+ writeValue(value) {
49
+ if (value !== undefined) {
50
+ this.selectedValue = value;
51
+ }
52
+ }
53
+ registerOnChange(fn) {
54
+ this.propagateChange = fn;
55
+ }
56
+ registerOnTouched() {
57
+ }
58
+ getSelectClasses() {
59
+ return {
60
+ [this.style]: true,
61
+ [this.theme]: this.theme,
62
+ disabled: this.disabled,
63
+ invalid: this.currentState.invalid,
64
+ valid: this.currentState.valid,
65
+ };
66
+ }
67
+ onChange(newValue) {
68
+ this.propagateChange(newValue);
69
+ }
70
+ setDisabledState(isDisabled) {
71
+ this.disabled = isDisabled;
72
+ }
73
+ get currentState() {
74
+ return Object.assign({
75
+ valid: this.control ? this.control.dirty && this.control.valid : undefined,
76
+ invalid: this.control ? this.control.dirty && this.control.invalid : undefined,
77
+ }, this.state);
78
+ }
79
+ setLabel() {
80
+ const optionsArray = [].slice.call(this.select.nativeElement.options);
81
+ const selectedIndex = optionsArray.findIndex(option => option.value === this.selectedValue);
82
+ if (selectedIndex >= 0) {
83
+ const selectedOption = optionsArray[selectedIndex];
84
+ this.selectedLabel = selectedOption.innerText;
85
+ this.select.nativeElement.selectedIndex = selectedIndex;
86
+ }
87
+ }
88
+ }
89
+ EvoSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
90
+ EvoSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoSelectComponent, selector: "evo-select", inputs: { style: "style", label: "label", theme: "theme" }, providers: [
91
+ {
92
+ provide: NG_VALUE_ACCESSOR,
93
+ useExisting: forwardRef(() => EvoSelectComponent),
94
+ multi: true,
95
+ },
96
+ ], viewQueries: [{ propertyName: "select", first: true, predicate: ["select"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"evo-select\" [evoUiClass]=\"getSelectClasses()\">\n <div class=\"evo-select__field\" [evoUiClass]=\"getSelectClasses()\">{{selectedLabel}}</div>\n <select #select class=\"evo-select__native\" [disabled]=\"disabled\" [(ngModel)]=\"selectedValue\" (ngModelChange)=\"onChange($event)\">\n <ng-content></ng-content>\n </select>\n <span class=\"evo-select__icon-arrow\">\n <svg width=\"7\" height=\"5\" viewBox=\"0 0 7 5\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 0H7L3.44199 5L0 0Z\" />\n </svg>\n </span>\n</label>\n<evo-control-error *ngIf=\"showErrors\"\n [errors]=\"control.errors\"\n [errorsMessages]=\"errorsMessages\"></evo-control-error>\n", styles: [":host{position:relative;display:inline-block}.evo-select{position:relative;display:flex;align-items:center}.evo-select:after{content:\"\";position:absolute;pointer-events:none}.evo-select_input{height:48px}.evo-select_input:after{right:20px;width:8px;height:12px;background:url(\"data:image/svg+xml,%3Csvg width%3D%228%22 height%3D%2212%22 viewBox%3D%220 0 8 12%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0 0H8L3.93371 3.99997L0 0Z%22 transform%3D%22translate(0 8)%22 fill%3D%22%23212121%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0 0H8L3.93371 3.99997L0 0Z%22 transform%3D%22translate(0 4) scale(1 -1)%22 fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E\");background-repeat:no-repeat;background-position:center}.evo-select_disabled{pointer-events:none}.evo-select_disabled:after{opacity:.4}.evo-select_inline .evo-select__icon-arrow{display:flex;margin-left:10px}.evo-select_inline .evo-select__icon-arrow svg{fill:#212121}.evo-select_inline.evo-select_disabled .evo-select__icon-arrow svg{fill:#9b9b9b}.evo-select__icon-arrow{display:none}.evo-select__native{position:absolute;top:0;left:0;z-index:10;display:block;width:100%;height:100%;cursor:pointer;opacity:0;-webkit-appearance:none;appearance:none}.evo-select__field{width:100%;height:100%}.evo-select__field_input{display:inline-block;padding:10px 38px 10px 20px;overflow:hidden;line-height:26px;text-overflow:ellipsis;--evo-input-height: 48px;--evo-input-border-radius: 4px;--evo-input-font-size: 16px;display:flex;align-items:center;height:var(--evo-input-height);color:#212121;font-weight:normal;font-size:var(--evo-input-font-size);font-family:var(--font);white-space:nowrap;background-color:#fff;border:1px solid #C6C6C6;border-radius:var(--evo-input-border-radius);outline:none;transition:color .3s,box-shadow .3s,background .3s,border .3s}.evo-select__field_input{display:inline-block}.evo-select__field_valid{border-color:#21c68b}.evo-select__field_invalid{border-color:#ff1817}.evo-select__field_disabled{color:#9b9b9b;background:#F4F6F8}.evo-select__field_inline{font-weight:600;background:transparent}.evo-select__field_inline.evo-select__field_disabled{background:transparent}.evo-select_simple .evo-select__field_input{height:auto;padding:0 30px 0 0;font-weight:600;line-height:1;background:transparent;border:none}.evo-select_simple .evo-select_input{height:auto}.evo-select_input.evo-select_simple{height:auto}.evo-select_input.evo-select_simple:after{top:-2px;right:0;width:24px;height:24px;background:url(\"data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22%3E %3Cmask id%3D%22mask0%22 mask-type%3D%22alpha%22 maskUnits%3D%22userSpaceOnUse%22 x%3D%228%22 y%3D%2210%22 width%3D%228%22 height%3D%225%22%3E %3Cpath d%3D%22M8.81066 10C8.14248 10 7.80786 10.8079 8.28033 11.2803L11.4697 14.4697C11.7626 14.7626 12.2374 14.7626 12.5303 14.4697L15.7197 11.2803C16.1921 10.8079 15.8575 10 15.1893 10H8.81066Z%22 fill%3D%22black%22%2F%3E %3C%2Fmask%3E %3Cg mask%3D%22url(%23mask0)%22%3E %3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22%23212121%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E\")}\n"], components: [{ type: i1.EvoControlErrorComponent, selector: "evo-control-error", inputs: ["errors", "errorsMessages", "showCount"] }], directives: [{ type: i2.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i3.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
97
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoSelectComponent, decorators: [{
98
+ type: Component,
99
+ args: [{
100
+ selector: 'evo-select',
101
+ templateUrl: './evo-select.component.html',
102
+ styleUrls: ['./evo-select.component.scss'],
103
+ providers: [
104
+ {
105
+ provide: NG_VALUE_ACCESSOR,
106
+ useExisting: forwardRef(() => EvoSelectComponent),
107
+ multi: true,
108
+ },
109
+ ],
110
+ }]
111
+ }], propDecorators: { style: [{
112
+ type: Input
113
+ }], label: [{
114
+ type: Input
115
+ }], theme: [{
116
+ type: Input
117
+ }], select: [{
118
+ type: ViewChild,
119
+ args: ['select', { static: true }]
120
+ }] } });
121
121
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXNlbGVjdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tc2VsZWN0L2V2by1zZWxlY3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXNlbGVjdC9ldm8tc2VsZWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFHSCxTQUFTLEVBRVQsVUFBVSxFQUNWLEtBQUssRUFFTCxTQUFTLEVBQ1osTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUUvRCxPQUFPLEVBQUUsT0FBTyxFQUFnQixNQUFNLE1BQU0sQ0FBQztBQUM3QyxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7OztBQWNyQyxNQUFNLE9BQU8sa0JBQW1CLFNBQVEsY0FBYztJQVp0RDs7UUFjYSxVQUFLLEdBQXVCLE9BQU8sQ0FBQztRQUk3QyxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBc0JULG9CQUFlLEdBQUcsSUFBSSxPQUFPLEVBQUUsQ0FBQztRQUl4QyxvQkFBZSxHQUFHLENBQUMsQ0FBTSxFQUFFLEVBQUUsR0FBRSxDQUFDLENBQUM7S0F3RXBDO0lBL0ZHLElBQUksYUFBYSxDQUFDLEtBQVU7UUFDeEIsSUFBSSxDQUFDLGNBQWMsR0FBRyxLQUFLLENBQUM7UUFDNUIsRUFBRSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsTUFBTSxFQUFFLEtBQUssRUFBRSxFQUFFO1lBQ3BFLElBQUksTUFBTSxJQUFJLE1BQU0sQ0FBQyxLQUFLLEtBQUssS0FBSyxFQUFFO2dCQUNsQyxJQUFJLENBQUMsYUFBYSxHQUFHLE1BQU0sQ0FBQyxTQUFTLENBQUM7Z0JBQ3RDLE9BQU8sSUFBSSxDQUFDO2FBQ2Y7WUFDRCxPQUFPLEtBQUssQ0FBQztRQUNqQixDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxJQUFJLGFBQWE7UUFDYixPQUFPLElBQUksQ0FBQyxjQUFjLENBQUM7SUFDL0IsQ0FBQztJQVlELGtCQUFrQjtRQUNkLElBQUksQ0FBQyxJQUFJLENBQUMsYUFBYSxFQUFFO1lBQ3JCLE1BQU0sYUFBYSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLE9BQU8sQ0FBQztZQUN4RCxJQUFJLENBQUMsYUFBYSxHQUFHLGFBQWEsSUFBSSxhQUFhLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1NBQ3ZHO2FBQU07WUFDSCxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7U0FDbkI7UUFDRCxJQUFJLENBQUMsMEJBQTBCLEdBQUcsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQ3ZELEdBQUcsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FDN0IsQ0FBQyxTQUFTLEVBQUUsQ0FBQztJQUNsQixDQUFDO0lBRUQscUJBQXFCO1FBQ2pCLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDaEMsQ0FBQztJQUVELFdBQVc7UUFDUCxJQUFJLENBQUMsMEJBQTBCLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDbEQsQ0FBQztJQUVELFVBQVUsQ0FBQyxLQUFVO1FBQ2pCLElBQUksS0FBSyxLQUFLLFNBQVMsRUFBRTtZQUNyQixJQUFJLENBQUMsYUFBYSxHQUFHLEtBQUssQ0FBQztTQUM5QjtJQUNMLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUFFO1FBQ2YsSUFBSSxDQUFDLGVBQWUsR0FBRyxFQUFFLENBQUM7SUFDOUIsQ0FBQztJQUVELGlCQUFpQjtJQUNqQixDQUFDO0lBRUQsZ0JBQWdCO1FBQ1osT0FBTztZQUNILENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxFQUFFLElBQUk7WUFDbEIsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLEVBQUUsSUFBSSxDQUFDLEtBQUs7WUFDeEIsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRO1lBQ3ZCLE9BQU8sRUFBRSxJQUFJLENBQUMsWUFBWSxDQUFDLE9BQU87WUFDbEMsS0FBSyxFQUFFLElBQUksQ0FBQyxZQUFZLENBQUMsS0FBSztTQUNqQyxDQUFDO0lBQ04sQ0FBQztJQUVELFFBQVEsQ0FBQyxRQUFRO1FBQ2IsSUFBSSxDQUFDLGVBQWUsQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUNuQyxDQUFDO0lBRUQsZ0JBQWdCLENBQUMsVUFBbUI7UUFDaEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxVQUFVLENBQUM7SUFDL0IsQ0FBQztJQUVELElBQUksWUFBWTtRQUNaLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQztZQUNiLEtBQUssRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsU0FBUztZQUMxRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLFNBQVM7U0FDakYsRUFDRCxJQUFJLENBQUMsS0FBSyxDQUNiLENBQUM7SUFDTixDQUFDO0lBRUQsUUFBUTtRQUNKLE1BQU0sWUFBWSxHQUFHLEVBQUUsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQ3RFLE1BQU0sYUFBYSxHQUFHLFlBQVksQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsS0FBSyxLQUFLLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUM1RixJQUFJLGFBQWEsSUFBSSxDQUFDLEVBQUU7WUFDcEIsTUFBTSxjQUFjLEdBQUcsWUFBWSxDQUFDLGFBQWEsQ0FBQyxDQUFDO1lBQ25ELElBQUksQ0FBQyxhQUFhLEdBQUcsY0FBYyxDQUFDLFNBQVMsQ0FBQztZQUM5QyxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWEsQ0FBQyxhQUFhLEdBQUcsYUFBYSxDQUFDO1NBQzNEO0lBQ0wsQ0FBQzs7Z0hBdEdRLGtCQUFrQjtvR0FBbEIsa0JBQWtCLGlHQVJoQjtRQUNQO1lBQ0ksT0FBTyxFQUFFLGlCQUFpQjtZQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLGtCQUFrQixDQUFDO1lBQ2pELEtBQUssRUFBRSxJQUFJO1NBQ2Q7S0FDSixpS0MxQkwsaXdCQWNBOzRGRGNhLGtCQUFrQjtrQkFaOUIsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsWUFBWTtvQkFDdEIsV0FBVyxFQUFFLDZCQUE2QjtvQkFDMUMsU0FBUyxFQUFFLENBQUMsNkJBQTZCLENBQUM7b0JBQzFDLFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxtQkFBbUIsQ0FBQzs0QkFDakQsS0FBSyxFQUFFLElBQUk7eUJBQ2Q7cUJBQ0o7aUJBQ0o7OEJBR1ksS0FBSztzQkFBYixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBRytCLE1BQU07c0JBQTFDLFNBQVM7dUJBQUMsUUFBUSxFQUFFLEVBQUMsTUFBTSxFQUFFLElBQUksRUFBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQWZ0ZXJDb250ZW50Q2hlY2tlZCxcbiAgICBBZnRlckNvbnRlbnRJbml0LFxuICAgIENvbXBvbmVudCxcbiAgICBFbGVtZW50UmVmLFxuICAgIGZvcndhcmRSZWYsXG4gICAgSW5wdXQsXG4gICAgT25EZXN0cm95LFxuICAgIFZpZXdDaGlsZFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEV2b0Jhc2VDb250cm9sIH0gZnJvbSAnLi4vLi4vY29tbW9uL2V2by1iYXNlLWNvbnRyb2wnO1xuaW1wb3J0IHsgSUV2b0NvbnRyb2xTdGF0ZSB9IGZyb20gJy4uLy4uL2NvbW1vbi9ldm8tY29udHJvbC1zdGF0ZS1tYW5hZ2VyL2V2by1jb250cm9sLXN0YXRlLmludGVyZmFjZSc7XG5pbXBvcnQgeyBTdWJqZWN0LCBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IHRhcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldm8tc2VsZWN0JyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZXZvLXNlbGVjdC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vZXZvLXNlbGVjdC5jb21wb25lbnQuc2NzcyddLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEV2b1NlbGVjdENvbXBvbmVudCksXG4gICAgICAgICAgICBtdWx0aTogdHJ1ZSxcbiAgICAgICAgfSxcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBFdm9TZWxlY3RDb21wb25lbnQgZXh0ZW5kcyBFdm9CYXNlQ29udHJvbCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBBZnRlckNvbnRlbnRJbml0LCBPbkRlc3Ryb3ksIEFmdGVyQ29udGVudENoZWNrZWQge1xuXG4gICAgQElucHV0KCkgc3R5bGU6ICdpbnB1dCcgfCAnaW5saW5lJyA9ICdpbnB1dCc7XG4gICAgQElucHV0KCkgbGFiZWw6IHN0cmluZztcbiAgICBASW5wdXQoKSB0aGVtZTogc3RyaW5nO1xuXG4gICAgZGlzYWJsZWQgPSBmYWxzZTtcbiAgICBAVmlld0NoaWxkKCdzZWxlY3QnLCB7c3RhdGljOiB0cnVlfSkgc2VsZWN0OiBFbGVtZW50UmVmO1xuXG4gICAgc2V0IHNlbGVjdGVkVmFsdWUodmFsdWU6IGFueSkge1xuICAgICAgICB0aGlzLl9zZWxlY3RlZFZhbHVlID0gdmFsdWU7XG4gICAgICAgIFtdLnNsaWNlLmNhbGwodGhpcy5zZWxlY3QubmF0aXZlRWxlbWVudC5vcHRpb25zKS5zb21lKChvcHRpb24sIGluZGV4KSA9PiB7XG4gICAgICAgICAgICBpZiAob3B0aW9uICYmIG9wdGlvbi52YWx1ZSA9PT0gdmFsdWUpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnNlbGVjdGVkTGFiZWwgPSBvcHRpb24uaW5uZXJUZXh0O1xuICAgICAgICAgICAgICAgIHJldHVybiB0cnVlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBnZXQgc2VsZWN0ZWRWYWx1ZSgpOiBhbnkge1xuICAgICAgICByZXR1cm4gdGhpcy5fc2VsZWN0ZWRWYWx1ZTtcbiAgICB9XG5cbiAgICBzZWxlY3RlZExhYmVsOiBhbnk7XG5cbiAgICBwcml2YXRlIF9zZWxlY3RlZFZhbHVlOiBhbnk7XG5cbiAgICBwcml2YXRlIGNvbnRlbnRDaGFuZ2VzJCA9IG5ldyBTdWJqZWN0KCk7XG5cbiAgICBwcml2YXRlIGNvbnRlbnRDaGFuZ2VzU3Vic2NyaXB0aW9uOiBTdWJzY3JpcHRpb247XG5cbiAgICBwcm9wYWdhdGVDaGFuZ2UgPSAoXzogYW55KSA9PiB7fTtcblxuICAgIG5nQWZ0ZXJDb250ZW50SW5pdCgpIHtcbiAgICAgICAgaWYgKCF0aGlzLnNlbGVjdGVkVmFsdWUpIHtcbiAgICAgICAgICAgIGNvbnN0IHNlbGVjdE9wdGlvbnMgPSB0aGlzLnNlbGVjdC5uYXRpdmVFbGVtZW50Lm9wdGlvbnM7XG4gICAgICAgICAgICB0aGlzLnNlbGVjdGVkVmFsdWUgPSBzZWxlY3RPcHRpb25zICYmIHNlbGVjdE9wdGlvbnMubGVuZ3RoID4gMCA/IHNlbGVjdE9wdGlvbnNbMF0udmFsdWUgOiB1bmRlZmluZWQ7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLnNldExhYmVsKCk7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5jb250ZW50Q2hhbmdlc1N1YnNjcmlwdGlvbiA9IHRoaXMuY29udGVudENoYW5nZXMkLnBpcGUoXG4gICAgICAgICAgICB0YXAoKCkgPT4gdGhpcy5zZXRMYWJlbCgpKSxcbiAgICAgICAgKS5zdWJzY3JpYmUoKTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyQ29udGVudENoZWNrZWQoKSB7XG4gICAgICAgIHRoaXMuY29udGVudENoYW5nZXMkLm5leHQoKTtcbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250ZW50Q2hhbmdlc1N1YnNjcmlwdGlvbi51bnN1YnNjcmliZSgpO1xuICAgIH1cblxuICAgIHdyaXRlVmFsdWUodmFsdWU6IGFueSkge1xuICAgICAgICBpZiAodmFsdWUgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgdGhpcy5zZWxlY3RlZFZhbHVlID0gdmFsdWU7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICByZWdpc3Rlck9uQ2hhbmdlKGZuKSB7XG4gICAgICAgIHRoaXMucHJvcGFnYXRlQ2hhbmdlID0gZm47XG4gICAgfVxuXG4gICAgcmVnaXN0ZXJPblRvdWNoZWQoKSB7XG4gICAgfVxuXG4gICAgZ2V0U2VsZWN0Q2xhc3NlcygpIHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgIFt0aGlzLnN0eWxlXTogdHJ1ZSxcbiAgICAgICAgICAgIFt0aGlzLnRoZW1lXTogdGhpcy50aGVtZSxcbiAgICAgICAgICAgIGRpc2FibGVkOiB0aGlzLmRpc2FibGVkLFxuICAgICAgICAgICAgaW52YWxpZDogdGhpcy5jdXJyZW50U3RhdGUuaW52YWxpZCxcbiAgICAgICAgICAgIHZhbGlkOiB0aGlzLmN1cnJlbnRTdGF0ZS52YWxpZCxcbiAgICAgICAgfTtcbiAgICB9XG5cbiAgICBvbkNoYW5nZShuZXdWYWx1ZSkge1xuICAgICAgICB0aGlzLnByb3BhZ2F0ZUNoYW5nZShuZXdWYWx1ZSk7XG4gICAgfVxuXG4gICAgc2V0RGlzYWJsZWRTdGF0ZShpc0Rpc2FibGVkOiBib29sZWFuKSB7XG4gICAgICAgIHRoaXMuZGlzYWJsZWQgPSBpc0Rpc2FibGVkO1xuICAgIH1cblxuICAgIGdldCBjdXJyZW50U3RhdGUoKTogSUV2b0NvbnRyb2xTdGF0ZSB7XG4gICAgICAgIHJldHVybiBPYmplY3QuYXNzaWduKHtcbiAgICAgICAgICAgICAgICB2YWxpZDogdGhpcy5jb250cm9sID8gdGhpcy5jb250cm9sLmRpcnR5ICYmIHRoaXMuY29udHJvbC52YWxpZCA6IHVuZGVmaW5lZCxcbiAgICAgICAgICAgICAgICBpbnZhbGlkOiB0aGlzLmNvbnRyb2wgPyB0aGlzLmNvbnRyb2wuZGlydHkgJiYgdGhpcy5jb250cm9sLmludmFsaWQgOiB1bmRlZmluZWQsXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgdGhpcy5zdGF0ZSxcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBzZXRMYWJlbCgpOiB2b2lkIHtcbiAgICAgICAgY29uc3Qgb3B0aW9uc0FycmF5ID0gW10uc2xpY2UuY2FsbCh0aGlzLnNlbGVjdC5uYXRpdmVFbGVtZW50Lm9wdGlvbnMpO1xuICAgICAgICBjb25zdCBzZWxlY3RlZEluZGV4ID0gb3B0aW9uc0FycmF5LmZpbmRJbmRleChvcHRpb24gPT4gb3B0aW9uLnZhbHVlID09PSB0aGlzLnNlbGVjdGVkVmFsdWUpO1xuICAgICAgICBpZiAoc2VsZWN0ZWRJbmRleCA+PSAwKSB7XG4gICAgICAgICAgICBjb25zdCBzZWxlY3RlZE9wdGlvbiA9IG9wdGlvbnNBcnJheVtzZWxlY3RlZEluZGV4XTtcbiAgICAgICAgICAgIHRoaXMuc2VsZWN0ZWRMYWJlbCA9IHNlbGVjdGVkT3B0aW9uLmlubmVyVGV4dDtcbiAgICAgICAgICAgIHRoaXMuc2VsZWN0Lm5hdGl2ZUVsZW1lbnQuc2VsZWN0ZWRJbmRleCA9IHNlbGVjdGVkSW5kZXg7XG4gICAgICAgIH1cbiAgICB9XG5cbn1cbiIsIjxsYWJlbCBjbGFzcz1cImV2by1zZWxlY3RcIiBbZXZvVWlDbGFzc109XCJnZXRTZWxlY3RDbGFzc2VzKClcIj5cbiAgICA8ZGl2IGNsYXNzPVwiZXZvLXNlbGVjdF9fZmllbGRcIiBbZXZvVWlDbGFzc109XCJnZXRTZWxlY3RDbGFzc2VzKClcIj57e3NlbGVjdGVkTGFiZWx9fTwvZGl2PlxuICAgIDxzZWxlY3QgI3NlbGVjdCBjbGFzcz1cImV2by1zZWxlY3RfX25hdGl2ZVwiIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiIFsobmdNb2RlbCldPVwic2VsZWN0ZWRWYWx1ZVwiIChuZ01vZGVsQ2hhbmdlKT1cIm9uQ2hhbmdlKCRldmVudClcIj5cbiAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDwvc2VsZWN0PlxuICAgIDxzcGFuIGNsYXNzPVwiZXZvLXNlbGVjdF9faWNvbi1hcnJvd1wiPlxuICAgICAgICA8c3ZnIHdpZHRoPVwiN1wiIGhlaWdodD1cIjVcIiB2aWV3Qm94PVwiMCAwIDcgNVwiIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIj5cbiAgICAgICAgICAgIDxwYXRoIGZpbGwtcnVsZT1cImV2ZW5vZGRcIiBjbGlwLXJ1bGU9XCJldmVub2RkXCIgZD1cIk0wIDBIN0wzLjQ0MTk5IDVMMCAwWlwiIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgIDwvc3Bhbj5cbjwvbGFiZWw+XG48ZXZvLWNvbnRyb2wtZXJyb3IgKm5nSWY9XCJzaG93RXJyb3JzXCJcbiAgICBbZXJyb3JzXT1cImNvbnRyb2wuZXJyb3JzXCJcbiAgICBbZXJyb3JzTWVzc2FnZXNdPVwiZXJyb3JzTWVzc2FnZXNcIj48L2V2by1jb250cm9sLWVycm9yPlxuIl19