@evotor-dev/ui-kit 6.3.0 → 6.4.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 (591) hide show
  1. package/README.md +4 -0
  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-chip.scss +2 -2
  590. package/styles/mixins.scss +3 -2
  591. package/styles/variables.scss +16 -13
@@ -1,103 +1,103 @@
1
- import { Component } from '@angular/core';
2
- import { animate, style, transition, trigger } from '@angular/animations';
3
- import { delay, filter, map, mergeMap, take, tap } from 'rxjs/operators';
4
- import { BehaviorSubject, of } from 'rxjs';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "./evo-toast.service";
7
- import * as i2 from "../evo-icon/evo-icon.component";
8
- import * as i3 from "@angular/common";
9
- import * as i4 from "../../directives/evo-ui-class.directive";
10
- export var EvoToastTypes;
11
- (function (EvoToastTypes) {
12
- EvoToastTypes["DEFAULT"] = "default";
13
- EvoToastTypes["DANGER"] = "danger";
14
- EvoToastTypes["SUCCESS"] = "success";
15
- })(EvoToastTypes || (EvoToastTypes = {}));
16
- export class EvoToastComponent {
17
- constructor(toastService, cdr) {
18
- this.toastService = toastService;
19
- this.cdr = cdr;
20
- this.isForced = false;
21
- this.isOpen$ = new BehaviorSubject(false);
22
- }
23
- ngOnInit() {
24
- this.toastService.register();
25
- this.subscribeToToastPushes();
26
- }
27
- handleAnimationDone() {
28
- if (this.toast) {
29
- this.$appearTimeout = of({}).pipe(delay(5000)).subscribe(() => {
30
- this.toast = null;
31
- this.cdr.detectChanges();
32
- });
33
- }
34
- else if (!this.isForced) {
35
- this.toastService.toastComplete();
36
- }
37
- this.isOpen$.next(!!this.toast);
38
- }
39
- close() {
40
- this.$appearTimeout.unsubscribe();
41
- this.toast = null;
42
- this.cdr.detectChanges();
43
- }
44
- subscribeToToastPushes() {
45
- this.toastService.pushEvents.pipe(tap(() => {
46
- this.toast = null;
47
- if (this.$appearTimeout && !this.$appearTimeout.closed) {
48
- this.isForced = true;
49
- this.$appearTimeout.unsubscribe();
50
- }
51
- }), mergeMap((toast) => {
52
- return this.isOpen$.pipe(filter((isOpen) => !isOpen), take(1), map(() => toast));
53
- })).subscribe((toast) => {
54
- this.toast = toast;
55
- this.isForced = false;
56
- this.cdr.detectChanges();
57
- });
58
- }
59
- }
60
- EvoToastComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastComponent, deps: [{ token: i1.EvoToastService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
61
- EvoToastComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoToastComponent, selector: "evo-toast", ngImport: i0, template: "<div class=\"evo-toast__wrapper\"\n [@appear]=\"toast ? 'in' : null\"\n (@appear.done)=\"handleAnimationDone()\"\n *ngIf=\"toast\">\n <div class=\"evo-toast\" [evoUiClass]=\"toast?.type || ''\">\n <ng-container *ngIf=\"toast?.message\">\n <div class=\"evo-toast__message\" [innerHTML]=\"toast?.message\"></div>\n </ng-container>\n <ng-container *ngIf=\"toast?.templateRef\">\n <div class=\"evo-toast__message\">\n <ng-container [ngTemplateOutlet]=\"toast?.templateRef\"></ng-container>\n </div>\n </ng-container>\n <evo-icon class=\"evo-toast__close\" shape=\"close\" (click)=\"close()\"></evo-icon>\n </div>\n</div>\n", styles: [".evo-toast{display:flex;width:300px;padding:16px;background:#403C3D;border-radius:8px;box-shadow:0 8px 10px #0003,0 6px 30px #0000001f,0 16px 24px #00000024}.evo-toast_danger{background:#FF6F6F;box-shadow:0 8px 10px #ff6f6f33,0 6px 30px #ff6f6f1f,0 16px 24px #ff6f6f24}.evo-toast_success{background:#21C68B;box-shadow:0 8px 10px #21c68b33,0 6px 30px #21c68b1f,0 16px 24px #21c68b24}.evo-toast__wrapper{position:fixed;bottom:32px;left:calc(50% - 150px)}.evo-toast__message{flex:1;color:#fff;font-weight:600;font-size:14px}.evo-toast__close{flex-shrink:0;width:24px;height:24px;cursor:pointer;opacity:.5;transition:opacity .25s;-webkit-user-select:none;user-select:none;fill:#fff}.evo-toast__close:hover{opacity:1}.evo-toast_danger::ng-deep a:link,.evo-toast_danger::ng-deep a:hover,.evo-toast_danger::ng-deep a:active,.evo-toast_danger::ng-deep a:visited,.evo-toast_success::ng-deep a:link,.evo-toast_success::ng-deep a:hover,.evo-toast_success::ng-deep a:active,.evo-toast_success::ng-deep a:visited{color:#fff;font-weight:bold;text-decoration:underline}.evo-toast_danger::ng-deep *,.evo-toast_success::ng-deep *{color:#fff}\n"], components: [{ type: i2.EvoIconComponent, selector: "evo-icon", inputs: ["shape", "svgWidth", "svgHeight", "svgViewBox"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
62
- trigger('appear', [
63
- transition('void => in', [
64
- style({
65
- bottom: '-100px',
66
- }),
67
- animate('250ms cubic-bezier(0, 0, 0.2, 1.40)', style({
68
- bottom: '32px',
69
- })),
70
- ]),
71
- transition('in => void', [
72
- animate('250ms ease-in', style({
73
- bottom: '-100px',
74
- })),
75
- ]),
76
- ]),
77
- ] });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastComponent, decorators: [{
79
- type: Component,
80
- args: [{
81
- selector: 'evo-toast',
82
- templateUrl: './evo-toast.component.html',
83
- styleUrls: ['./evo-toast.component.scss'],
84
- animations: [
85
- trigger('appear', [
86
- transition('void => in', [
87
- style({
88
- bottom: '-100px',
89
- }),
90
- animate('250ms cubic-bezier(0, 0, 0.2, 1.40)', style({
91
- bottom: '32px',
92
- })),
93
- ]),
94
- transition('in => void', [
95
- animate('250ms ease-in', style({
96
- bottom: '-100px',
97
- })),
98
- ]),
99
- ]),
100
- ],
101
- }]
102
- }], ctorParameters: function () { return [{ type: i1.EvoToastService }, { type: i0.ChangeDetectorRef }]; } });
1
+ import { Component } from '@angular/core';
2
+ import { animate, style, transition, trigger } from '@angular/animations';
3
+ import { delay, filter, map, mergeMap, take, tap } from 'rxjs/operators';
4
+ import { BehaviorSubject, of } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "./evo-toast.service";
7
+ import * as i2 from "../evo-icon/evo-icon.component";
8
+ import * as i3 from "@angular/common";
9
+ import * as i4 from "../../directives/evo-ui-class.directive";
10
+ export var EvoToastTypes;
11
+ (function (EvoToastTypes) {
12
+ EvoToastTypes["DEFAULT"] = "default";
13
+ EvoToastTypes["DANGER"] = "danger";
14
+ EvoToastTypes["SUCCESS"] = "success";
15
+ })(EvoToastTypes || (EvoToastTypes = {}));
16
+ export class EvoToastComponent {
17
+ constructor(toastService, cdr) {
18
+ this.toastService = toastService;
19
+ this.cdr = cdr;
20
+ this.isForced = false;
21
+ this.isOpen$ = new BehaviorSubject(false);
22
+ }
23
+ ngOnInit() {
24
+ this.toastService.register();
25
+ this.subscribeToToastPushes();
26
+ }
27
+ handleAnimationDone() {
28
+ if (this.toast) {
29
+ this.$appearTimeout = of({}).pipe(delay(5000)).subscribe(() => {
30
+ this.toast = null;
31
+ this.cdr.detectChanges();
32
+ });
33
+ }
34
+ else if (!this.isForced) {
35
+ this.toastService.toastComplete();
36
+ }
37
+ this.isOpen$.next(!!this.toast);
38
+ }
39
+ close() {
40
+ this.$appearTimeout.unsubscribe();
41
+ this.toast = null;
42
+ this.cdr.detectChanges();
43
+ }
44
+ subscribeToToastPushes() {
45
+ this.toastService.pushEvents.pipe(tap(() => {
46
+ this.toast = null;
47
+ if (this.$appearTimeout && !this.$appearTimeout.closed) {
48
+ this.isForced = true;
49
+ this.$appearTimeout.unsubscribe();
50
+ }
51
+ }), mergeMap((toast) => {
52
+ return this.isOpen$.pipe(filter((isOpen) => !isOpen), take(1), map(() => toast));
53
+ })).subscribe((toast) => {
54
+ this.toast = toast;
55
+ this.isForced = false;
56
+ this.cdr.detectChanges();
57
+ });
58
+ }
59
+ }
60
+ EvoToastComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastComponent, deps: [{ token: i1.EvoToastService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
61
+ EvoToastComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoToastComponent, selector: "evo-toast", ngImport: i0, template: "<div class=\"evo-toast__wrapper\"\n [@appear]=\"toast ? 'in' : null\"\n (@appear.done)=\"handleAnimationDone()\"\n *ngIf=\"toast\">\n <div class=\"evo-toast\" [evoUiClass]=\"toast?.type || ''\">\n <ng-container *ngIf=\"toast?.message\">\n <div class=\"evo-toast__message\" [innerHTML]=\"toast?.message\"></div>\n </ng-container>\n <ng-container *ngIf=\"toast?.templateRef\">\n <div class=\"evo-toast__message\">\n <ng-container [ngTemplateOutlet]=\"toast?.templateRef\"></ng-container>\n </div>\n </ng-container>\n <evo-icon class=\"evo-toast__close\" shape=\"close\" (click)=\"close()\"></evo-icon>\n </div>\n</div>\n", styles: [".evo-toast{display:flex;width:300px;padding:16px;background:#403C3D;border-radius:8px;box-shadow:0 8px 10px #0003,0 6px 30px #0000001f,0 16px 24px #00000024}.evo-toast_danger{background:#FF6F6F;box-shadow:0 8px 10px #ff6f6f33,0 6px 30px #ff6f6f1f,0 16px 24px #ff6f6f24}.evo-toast_success{background:#21C68B;box-shadow:0 8px 10px #21c68b33,0 6px 30px #21c68b1f,0 16px 24px #21c68b24}.evo-toast__wrapper{position:fixed;bottom:32px;left:calc(50% - 150px)}.evo-toast__message{flex:1;color:#fff;font-weight:600;font-size:14px}.evo-toast__close{flex-shrink:0;width:24px;height:24px;cursor:pointer;opacity:.5;transition:opacity .25s;-webkit-user-select:none;user-select:none;fill:#fff}.evo-toast__close:hover{opacity:1}.evo-toast_danger::ng-deep a:link,.evo-toast_danger::ng-deep a:hover,.evo-toast_danger::ng-deep a:active,.evo-toast_danger::ng-deep a:visited,.evo-toast_success::ng-deep a:link,.evo-toast_success::ng-deep a:hover,.evo-toast_success::ng-deep a:active,.evo-toast_success::ng-deep a:visited{color:#fff;font-weight:bold;text-decoration:underline}.evo-toast_danger::ng-deep *,.evo-toast_success::ng-deep *{color:#fff}\n"], components: [{ type: i2.EvoIconComponent, selector: "evo-icon", inputs: ["shape", "svgWidth", "svgHeight", "svgViewBox"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
62
+ trigger('appear', [
63
+ transition('void => in', [
64
+ style({
65
+ bottom: '-100px',
66
+ }),
67
+ animate('250ms cubic-bezier(0, 0, 0.2, 1.40)', style({
68
+ bottom: '32px',
69
+ })),
70
+ ]),
71
+ transition('in => void', [
72
+ animate('250ms ease-in', style({
73
+ bottom: '-100px',
74
+ })),
75
+ ]),
76
+ ]),
77
+ ] });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastComponent, decorators: [{
79
+ type: Component,
80
+ args: [{
81
+ selector: 'evo-toast',
82
+ templateUrl: './evo-toast.component.html',
83
+ styleUrls: ['./evo-toast.component.scss'],
84
+ animations: [
85
+ trigger('appear', [
86
+ transition('void => in', [
87
+ style({
88
+ bottom: '-100px',
89
+ }),
90
+ animate('250ms cubic-bezier(0, 0, 0.2, 1.40)', style({
91
+ bottom: '32px',
92
+ })),
93
+ ]),
94
+ transition('in => void', [
95
+ animate('250ms ease-in', style({
96
+ bottom: '-100px',
97
+ })),
98
+ ]),
99
+ ]),
100
+ ],
101
+ }]
102
+ }], ctorParameters: function () { return [{ type: i1.EvoToastService }, { type: i0.ChangeDetectorRef }]; } });
103
103
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXRvYXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by10b2FzdC9ldm8tdG9hc3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXRvYXN0L2V2by10b2FzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXFCLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUVyRSxPQUFPLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDMUUsT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsR0FBRyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDekUsT0FBTyxFQUFFLGVBQWUsRUFBRSxFQUFFLEVBQWdCLE1BQU0sTUFBTSxDQUFDOzs7Ozs7QUFFekQsTUFBTSxDQUFOLElBQVksYUFJWDtBQUpELFdBQVksYUFBYTtJQUNyQixvQ0FBbUIsQ0FBQTtJQUNuQixrQ0FBaUIsQ0FBQTtJQUNqQixvQ0FBbUIsQ0FBQTtBQUN2QixDQUFDLEVBSlcsYUFBYSxLQUFiLGFBQWEsUUFJeEI7QUF3QkQsTUFBTSxPQUFPLGlCQUFpQjtJQVExQixZQUNZLFlBQTZCLEVBQ3BCLEdBQXNCO1FBRC9CLGlCQUFZLEdBQVosWUFBWSxDQUFpQjtRQUNwQixRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQUxuQyxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ2pCLFlBQU8sR0FBNkIsSUFBSSxlQUFlLENBQVUsS0FBSyxDQUFDLENBQUM7SUFLNUUsQ0FBQztJQUVMLFFBQVE7UUFDSixJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsRUFBRSxDQUFDO1FBQzdCLElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO0lBQ2xDLENBQUM7SUFFRCxtQkFBbUI7UUFDZixJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUU7WUFDWixJQUFJLENBQUMsY0FBYyxHQUFHLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQzdCLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FDZCxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUU7Z0JBQ2IsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUM7Z0JBQ2xCLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDN0IsQ0FBQyxDQUFDLENBQUM7U0FDTjthQUFNLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFO1lBQ3ZCLElBQUksQ0FBQyxZQUFZLENBQUMsYUFBYSxFQUFFLENBQUM7U0FDckM7UUFFRCxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3BDLENBQUM7SUFFRCxLQUFLO1FBQ0QsSUFBSSxDQUFDLGNBQWMsQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUNsQyxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQztRQUNsQixJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQzdCLENBQUM7SUFFTyxzQkFBc0I7UUFDMUIsSUFBSSxDQUFDLFlBQVksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUM3QixHQUFHLENBQUMsR0FBRyxFQUFFO1lBQ0wsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUM7WUFFbEIsSUFBSSxJQUFJLENBQUMsY0FBYyxJQUFJLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxNQUFNLEVBQUU7Z0JBQ3BELElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDO2dCQUNyQixJQUFJLENBQUMsY0FBYyxDQUFDLFdBQVcsRUFBRSxDQUFDO2FBQ3JDO1FBQ0wsQ0FBQyxDQUFDLEVBQ0YsUUFBUSxDQUFDLENBQUMsS0FBZSxFQUFFLEVBQUU7WUFDekIsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FDcEIsTUFBTSxDQUFDLENBQUMsTUFBZSxFQUFFLEVBQUUsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxFQUNwQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQ1AsR0FBRyxDQUFDLEdBQUcsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUNuQixDQUFDO1FBQ04sQ0FBQyxDQUFDLENBQ0wsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUFlLEVBQUUsRUFBRTtZQUM1QixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztZQUNuQixJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQztZQUN0QixJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQzdCLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQzs7K0dBN0RRLGlCQUFpQjttR0FBakIsaUJBQWlCLGlEQ2xDOUIsaXRCQWdCQSxtakREQWdCO1FBQ1IsT0FBTyxDQUFDLFFBQVEsRUFBRTtZQUNkLFVBQVUsQ0FBQyxZQUFZLEVBQUU7Z0JBQ3JCLEtBQUssQ0FBQztvQkFDRixNQUFNLEVBQUUsUUFBUTtpQkFDbkIsQ0FBQztnQkFDRixPQUFPLENBQUMscUNBQXFDLEVBQUUsS0FBSyxDQUFDO29CQUNqRCxNQUFNLEVBQUUsTUFBTTtpQkFDakIsQ0FBQyxDQUFDO2FBQ04sQ0FBQztZQUNGLFVBQVUsQ0FBQyxZQUFZLEVBQUU7Z0JBQ3JCLE9BQU8sQ0FBQyxlQUFlLEVBQUUsS0FBSyxDQUFDO29CQUMzQixNQUFNLEVBQUUsUUFBUTtpQkFDbkIsQ0FBQyxDQUFDO2FBQ04sQ0FBQztTQUNMLENBQUM7S0FDTDs0RkFFUSxpQkFBaUI7a0JBdEI3QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxXQUFXO29CQUNyQixXQUFXLEVBQUUsNEJBQTRCO29CQUN6QyxTQUFTLEVBQUUsQ0FBRSw0QkFBNEIsQ0FBRTtvQkFDM0MsVUFBVSxFQUFFO3dCQUNSLE9BQU8sQ0FBQyxRQUFRLEVBQUU7NEJBQ2QsVUFBVSxDQUFDLFlBQVksRUFBRTtnQ0FDckIsS0FBSyxDQUFDO29DQUNGLE1BQU0sRUFBRSxRQUFRO2lDQUNuQixDQUFDO2dDQUNGLE9BQU8sQ0FBQyxxQ0FBcUMsRUFBRSxLQUFLLENBQUM7b0NBQ2pELE1BQU0sRUFBRSxNQUFNO2lDQUNqQixDQUFDLENBQUM7NkJBQ04sQ0FBQzs0QkFDRixVQUFVLENBQUMsWUFBWSxFQUFFO2dDQUNyQixPQUFPLENBQUMsZUFBZSxFQUFFLEtBQUssQ0FBQztvQ0FDM0IsTUFBTSxFQUFFLFFBQVE7aUNBQ25CLENBQUMsQ0FBQzs2QkFDTixDQUFDO3lCQUNMLENBQUM7cUJBQ0w7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEV2b1RvYXN0LCBFdm9Ub2FzdFNlcnZpY2UgfSBmcm9tICcuL2V2by10b2FzdC5zZXJ2aWNlJztcbmltcG9ydCB7IGFuaW1hdGUsIHN0eWxlLCB0cmFuc2l0aW9uLCB0cmlnZ2VyIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBkZWxheSwgZmlsdGVyLCBtYXAsIG1lcmdlTWFwLCB0YWtlLCB0YXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIG9mLCBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcblxuZXhwb3J0IGVudW0gRXZvVG9hc3RUeXBlcyB7XG4gICAgREVGQVVMVCA9ICdkZWZhdWx0JyxcbiAgICBEQU5HRVIgPSAnZGFuZ2VyJyxcbiAgICBTVUNDRVNTID0gJ3N1Y2Nlc3MnLFxufVxuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V2by10b2FzdCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2V2by10b2FzdC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbICcuL2V2by10b2FzdC5jb21wb25lbnQuc2NzcycgXSxcbiAgICBhbmltYXRpb25zOiBbXG4gICAgICAgIHRyaWdnZXIoJ2FwcGVhcicsIFtcbiAgICAgICAgICAgIHRyYW5zaXRpb24oJ3ZvaWQgPT4gaW4nLCBbXG4gICAgICAgICAgICAgICAgc3R5bGUoe1xuICAgICAgICAgICAgICAgICAgICBib3R0b206ICctMTAwcHgnLFxuICAgICAgICAgICAgICAgIH0pLFxuICAgICAgICAgICAgICAgIGFuaW1hdGUoJzI1MG1zIGN1YmljLWJlemllcigwLCAwLCAwLjIsIDEuNDApJywgc3R5bGUoe1xuICAgICAgICAgICAgICAgICAgICBib3R0b206ICczMnB4JyxcbiAgICAgICAgICAgICAgICB9KSksXG4gICAgICAgICAgICBdKSxcbiAgICAgICAgICAgIHRyYW5zaXRpb24oJ2luID0+IHZvaWQnLCBbXG4gICAgICAgICAgICAgICAgYW5pbWF0ZSgnMjUwbXMgZWFzZS1pbicsIHN0eWxlKHtcbiAgICAgICAgICAgICAgICAgICAgYm90dG9tOiAnLTEwMHB4JyxcbiAgICAgICAgICAgICAgICB9KSksXG4gICAgICAgICAgICBdKSxcbiAgICAgICAgXSksXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXZvVG9hc3RDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gICAgdG9hc3Q6IEV2b1RvYXN0O1xuXG4gICAgcHJpdmF0ZSAkYXBwZWFyVGltZW91dDogU3Vic2NyaXB0aW9uO1xuICAgIHByaXZhdGUgaXNGb3JjZWQgPSBmYWxzZTtcbiAgICBwcml2YXRlIGlzT3BlbiQ6IEJlaGF2aW9yU3ViamVjdDxib29sZWFuPiA9IG5ldyBCZWhhdmlvclN1YmplY3Q8Ym9vbGVhbj4oZmFsc2UpO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgdG9hc3RTZXJ2aWNlOiBFdm9Ub2FzdFNlcnZpY2UsXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICApIHsgfVxuXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMudG9hc3RTZXJ2aWNlLnJlZ2lzdGVyKCk7XG4gICAgICAgIHRoaXMuc3Vic2NyaWJlVG9Ub2FzdFB1c2hlcygpO1xuICAgIH1cblxuICAgIGhhbmRsZUFuaW1hdGlvbkRvbmUoKSB7XG4gICAgICAgIGlmICh0aGlzLnRvYXN0KSB7XG4gICAgICAgICAgICB0aGlzLiRhcHBlYXJUaW1lb3V0ID0gb2Yoe30pLnBpcGUoXG4gICAgICAgICAgICAgICAgZGVsYXkoNTAwMCksXG4gICAgICAgICAgICApLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICAgICAgICAgICAgdGhpcy50b2FzdCA9IG51bGw7XG4gICAgICAgICAgICAgICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH0gZWxzZSBpZiAoIXRoaXMuaXNGb3JjZWQpIHtcbiAgICAgICAgICAgIHRoaXMudG9hc3RTZXJ2aWNlLnRvYXN0Q29tcGxldGUoKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMuaXNPcGVuJC5uZXh0KCEhdGhpcy50b2FzdCk7XG4gICAgfVxuXG4gICAgY2xvc2UoKSB7XG4gICAgICAgIHRoaXMuJGFwcGVhclRpbWVvdXQudW5zdWJzY3JpYmUoKTtcbiAgICAgICAgdGhpcy50b2FzdCA9IG51bGw7XG4gICAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIHN1YnNjcmliZVRvVG9hc3RQdXNoZXMoKSB7XG4gICAgICAgIHRoaXMudG9hc3RTZXJ2aWNlLnB1c2hFdmVudHMucGlwZShcbiAgICAgICAgICAgIHRhcCgoKSA9PiB7XG4gICAgICAgICAgICAgICAgdGhpcy50b2FzdCA9IG51bGw7XG5cbiAgICAgICAgICAgICAgICBpZiAodGhpcy4kYXBwZWFyVGltZW91dCAmJiAhdGhpcy4kYXBwZWFyVGltZW91dC5jbG9zZWQpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pc0ZvcmNlZCA9IHRydWU7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuJGFwcGVhclRpbWVvdXQudW5zdWJzY3JpYmUoKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KSxcbiAgICAgICAgICAgIG1lcmdlTWFwKCh0b2FzdDogRXZvVG9hc3QpID0+IHtcbiAgICAgICAgICAgICAgICByZXR1cm4gdGhpcy5pc09wZW4kLnBpcGUoXG4gICAgICAgICAgICAgICAgICAgIGZpbHRlcigoaXNPcGVuOiBib29sZWFuKSA9PiAhaXNPcGVuKSxcbiAgICAgICAgICAgICAgICAgICAgdGFrZSgxKSxcbiAgICAgICAgICAgICAgICAgICAgbWFwKCgpID0+IHRvYXN0KSxcbiAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgfSksXG4gICAgICAgICkuc3Vic2NyaWJlKCh0b2FzdDogRXZvVG9hc3QpID0+IHtcbiAgICAgICAgICAgIHRoaXMudG9hc3QgPSB0b2FzdDtcbiAgICAgICAgICAgIHRoaXMuaXNGb3JjZWQgPSBmYWxzZTtcbiAgICAgICAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgICAgICAgfSk7XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImV2by10b2FzdF9fd3JhcHBlclwiXG4gICAgIFtAYXBwZWFyXT1cInRvYXN0ID8gJ2luJyA6IG51bGxcIlxuICAgICAoQGFwcGVhci5kb25lKT1cImhhbmRsZUFuaW1hdGlvbkRvbmUoKVwiXG4gICAgICpuZ0lmPVwidG9hc3RcIj5cbiAgICA8ZGl2IGNsYXNzPVwiZXZvLXRvYXN0XCIgW2V2b1VpQ2xhc3NdPVwidG9hc3Q/LnR5cGUgfHwgJydcIj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInRvYXN0Py5tZXNzYWdlXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXZvLXRvYXN0X19tZXNzYWdlXCIgW2lubmVySFRNTF09XCJ0b2FzdD8ubWVzc2FnZVwiPjwvZGl2PlxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInRvYXN0Py50ZW1wbGF0ZVJlZlwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV2by10b2FzdF9fbWVzc2FnZVwiPlxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwidG9hc3Q/LnRlbXBsYXRlUmVmXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgIDxldm8taWNvbiBjbGFzcz1cImV2by10b2FzdF9fY2xvc2VcIiBzaGFwZT1cImNsb3NlXCIgKGNsaWNrKT1cImNsb3NlKClcIj48L2V2by1pY29uPlxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=
@@ -1,45 +1,45 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { EvoToastComponent } from './evo-toast.component';
4
- import { EvoUiKitModule } from '../../evo-ui-kit.module';
5
- import { EvoIconModule } from '../evo-icon/evo-icon.module';
6
- import { iconClose } from '@evotor-dev/ui-kit/icons/header';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "../evo-icon/evo-icon.module";
9
- export class EvoToastModule {
10
- }
11
- EvoToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- EvoToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastModule, declarations: [EvoToastComponent], imports: [CommonModule,
13
- EvoUiKitModule, i1.EvoIconModule], exports: [EvoToastComponent] });
14
- EvoToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastModule, imports: [[
15
- CommonModule,
16
- EvoUiKitModule,
17
- EvoIconModule.forRoot([
18
- {
19
- name: 'sidebarIcons',
20
- shapes: {
21
- 'close': iconClose,
22
- },
23
- }
24
- ]),
25
- ]] });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastModule, decorators: [{
27
- type: NgModule,
28
- args: [{
29
- imports: [
30
- CommonModule,
31
- EvoUiKitModule,
32
- EvoIconModule.forRoot([
33
- {
34
- name: 'sidebarIcons',
35
- shapes: {
36
- 'close': iconClose,
37
- },
38
- }
39
- ]),
40
- ],
41
- declarations: [EvoToastComponent],
42
- exports: [EvoToastComponent],
43
- }]
44
- }] });
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { EvoToastComponent } from './evo-toast.component';
4
+ import { EvoUiKitModule } from '../../evo-ui-kit.module';
5
+ import { EvoIconModule } from '../evo-icon/evo-icon.module';
6
+ import { iconClose } from '@evotor-dev/ui-kit/icons/header';
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "../evo-icon/evo-icon.module";
9
+ export class EvoToastModule {
10
+ }
11
+ EvoToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ EvoToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastModule, declarations: [EvoToastComponent], imports: [CommonModule,
13
+ EvoUiKitModule, i1.EvoIconModule], exports: [EvoToastComponent] });
14
+ EvoToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastModule, imports: [[
15
+ CommonModule,
16
+ EvoUiKitModule,
17
+ EvoIconModule.forRoot([
18
+ {
19
+ name: 'sidebarIcons',
20
+ shapes: {
21
+ 'close': iconClose,
22
+ },
23
+ }
24
+ ]),
25
+ ]] });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastModule, decorators: [{
27
+ type: NgModule,
28
+ args: [{
29
+ imports: [
30
+ CommonModule,
31
+ EvoUiKitModule,
32
+ EvoIconModule.forRoot([
33
+ {
34
+ name: 'sidebarIcons',
35
+ shapes: {
36
+ 'close': iconClose,
37
+ },
38
+ }
39
+ ]),
40
+ ],
41
+ declarations: [EvoToastComponent],
42
+ exports: [EvoToastComponent],
43
+ }]
44
+ }] });
45
45
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXRvYXN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by10b2FzdC9ldm8tdG9hc3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzFELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDNUQsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGlDQUFpQyxDQUFDOzs7QUFrQjVELE1BQU0sT0FBTyxjQUFjOzs0R0FBZCxjQUFjOzZHQUFkLGNBQWMsaUJBSFIsaUJBQWlCLGFBWDVCLFlBQVk7UUFDWixjQUFjLCtCQVdSLGlCQUFpQjs2R0FFbEIsY0FBYyxZQWZkO1lBQ0wsWUFBWTtZQUNaLGNBQWM7WUFDZCxhQUFhLENBQUMsT0FBTyxDQUFDO2dCQUNsQjtvQkFDSSxJQUFJLEVBQUUsY0FBYztvQkFDcEIsTUFBTSxFQUFFO3dCQUNKLE9BQU8sRUFBRSxTQUFTO3FCQUNyQjtpQkFDSjthQUNKLENBQUM7U0FDTDs0RkFJUSxjQUFjO2tCQWhCMUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsWUFBWTt3QkFDWixjQUFjO3dCQUNkLGFBQWEsQ0FBQyxPQUFPLENBQUM7NEJBQ2xCO2dDQUNJLElBQUksRUFBRSxjQUFjO2dDQUNwQixNQUFNLEVBQUU7b0NBQ0osT0FBTyxFQUFFLFNBQVM7aUNBQ3JCOzZCQUNKO3lCQUNKLENBQUM7cUJBQ0w7b0JBQ0QsWUFBWSxFQUFFLENBQUMsaUJBQWlCLENBQUM7b0JBQ2pDLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUFDO2lCQUMvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRXZvVG9hc3RDb21wb25lbnQgfSBmcm9tICcuL2V2by10b2FzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXZvVWlLaXRNb2R1bGUgfSBmcm9tICcuLi8uLi9ldm8tdWkta2l0Lm1vZHVsZSc7XG5pbXBvcnQgeyBFdm9JY29uTW9kdWxlIH0gZnJvbSAnLi4vZXZvLWljb24vZXZvLWljb24ubW9kdWxlJztcbmltcG9ydCB7IGljb25DbG9zZSB9IGZyb20gJ0Bldm90b3ItZGV2L3VpLWtpdC9pY29ucy9oZWFkZXInO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBFdm9VaUtpdE1vZHVsZSxcbiAgICAgICAgRXZvSWNvbk1vZHVsZS5mb3JSb290KFtcbiAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICBuYW1lOiAnc2lkZWJhckljb25zJyxcbiAgICAgICAgICAgICAgICBzaGFwZXM6IHtcbiAgICAgICAgICAgICAgICAgICAgJ2Nsb3NlJzogaWNvbkNsb3NlLFxuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICB9XG4gICAgICAgIF0pLFxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbRXZvVG9hc3RDb21wb25lbnRdLFxuICAgIGV4cG9ydHM6IFtFdm9Ub2FzdENvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEV2b1RvYXN0TW9kdWxlIHtcbn1cbiJdfQ==
@@ -1,49 +1,49 @@
1
- import { Injectable } from '@angular/core';
2
- import { Subject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export class EvoToastService {
5
- constructor() {
6
- this.pushEvents = new Subject();
7
- this.isComponentRegistered = false;
8
- this.isToastInProgress = false;
9
- this.queue = [];
10
- }
11
- force(toast) {
12
- this.queue = [toast];
13
- this.isToastInProgress = true;
14
- this.pushEvents.next(toast);
15
- }
16
- push(toast) {
17
- this.queue.push(toast);
18
- if (!this.isToastInProgress) {
19
- this.isToastInProgress = true;
20
- this.pushEvents.next(this.queue[0]);
21
- }
22
- }
23
- toastComplete() {
24
- this.queue.shift();
25
- if (this.queue.length) {
26
- this.pushEvents.next(this.queue[0]);
27
- }
28
- else {
29
- this.isToastInProgress = false;
30
- }
31
- }
32
- register() {
33
- if (this.isComponentRegistered) {
34
- throw Error('[EvoUiKit]: Another evo-toast already registered. Only one toast component available in app!');
35
- }
36
- else {
37
- this.isComponentRegistered = true;
38
- }
39
- }
40
- }
41
- EvoToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
- EvoToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastService, providedIn: 'root' });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastService, decorators: [{
44
- type: Injectable,
45
- args: [{
46
- providedIn: 'root',
47
- }]
48
- }], ctorParameters: function () { return []; } });
1
+ import { Injectable } from '@angular/core';
2
+ import { Subject } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export class EvoToastService {
5
+ constructor() {
6
+ this.pushEvents = new Subject();
7
+ this.isComponentRegistered = false;
8
+ this.isToastInProgress = false;
9
+ this.queue = [];
10
+ }
11
+ force(toast) {
12
+ this.queue = [toast];
13
+ this.isToastInProgress = true;
14
+ this.pushEvents.next(toast);
15
+ }
16
+ push(toast) {
17
+ this.queue.push(toast);
18
+ if (!this.isToastInProgress) {
19
+ this.isToastInProgress = true;
20
+ this.pushEvents.next(this.queue[0]);
21
+ }
22
+ }
23
+ toastComplete() {
24
+ this.queue.shift();
25
+ if (this.queue.length) {
26
+ this.pushEvents.next(this.queue[0]);
27
+ }
28
+ else {
29
+ this.isToastInProgress = false;
30
+ }
31
+ }
32
+ register() {
33
+ if (this.isComponentRegistered) {
34
+ throw Error('[EvoUiKit]: Another evo-toast already registered. Only one toast component available in app!');
35
+ }
36
+ else {
37
+ this.isComponentRegistered = true;
38
+ }
39
+ }
40
+ }
41
+ EvoToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
+ EvoToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastService, providedIn: 'root' });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToastService, decorators: [{
44
+ type: Injectable,
45
+ args: [{
46
+ providedIn: 'root',
47
+ }]
48
+ }], ctorParameters: function () { return []; } });
49
49
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXRvYXN0LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tdG9hc3QvZXZvLXRvYXN0LnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFnQixVQUFVLEVBQWUsTUFBTSxlQUFlLENBQUM7QUFFdEUsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQzs7QUFXL0IsTUFBTSxPQUFPLGVBQWU7SUFReEI7UUFOQSxlQUFVLEdBQXNCLElBQUksT0FBTyxFQUFZLENBQUM7UUFFaEQsMEJBQXFCLEdBQUcsS0FBSyxDQUFDO1FBQzlCLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUMxQixVQUFLLEdBQWUsRUFBRSxDQUFDO0lBSS9CLENBQUM7SUFFRCxLQUFLLENBQUMsS0FBZTtRQUNqQixJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDckIsSUFBSSxDQUFDLGlCQUFpQixHQUFHLElBQUksQ0FBQztRQUM5QixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBRUQsSUFBSSxDQUFDLEtBQWU7UUFDaEIsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFFdkIsSUFBSSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsRUFBRTtZQUN6QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDO1lBQzlCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztTQUN2QztJQUNMLENBQUM7SUFFRCxhQUFhO1FBQ1QsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUVuQixJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxFQUFFO1lBQ25CLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztTQUN2QzthQUFNO1lBQ0gsSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztTQUNsQztJQUNMLENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxJQUFJLENBQUMscUJBQXFCLEVBQUU7WUFDNUIsTUFBTSxLQUFLLENBQUMsOEZBQThGLENBQUMsQ0FBQztTQUMvRzthQUFNO1lBQ0gsSUFBSSxDQUFDLHFCQUFxQixHQUFHLElBQUksQ0FBQztTQUNyQztJQUNMLENBQUM7OzZHQTNDUSxlQUFlO2lIQUFmLGVBQWUsY0FGWixNQUFNOzRGQUVULGVBQWU7a0JBSDNCLFVBQVU7bUJBQUM7b0JBQ1IsVUFBVSxFQUFFLE1BQU07aUJBQ3JCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRXZlbnRFbWl0dGVyLCBJbmplY3RhYmxlLCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRXZvVG9hc3RUeXBlcyB9IGZyb20gJy4vZXZvLXRvYXN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXZvVG9hc3Qge1xuICAgIHR5cGU/OiBFdm9Ub2FzdFR5cGVzO1xuICAgIG1lc3NhZ2U/OiBzdHJpbmc7XG4gICAgdGVtcGxhdGVSZWY/OiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuXG5ASW5qZWN0YWJsZSh7XG4gICAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxufSlcbmV4cG9ydCBjbGFzcyBFdm9Ub2FzdFNlcnZpY2Uge1xuXG4gICAgcHVzaEV2ZW50czogU3ViamVjdDxFdm9Ub2FzdD4gPSBuZXcgU3ViamVjdDxFdm9Ub2FzdD4oKTtcblxuICAgIHByaXZhdGUgaXNDb21wb25lbnRSZWdpc3RlcmVkID0gZmFsc2U7XG4gICAgcHJpdmF0ZSBpc1RvYXN0SW5Qcm9ncmVzcyA9IGZhbHNlO1xuICAgIHByaXZhdGUgcXVldWU6IEV2b1RvYXN0W10gPSBbXTtcblxuICAgIGNvbnN0cnVjdG9yKCkge1xuXG4gICAgfVxuXG4gICAgZm9yY2UodG9hc3Q6IEV2b1RvYXN0KSB7XG4gICAgICAgIHRoaXMucXVldWUgPSBbdG9hc3RdO1xuICAgICAgICB0aGlzLmlzVG9hc3RJblByb2dyZXNzID0gdHJ1ZTtcbiAgICAgICAgdGhpcy5wdXNoRXZlbnRzLm5leHQodG9hc3QpO1xuICAgIH1cblxuICAgIHB1c2godG9hc3Q6IEV2b1RvYXN0KSB7XG4gICAgICAgIHRoaXMucXVldWUucHVzaCh0b2FzdCk7XG5cbiAgICAgICAgaWYgKCF0aGlzLmlzVG9hc3RJblByb2dyZXNzKSB7XG4gICAgICAgICAgICB0aGlzLmlzVG9hc3RJblByb2dyZXNzID0gdHJ1ZTtcbiAgICAgICAgICAgIHRoaXMucHVzaEV2ZW50cy5uZXh0KHRoaXMucXVldWVbMF0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgdG9hc3RDb21wbGV0ZSgpIHtcbiAgICAgICAgdGhpcy5xdWV1ZS5zaGlmdCgpO1xuXG4gICAgICAgIGlmICh0aGlzLnF1ZXVlLmxlbmd0aCkge1xuICAgICAgICAgICAgdGhpcy5wdXNoRXZlbnRzLm5leHQodGhpcy5xdWV1ZVswXSk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmlzVG9hc3RJblByb2dyZXNzID0gZmFsc2U7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICByZWdpc3RlcigpIHtcbiAgICAgICAgaWYgKHRoaXMuaXNDb21wb25lbnRSZWdpc3RlcmVkKSB7XG4gICAgICAgICAgICB0aHJvdyBFcnJvcignW0V2b1VpS2l0XTogQW5vdGhlciBldm8tdG9hc3QgYWxyZWFkeSByZWdpc3RlcmVkLiBPbmx5IG9uZSB0b2FzdCBjb21wb25lbnQgYXZhaWxhYmxlIGluIGFwcCEnKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHRoaXMuaXNDb21wb25lbnRSZWdpc3RlcmVkID0gdHJ1ZTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==
@@ -1,2 +1,2 @@
1
- export * from './public-api';
1
+ export * from './public-api';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tdG9hc3QvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -1,4 +1,4 @@
1
- export * from './evo-toast.module';
2
- export * from './evo-toast.component';
3
- export * from './evo-toast.service';
1
+ export * from './evo-toast.module';
2
+ export * from './evo-toast.component';
3
+ export * from './evo-toast.service';
4
4
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by10b2FzdC9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHFCQUFxQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8tdG9hc3QubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZXZvLXRvYXN0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2V2by10b2FzdC5zZXJ2aWNlJztcbiJdfQ==
@@ -1,70 +1,70 @@
1
- import { ChangeDetectionStrategy, Component, forwardRef } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../../directives/evo-ui-class.directive";
5
- import * as i2 from "@angular/forms";
6
- export class EvoToggleComponent {
7
- constructor(changeDetector) {
8
- this.changeDetector = changeDetector;
9
- this.isDisabled = false;
10
- this.onChange = (_value) => { };
11
- this.onTouched = () => { };
12
- }
13
- get value() {
14
- return this._value;
15
- }
16
- set value(value) {
17
- if (value !== this._value) {
18
- this._value = value;
19
- this.onChange(value);
20
- }
21
- }
22
- get totalClasses() {
23
- const classes = [];
24
- if (this.isDisabled) {
25
- classes.push('disabled');
26
- }
27
- return classes;
28
- }
29
- writeValue(value) {
30
- if (value !== this._value) {
31
- this._value = value;
32
- this.changeDetector.detectChanges();
33
- }
34
- }
35
- registerOnChange(fn) {
36
- this.onChange = fn;
37
- }
38
- registerOnTouched(fn) {
39
- this.onTouched = fn;
40
- }
41
- setDisabledState(state) {
42
- this.isDisabled = state;
43
- this.changeDetector.detectChanges();
44
- }
45
- }
46
- EvoToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToggleComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
47
- EvoToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoToggleComponent, selector: "evo-toggle", providers: [
48
- {
49
- provide: NG_VALUE_ACCESSOR,
50
- useExisting: forwardRef(() => EvoToggleComponent),
51
- multi: true,
52
- },
53
- ], ngImport: i0, template: "<label class=\"evo-toggle\" [evoUiClass]=\"totalClasses\">\n <input type=\"checkbox\" [(ngModel)]=\"value\" [disabled]=\"isDisabled\">\n <span class=\"slider\"></span>\n</label>\n", styles: [":host{position:relative;display:inline-block}.evo-toggle{display:flex;justify-content:center;align-items:center;width:40px;height:24px;cursor:pointer}.evo-toggle_disabled{cursor:default;opacity:.5}.evo-toggle input{display:none}.slider{position:absolute;display:inline-block;width:34px;height:14px;background-color:#d6d6d6;border-radius:16px;transition:background-color .3s;mix-blend-mode:normal}.slider:before{position:absolute;top:-3px;left:-3px;width:20px;height:20px;background-color:#f4f6f8;border-radius:50%;box-shadow:0 1px 3px #0003,0 2px 2px #0000001f,0 0 2px #00000024;transition:color .3s,background-color .3s,transform .3s;content:\"\"}input[type=checkbox]:checked+.slider{background:rgba(32,153,241,.5)}input[type=checkbox]:checked+.slider:before{right:0px;left:0px;background-color:#2099f1;transform:translate(18px);pointer-events:none}\n"], directives: [{ type: i1.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToggleComponent, decorators: [{
55
- type: Component,
56
- args: [{
57
- selector: 'evo-toggle',
58
- templateUrl: './evo-toggle.component.html',
59
- styleUrls: ['./evo-toggle.component.scss'],
60
- changeDetection: ChangeDetectionStrategy.OnPush,
61
- providers: [
62
- {
63
- provide: NG_VALUE_ACCESSOR,
64
- useExisting: forwardRef(() => EvoToggleComponent),
65
- multi: true,
66
- },
67
- ],
68
- }]
69
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; } });
1
+ import { ChangeDetectionStrategy, Component, forwardRef } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "../../directives/evo-ui-class.directive";
5
+ import * as i2 from "@angular/forms";
6
+ export class EvoToggleComponent {
7
+ constructor(changeDetector) {
8
+ this.changeDetector = changeDetector;
9
+ this.isDisabled = false;
10
+ this.onChange = (_value) => { };
11
+ this.onTouched = () => { };
12
+ }
13
+ get value() {
14
+ return this._value;
15
+ }
16
+ set value(value) {
17
+ if (value !== this._value) {
18
+ this._value = value;
19
+ this.onChange(value);
20
+ }
21
+ }
22
+ get totalClasses() {
23
+ const classes = [];
24
+ if (this.isDisabled) {
25
+ classes.push('disabled');
26
+ }
27
+ return classes;
28
+ }
29
+ writeValue(value) {
30
+ if (value !== this._value) {
31
+ this._value = value;
32
+ this.changeDetector.detectChanges();
33
+ }
34
+ }
35
+ registerOnChange(fn) {
36
+ this.onChange = fn;
37
+ }
38
+ registerOnTouched(fn) {
39
+ this.onTouched = fn;
40
+ }
41
+ setDisabledState(state) {
42
+ this.isDisabled = state;
43
+ this.changeDetector.detectChanges();
44
+ }
45
+ }
46
+ EvoToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToggleComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
47
+ EvoToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoToggleComponent, selector: "evo-toggle", providers: [
48
+ {
49
+ provide: NG_VALUE_ACCESSOR,
50
+ useExisting: forwardRef(() => EvoToggleComponent),
51
+ multi: true,
52
+ },
53
+ ], ngImport: i0, template: "<label class=\"evo-toggle\" [evoUiClass]=\"totalClasses\">\n <input type=\"checkbox\" [(ngModel)]=\"value\" [disabled]=\"isDisabled\">\n <span class=\"slider\"></span>\n</label>\n", styles: [":host{position:relative;display:inline-block}.evo-toggle{display:flex;justify-content:center;align-items:center;width:40px;height:24px;cursor:pointer}.evo-toggle_disabled{cursor:default;opacity:.5}.evo-toggle input{display:none}.slider{position:absolute;display:inline-block;width:34px;height:14px;background-color:#c6c6c6;border-radius:16px;transition:background-color .3s;mix-blend-mode:normal}.slider:before{position:absolute;top:-3px;left:-3px;width:20px;height:20px;background-color:#f4f6f8;border-radius:50%;box-shadow:0 1px 3px #0003,0 2px 2px #0000001f,0 0 2px #00000024;transition:color .3s,background-color .3s,transform .3s;content:\"\"}input[type=checkbox]:checked+.slider{background:rgba(9,134,226,.5)}input[type=checkbox]:checked+.slider:before{right:0px;left:0px;background-color:#0986e2;transform:translate(18px);pointer-events:none}\n"], directives: [{ type: i1.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoToggleComponent, decorators: [{
55
+ type: Component,
56
+ args: [{
57
+ selector: 'evo-toggle',
58
+ templateUrl: './evo-toggle.component.html',
59
+ styleUrls: ['./evo-toggle.component.scss'],
60
+ changeDetection: ChangeDetectionStrategy.OnPush,
61
+ providers: [
62
+ {
63
+ provide: NG_VALUE_ACCESSOR,
64
+ useExisting: forwardRef(() => EvoToggleComponent),
65
+ multi: true,
66
+ },
67
+ ],
68
+ }]
69
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; } });
70
70
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLXRvZ2dsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tdG9nZ2xlL2V2by10b2dnbGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLXRvZ2dsZS9ldm8tdG9nZ2xlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBcUIsU0FBUyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNsRyxPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7QUFlekUsTUFBTSxPQUFPLGtCQUFrQjtJQUszQixZQUNZLGNBQWlDO1FBQWpDLG1CQUFjLEdBQWQsY0FBYyxDQUFtQjtRQUw3QyxlQUFVLEdBQUcsS0FBSyxDQUFDO1FBOEJuQixhQUFRLEdBQUcsQ0FBQyxNQUFNLEVBQUUsRUFBRSxHQUFFLENBQUMsQ0FBQztRQUMxQixjQUFTLEdBQUcsR0FBRyxFQUFFLEdBQUUsQ0FBQyxDQUFDO0lBeEJyQixDQUFDO0lBRUQsSUFBSSxLQUFLO1FBQ0wsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxJQUFJLEtBQUssQ0FBQyxLQUFjO1FBQ3BCLElBQUksS0FBSyxLQUFLLElBQUksQ0FBQyxNQUFNLEVBQUU7WUFDdkIsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7WUFDcEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUN4QjtJQUNMLENBQUM7SUFFRCxJQUFJLFlBQVk7UUFDWixNQUFNLE9BQU8sR0FBYSxFQUFFLENBQUM7UUFFN0IsSUFBSSxJQUFJLENBQUMsVUFBVSxFQUFFO1lBQ2pCLE9BQU8sQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7U0FDNUI7UUFFRCxPQUFPLE9BQU8sQ0FBQztJQUNuQixDQUFDO0lBS0QsVUFBVSxDQUFDLEtBQVU7UUFDakIsSUFBSSxLQUFLLEtBQUssSUFBSSxDQUFDLE1BQU0sRUFBRTtZQUN2QixJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztZQUNwQixJQUFJLENBQUMsY0FBYyxDQUFDLGFBQWEsRUFBRSxDQUFDO1NBQ3ZDO0lBQ0wsQ0FBQztJQUVELGdCQUFnQixDQUFDLEVBQU87UUFDcEIsSUFBSSxDQUFDLFFBQVEsR0FBRyxFQUFFLENBQUM7SUFDdkIsQ0FBQztJQUVELGlCQUFpQixDQUFDLEVBQU87UUFDckIsSUFBSSxDQUFDLFNBQVMsR0FBRyxFQUFFLENBQUM7SUFDeEIsQ0FBQztJQUVELGdCQUFnQixDQUFDLEtBQWM7UUFDM0IsSUFBSSxDQUFDLFVBQVUsR0FBRyxLQUFLLENBQUM7UUFDeEIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUN4QyxDQUFDOztnSEFwRFEsa0JBQWtCO29HQUFsQixrQkFBa0IscUNBUmhCO1FBQ1A7WUFDSSxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsa0JBQWtCLENBQUM7WUFDakQsS0FBSyxFQUFFLElBQUk7U0FDZDtLQUNKLDBCQ2RMLDJMQUlBOzRGRFlhLGtCQUFrQjtrQkFiOUIsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsWUFBWTtvQkFDdEIsV0FBVyxFQUFFLDZCQUE2QjtvQkFDMUMsU0FBUyxFQUFFLENBQUMsNkJBQTZCLENBQUM7b0JBQzFDLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxTQUFTLEVBQUU7d0JBQ1A7NEJBQ0ksT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsbUJBQW1CLENBQUM7NEJBQ2pELEtBQUssRUFBRSxJQUFJO3lCQUNkO3FCQUNKO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIGZvcndhcmRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldm8tdG9nZ2xlJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZXZvLXRvZ2dsZS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vZXZvLXRvZ2dsZS5jb21wb25lbnQuc2NzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEV2b1RvZ2dsZUNvbXBvbmVudCksXG4gICAgICAgICAgICBtdWx0aTogdHJ1ZSxcbiAgICAgICAgfSxcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBFdm9Ub2dnbGVDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciB7XG4gICAgaXNEaXNhYmxlZCA9IGZhbHNlO1xuXG4gICAgcHJpdmF0ZSBfdmFsdWU6IGJvb2xlYW47XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJpdmF0ZSBjaGFuZ2VEZXRlY3RvcjogQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgKSB7XG4gICAgfVxuXG4gICAgZ2V0IHZhbHVlKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fdmFsdWU7XG4gICAgfVxuXG4gICAgc2V0IHZhbHVlKHZhbHVlOiBib29sZWFuKSB7XG4gICAgICAgIGlmICh2YWx1ZSAhPT0gdGhpcy5fdmFsdWUpIHtcbiAgICAgICAgICAgIHRoaXMuX3ZhbHVlID0gdmFsdWU7XG4gICAgICAgICAgICB0aGlzLm9uQ2hhbmdlKHZhbHVlKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGdldCB0b3RhbENsYXNzZXMoKTogc3RyaW5nW10ge1xuICAgICAgICBjb25zdCBjbGFzc2VzOiBzdHJpbmdbXSA9IFtdO1xuXG4gICAgICAgIGlmICh0aGlzLmlzRGlzYWJsZWQpIHtcbiAgICAgICAgICAgIGNsYXNzZXMucHVzaCgnZGlzYWJsZWQnKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBjbGFzc2VzO1xuICAgIH1cblxuICAgIG9uQ2hhbmdlID0gKF92YWx1ZSkgPT4ge307XG4gICAgb25Ub3VjaGVkID0gKCkgPT4ge307XG5cbiAgICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpOiB2b2lkIHtcbiAgICAgICAgaWYgKHZhbHVlICE9PSB0aGlzLl92YWx1ZSkge1xuICAgICAgICAgICAgdGhpcy5fdmFsdWUgPSB2YWx1ZTtcbiAgICAgICAgICAgIHRoaXMuY2hhbmdlRGV0ZWN0b3IuZGV0ZWN0Q2hhbmdlcygpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KTogdm9pZCB7XG4gICAgICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgICB9XG5cbiAgICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KTogdm9pZCB7XG4gICAgICAgIHRoaXMub25Ub3VjaGVkID0gZm47XG4gICAgfVxuXG4gICAgc2V0RGlzYWJsZWRTdGF0ZShzdGF0ZTogYm9vbGVhbik6IHZvaWQge1xuICAgICAgICB0aGlzLmlzRGlzYWJsZWQgPSBzdGF0ZTtcbiAgICAgICAgdGhpcy5jaGFuZ2VEZXRlY3Rvci5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgfVxufVxuIiwiPGxhYmVsIGNsYXNzPVwiZXZvLXRvZ2dsZVwiIFtldm9VaUNsYXNzXT1cInRvdGFsQ2xhc3Nlc1wiPlxuICAgIDxpbnB1dCB0eXBlPVwiY2hlY2tib3hcIiBbKG5nTW9kZWwpXT1cInZhbHVlXCIgW2Rpc2FibGVkXT1cImlzRGlzYWJsZWRcIj5cbiAgICA8c3BhbiBjbGFzcz1cInNsaWRlclwiPjwvc3Bhbj5cbjwvbGFiZWw+XG4iXX0=