@evotor-dev/ui-kit 8.0.0-beta.1 → 8.0.0-beta.10

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 (501) hide show
  1. package/{esm2020 → esm2022}/lib/common/collection/evo-collection-fabric.mjs +1 -1
  2. package/esm2022/lib/common/evo-base-control.mjs +46 -0
  3. package/esm2022/lib/common/form-helper/form-helper.mjs +31 -0
  4. package/esm2022/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +31 -0
  5. package/{esm2020 → esm2022}/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +5 -5
  6. package/esm2022/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +57 -0
  7. package/{esm2020 → esm2022}/lib/components/evo-accordion/evo-accordion.component.mjs +5 -5
  8. package/esm2022/lib/components/evo-accordion/evo-accordion.module.mjs +64 -0
  9. package/esm2022/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +358 -0
  10. package/esm2022/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +43 -0
  11. package/{esm2020 → esm2022}/lib/components/evo-autocomplete/evo-autocomplete.module.mjs +21 -21
  12. package/esm2022/lib/components/evo-autocomplete/models/DaDataParty.mjs +28 -0
  13. package/esm2022/lib/components/evo-badge/evo-badge.component.mjs +40 -0
  14. package/{esm2020 → esm2022}/lib/components/evo-badge/evo-badge.module.mjs +7 -7
  15. package/{esm2020 → esm2022}/lib/components/evo-button/components/evo-button/evo-button.component.mjs +14 -14
  16. package/esm2022/lib/components/evo-button/evo-button.module.mjs +20 -0
  17. package/{esm2020 → esm2022}/lib/components/evo-button/public-api.mjs +1 -2
  18. package/esm2022/lib/components/evo-checkbox/evo-checkbox.component.mjs +86 -0
  19. package/{esm2020 → esm2022}/lib/components/evo-checkbox/evo-checkbox.module.mjs +11 -11
  20. package/esm2022/lib/components/evo-chip/evo-chip.component.mjs +130 -0
  21. package/esm2022/lib/components/evo-chip/evo-chip.module.mjs +43 -0
  22. package/esm2022/lib/components/evo-control-error/evo-control-error.component.mjs +41 -0
  23. package/{esm2020 → esm2022}/lib/components/evo-control-error/evo-control-error.module.mjs +9 -9
  24. package/{esm2020 → esm2022}/lib/components/evo-control-label/evo-control-label.component.mjs +4 -4
  25. package/{esm2020 → esm2022}/lib/components/evo-control-label/evo-control-label.module.mjs +5 -5
  26. package/esm2022/lib/components/evo-counter/evo-counter.component.mjs +38 -0
  27. package/{esm2020 → esm2022}/lib/components/evo-counter/evo-counter.module.mjs +7 -7
  28. package/esm2022/lib/components/evo-datepicker/evo-datepicker.component.mjs +561 -0
  29. package/{esm2020 → esm2022}/lib/components/evo-datepicker/evo-datepicker.module.mjs +11 -11
  30. package/esm2022/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs +41 -0
  31. package/esm2022/lib/components/evo-dropdown/evo-dropdown.component.mjs +107 -0
  32. package/{esm2020 → esm2022}/lib/components/evo-dropdown/evo-dropdown.module.mjs +5 -5
  33. package/esm2022/lib/components/evo-icon/evo-icon.component.mjs +56 -0
  34. package/{esm2020 → esm2022}/lib/components/evo-icon/evo-icon.module.mjs +5 -5
  35. package/esm2022/lib/components/evo-icon-button/evo-icon-button.component.mjs +48 -0
  36. package/{esm2020 → esm2022}/lib/components/evo-icon-button/evo-icon-button.module.mjs +5 -5
  37. package/esm2022/lib/components/evo-icon-button/types/evo-icon-button-color.mjs +2 -0
  38. package/esm2022/lib/components/evo-icon-button/types/index.mjs +3 -0
  39. package/{esm2020 → esm2022}/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +4 -4
  40. package/{esm2020 → esm2022}/lib/components/evo-icon-number/evo-icon-number.module.mjs +5 -5
  41. package/{esm2020 → esm2022}/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.mjs +4 -4
  42. package/esm2022/lib/components/evo-input/evo-input.component.mjs +358 -0
  43. package/esm2022/lib/components/evo-input/evo-input.module.mjs +64 -0
  44. package/esm2022/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +150 -0
  45. package/{esm2020 → esm2022}/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs +9 -9
  46. package/{esm2020 → esm2022}/lib/components/evo-input-contenteditable/utils/clear-multiline.mjs +1 -1
  47. package/{esm2020 → esm2022}/lib/components/evo-loader/evo-circular-loader.component.mjs +4 -4
  48. package/esm2022/lib/components/evo-loader/evo-loader.module.mjs +25 -0
  49. package/{esm2020 → esm2022}/lib/components/evo-loader/public-api.mjs +1 -2
  50. package/esm2022/lib/components/evo-modal/evo-modal.component.mjs +127 -0
  51. package/{esm2020 → esm2022}/lib/components/evo-modal/evo-modal.module.mjs +9 -9
  52. package/{esm2020 → esm2022}/lib/components/evo-modal/evo-modal.service.mjs +4 -4
  53. package/esm2022/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +58 -0
  54. package/esm2022/lib/components/evo-navbar/evo-navbar.component.mjs +46 -0
  55. package/{esm2020 → esm2022}/lib/components/evo-navbar/evo-navbar.module.mjs +5 -5
  56. package/{esm2020 → esm2022}/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +5 -5
  57. package/esm2022/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +43 -0
  58. package/esm2022/lib/components/evo-note/evo-note.component.mjs +40 -0
  59. package/esm2022/lib/components/evo-note/evo-note.module.mjs +43 -0
  60. package/esm2022/lib/components/evo-paginator/evo-paginator.component.mjs +109 -0
  61. package/{esm2020 → esm2022}/lib/components/evo-paginator/evo-paginator.module.mjs +5 -5
  62. package/{esm2020 → esm2022}/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +6 -6
  63. package/{esm2020 → esm2022}/lib/components/evo-plus-minus/evo-plus-minus.module.mjs +5 -5
  64. package/esm2022/lib/components/evo-popover/evo-popover.component.mjs +173 -0
  65. package/{esm2020 → esm2022}/lib/components/evo-popover/evo-popover.module.mjs +7 -7
  66. package/{esm2020 → esm2022}/lib/components/evo-portal/evo-portal-outlet.directive.mjs +5 -5
  67. package/{esm2020 → esm2022}/lib/components/evo-portal/evo-portal.module.mjs +7 -7
  68. package/esm2022/lib/components/evo-portal/evo-portal.service.mjs +92 -0
  69. package/esm2022/lib/components/evo-radio/evo-radio.component.mjs +51 -0
  70. package/{esm2020 → esm2022}/lib/components/evo-radio/evo-radio.module.mjs +7 -7
  71. package/esm2022/lib/components/evo-radio-group/evo-radio-group.component.mjs +123 -0
  72. package/{esm2020 → esm2022}/lib/components/evo-radio-group/evo-radio-group.module.mjs +11 -11
  73. package/esm2022/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +56 -0
  74. package/{esm2020 → esm2022}/lib/components/evo-radioshape/evo-radioshape.module.mjs +9 -9
  75. package/{esm2020 → esm2022}/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +5 -5
  76. package/esm2022/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +77 -0
  77. package/{esm2020 → esm2022}/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +5 -5
  78. package/esm2022/lib/components/evo-select/evo-select.component.mjs +115 -0
  79. package/{esm2020 → esm2022}/lib/components/evo-select/evo-select.module.mjs +11 -11
  80. package/esm2022/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +33 -0
  81. package/{esm2020 → esm2022}/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +4 -4
  82. package/esm2022/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +40 -0
  83. package/esm2022/lib/components/evo-sidebar/evo-sidebar.component.mjs +172 -0
  84. package/esm2022/lib/components/evo-sidebar/evo-sidebar.module.mjs +88 -0
  85. package/esm2022/lib/components/evo-sidebar/evo-sidebar.service.mjs +105 -0
  86. package/{esm2020 → esm2022}/lib/components/evo-stepper/evo-stepper-events.mjs +4 -4
  87. package/esm2022/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +31 -0
  88. package/esm2022/lib/components/evo-stepper/evo-stepper.component.mjs +67 -0
  89. package/{esm2020 → esm2022}/lib/components/evo-stepper/evo-stepper.module.mjs +7 -7
  90. package/esm2022/lib/components/evo-submenu/evo-submenu.component.mjs +159 -0
  91. package/{esm2020 → esm2022}/lib/components/evo-submenu/evo-submenu.module.mjs +5 -5
  92. package/{esm2020 → esm2022}/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.mjs +4 -4
  93. package/{esm2020 → esm2022}/lib/components/evo-switcher/evo-switcher.component.mjs +6 -6
  94. package/{esm2020 → esm2022}/lib/components/evo-switcher/evo-switcher.module.mjs +7 -7
  95. package/esm2022/lib/components/evo-table/evo-table/evo-table.component.mjs +67 -0
  96. package/{esm2020 → esm2022}/lib/components/evo-table/evo-table-column/evo-table-column.component.mjs +5 -5
  97. package/{esm2020 → esm2022}/lib/components/evo-table/evo-table.module.mjs +5 -5
  98. package/esm2022/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +88 -0
  99. package/esm2022/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs +37 -0
  100. package/esm2022/lib/components/evo-tabs/evo-tab-state.collection.mjs +43 -0
  101. package/esm2022/lib/components/evo-tabs/evo-tabs-size.service.mjs +24 -0
  102. package/esm2022/lib/components/evo-tabs/evo-tabs.component.mjs +83 -0
  103. package/{esm2020 → esm2022}/lib/components/evo-tabs/evo-tabs.module.mjs +7 -7
  104. package/esm2022/lib/components/evo-tabs/evo-tabs.service.mjs +67 -0
  105. package/esm2022/lib/components/evo-textarea/evo-textarea.component.mjs +79 -0
  106. package/{esm2020 → esm2022}/lib/components/evo-textarea/evo-textarea.module.mjs +13 -13
  107. package/esm2022/lib/components/evo-toast/evo-toast.component.mjs +98 -0
  108. package/esm2022/lib/components/evo-toast/evo-toast.module.mjs +43 -0
  109. package/esm2022/lib/components/evo-toast/evo-toast.service.mjs +49 -0
  110. package/esm2022/lib/components/evo-toggle/evo-toggle.component.mjs +64 -0
  111. package/{esm2020 → esm2022}/lib/components/evo-toggle/evo-toggle.module.mjs +9 -9
  112. package/esm2022/lib/components/evo-upload/evo-upload.component.mjs +287 -0
  113. package/esm2022/lib/components/evo-upload/evo-upload.module.mjs +61 -0
  114. package/esm2022/lib/directives/evo-click-outside.directive.mjs +40 -0
  115. package/esm2022/lib/directives/evo-is-expanded.directive.mjs +71 -0
  116. package/{esm2020 → esm2022}/lib/directives/evo-let/evo-let.directive.mjs +6 -6
  117. package/esm2022/lib/directives/evo-ui-class.directive.mjs +169 -0
  118. package/{esm2020 → esm2022}/lib/evo-ui-kit.module.mjs +21 -21
  119. package/esm2022/lib/pipes/declination.pipe.mjs +40 -0
  120. package/{esm2020 → esm2022}/lib/pipes/evo-pipes.module.mjs +5 -5
  121. package/{esm2020 → esm2022}/lib/pipes/safe-html.pipe.mjs +5 -5
  122. package/esm2022/lib/services/evo-expanded.service.mjs +23 -0
  123. package/esm2022/lib/services/window.service.mjs +49 -0
  124. package/esm2022/public_api.mjs +72 -0
  125. package/{fesm2020 → fesm2022}/evotor-dev-ui-kit.mjs +955 -1288
  126. package/fesm2022/evotor-dev-ui-kit.mjs.map +1 -0
  127. package/lib/common/evo-base-control.d.ts +1 -1
  128. package/lib/common/types/evo-color.d.ts +1 -1
  129. package/lib/common/types/evo-size.d.ts +1 -1
  130. package/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.d.ts +1 -1
  131. package/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.d.ts +1 -1
  132. package/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.d.ts +1 -1
  133. package/lib/components/evo-accordion/evo-accordion.component.d.ts +1 -1
  134. package/lib/components/evo-autocomplete/components/evo-autocomplete.component.d.ts +5 -5
  135. package/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.d.ts +1 -1
  136. package/lib/components/evo-autocomplete/types/evo-autocomplete-size.d.ts +1 -1
  137. package/lib/components/evo-badge/evo-badge.component.d.ts +1 -1
  138. package/lib/components/evo-badge/types/evo-badge-color.d.ts +1 -1
  139. package/lib/components/evo-badge/types/evo-badge-size.d.ts +1 -1
  140. package/lib/components/evo-button/components/evo-button/evo-button.component.d.ts +1 -1
  141. package/lib/components/evo-button/evo-button.module.d.ts +4 -5
  142. package/lib/components/evo-button/public-api.d.ts +0 -1
  143. package/lib/components/evo-button/types/evo-button-color.d.ts +1 -1
  144. package/lib/components/evo-button/types/evo-button-shape.d.ts +1 -1
  145. package/lib/components/evo-button/types/evo-button-size.d.ts +1 -1
  146. package/lib/components/evo-button/types/evo-button-theme-params.d.ts +1 -1
  147. package/lib/components/evo-button/types/evo-button-theme.d.ts +1 -1
  148. package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +1 -1
  149. package/lib/components/evo-chip/evo-chip.component.d.ts +3 -3
  150. package/lib/components/evo-control-error/evo-control-error.component.d.ts +1 -1
  151. package/lib/components/evo-control-label/evo-control-label.component.d.ts +1 -1
  152. package/lib/components/evo-counter/evo-counter.component.d.ts +1 -1
  153. package/lib/components/evo-datepicker/evo-datepicker.component.d.ts +2 -2
  154. package/lib/components/evo-dropdown/evo-dropdown-origin.directive.d.ts +1 -1
  155. package/lib/components/evo-dropdown/evo-dropdown.component.d.ts +2 -2
  156. package/lib/components/evo-dropdown/types/evo-dropdown-positions.d.ts +1 -1
  157. package/lib/components/evo-icon/evo-icon.component.d.ts +1 -1
  158. package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +3 -13
  159. package/lib/components/evo-icon-button/types/evo-icon-button-color.d.ts +2 -0
  160. package/lib/components/evo-icon-button/types/evo-icon-button-size.d.ts +1 -1
  161. package/lib/components/evo-icon-button/types/index.d.ts +2 -0
  162. package/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.d.ts +1 -1
  163. package/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.d.ts +1 -1
  164. package/lib/components/evo-input/evo-input.component.d.ts +1 -1
  165. package/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.d.ts +1 -1
  166. package/lib/components/evo-loader/evo-circular-loader.component.d.ts +1 -1
  167. package/lib/components/evo-loader/evo-loader.module.d.ts +4 -5
  168. package/lib/components/evo-loader/public-api.d.ts +0 -1
  169. package/lib/components/evo-modal/evo-modal.component.d.ts +1 -1
  170. package/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.d.ts +1 -1
  171. package/lib/components/evo-navbar/evo-navbar.component.d.ts +1 -1
  172. package/lib/components/evo-navbar/types/nav-item.d.ts +1 -1
  173. package/lib/components/evo-navigation-button/evo-navigation-button.component.d.ts +1 -1
  174. package/lib/components/evo-note/evo-note.component.d.ts +1 -1
  175. package/lib/components/evo-note/types/evo-note-type.d.ts +1 -1
  176. package/lib/components/evo-paginator/evo-paginator.component.d.ts +1 -1
  177. package/lib/components/evo-plus-minus/evo-plus-minus.component.d.ts +1 -1
  178. package/lib/components/evo-popover/evo-popover.component.d.ts +2 -2
  179. package/lib/components/evo-portal/evo-portal-outlet.directive.d.ts +1 -1
  180. package/lib/components/evo-portal/evo-portal.service.d.ts +1 -1
  181. package/lib/components/evo-radio/evo-radio.component.d.ts +1 -1
  182. package/lib/components/evo-radio-group/evo-radio-group.component.d.ts +1 -1
  183. package/lib/components/evo-radioshape/components/evo-radioshape.component.d.ts +1 -1
  184. package/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.d.ts +1 -1
  185. package/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.d.ts +1 -1
  186. package/lib/components/evo-select/evo-select.component.d.ts +1 -1
  187. package/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.d.ts +1 -1
  188. package/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.d.ts +1 -1
  189. package/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.d.ts +1 -1
  190. package/lib/components/evo-sidebar/evo-sidebar.component.d.ts +1 -1
  191. package/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.d.ts +1 -1
  192. package/lib/components/evo-stepper/evo-stepper.component.d.ts +1 -1
  193. package/lib/components/evo-submenu/evo-submenu.component.d.ts +1 -1
  194. package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +1 -1
  195. package/lib/components/evo-switcher/evo-switcher.component.d.ts +1 -1
  196. package/lib/components/evo-table/evo-table/evo-table.component.d.ts +1 -1
  197. package/lib/components/evo-table/evo-table-column/evo-table-column.component.d.ts +1 -1
  198. package/lib/components/evo-tabs/evo-tab/evo-tab.component.d.ts +3 -3
  199. package/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.d.ts +1 -1
  200. package/lib/components/evo-tabs/evo-tabs.component.d.ts +1 -1
  201. package/lib/components/evo-textarea/evo-textarea.component.d.ts +1 -1
  202. package/lib/components/evo-toast/evo-toast.component.d.ts +1 -1
  203. package/lib/components/evo-toggle/evo-toggle.component.d.ts +1 -1
  204. package/lib/components/evo-upload/evo-upload.component.d.ts +1 -1
  205. package/lib/components/evo-upload/evo-upload.module.d.ts +2 -2
  206. package/lib/directives/evo-click-outside.directive.d.ts +1 -1
  207. package/lib/directives/evo-is-expanded.directive.d.ts +1 -1
  208. package/lib/directives/evo-let/evo-let.directive.d.ts +1 -1
  209. package/lib/directives/evo-ui-class.directive.d.ts +2 -2
  210. package/package.json +43 -65
  211. package/public_api.d.ts +0 -2
  212. package/styles/components/evo-form.scss +2 -2
  213. package/styles/components/evo-title.scss +4 -4
  214. package/styles/main.scss +0 -1
  215. package/styles/mixins/_evo-input-mixins.scss +0 -6
  216. package/styles/mixins.scss +0 -42
  217. package/styles/variables.scss +0 -8
  218. package/esm2020/lib/common/evo-base-control.mjs +0 -46
  219. package/esm2020/lib/common/form-helper/form-helper.mjs +0 -31
  220. package/esm2020/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +0 -31
  221. package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +0 -57
  222. package/esm2020/lib/components/evo-accordion/evo-accordion.module.mjs +0 -64
  223. package/esm2020/lib/components/evo-alert/evo-alert.component.mjs +0 -79
  224. package/esm2020/lib/components/evo-alert/evo-alert.module.mjs +0 -27
  225. package/esm2020/lib/components/evo-alert/index.mjs +0 -2
  226. package/esm2020/lib/components/evo-alert/public-api.mjs +0 -3
  227. package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +0 -358
  228. package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +0 -43
  229. package/esm2020/lib/components/evo-autocomplete/models/DaDataParty.mjs +0 -28
  230. package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +0 -40
  231. package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +0 -109
  232. package/esm2020/lib/components/evo-banner/evo-banner.module.mjs +0 -23
  233. package/esm2020/lib/components/evo-banner/index.mjs +0 -2
  234. package/esm2020/lib/components/evo-banner/public-api.mjs +0 -3
  235. package/esm2020/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +0 -91
  236. package/esm2020/lib/components/evo-button/evo-button.module.mjs +0 -21
  237. package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +0 -86
  238. package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +0 -130
  239. package/esm2020/lib/components/evo-chip/evo-chip.module.mjs +0 -43
  240. package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +0 -41
  241. package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +0 -38
  242. package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +0 -561
  243. package/esm2020/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs +0 -41
  244. package/esm2020/lib/components/evo-dropdown/evo-dropdown.component.mjs +0 -107
  245. package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +0 -56
  246. package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +0 -64
  247. package/esm2020/lib/components/evo-icon-button/types/evo-icon-button-theme.mjs +0 -2
  248. package/esm2020/lib/components/evo-input/evo-input.component.mjs +0 -358
  249. package/esm2020/lib/components/evo-input/evo-input.module.mjs +0 -64
  250. package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +0 -150
  251. package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +0 -27
  252. package/esm2020/lib/components/evo-loader/evo-loader.module.mjs +0 -31
  253. package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +0 -127
  254. package/esm2020/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +0 -58
  255. package/esm2020/lib/components/evo-navbar/evo-navbar.component.mjs +0 -46
  256. package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +0 -43
  257. package/esm2020/lib/components/evo-note/evo-note.component.mjs +0 -40
  258. package/esm2020/lib/components/evo-note/evo-note.module.mjs +0 -43
  259. package/esm2020/lib/components/evo-paginator/evo-paginator.component.mjs +0 -109
  260. package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +0 -173
  261. package/esm2020/lib/components/evo-portal/evo-portal.service.mjs +0 -92
  262. package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +0 -51
  263. package/esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs +0 -123
  264. package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +0 -56
  265. package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +0 -77
  266. package/esm2020/lib/components/evo-select/evo-select.component.mjs +0 -115
  267. package/esm2020/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +0 -33
  268. package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +0 -40
  269. package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +0 -172
  270. package/esm2020/lib/components/evo-sidebar/evo-sidebar.module.mjs +0 -88
  271. package/esm2020/lib/components/evo-sidebar/evo-sidebar.service.mjs +0 -105
  272. package/esm2020/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +0 -31
  273. package/esm2020/lib/components/evo-stepper/evo-stepper.component.mjs +0 -67
  274. package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +0 -159
  275. package/esm2020/lib/components/evo-table/evo-table/evo-table.component.mjs +0 -67
  276. package/esm2020/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +0 -88
  277. package/esm2020/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs +0 -37
  278. package/esm2020/lib/components/evo-tabs/evo-tab-state.collection.mjs +0 -43
  279. package/esm2020/lib/components/evo-tabs/evo-tabs-size.service.mjs +0 -24
  280. package/esm2020/lib/components/evo-tabs/evo-tabs.component.mjs +0 -83
  281. package/esm2020/lib/components/evo-tabs/evo-tabs.service.mjs +0 -67
  282. package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +0 -79
  283. package/esm2020/lib/components/evo-toast/evo-toast.component.mjs +0 -98
  284. package/esm2020/lib/components/evo-toast/evo-toast.module.mjs +0 -43
  285. package/esm2020/lib/components/evo-toast/evo-toast.service.mjs +0 -49
  286. package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +0 -64
  287. package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +0 -287
  288. package/esm2020/lib/components/evo-upload/evo-upload.module.mjs +0 -57
  289. package/esm2020/lib/directives/evo-click-outside.directive.mjs +0 -40
  290. package/esm2020/lib/directives/evo-is-expanded.directive.mjs +0 -71
  291. package/esm2020/lib/directives/evo-ui-class.directive.mjs +0 -159
  292. package/esm2020/lib/pipes/declination.pipe.mjs +0 -40
  293. package/esm2020/lib/services/evo-expanded.service.mjs +0 -23
  294. package/esm2020/lib/services/window.service.mjs +0 -49
  295. package/esm2020/public_api.mjs +0 -74
  296. package/fesm2015/evotor-dev-ui-kit.mjs +0 -7385
  297. package/fesm2015/evotor-dev-ui-kit.mjs.map +0 -1
  298. package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +0 -68
  299. package/fesm2020/evotor-dev-ui-kit-icons-category.mjs.map +0 -1
  300. package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs +0 -24
  301. package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs.map +0 -1
  302. package/fesm2020/evotor-dev-ui-kit-icons-header.mjs +0 -34
  303. package/fesm2020/evotor-dev-ui-kit-icons-header.mjs.map +0 -1
  304. package/fesm2020/evotor-dev-ui-kit-icons-info.mjs +0 -46
  305. package/fesm2020/evotor-dev-ui-kit-icons-info.mjs.map +0 -1
  306. package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +0 -62
  307. package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +0 -1
  308. package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs +0 -70
  309. package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs.map +0 -1
  310. package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +0 -378
  311. package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +0 -1
  312. package/fesm2020/evotor-dev-ui-kit-icons.mjs +0 -648
  313. package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +0 -1
  314. package/fesm2020/evotor-dev-ui-kit.mjs.map +0 -1
  315. package/lib/components/evo-alert/evo-alert.component.d.ts +0 -38
  316. package/lib/components/evo-alert/evo-alert.module.d.ts +0 -9
  317. package/lib/components/evo-alert/index.d.ts +0 -1
  318. package/lib/components/evo-alert/public-api.d.ts +0 -2
  319. package/lib/components/evo-banner/evo-banner.component.d.ts +0 -46
  320. package/lib/components/evo-banner/evo-banner.module.d.ts +0 -9
  321. package/lib/components/evo-banner/index.d.ts +0 -1
  322. package/lib/components/evo-banner/public-api.d.ts +0 -2
  323. package/lib/components/evo-button/components/evo-button-old/evo-button-old.component.d.ts +0 -39
  324. package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +0 -1
  325. package/lib/components/evo-loader/evo-loader.component.d.ts +0 -14
  326. package/styles/components/evo-alert.scss +0 -64
  327. /package/{esm2020 → esm2022}/evotor-dev-ui-kit.mjs +0 -0
  328. /package/{esm2020 → esm2022}/icons/category/evotor-dev-ui-kit-icons-category.mjs +0 -0
  329. /package/{esm2020 → esm2022}/icons/category/index.mjs +0 -0
  330. /package/{esm2020 → esm2022}/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs +0 -0
  331. /package/{esm2020 → esm2022}/icons/emotions/index.mjs +0 -0
  332. /package/{esm2020 → esm2022}/icons/evotor-dev-ui-kit-icons.mjs +0 -0
  333. /package/{esm2020 → esm2022}/icons/header/evotor-dev-ui-kit-icons-header.mjs +0 -0
  334. /package/{esm2020 → esm2022}/icons/header/index.mjs +0 -0
  335. /package/{esm2020 → esm2022}/icons/index.mjs +0 -0
  336. /package/{esm2020 → esm2022}/icons/info/evotor-dev-ui-kit-icons-info.mjs +0 -0
  337. /package/{esm2020 → esm2022}/icons/info/index.mjs +0 -0
  338. /package/{esm2020 → esm2022}/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs +0 -0
  339. /package/{esm2020 → esm2022}/icons/navigation/index.mjs +0 -0
  340. /package/{esm2020 → esm2022}/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs +0 -0
  341. /package/{esm2020 → esm2022}/icons/side-menu/index.mjs +0 -0
  342. /package/{esm2020 → esm2022}/icons/system/evotor-dev-ui-kit-icons-system.mjs +0 -0
  343. /package/{esm2020 → esm2022}/icons/system/index.mjs +0 -0
  344. /package/{esm2020 → esm2022}/lib/common/Serializable.mjs +0 -0
  345. /package/{esm2020 → esm2022}/lib/common/animations/expand.animation.mjs +0 -0
  346. /package/{esm2020 → esm2022}/lib/common/animations/index.mjs +0 -0
  347. /package/{esm2020 → esm2022}/lib/common/animations/sidebar.animation.mjs +0 -0
  348. /package/{esm2020 → esm2022}/lib/common/animations/skip-initial-render.animation.mjs +0 -0
  349. /package/{esm2020 → esm2022}/lib/common/collection/evo-collection.mjs +0 -0
  350. /package/{esm2020 → esm2022}/lib/common/collection/index.mjs +0 -0
  351. /package/{esm2020 → esm2022}/lib/common/constants/css-breakpoints.mjs +0 -0
  352. /package/{esm2020 → esm2022}/lib/common/constants/view-breakpoint-streams.mjs +0 -0
  353. /package/{esm2020 → esm2022}/lib/common/evo-control-state-manager/evo-control-state-manager.mjs +0 -0
  354. /package/{esm2020 → esm2022}/lib/common/evo-control-state-manager/evo-control-state.interface.mjs +0 -0
  355. /package/{esm2020 → esm2022}/lib/common/evo-control-state-manager/evo-control-states.enum.mjs +0 -0
  356. /package/{esm2020 → esm2022}/lib/common/types/evo-color.mjs +0 -0
  357. /package/{esm2020 → esm2022}/lib/common/types/evo-size.mjs +0 -0
  358. /package/{esm2020 → esm2022}/lib/common/types/index.mjs +0 -0
  359. /package/{esm2020 → esm2022}/lib/components/evo-accordion/index.mjs +0 -0
  360. /package/{esm2020 → esm2022}/lib/components/evo-accordion/public-api.mjs +0 -0
  361. /package/{esm2020 → esm2022}/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +0 -0
  362. /package/{esm2020 → esm2022}/lib/components/evo-autocomplete/index.mjs +0 -0
  363. /package/{esm2020 → esm2022}/lib/components/evo-autocomplete/models/dadata.model.mjs +0 -0
  364. /package/{esm2020 → esm2022}/lib/components/evo-autocomplete/public-api.mjs +0 -0
  365. /package/{esm2020 → esm2022}/lib/components/evo-autocomplete/types/evo-autocomplete-size.mjs +0 -0
  366. /package/{esm2020 → esm2022}/lib/components/evo-badge/index.mjs +0 -0
  367. /package/{esm2020 → esm2022}/lib/components/evo-badge/public-api.mjs +0 -0
  368. /package/{esm2020 → esm2022}/lib/components/evo-badge/types/evo-badge-color.mjs +0 -0
  369. /package/{esm2020 → esm2022}/lib/components/evo-badge/types/evo-badge-size.mjs +0 -0
  370. /package/{esm2020 → esm2022}/lib/components/evo-badge/types/index.mjs +0 -0
  371. /package/{esm2020 → esm2022}/lib/components/evo-button/constants/evo-button-themes-map.mjs +0 -0
  372. /package/{esm2020 → esm2022}/lib/components/evo-button/index.mjs +0 -0
  373. /package/{esm2020 → esm2022}/lib/components/evo-button/types/evo-button-color.mjs +0 -0
  374. /package/{esm2020 → esm2022}/lib/components/evo-button/types/evo-button-shape.mjs +0 -0
  375. /package/{esm2020 → esm2022}/lib/components/evo-button/types/evo-button-size.mjs +0 -0
  376. /package/{esm2020 → esm2022}/lib/components/evo-button/types/evo-button-theme-params.mjs +0 -0
  377. /package/{esm2020 → esm2022}/lib/components/evo-button/types/evo-button-theme.mjs +0 -0
  378. /package/{esm2020 → esm2022}/lib/components/evo-button/types/index.mjs +0 -0
  379. /package/{esm2020 → esm2022}/lib/components/evo-checkbox/index.mjs +0 -0
  380. /package/{esm2020 → esm2022}/lib/components/evo-checkbox/public-api.mjs +0 -0
  381. /package/{esm2020 → esm2022}/lib/components/evo-chip/index.mjs +0 -0
  382. /package/{esm2020 → esm2022}/lib/components/evo-chip/public-api.mjs +0 -0
  383. /package/{esm2020 → esm2022}/lib/components/evo-control-error/index.mjs +0 -0
  384. /package/{esm2020 → esm2022}/lib/components/evo-control-error/public-api.mjs +0 -0
  385. /package/{esm2020 → esm2022}/lib/components/evo-control-label/index.mjs +0 -0
  386. /package/{esm2020 → esm2022}/lib/components/evo-control-label/public-api.mjs +0 -0
  387. /package/{esm2020 → esm2022}/lib/components/evo-counter/index.mjs +0 -0
  388. /package/{esm2020 → esm2022}/lib/components/evo-counter/public-api.mjs +0 -0
  389. /package/{esm2020 → esm2022}/lib/components/evo-datepicker/flatpickr-options.interface.mjs +0 -0
  390. /package/{esm2020 → esm2022}/lib/components/evo-datepicker/index.mjs +0 -0
  391. /package/{esm2020 → esm2022}/lib/components/evo-datepicker/public-api.mjs +0 -0
  392. /package/{esm2020 → esm2022}/lib/components/evo-datepicker/templates/index.mjs +0 -0
  393. /package/{esm2020 → esm2022}/lib/components/evo-dropdown/evo-dropdown-position-description.mjs +0 -0
  394. /package/{esm2020 → esm2022}/lib/components/evo-dropdown/index.mjs +0 -0
  395. /package/{esm2020 → esm2022}/lib/components/evo-dropdown/public-api.mjs +0 -0
  396. /package/{esm2020 → esm2022}/lib/components/evo-dropdown/types/evo-dropdown-positions.mjs +0 -0
  397. /package/{esm2020 → esm2022}/lib/components/evo-icon/classes/evo-icons-library.mjs +0 -0
  398. /package/{esm2020 → esm2022}/lib/components/evo-icon/index.mjs +0 -0
  399. /package/{esm2020 → esm2022}/lib/components/evo-icon/interfaces/icons-category.mjs +0 -0
  400. /package/{esm2020 → esm2022}/lib/components/evo-icon/interfaces/icons-source.mjs +0 -0
  401. /package/{esm2020 → esm2022}/lib/components/evo-icon/public-api.mjs +0 -0
  402. /package/{esm2020 → esm2022}/lib/components/evo-icon-button/index.mjs +0 -0
  403. /package/{esm2020 → esm2022}/lib/components/evo-icon-button/public-api.mjs +0 -0
  404. /package/{esm2020 → esm2022}/lib/components/evo-icon-button/types/evo-icon-button-size.mjs +0 -0
  405. /package/{esm2020 → esm2022}/lib/components/evo-icon-number/index.mjs +0 -0
  406. /package/{esm2020 → esm2022}/lib/components/evo-icon-number/public-api.mjs +0 -0
  407. /package/{esm2020 → esm2022}/lib/components/evo-input/index.mjs +0 -0
  408. /package/{esm2020 → esm2022}/lib/components/evo-input/public-api.mjs +0 -0
  409. /package/{esm2020 → esm2022}/lib/components/evo-input-contenteditable/index.mjs +0 -0
  410. /package/{esm2020 → esm2022}/lib/components/evo-input-contenteditable/public-api.mjs +0 -0
  411. /package/{esm2020 → esm2022}/lib/components/evo-loader/index.mjs +0 -0
  412. /package/{esm2020 → esm2022}/lib/components/evo-modal/index.mjs +0 -0
  413. /package/{esm2020 → esm2022}/lib/components/evo-modal/public-api.mjs +0 -0
  414. /package/{esm2020 → esm2022}/lib/components/evo-navbar/index.mjs +0 -0
  415. /package/{esm2020 → esm2022}/lib/components/evo-navbar/interfaces/nav-item-main-info.mjs +0 -0
  416. /package/{esm2020 → esm2022}/lib/components/evo-navbar/interfaces/nav-item-router-link.mjs +0 -0
  417. /package/{esm2020 → esm2022}/lib/components/evo-navbar/interfaces/nav-item.href.mjs +0 -0
  418. /package/{esm2020 → esm2022}/lib/components/evo-navbar/public-api.mjs +0 -0
  419. /package/{esm2020 → esm2022}/lib/components/evo-navbar/types/nav-item.mjs +0 -0
  420. /package/{esm2020 → esm2022}/lib/components/evo-navigation-button/index.mjs +0 -0
  421. /package/{esm2020 → esm2022}/lib/components/evo-navigation-button/public-api.mjs +0 -0
  422. /package/{esm2020 → esm2022}/lib/components/evo-note/index.mjs +0 -0
  423. /package/{esm2020 → esm2022}/lib/components/evo-note/public.api.mjs +0 -0
  424. /package/{esm2020 → esm2022}/lib/components/evo-note/types/evo-note-type.mjs +0 -0
  425. /package/{esm2020 → esm2022}/lib/components/evo-paginator/index.mjs +0 -0
  426. /package/{esm2020 → esm2022}/lib/components/evo-paginator/public-api.mjs +0 -0
  427. /package/{esm2020 → esm2022}/lib/components/evo-plus-minus/index.mjs +0 -0
  428. /package/{esm2020 → esm2022}/lib/components/evo-plus-minus/public-api.mjs +0 -0
  429. /package/{esm2020 → esm2022}/lib/components/evo-popover/index.mjs +0 -0
  430. /package/{esm2020 → esm2022}/lib/components/evo-popover/public-api.mjs +0 -0
  431. /package/{esm2020 → esm2022}/lib/components/evo-portal/evo-portal-outlet.class.mjs +0 -0
  432. /package/{esm2020 → esm2022}/lib/components/evo-portal/index.mjs +0 -0
  433. /package/{esm2020 → esm2022}/lib/components/evo-portal/public-api.mjs +0 -0
  434. /package/{esm2020 → esm2022}/lib/components/evo-radio/index.mjs +0 -0
  435. /package/{esm2020 → esm2022}/lib/components/evo-radio/public-api.mjs +0 -0
  436. /package/{esm2020 → esm2022}/lib/components/evo-radio-group/index.mjs +0 -0
  437. /package/{esm2020 → esm2022}/lib/components/evo-radio-group/public-api.mjs +0 -0
  438. /package/{esm2020 → esm2022}/lib/components/evo-radio-group/typings/options.mjs +0 -0
  439. /package/{esm2020 → esm2022}/lib/components/evo-radioshape/index.mjs +0 -0
  440. /package/{esm2020 → esm2022}/lib/components/evo-radioshape/public-api.mjs +0 -0
  441. /package/{esm2020 → esm2022}/lib/components/evo-segmented-bar/index.mjs +0 -0
  442. /package/{esm2020 → esm2022}/lib/components/evo-segmented-bar/public-api.mjs +0 -0
  443. /package/{esm2020 → esm2022}/lib/components/evo-select/index.mjs +0 -0
  444. /package/{esm2020 → esm2022}/lib/components/evo-select/public-api.mjs +0 -0
  445. /package/{esm2020 → esm2022}/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.mjs +0 -0
  446. /package/{esm2020 → esm2022}/lib/components/evo-sidebar/enums/evo-sidebar-sizes.mjs +0 -0
  447. /package/{esm2020 → esm2022}/lib/components/evo-sidebar/enums/evo-sidebar-states.mjs +0 -0
  448. /package/{esm2020 → esm2022}/lib/components/evo-sidebar/evo-sidebar-portal.mjs +0 -0
  449. /package/{esm2020 → esm2022}/lib/components/evo-sidebar/index.mjs +0 -0
  450. /package/{esm2020 → esm2022}/lib/components/evo-sidebar/interfaces.mjs +0 -0
  451. /package/{esm2020 → esm2022}/lib/components/evo-sidebar/public-api.mjs +0 -0
  452. /package/{esm2020 → esm2022}/lib/components/evo-sidebar/sidebar-injection-token.mjs +0 -0
  453. /package/{esm2020 → esm2022}/lib/components/evo-sidebar/tokens.mjs +0 -0
  454. /package/{esm2020 → esm2022}/lib/components/evo-stepper/index.mjs +0 -0
  455. /package/{esm2020 → esm2022}/lib/components/evo-stepper/public-api.mjs +0 -0
  456. /package/{esm2020 → esm2022}/lib/components/evo-submenu/index.mjs +0 -0
  457. /package/{esm2020 → esm2022}/lib/components/evo-submenu/public-api.mjs +0 -0
  458. /package/{esm2020 → esm2022}/lib/components/evo-switcher/index.mjs +0 -0
  459. /package/{esm2020 → esm2022}/lib/components/evo-switcher/public-api.mjs +0 -0
  460. /package/{esm2020 → esm2022}/lib/components/evo-table/index.mjs +0 -0
  461. /package/{esm2020 → esm2022}/lib/components/evo-table/public-api.mjs +0 -0
  462. /package/{esm2020 → esm2022}/lib/components/evo-tabs/enums/evo-tabs-size.mjs +0 -0
  463. /package/{esm2020 → esm2022}/lib/components/evo-tabs/index.mjs +0 -0
  464. /package/{esm2020 → esm2022}/lib/components/evo-tabs/public-api.mjs +0 -0
  465. /package/{esm2020 → esm2022}/lib/components/evo-textarea/index.mjs +0 -0
  466. /package/{esm2020 → esm2022}/lib/components/evo-textarea/public-api.mjs +0 -0
  467. /package/{esm2020 → esm2022}/lib/components/evo-toast/index.mjs +0 -0
  468. /package/{esm2020 → esm2022}/lib/components/evo-toast/public-api.mjs +0 -0
  469. /package/{esm2020 → esm2022}/lib/components/evo-toggle/index.mjs +0 -0
  470. /package/{esm2020 → esm2022}/lib/components/evo-toggle/public-api.mjs +0 -0
  471. /package/{esm2020 → esm2022}/lib/components/evo-upload/index.mjs +0 -0
  472. /package/{esm2020 → esm2022}/lib/components/evo-upload/public-api.mjs +0 -0
  473. /package/{esm2020 → esm2022}/lib/decorators/deprecate-method.decorator.mjs +0 -0
  474. /package/{esm2020 → esm2022}/lib/decorators/deprecate-variable.decorator.mjs +0 -0
  475. /package/{esm2020 → esm2022}/lib/decorators/index.mjs +0 -0
  476. /package/{esm2020 → esm2022}/lib/decorators/public-api.mjs +0 -0
  477. /package/{esm2020 → esm2022}/lib/directives/index.mjs +0 -0
  478. /package/{esm2020 → esm2022}/lib/directives/public-api.mjs +0 -0
  479. /package/{esm2020 → esm2022}/lib/operators/enter-zone.operator.mjs +0 -0
  480. /package/{esm2020 → esm2022}/lib/operators/index.mjs +0 -0
  481. /package/{esm2020 → esm2022}/lib/operators/public-api.mjs +0 -0
  482. /package/{esm2020 → esm2022}/lib/pipes/index.mjs +0 -0
  483. /package/{esm2020 → esm2022}/lib/pipes/public-api.mjs +0 -0
  484. /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
  485. /package/{esm2020 → esm2022}/lib/services/public-api.mjs +0 -0
  486. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-category.mjs +0 -0
  487. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-category.mjs.map +0 -0
  488. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-emotions.mjs +0 -0
  489. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-emotions.mjs.map +0 -0
  490. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-header.mjs +0 -0
  491. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-header.mjs.map +0 -0
  492. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-info.mjs +0 -0
  493. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-info.mjs.map +0 -0
  494. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-navigation.mjs +0 -0
  495. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-navigation.mjs.map +0 -0
  496. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-side-menu.mjs +0 -0
  497. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-side-menu.mjs.map +0 -0
  498. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-system.mjs +0 -0
  499. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-system.mjs.map +0 -0
  500. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons.mjs +0 -0
  501. /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons.mjs.map +0 -0
@@ -17,5 +17,5 @@ export declare abstract class EvoBaseControl {
17
17
  get currentState(): IEvoControlState;
18
18
  get showErrors(): boolean;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoBaseControl, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<EvoBaseControl, never, never, { "errorsMessages": "errorsMessages"; "state": "state"; "autoFocus": "autoFocus"; }, {}, never, never, false>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EvoBaseControl, never, never, { "errorsMessages": { "alias": "errorsMessages"; "required": false; }; "state": { "alias": "state"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
@@ -1 +1 @@
1
- export declare type EvoColor = 'secondary' | 'success' | 'secondary-light' | 'bonus' | 'background-grey' | 'highlight' | 'rating' | 'primary-light' | 'icon-light' | 'icon-dark' | 'disabled' | 'text' | 'text-grey' | 'text-subscription' | 'link' | 'error' | 'danger' | 'white' | 'grey' | 'black' | 'info' | 'graph-1' | 'graph-2' | 'graph-3' | 'graph-4' | 'graph-5' | 'graph-6' | 'graph-7' | 'graph-8' | 'graph-9' | 'graph-10' | 'primary';
1
+ export type EvoColor = 'secondary' | 'success' | 'secondary-light' | 'bonus' | 'background-grey' | 'highlight' | 'rating' | 'primary-light' | 'icon-light' | 'icon-dark' | 'disabled' | 'text' | 'text-grey' | 'text-subscription' | 'link' | 'error' | 'danger' | 'white' | 'grey' | 'black' | 'info' | 'graph-1' | 'graph-2' | 'graph-3' | 'graph-4' | 'graph-5' | 'graph-6' | 'graph-7' | 'graph-8' | 'graph-9' | 'graph-10' | 'primary';
@@ -1 +1 @@
1
- export declare type EvoSize = 'small' | 'normal' | 'large';
1
+ export type EvoSize = 'small' | 'normal' | 'large';
@@ -7,5 +7,5 @@ export declare class EvoAccordionContentComponent {
7
7
  get expandAnimation(): "open" | "close";
8
8
  constructor(evoIsExpandedDirective: EvoIsExpandedDirective, evoExpandedService: EvoExpandedService);
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoAccordionContentComponent, [{ optional: true; }, null]>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionContentComponent, "evo-accordion-content", never, {}, {}, never, ["*"], false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionContentComponent, "evo-accordion-content", never, {}, {}, never, ["*"], false, never>;
11
11
  }
@@ -5,5 +5,5 @@ export declare class EvoAccordionPanelComponent {
5
5
  constructor(evoExpandedService: EvoExpandedService);
6
6
  toggle(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoAccordionPanelComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionPanelComponent, "evo-accordion-panel", never, {}, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionPanelComponent, "evo-accordion-panel", never, {}, {}, never, ["*"], false, never>;
9
9
  }
@@ -7,5 +7,5 @@ export declare class EvoAccordionTitleComponent {
7
7
  constructor(expandedService: EvoExpandedService);
8
8
  onClick(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoAccordionTitleComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionTitleComponent, "evo-accordion-title", never, { "label": "label"; }, {}, never, ["*"], false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionTitleComponent, "evo-accordion-title", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
11
11
  }
@@ -5,5 +5,5 @@ export declare class EvoAccordionComponent implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoAccordionComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionComponent, "evo-accordion", never, {}, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionComponent, "evo-accordion", never, {}, {}, never, ["*"], false, never>;
9
9
  }
@@ -5,10 +5,10 @@ import { NgSelectComponent } from '@ng-select/ng-select';
5
5
  import { EvoInputTheme } from '../../evo-input';
6
6
  import { EvoAutocompleteSize } from '../types/evo-autocomplete-size';
7
7
  import * as i0 from "@angular/core";
8
- export declare type DropdownPosition = 'bottom' | 'top' | 'auto';
9
- export declare type AddTagFn = ((term: string) => any | Promise<any>);
10
- export declare type CompareWithFn = (a: any, b: any) => boolean;
11
- export declare type GroupValueFn = (key: string | object, children: any[]) => string | object;
8
+ export type DropdownPosition = 'bottom' | 'top' | 'auto';
9
+ export type AddTagFn = ((term: string) => any | Promise<any>);
10
+ export type CompareWithFn = (a: any, b: any) => boolean;
11
+ export type GroupValueFn = (key: string | object, children: any[]) => string | object;
12
12
  export declare class EvoAutocompleteComponent implements ControlValueAccessor, AfterViewInit, OnDestroy {
13
13
  private cdr;
14
14
  control: NgControl;
@@ -111,5 +111,5 @@ export declare class EvoAutocompleteComponent implements ControlValueAccessor, A
111
111
  */
112
112
  protected patchClearButtonIcon(): void;
113
113
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoAutocompleteComponent, never>;
114
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoAutocompleteComponent, "evo-autocomplete", never, { "size": "size"; "isOpen": "isOpen"; "items": "items"; "bindLabel": "bindLabel"; "bindValue": "bindValue"; "markFirst": "markFirst"; "placeholder": "placeholder"; "notFoundText": "notFoundText"; "typeToSearchText": "typeToSearchText"; "addTagText": "addTagText"; "loadingText": "loadingText"; "clearAllText": "clearAllText"; "dropdownPosition": "dropdownPosition"; "appendTo": "appendTo"; "loading": "loading"; "closeOnSelect": "closeOnSelect"; "hideSelected": "hideSelected"; "selectOnTab": "selectOnTab"; "openOnEnter": "openOnEnter"; "maxSelectedItems": "maxSelectedItems"; "groupBy": "groupBy"; "groupValue": "groupValue"; "bufferAmount": "bufferAmount"; "virtualScroll": "virtualScroll"; "selectableGroup": "selectableGroup"; "selectableGroupAsModel": "selectableGroupAsModel"; "searchFn": "searchFn"; "clearOnBackspace": "clearOnBackspace"; "typeahead": "typeahead"; "multiple": "multiple"; "multipleInline": "multipleInline"; "addTag": "addTag"; "searchable": "searchable"; "clearable": "clearable"; "errorsMessages": "errorsMessages"; "compareWith": "compareWith"; "editQuery": "editQuery"; "setSelectbox": "isSelectbox"; "setTheme": "theme"; }, { "blurEvent": "blur"; "focusEvent": "focus"; "changeEvent": "change"; "openEvent": "open"; "closeEvent": "close"; "searchEvent": "search"; "clearEvent": "clear"; "addEvent": "add"; "removeEvent": "remove"; "scrollEvent": "scroll"; "scrollToEndEvent": "scrollToEnd"; }, ["labelTemp", "multiLabelTemp", "optionTemp"], never, false>;
114
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoAutocompleteComponent, "evo-autocomplete", never, { "size": { "alias": "size"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "items": { "alias": "items"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "markFirst": { "alias": "markFirst"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "notFoundText": { "alias": "notFoundText"; "required": false; }; "typeToSearchText": { "alias": "typeToSearchText"; "required": false; }; "addTagText": { "alias": "addTagText"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; "clearAllText": { "alias": "clearAllText"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "hideSelected": { "alias": "hideSelected"; "required": false; }; "selectOnTab": { "alias": "selectOnTab"; "required": false; }; "openOnEnter": { "alias": "openOnEnter"; "required": false; }; "maxSelectedItems": { "alias": "maxSelectedItems"; "required": false; }; "groupBy": { "alias": "groupBy"; "required": false; }; "groupValue": { "alias": "groupValue"; "required": false; }; "bufferAmount": { "alias": "bufferAmount"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "selectableGroup": { "alias": "selectableGroup"; "required": false; }; "selectableGroupAsModel": { "alias": "selectableGroupAsModel"; "required": false; }; "searchFn": { "alias": "searchFn"; "required": false; }; "clearOnBackspace": { "alias": "clearOnBackspace"; "required": false; }; "typeahead": { "alias": "typeahead"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "multipleInline": { "alias": "multipleInline"; "required": false; }; "addTag": { "alias": "addTag"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "errorsMessages": { "alias": "errorsMessages"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "editQuery": { "alias": "editQuery"; "required": false; }; "setSelectbox": { "alias": "isSelectbox"; "required": false; }; "setTheme": { "alias": "theme"; "required": false; }; }, { "blurEvent": "blur"; "focusEvent": "focus"; "changeEvent": "change"; "openEvent": "open"; "closeEvent": "close"; "searchEvent": "search"; "clearEvent": "clear"; "addEvent": "add"; "removeEvent": "remove"; "scrollEvent": "scroll"; "scrollToEndEvent": "scrollToEnd"; }, ["labelTemp", "multiLabelTemp", "optionTemp"], never, false, never>;
115
115
  }
@@ -12,5 +12,5 @@ export declare class EvoAutocompleteDefaultOptionComponent {
12
12
  onSelectedChange(e: any): void;
13
13
  onCheckboxClick(e: Event): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoAutocompleteDefaultOptionComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoAutocompleteDefaultOptionComponent, "evo-autocomplete-default-option", never, { "hasCheckbox": "hasCheckbox"; "label": "label"; "description": "description"; "isDisabled": "isDisabled"; "isSelected": "isSelected"; }, {}, never, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoAutocompleteDefaultOptionComponent, "evo-autocomplete-default-option", never, { "hasCheckbox": { "alias": "hasCheckbox"; "required": false; }; "label": { "alias": "label"; "required": false; }; "description": { "alias": "description"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; }, {}, never, never, false, never>;
16
16
  }
@@ -1 +1 @@
1
- export declare type EvoAutocompleteSize = 'normal' | 'small';
1
+ export type EvoAutocompleteSize = 'normal' | 'small';
@@ -8,5 +8,5 @@ export declare class EvoBadgeComponent {
8
8
  widthPercents: number;
9
9
  get classes(): string[];
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoBadgeComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoBadgeComponent, "evo-badge", never, { "color": "color"; "size": "size"; "multiline": "multiline"; "widthPixels": "width.px"; "widthPercents": "width.%"; }, {}, never, ["*"], false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoBadgeComponent, "evo-badge", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "widthPixels": { "alias": "width.px"; "required": false; }; "widthPercents": { "alias": "width.%"; "required": false; }; }, {}, never, ["*"], false, never>;
12
12
  }
@@ -1,2 +1,2 @@
1
1
  import { EvoColor } from '../../../common/types';
2
- export declare type EvoBadgeColor = Extract<EvoColor, 'success' | 'error' | 'icon-dark' | 'icon-light' | 'graph-1' | 'graph-2' | 'graph-3' | 'graph-4' | 'graph-5' | 'graph-6' | 'graph-7' | 'graph-8' | 'graph-9' | 'graph-10' | 'grey' | 'rating' | 'primary'>;
2
+ export type EvoBadgeColor = Extract<EvoColor, 'success' | 'error' | 'icon-dark' | 'icon-light' | 'graph-1' | 'graph-2' | 'graph-3' | 'graph-4' | 'graph-5' | 'graph-6' | 'graph-7' | 'graph-8' | 'graph-9' | 'graph-10' | 'grey' | 'rating' | 'primary'>;
@@ -1,2 +1,2 @@
1
1
  import { EvoSize } from '../../../common/types';
2
- export declare type EvoBadgeSize = Extract<EvoSize, 'normal' | 'small'>;
2
+ export type EvoBadgeSize = Extract<EvoSize, 'normal' | 'small'>;
@@ -20,5 +20,5 @@ export declare class EvoButtonComponent {
20
20
  get buttonClasses(): string[];
21
21
  get buttonStyles(): Record<string, string>;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoButtonComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoButtonComponent, "button[evoButton], a[evoButton]", never, { "size": "size"; "color": "color"; "theme": "theme"; "disabled": "disabled"; "loading": "loading"; }, {}, never, ["*"], false>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoButtonComponent, "button[evoButton], a[evoButton]", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], false, never>;
24
24
  }
@@ -1,11 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./components/evo-button/evo-button.component";
3
- import * as i2 from "./components/evo-button-old/evo-button-old.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../../evo-ui-kit.module";
6
- import * as i5 from "../evo-loader/evo-loader.module";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../evo-ui-kit.module";
5
+ import * as i4 from "../evo-loader/evo-loader.module";
7
6
  export declare class EvoButtonModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<EvoButtonModule, [typeof i1.EvoButtonComponent, typeof i2.EvoButtonOldComponent], [typeof i3.CommonModule, typeof i4.EvoUiKitModule, typeof i5.EvoLoaderModule], [typeof i1.EvoButtonComponent, typeof i2.EvoButtonOldComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EvoButtonModule, [typeof i1.EvoButtonComponent], [typeof i2.CommonModule, typeof i3.EvoUiKitModule, typeof i4.EvoLoaderModule], [typeof i1.EvoButtonComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<EvoButtonModule>;
11
10
  }
@@ -1,4 +1,3 @@
1
1
  export * from './evo-button.module';
2
- export * from './components/evo-button-old/evo-button-old.component';
3
2
  export * from './components/evo-button/evo-button.component';
4
3
  export * from './types';
@@ -2,4 +2,4 @@ import { EvoColor } from '../../../common/types';
2
2
  /**
3
3
  * Sync with $evo-button-colors SCSS variable
4
4
  */
5
- export declare type EvoButtonColor = Extract<EvoColor, 'secondary' | 'success' | 'bonus' | 'link' | 'error' | 'white' | 'primary' | 'text'> | 'custom';
5
+ export type EvoButtonColor = Extract<EvoColor, 'secondary' | 'success' | 'bonus' | 'link' | 'error' | 'white' | 'primary' | 'text'> | 'custom';
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Sync with $evo-button-shapes SCSS variable
3
3
  */
4
- export declare type EvoButtonShape = 'rounded' | 'rectangle' | 'semi-rectangle';
4
+ export type EvoButtonShape = 'rounded' | 'rectangle' | 'semi-rectangle';
@@ -2,4 +2,4 @@ import { EvoSize } from '../../../common/types';
2
2
  /**
3
3
  * Sync with $evo-button-sizes SCSS variable
4
4
  */
5
- export declare type EvoButtonSize = Extract<EvoSize, 'small' | 'normal' | 'large'>;
5
+ export type EvoButtonSize = Extract<EvoSize, 'small' | 'normal' | 'large'>;
@@ -1,5 +1,5 @@
1
1
  import { EvoButtonShape } from './index';
2
- export declare type EvoButtonThemeParams = {
2
+ export type EvoButtonThemeParams = {
3
3
  shape: EvoButtonShape;
4
4
  isOutline: boolean;
5
5
  };
@@ -1 +1 @@
1
- export declare type EvoButtonTheme = 'rounded-solid' | 'rounded-outline' | 'rectangle-outline' | 'semi-rectangle-solid';
1
+ export type EvoButtonTheme = 'rounded-solid' | 'rounded-outline' | 'rectangle-outline' | 'semi-rectangle-solid';
@@ -25,5 +25,5 @@ export declare class EvoCheckboxComponent extends EvoBaseControl implements Cont
25
25
  registerOnTouched(fn: any): void;
26
26
  setDisabledState(state: boolean): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoCheckboxComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoCheckboxComponent, "evo-checkbox", never, { "setIndeterminate": "indeterminate"; }, { "indeterminateChange": "indeterminateChange"; }, never, ["*"], false>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoCheckboxComponent, "evo-checkbox", never, { "setIndeterminate": { "alias": "indeterminate"; "required": false; }; }, { "indeterminateChange": "indeterminateChange"; }, never, ["*"], false, never>;
29
29
  }
@@ -3,12 +3,12 @@ import { ControlValueAccessor } from '@angular/forms';
3
3
  import { EvoBaseControl } from '../../common/evo-base-control';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare enum EvoChipType {
6
- radio = "radio",
6
+ radio = "radio",// default
7
7
  checkbox = "checkbox",
8
8
  label = "label"
9
9
  }
10
10
  export declare enum EvoChipTheme {
11
- grey = "grey",
11
+ grey = "grey",// default
12
12
  white = "white"
13
13
  }
14
14
  export declare class EvoChipComponent extends EvoBaseControl implements ControlValueAccessor, OnInit, AfterViewInit {
@@ -41,5 +41,5 @@ export declare class EvoChipComponent extends EvoBaseControl implements ControlV
41
41
  private onChange;
42
42
  private onTouched;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoChipComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoChipComponent, "evo-chip", never, { "type": "type"; "theme": "theme"; "counter": "counter"; "disabled": "disabled"; "name": "name"; "closable": "closable"; "closeTitle": "closeTitle"; "setInitialValue": "value"; }, { "close": "close"; }, never, ["*"], false>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoChipComponent, "evo-chip", never, { "type": { "alias": "type"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "closeTitle": { "alias": "closeTitle"; "required": false; }; "setInitialValue": { "alias": "value"; "required": false; }; }, { "close": "close"; }, never, ["*"], false, never>;
45
45
  }
@@ -10,5 +10,5 @@ export declare class EvoControlErrorComponent {
10
10
  private defaultErrorMessages;
11
11
  get errorsMap(): string[];
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoControlErrorComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoControlErrorComponent, "evo-control-error", never, { "errors": "errors"; "errorsMessages": "errorsMessages"; "showCount": "showCount"; }, {}, never, never, false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoControlErrorComponent, "evo-control-error", never, { "errors": { "alias": "errors"; "required": false; }; "errorsMessages": { "alias": "errorsMessages"; "required": false; }; "showCount": { "alias": "showCount"; "required": false; }; }, {}, never, never, false, never>;
14
14
  }
@@ -5,5 +5,5 @@ export declare class EvoControlLabelComponent {
5
5
  context: Object | null;
6
6
  get isStringLabel(): boolean;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoControlLabelComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoControlLabelComponent, "evo-control-label", never, { "label": "label"; "context": "context"; }, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoControlLabelComponent, "evo-control-label", never, { "label": { "alias": "label"; "required": false; }; "context": { "alias": "context"; "required": false; }; }, {}, never, ["*"], false, never>;
9
9
  }
@@ -12,5 +12,5 @@ export declare class EvoCounterComponent {
12
12
  [cssClass: string]: boolean;
13
13
  };
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoCounterComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoCounterComponent, "evo-counter", never, { "value": "value"; "disabled": "disabled"; "setSize": "size"; }, {}, never, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoCounterComponent, "evo-counter", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "setSize": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
16
16
  }
@@ -4,7 +4,7 @@ import { FlatpickrOptions } from './flatpickr-options.interface';
4
4
  import { EvoBaseControl } from '../../common/evo-base-control';
5
5
  import * as i0 from "@angular/core";
6
6
  export * from './flatpickr-options.interface';
7
- declare type SelectedDates = string[] | Date[];
7
+ type SelectedDates = string[] | Date[];
8
8
  export declare class EvoDatepickerComponent extends EvoBaseControl implements AfterViewInit, ControlValueAccessor, OnChanges, OnInit, OnDestroy {
9
9
  private zone;
10
10
  private elementRef;
@@ -170,5 +170,5 @@ export declare class EvoDatepickerComponent extends EvoBaseControl implements Af
170
170
  private resetTimeAfterOpen;
171
171
  private addConstraintsAfterOpen;
172
172
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoDatepickerComponent, never>;
173
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoDatepickerComponent, "evo-datepicker", never, { "config": "config"; "maskedInput": "maskedInput"; "theme": "theme"; "folded": "folded"; "placeholder": "placeholder"; "setDate": "setDate"; "description": "description"; "maxRangeDays": "maxRangeDays"; "appendToBody": "appendToBody"; }, { "closePicker": "closePicker"; }, never, never, false>;
173
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoDatepickerComponent, "evo-datepicker", never, { "config": { "alias": "config"; "required": false; }; "maskedInput": { "alias": "maskedInput"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "folded": { "alias": "folded"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "setDate": { "alias": "setDate"; "required": false; }; "description": { "alias": "description"; "required": false; }; "maxRangeDays": { "alias": "maxRangeDays"; "required": false; }; "appendToBody": { "alias": "appendToBody"; "required": false; }; }, { "closePicker": "closePicker"; }, never, never, false, never>;
174
174
  }
@@ -11,5 +11,5 @@ export declare class EvoDropdownOriginDirective extends CdkOverlayOrigin {
11
11
  close(): void;
12
12
  toggle(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoDropdownOriginDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<EvoDropdownOriginDirective, "[evoDropdownOrigin]", ["evoDropdownOrigin"], {}, {}, never, never, false>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EvoDropdownOriginDirective, "[evoDropdownOrigin]", ["evoDropdownOrigin"], {}, {}, never, never, false, never>;
15
15
  }
@@ -3,7 +3,7 @@ import { EvoDropdownOriginDirective } from './evo-dropdown-origin.directive';
3
3
  import { ConnectedPosition } from '@angular/cdk/overlay';
4
4
  import { EvoDropdownPositions } from './types/evo-dropdown-positions';
5
5
  import * as i0 from "@angular/core";
6
- declare type Position = EvoDropdownPositions | ConnectedPosition;
6
+ type Position = EvoDropdownPositions | ConnectedPosition;
7
7
  export declare class EvoDropdownComponent implements OnDestroy {
8
8
  protected readonly viewContainerRef: ViewContainerRef;
9
9
  private readonly ngZone;
@@ -29,6 +29,6 @@ export declare class EvoDropdownComponent implements OnDestroy {
29
29
  */
30
30
  private listenScroll;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoDropdownComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoDropdownComponent, "evo-dropdown", never, { "scrollStrategy": "scrollStrategy"; "dropdownOrigin": "dropdownOrigin"; "isOpen": "isOpen"; "positions": "positions"; }, { "isOpenChange": "isOpenChange"; }, never, ["*"], false>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoDropdownComponent, "evo-dropdown", never, { "scrollStrategy": { "alias": "scrollStrategy"; "required": false; }; "dropdownOrigin": { "alias": "dropdownOrigin"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "positions": { "alias": "positions"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, ["*"], false, never>;
33
33
  }
34
34
  export {};
@@ -1 +1 @@
1
- export declare type EvoDropdownPositions = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | 'left-top' | 'left-center' | 'left-bottom' | 'right-top' | 'right-center' | 'right-bottom';
1
+ export type EvoDropdownPositions = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | 'left-top' | 'left-center' | 'left-bottom' | 'right-top' | 'right-center' | 'right-bottom';
@@ -16,5 +16,5 @@ export declare class EvoIconComponent {
16
16
  private _shape;
17
17
  constructor(sanitizer: DomSanitizer, iconsService: EvoIconsLibrary);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoIconComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconComponent, "evo-icon", never, { "shape": "shape"; "svgWidth": "svgWidth"; "svgHeight": "svgHeight"; "svgViewBox": "svgViewBox"; }, {}, never, never, false>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconComponent, "evo-icon", never, { "shape": { "alias": "shape"; "required": false; }; "svgWidth": { "alias": "svgWidth"; "required": false; }; "svgHeight": { "alias": "svgHeight"; "required": false; }; "svgViewBox": { "alias": "svgViewBox"; "required": false; }; }, {}, never, never, false, never>;
20
20
  }
@@ -1,20 +1,10 @@
1
1
  import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import { EvoIconButtonTheme } from './types/evo-icon-button-theme';
3
- import { EvoIconButtonSize } from './types/evo-icon-button-size';
2
+ import { EvoIconButtonColor, EvoIconButtonSize } from './types';
4
3
  import * as i0 from "@angular/core";
5
- export declare enum EvoIconButtonColor {
6
- link = "link",
7
- danger = "danger",
8
- success = "success"
9
- }
10
4
  export declare class EvoIconButtonComponent implements OnInit, OnChanges {
11
5
  disabled: boolean;
12
6
  loading: boolean;
13
- color: EvoIconButtonColor | string;
14
- /**
15
- * @deprecated instead of rectangle theme use `EvoNavigationButtonComponent`
16
- */
17
- theme: EvoIconButtonTheme;
7
+ color: EvoIconButtonColor;
18
8
  size: EvoIconButtonSize;
19
9
  classes: string[];
20
10
  get isDisabled(): boolean;
@@ -22,5 +12,5 @@ export declare class EvoIconButtonComponent implements OnInit, OnChanges {
22
12
  ngOnChanges(changes: SimpleChanges): void;
23
13
  private updateClassesList;
24
14
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoIconButtonComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconButtonComponent, "button[evo-icon-button], a[evo-icon-button]", never, { "disabled": "disabled"; "loading": "loading"; "color": "color"; "theme": "theme"; "size": "size"; }, {}, never, ["evo-icon", "*"], false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconButtonComponent, "button[evo-icon-button], a[evo-icon-button]", never, { "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["evo-icon", "*"], false, never>;
26
16
  }
@@ -0,0 +1,2 @@
1
+ import { EvoColor } from '../../../common/types';
2
+ export type EvoIconButtonColor = Extract<EvoColor, 'success' | 'link' | 'error'> | 'custom';
@@ -1,2 +1,2 @@
1
1
  import { EvoSize } from '../../../common/types';
2
- export declare type EvoIconButtonSize = Extract<EvoSize, 'normal' | 'small'>;
2
+ export type EvoIconButtonSize = Extract<EvoSize, 'normal' | 'small'>;
@@ -0,0 +1,2 @@
1
+ export * from './evo-icon-button-size';
2
+ export * from './evo-icon-button-color';
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class EvoIconNumberComponent {
3
3
  number: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9';
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoIconNumberComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconNumberComponent, "evo-icon-number", never, { "number": "number"; }, {}, never, never, false>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconNumberComponent, "evo-icon-number", never, { "number": { "alias": "number"; "required": false; }; }, {}, never, never, false, never>;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class EvoInputIconDirective {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoInputIconDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<EvoInputIconDirective, "[evoInputIcon]", never, {}, {}, never, never, false>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EvoInputIconDirective, "[evoInputIcon]", never, {}, {}, never, never, false, never>;
5
5
  }
@@ -89,5 +89,5 @@ export declare class EvoInputComponent extends EvoBaseControl implements Control
89
89
  mask: boolean;
90
90
  };
91
91
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoInputComponent, [null, null, null, { optional: true; }, null]>;
92
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoInputComponent, "evo-input", never, { "autoFocus": "autoFocus"; "dataCp": "data-cp"; "icon": "icon"; "mask": "mask"; "placeholder": "placeholder"; "tooltip": "tooltip"; "type": "type"; "disabled": "disabled"; "loading": "loading"; "prefix": "prefix"; "autocomplete": "autocomplete"; "inputDebounce": "inputDebounce"; "unmask": "unmask"; "clearable": "clearable"; "maskValidation": "maskValidation"; "setValue": "value"; "setSize": "size"; "setTheme": "theme"; }, { "blur": "blur"; }, never, ["[evoInputPrefixContent]", "[evoInputIcon]", "[tooltip]"], false>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoInputComponent, "evo-input", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; "dataCp": { "alias": "data-cp"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "inputDebounce": { "alias": "inputDebounce"; "required": false; }; "unmask": { "alias": "unmask"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "maskValidation": { "alias": "maskValidation"; "required": false; }; "setValue": { "alias": "value"; "required": false; }; "setSize": { "alias": "size"; "required": false; }; "setTheme": { "alias": "theme"; "required": false; }; }, { "blur": "blur"; }, never, ["[evoInputPrefixContent]", "[evoInputIcon]", "[tooltip]"], false, never>;
93
93
  }
@@ -40,5 +40,5 @@ export declare class EvoInputContenteditableComponent extends EvoBaseControl imp
40
40
  private clearMultiline;
41
41
  private wrapSetValue;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoInputContenteditableComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoInputContenteditableComponent, "evo-input-contenteditable", never, { "multiline": "multiline"; "placeholder": "placeholder"; "autoFocus": "autoFocus"; "maxLines": "maxLines"; "minLines": "minLines"; "disabled": "disabled"; "preventStylingHotkeys": "preventStylingHotkeys"; }, { "blur": "blur"; }, never, never, false>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoInputContenteditableComponent, "evo-input-contenteditable", never, { "multiline": { "alias": "multiline"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; "minLines": { "alias": "minLines"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "preventStylingHotkeys": { "alias": "preventStylingHotkeys"; "required": false; }; }, { "blur": "blur"; }, never, never, false, never>;
44
44
  }
@@ -4,5 +4,5 @@ export declare class EvoCircularLoaderComponent implements OnInit {
4
4
  clipPathId: string;
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoCircularLoaderComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoCircularLoaderComponent, "evo-circular-loader", never, {}, {}, never, never, false>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoCircularLoaderComponent, "evo-circular-loader", never, {}, {}, never, never, false, never>;
8
8
  }
@@ -1,10 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./evo-loader.component";
3
- import * as i2 from "./evo-circular-loader.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../../evo-ui-kit.module";
2
+ import * as i1 from "./evo-circular-loader.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../evo-ui-kit.module";
6
5
  export declare class EvoLoaderModule {
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoLoaderModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<EvoLoaderModule, [typeof i1.EvoLoaderComponent, typeof i2.EvoCircularLoaderComponent], [typeof i3.CommonModule, typeof i4.EvoUiKitModule], [typeof i1.EvoLoaderComponent, typeof i2.EvoCircularLoaderComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EvoLoaderModule, [typeof i1.EvoCircularLoaderComponent], [typeof i2.CommonModule, typeof i3.EvoUiKitModule], [typeof i1.EvoCircularLoaderComponent]>;
9
8
  static ɵinj: i0.ɵɵInjectorDeclaration<EvoLoaderModule>;
10
9
  }
@@ -1,3 +1,2 @@
1
1
  export * from './evo-loader.module';
2
- export * from './evo-loader.component';
3
2
  export * from './evo-circular-loader.component';
@@ -37,5 +37,5 @@ export declare class EvoModalComponent implements OnInit, OnDestroy {
37
37
  private subscribeModalEvents;
38
38
  private initKeyboardListener;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoModalComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoModalComponent, "evo-modal", never, { "id": "id"; "titleText": "titleText"; "acceptText": "acceptText"; "acceptButtonColor": "acceptButtonColor"; "acceptButtonTheme": "acceptButtonTheme"; "declineText": "declineText"; "declineButtonColor": "declineButtonColor"; "declineButtonTheme": "declineButtonTheme"; "asyncAccept": "asyncAccept"; }, {}, never, ["evo-icon", "*"], false>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoModalComponent, "evo-modal", never, { "id": { "alias": "id"; "required": false; }; "titleText": { "alias": "titleText"; "required": false; }; "acceptText": { "alias": "acceptText"; "required": false; }; "acceptButtonColor": { "alias": "acceptButtonColor"; "required": false; }; "acceptButtonTheme": { "alias": "acceptButtonTheme"; "required": false; }; "declineText": { "alias": "declineText"; "required": false; }; "declineButtonColor": { "alias": "declineButtonColor"; "required": false; }; "declineButtonTheme": { "alias": "declineButtonTheme"; "required": false; }; "asyncAccept": { "alias": "asyncAccept"; "required": false; }; }, {}, never, ["evo-icon", "*"], false, never>;
41
41
  }
@@ -17,5 +17,5 @@ export declare class EvoNavbarItemComponent {
17
17
  open(origin: EvoDropdownOriginDirective): void;
18
18
  close(origin: EvoDropdownOriginDirective): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoNavbarItemComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavbarItemComponent, "evo-navbar-item", never, { "item": "item"; "isNested": "isNested"; "isMobileView": "isMobileView"; "subMenuPositions": "subMenuPositions"; }, { "openSubMenu": "openSubMenu"; "closeSubMenu": "closeSubMenu"; }, never, never, false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavbarItemComponent, "evo-navbar-item", never, { "item": { "alias": "item"; "required": false; }; "isNested": { "alias": "isNested"; "required": false; }; "isMobileView": { "alias": "isMobileView"; "required": false; }; "subMenuPositions": { "alias": "subMenuPositions"; "required": false; }; }, { "openSubMenu": "openSubMenu"; "closeSubMenu": "closeSubMenu"; }, never, never, false, never>;
21
21
  }
@@ -14,5 +14,5 @@ export declare class EvoNavbarComponent {
14
14
  openSubMenu(origin: EvoDropdownOriginDirective): void;
15
15
  closeSubMenu(origin: EvoDropdownOriginDirective): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoNavbarComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavbarComponent, "evo-navbar", never, { "subMenuPositions": "subMenuPositions"; "items": "items"; }, {}, never, never, false>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavbarComponent, "evo-navbar", never, { "subMenuPositions": { "alias": "subMenuPositions"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
18
18
  }
@@ -1,4 +1,4 @@
1
1
  import { NavItemRouterLink } from '../interfaces/nav-item-router-link';
2
2
  import { NavItemHref } from '../interfaces/nav-item.href';
3
3
  import { NavItemMainInfo } from '../interfaces/nav-item-main-info';
4
- export declare type NavItem = NavItemMainInfo & (NavItemHref | NavItemRouterLink);
4
+ export type NavItem = NavItemMainInfo & (NavItemHref | NavItemRouterLink);
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class EvoNavigationButtonComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoNavigationButtonComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavigationButtonComponent, "evo-navigation-button", never, {}, {}, never, ["*"], false>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavigationButtonComponent, "evo-navigation-button", never, {}, {}, never, ["*"], false, never>;
5
5
  }
@@ -9,5 +9,5 @@ export declare class EvoNoteComponent {
9
9
  get totalClasses(): string[];
10
10
  onCloseClick(event: MouseEvent): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoNoteComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoNoteComponent, "evo-note", never, { "closable": "closable"; "iconSrc": "iconSrc"; "type": "type"; }, { "close": "close"; }, never, ["*"], false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoNoteComponent, "evo-note", never, { "closable": { "alias": "closable"; "required": false; }; "iconSrc": { "alias": "iconSrc"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "close": "close"; }, never, ["*"], false, never>;
13
13
  }
@@ -1 +1 @@
1
- export declare type EvoNoteType = 'danger' | 'info' | 'success' | 'warning';
1
+ export type EvoNoteType = 'danger' | 'info' | 'success' | 'warning';
@@ -22,5 +22,5 @@ export declare class EvoPaginatorComponent {
22
22
  isActivePage(page: string | number): boolean;
23
23
  private updatePagesList;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoPaginatorComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoPaginatorComponent, "evo-paginator", never, { "setCurrentPage": "currentPage"; "setItemsTotal": "itemsTotal"; "setPageSize": "pageSize"; "setMaxVisiblePages": "visiblePagesLimit"; }, { "pageClick": "pageClick"; }, never, never, false>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoPaginatorComponent, "evo-paginator", never, { "setCurrentPage": { "alias": "currentPage"; "required": false; }; "setItemsTotal": { "alias": "itemsTotal"; "required": false; }; "setPageSize": { "alias": "pageSize"; "required": false; }; "setMaxVisiblePages": { "alias": "visiblePagesLimit"; "required": false; }; }, { "pageClick": "pageClick"; }, never, never, false, never>;
26
26
  }
@@ -9,5 +9,5 @@ export declare class EvoPlusMinusComponent implements OnInit {
9
9
  constructor();
10
10
  ngOnInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoPlusMinusComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoPlusMinusComponent, "evo-plus-minus", never, { "id": "id"; "disabledMinus": "disabledMinus"; "disabledPlus": "disabledPlus"; }, { "increase": "increase"; "decrease": "decrease"; }, never, never, false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoPlusMinusComponent, "evo-plus-minus", never, { "id": { "alias": "id"; "required": false; }; "disabledMinus": { "alias": "disabledMinus"; "required": false; }; "disabledPlus": { "alias": "disabledPlus"; "required": false; }; }, { "increase": "increase"; "decrease": "decrease"; }, never, never, false, never>;
13
13
  }
@@ -1,7 +1,7 @@
1
1
  import { AfterViewInit, ElementRef, NgZone, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
2
  import { Modifier, Placement, PositioningStrategy } from '@popperjs/core';
3
3
  import * as i0 from "@angular/core";
4
- export declare type EvoPopoverPosition = 'center' | Placement;
4
+ export type EvoPopoverPosition = 'center' | Placement;
5
5
  export interface EvoPopoverDelay {
6
6
  show?: number;
7
7
  hide?: number;
@@ -39,5 +39,5 @@ export declare class EvoPopoverComponent implements AfterViewInit, OnChanges, On
39
39
  private onMouseleavePopover;
40
40
  private togglePopover;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoPopoverComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoPopoverComponent, "evo-popover", never, { "mediaTabletPosition": "media-tablet-position"; "position": "position"; "show": "show"; "modifiers": "modifiers"; "strategy": "strategy"; "setDelay": "delay"; }, {}, never, ["*", "[popover-body]"], false>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoPopoverComponent, "evo-popover", never, { "mediaTabletPosition": { "alias": "media-tablet-position"; "required": false; }; "position": { "alias": "position"; "required": false; }; "show": { "alias": "show"; "required": false; }; "modifiers": { "alias": "modifiers"; "required": false; }; "strategy": { "alias": "strategy"; "required": false; }; "setDelay": { "alias": "delay"; "required": false; }; }, {}, never, ["*", "[popover-body]"], false, never>;
43
43
  }
@@ -6,5 +6,5 @@ export declare class EvoPortalOutletDirective extends EvoPortalOutlet {
6
6
  viewContainerRef: ViewContainerRef;
7
7
  constructor(injector: Injector, viewContainerRef: ViewContainerRef);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoPortalOutletDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<EvoPortalOutletDirective, "[evoPortalOutlet]", never, {}, {}, never, never, false>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EvoPortalOutletDirective, "[evoPortalOutlet]", never, {}, {}, never, never, false, never>;
10
10
  }
@@ -1,7 +1,7 @@
1
1
  import { ApplicationRef, ComponentFactoryResolver, ComponentRef, EmbeddedViewRef, Injector, TemplateRef, Type, ViewRef } from '@angular/core';
2
2
  import { EvoPortalOutlet } from './evo-portal-outlet.class';
3
3
  import * as i0 from "@angular/core";
4
- export declare type EvoPortalHostType = EvoPortalOutlet | HTMLElement | string;
4
+ export type EvoPortalHostType = EvoPortalOutlet | HTMLElement | string;
5
5
  export declare abstract class EvoAbstractPortal {
6
6
  abstract hasAttachedPortal(): boolean;
7
7
  abstract attach(host: EvoPortalHostType): void;
@@ -14,5 +14,5 @@ export declare class EvoRadioComponent extends EvoBaseControl implements Control
14
14
  setDisabledState(isDisabled: boolean): void;
15
15
  writeValue(obj: any): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoRadioComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioComponent, "evo-radio", never, { "value": "value"; "name": "name"; }, {}, never, ["*"], false>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioComponent, "evo-radio", never, { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
18
18
  }
@@ -52,5 +52,5 @@ export declare class EvoRadioGroupComponent extends EvoBaseControl implements Co
52
52
  */
53
53
  private createFormGroup;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<EvoRadioGroupComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioGroupComponent, "evo-radio-group", never, { "options": "options"; "_value": "value"; "theme": "theme"; "direction": "direction"; }, {}, never, never, false>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioGroupComponent, "evo-radio-group", never, { "options": { "alias": "options"; "required": false; }; "_value": { "alias": "value"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, {}, never, never, false, never>;
56
56
  }