monkey-style-guide 2.0.89 → 2.0.94

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 (431) hide show
  1. package/assets/scss/partials/components/_input-phone.scss +15 -5
  2. package/assets/scss/partials/components/_select.scss +4 -0
  3. package/bundles/monkey-style-guide.umd.js +3067 -2085
  4. package/bundles/monkey-style-guide.umd.js.map +1 -1
  5. package/esm2015/lib/components/badge/badge.component.js +23 -12
  6. package/esm2015/lib/components/badge/badge.module.js +14 -9
  7. package/esm2015/lib/components/button/button-avatar.component.js +28 -14
  8. package/esm2015/lib/components/button/button-dropdown.component.js +55 -19
  9. package/esm2015/lib/components/button/button.component.js +80 -20
  10. package/esm2015/lib/components/button/button.module.js +15 -18
  11. package/esm2015/lib/components/checkbox/checkbox.component.js +84 -42
  12. package/esm2015/lib/components/checkbox/checkbox.module.js +14 -19
  13. package/esm2015/lib/components/date-range-picker/date-range-picker.component.js +259 -54
  14. package/esm2015/lib/components/date-range-picker/date-range-picker.module.js +16 -11
  15. package/esm2015/lib/components/expansion/expansion.component.js +60 -17
  16. package/esm2015/lib/components/expansion/expansion.module.js +15 -10
  17. package/esm2015/lib/components/file-upload/file-upload.component.js +119 -36
  18. package/esm2015/lib/components/file-upload/file-upload.module.js +30 -16
  19. package/esm2015/lib/components/icon/icon-arrow-down.component.js +19 -0
  20. package/esm2015/lib/components/icon/icon-arrow-left.component.js +19 -0
  21. package/esm2015/lib/components/icon/icon-arrow-right.component.js +19 -0
  22. package/esm2015/lib/components/icon/icon-arrow-up.component.js +19 -0
  23. package/esm2015/lib/components/icon/icon-bank.component.js +19 -0
  24. package/esm2015/lib/components/icon/icon-bell.component.js +19 -0
  25. package/esm2015/lib/components/icon/icon-book.component.js +19 -0
  26. package/esm2015/lib/components/icon/icon-box.component.js +19 -0
  27. package/esm2015/lib/components/icon/icon-calendar.component.js +19 -0
  28. package/esm2015/lib/components/icon/icon-camera.component.js +19 -0
  29. package/esm2015/lib/components/icon/icon-chat.component.js +19 -0
  30. package/esm2015/lib/components/icon/icon-check-circle-out.component.js +19 -0
  31. package/esm2015/lib/components/icon/icon-check-circle.component.js +19 -0
  32. package/esm2015/lib/components/icon/icon-check-grey.component.js +19 -0
  33. package/esm2015/lib/components/icon/icon-check-white.component.js +19 -0
  34. package/esm2015/lib/components/icon/icon-check.component.js +19 -0
  35. package/esm2015/lib/components/icon/icon-clipboard.component.js +19 -0
  36. package/esm2015/lib/components/icon/icon-clock.component.js +19 -0
  37. package/esm2015/lib/components/icon/icon-close.component.js +19 -0
  38. package/esm2015/lib/components/icon/icon-cnpj.component.js +19 -0
  39. package/esm2015/lib/components/icon/icon-codepen.component.js +19 -0
  40. package/esm2015/lib/components/icon/icon-company-name.component.js +19 -0
  41. package/esm2015/lib/components/icon/icon-contract.component.js +19 -0
  42. package/esm2015/lib/components/icon/icon-delete.component.js +19 -0
  43. package/esm2015/lib/components/icon/icon-document.component.js +19 -0
  44. package/esm2015/lib/components/icon/icon-dollar-sign.component.js +19 -0
  45. package/esm2015/lib/components/icon/icon-domain.component.js +19 -0
  46. package/esm2015/lib/components/icon/icon-download.component.js +19 -0
  47. package/esm2015/lib/components/icon/icon-edit.component.js +19 -0
  48. package/esm2015/lib/components/icon/icon-email.component.js +19 -0
  49. package/esm2015/lib/components/icon/icon-empty-doc.component.js +19 -0
  50. package/esm2015/lib/components/icon/icon-error.component.js +19 -0
  51. package/esm2015/lib/components/icon/icon-eye-closed.component.js +19 -0
  52. package/esm2015/lib/components/icon/icon-eye-open.component.js +19 -0
  53. package/esm2015/lib/components/icon/icon-filter.component.js +19 -0
  54. package/esm2015/lib/components/icon/icon-grid.component.js +19 -0
  55. package/esm2015/lib/components/icon/icon-help.component.js +19 -0
  56. package/esm2015/lib/components/icon/icon-hexagon.component.js +19 -0
  57. package/esm2015/lib/components/icon/icon-home.component.js +19 -0
  58. package/esm2015/lib/components/icon/icon-image.component.js +19 -0
  59. package/esm2015/lib/components/icon/icon-list.component.js +19 -0
  60. package/esm2015/lib/components/icon/icon-location-pin.component.js +19 -0
  61. package/esm2015/lib/components/icon/icon-login.component.js +19 -0
  62. package/esm2015/lib/components/icon/icon-logout.component.js +19 -0
  63. package/esm2015/lib/components/icon/icon-menu.component.js +19 -0
  64. package/esm2015/lib/components/icon/icon-money-sign.component.js +19 -0
  65. package/esm2015/lib/components/icon/icon-more.component.js +19 -0
  66. package/esm2015/lib/components/icon/icon-offered.component.js +19 -0
  67. package/esm2015/lib/components/icon/icon-password.component.js +19 -0
  68. package/esm2015/lib/components/icon/icon-people.component.js +19 -0
  69. package/esm2015/lib/components/icon/icon-percent.component.js +19 -0
  70. package/esm2015/lib/components/icon/icon-person-document.component.js +19 -0
  71. package/esm2015/lib/components/icon/icon-person-sad.component.js +19 -0
  72. package/esm2015/lib/components/icon/icon-phone.component.js +19 -0
  73. package/esm2015/lib/components/icon/icon-pork.component.js +19 -0
  74. package/esm2015/lib/components/icon/icon-refresh.component.js +19 -0
  75. package/esm2015/lib/components/icon/icon-repeat.component.js +19 -0
  76. package/esm2015/lib/components/icon/icon-search.component.js +19 -0
  77. package/esm2015/lib/components/icon/icon-second-warning.component.js +19 -0
  78. package/esm2015/lib/components/icon/icon-settings.component.js +19 -0
  79. package/esm2015/lib/components/icon/icon-trash.component.js +19 -0
  80. package/esm2015/lib/components/icon/icon-upload.component.js +19 -0
  81. package/esm2015/lib/components/icon/icon-user.component.js +19 -0
  82. package/esm2015/lib/components/icon/icon-wallet.component.js +19 -0
  83. package/esm2015/lib/components/icon/icon-warning.component.js +19 -0
  84. package/esm2015/lib/components/icon/icon.component.js +484 -19
  85. package/esm2015/lib/components/icon/icon.module.js +211 -77
  86. package/esm2015/lib/components/icon/index.js +65 -2
  87. package/esm2015/lib/components/image-crop/image-crop.component.js +165 -31
  88. package/esm2015/lib/components/image-crop/image-crop.module.js +32 -16
  89. package/esm2015/lib/components/input/input-filter.component.js +123 -44
  90. package/esm2015/lib/components/input/input.component.js +165 -50
  91. package/esm2015/lib/components/input/input.module.js +29 -15
  92. package/esm2015/lib/components/input-phone/input-phone.component.js +245 -136
  93. package/esm2015/lib/components/input-phone/input-phone.module.js +37 -17
  94. package/esm2015/lib/components/modal/modal.component.js +99 -17
  95. package/esm2015/lib/components/modal/modal.module.js +15 -10
  96. package/esm2015/lib/components/option/option.component.js +76 -29
  97. package/esm2015/lib/components/option/option.module.js +24 -17
  98. package/esm2015/lib/components/radiobutton/radiobutton.component.js +67 -27
  99. package/esm2015/lib/components/radiobutton/radiobutton.module.js +30 -19
  100. package/esm2015/lib/components/select/select-filter.component.js +72 -29
  101. package/esm2015/lib/components/select/select-multiple.component.js +94 -33
  102. package/esm2015/lib/components/select/select-search.component.js +106 -38
  103. package/esm2015/lib/components/select/select.component.js +95 -34
  104. package/esm2015/lib/components/select/select.module.js +49 -26
  105. package/esm2015/lib/components/stepper/stepper.component.js +28 -14
  106. package/esm2015/lib/components/stepper/stepper.module.js +14 -9
  107. package/esm2015/lib/components/tab/tab.component.js +40 -25
  108. package/esm2015/lib/components/tab/tab.module.js +14 -9
  109. package/esm2015/lib/components/table/table-column.component.js +25 -15
  110. package/esm2015/lib/components/table/table.component.js +68 -25
  111. package/esm2015/lib/components/table/table.module.js +14 -9
  112. package/esm2015/lib/components/toggle/toggle.component.js +27 -15
  113. package/esm2015/lib/components/toggle/toggle.module.js +14 -9
  114. package/esm2015/lib/components/wizard/wizard.component.js +30 -14
  115. package/esm2015/lib/components/wizard/wizard.module.js +27 -18
  116. package/esm2015/lib/core/services/modal/monkey-style-guide-modal-fixed.service.js +8 -10
  117. package/esm2015/lib/core/services/modal/monkey-style-guide-modal.service.js +9 -12
  118. package/esm2015/lib/core/services/monkey-style-guide.service.js +8 -8
  119. package/esm2015/lib/core/services/settings/monkey-style-guide-settings.service.js +9 -10
  120. package/esm2015/lib/core/services/settings/monkey-style-guide-theme-settings.service.js +10 -7
  121. package/esm2015/lib/core/services/snackbar/mokey-style-guide-snackbar.service.js +8 -13
  122. package/esm2015/lib/core/utils/utils.js +77 -1
  123. package/esm2015/lib/monkey-style-guide.module.js +22 -12
  124. package/esm2015/monkey-style-guide.js +1 -5
  125. package/fesm2015/monkey-style-guide.js +4573 -2032
  126. package/fesm2015/monkey-style-guide.js.map +1 -1
  127. package/lib/components/badge/badge.component.d.ts +3 -0
  128. package/lib/components/badge/badge.module.d.ts +6 -0
  129. package/lib/components/button/button-avatar.component.d.ts +3 -0
  130. package/lib/components/button/button-dropdown.component.d.ts +3 -0
  131. package/lib/components/button/button.component.d.ts +3 -0
  132. package/lib/components/button/button.module.d.ts +10 -0
  133. package/lib/components/checkbox/checkbox.component.d.ts +3 -0
  134. package/lib/components/checkbox/checkbox.module.d.ts +7 -0
  135. package/lib/components/date-range-picker/date-range-picker.component.d.ts +6 -0
  136. package/lib/components/date-range-picker/date-range-picker.module.d.ts +9 -0
  137. package/lib/components/expansion/expansion.component.d.ts +3 -0
  138. package/lib/components/expansion/expansion.module.d.ts +7 -0
  139. package/lib/components/file-upload/file-upload.component.d.ts +3 -0
  140. package/lib/components/file-upload/file-upload.module.d.ts +9 -0
  141. package/lib/components/icon/icon-arrow-down.component.d.ts +7 -0
  142. package/lib/components/icon/icon-arrow-left.component.d.ts +7 -0
  143. package/lib/components/icon/icon-arrow-right.component.d.ts +7 -0
  144. package/lib/components/icon/icon-arrow-up.component.d.ts +7 -0
  145. package/lib/components/icon/icon-bank.component.d.ts +7 -0
  146. package/lib/components/icon/icon-bell.component.d.ts +7 -0
  147. package/lib/components/icon/icon-book.component.d.ts +7 -0
  148. package/lib/components/icon/icon-box.component.d.ts +7 -0
  149. package/lib/components/icon/icon-calendar.component.d.ts +7 -0
  150. package/lib/components/icon/icon-camera.component.d.ts +7 -0
  151. package/lib/components/icon/icon-chat.component.d.ts +7 -0
  152. package/lib/components/icon/icon-check-circle-out.component.d.ts +7 -0
  153. package/lib/components/icon/icon-check-circle.component.d.ts +7 -0
  154. package/lib/components/icon/icon-check-grey.component.d.ts +7 -0
  155. package/lib/components/icon/icon-check-white.component.d.ts +7 -0
  156. package/lib/components/icon/icon-check.component.d.ts +7 -0
  157. package/lib/components/icon/icon-clipboard.component.d.ts +7 -0
  158. package/lib/components/icon/icon-clock.component.d.ts +7 -0
  159. package/lib/components/icon/icon-close.component.d.ts +7 -0
  160. package/lib/components/icon/icon-cnpj.component.d.ts +7 -0
  161. package/lib/components/icon/icon-codepen.component.d.ts +7 -0
  162. package/lib/components/icon/icon-company-name.component.d.ts +7 -0
  163. package/lib/components/icon/icon-contract.component.d.ts +7 -0
  164. package/lib/components/icon/icon-delete.component.d.ts +7 -0
  165. package/lib/components/icon/icon-document.component.d.ts +7 -0
  166. package/lib/components/icon/icon-dollar-sign.component.d.ts +7 -0
  167. package/lib/components/icon/icon-domain.component.d.ts +7 -0
  168. package/lib/components/icon/icon-download.component.d.ts +7 -0
  169. package/lib/components/icon/icon-edit.component.d.ts +7 -0
  170. package/lib/components/icon/icon-email.component.d.ts +7 -0
  171. package/lib/components/icon/icon-empty-doc.component.d.ts +7 -0
  172. package/lib/components/icon/icon-error.component.d.ts +7 -0
  173. package/lib/components/icon/icon-eye-closed.component.d.ts +7 -0
  174. package/lib/components/icon/icon-eye-open.component.d.ts +7 -0
  175. package/lib/components/icon/icon-filter.component.d.ts +7 -0
  176. package/lib/components/icon/icon-grid.component.d.ts +7 -0
  177. package/lib/components/icon/icon-help.component.d.ts +7 -0
  178. package/lib/components/icon/icon-hexagon.component.d.ts +7 -0
  179. package/lib/components/icon/icon-home.component.d.ts +7 -0
  180. package/lib/components/icon/icon-image.component.d.ts +7 -0
  181. package/lib/components/icon/icon-list.component.d.ts +7 -0
  182. package/lib/components/icon/icon-location-pin.component.d.ts +7 -0
  183. package/lib/components/icon/icon-login.component.d.ts +7 -0
  184. package/lib/components/icon/icon-logout.component.d.ts +7 -0
  185. package/lib/components/icon/icon-menu.component.d.ts +7 -0
  186. package/lib/components/icon/icon-money-sign.component.d.ts +7 -0
  187. package/lib/components/icon/icon-more.component.d.ts +7 -0
  188. package/lib/components/icon/icon-offered.component.d.ts +7 -0
  189. package/lib/components/icon/icon-password.component.d.ts +7 -0
  190. package/lib/components/icon/icon-people.component.d.ts +7 -0
  191. package/lib/components/icon/icon-percent.component.d.ts +7 -0
  192. package/lib/components/icon/icon-person-document.component.d.ts +7 -0
  193. package/lib/components/icon/icon-person-sad.component.d.ts +7 -0
  194. package/lib/components/icon/icon-phone.component.d.ts +7 -0
  195. package/lib/components/icon/icon-pork.component.d.ts +7 -0
  196. package/lib/components/icon/icon-refresh.component.d.ts +7 -0
  197. package/lib/components/icon/icon-repeat.component.d.ts +7 -0
  198. package/lib/components/icon/icon-search.component.d.ts +7 -0
  199. package/lib/components/icon/icon-second-warning.component.d.ts +7 -0
  200. package/lib/components/icon/icon-settings.component.d.ts +7 -0
  201. package/lib/components/icon/icon-trash.component.d.ts +7 -0
  202. package/lib/components/icon/icon-upload.component.d.ts +7 -0
  203. package/lib/components/icon/icon-user.component.d.ts +7 -0
  204. package/lib/components/icon/icon-wallet.component.d.ts +7 -0
  205. package/lib/components/icon/icon-warning.component.d.ts +7 -0
  206. package/lib/components/icon/icon.component.d.ts +4 -1
  207. package/lib/components/icon/icon.module.d.ts +71 -0
  208. package/lib/components/icon/index.d.ts +64 -1
  209. package/lib/components/image-crop/image-crop.component.d.ts +3 -0
  210. package/lib/components/image-crop/image-crop.module.d.ts +10 -0
  211. package/lib/components/input/input-filter.component.d.ts +3 -0
  212. package/lib/components/input/input.component.d.ts +3 -0
  213. package/lib/components/input/input.module.d.ts +10 -0
  214. package/lib/components/input-phone/input-phone.component.d.ts +28 -32
  215. package/lib/components/input-phone/input-phone.module.d.ts +11 -0
  216. package/lib/components/modal/modal.component.d.ts +3 -0
  217. package/lib/components/modal/modal.module.d.ts +8 -0
  218. package/lib/components/option/option.component.d.ts +3 -0
  219. package/lib/components/option/option.module.d.ts +6 -0
  220. package/lib/components/radiobutton/radiobutton.component.d.ts +3 -0
  221. package/lib/components/radiobutton/radiobutton.module.d.ts +7 -0
  222. package/lib/components/select/select-filter.component.d.ts +3 -0
  223. package/lib/components/select/select-multiple.component.d.ts +3 -0
  224. package/lib/components/select/select-search.component.d.ts +3 -0
  225. package/lib/components/select/select.component.d.ts +3 -0
  226. package/lib/components/select/select.module.d.ts +13 -0
  227. package/lib/components/stepper/stepper.component.d.ts +3 -0
  228. package/lib/components/stepper/stepper.module.d.ts +7 -0
  229. package/lib/components/tab/tab.component.d.ts +3 -0
  230. package/lib/components/tab/tab.module.d.ts +8 -0
  231. package/lib/components/table/table-column.component.d.ts +3 -0
  232. package/lib/components/table/table.component.d.ts +3 -0
  233. package/lib/components/table/table.module.d.ts +9 -0
  234. package/lib/components/toggle/toggle.component.d.ts +3 -0
  235. package/lib/components/toggle/toggle.module.d.ts +6 -0
  236. package/lib/components/wizard/wizard.component.d.ts +3 -0
  237. package/lib/components/wizard/wizard.module.d.ts +7 -0
  238. package/lib/core/services/modal/monkey-style-guide-modal-fixed.service.d.ts +3 -0
  239. package/lib/core/services/modal/monkey-style-guide-modal.service.d.ts +3 -0
  240. package/lib/core/services/monkey-style-guide.service.d.ts +3 -0
  241. package/lib/core/services/settings/monkey-style-guide-settings.service.d.ts +3 -0
  242. package/lib/core/services/settings/monkey-style-guide-theme-settings.service.d.ts +3 -0
  243. package/lib/core/services/snackbar/mokey-style-guide-snackbar.service.d.ts +3 -0
  244. package/lib/core/utils/utils.d.ts +8 -0
  245. package/lib/monkey-style-guide.module.d.ts +6 -0
  246. package/monkey-style-guide-2.0.94.tgz +0 -0
  247. package/monkey-style-guide.d.ts +1 -4
  248. package/package.json +1 -2
  249. package/esm2015/lib/components/badge/badge.component.ngfactory.js +0 -17
  250. package/esm2015/lib/components/badge/badge.component.ngsummary.json +0 -1
  251. package/esm2015/lib/components/badge/badge.module.ngfactory.js +0 -12
  252. package/esm2015/lib/components/badge/badge.module.ngsummary.json +0 -1
  253. package/esm2015/lib/components/badge/index.ngsummary.json +0 -1
  254. package/esm2015/lib/components/button/button-avatar.component.ngfactory.js +0 -19
  255. package/esm2015/lib/components/button/button-avatar.component.ngsummary.json +0 -1
  256. package/esm2015/lib/components/button/button-dropdown.component.ngfactory.js +0 -39
  257. package/esm2015/lib/components/button/button-dropdown.component.ngsummary.json +0 -1
  258. package/esm2015/lib/components/button/button.component.ngfactory.js +0 -31
  259. package/esm2015/lib/components/button/button.component.ngsummary.json +0 -1
  260. package/esm2015/lib/components/button/button.module.ngfactory.js +0 -14
  261. package/esm2015/lib/components/button/button.module.ngsummary.json +0 -1
  262. package/esm2015/lib/components/button/index.ngsummary.json +0 -1
  263. package/esm2015/lib/components/checkbox/checkbox.component.ngfactory.js +0 -38
  264. package/esm2015/lib/components/checkbox/checkbox.component.ngsummary.json +0 -1
  265. package/esm2015/lib/components/checkbox/checkbox.module.ngfactory.js +0 -13
  266. package/esm2015/lib/components/checkbox/checkbox.module.ngsummary.json +0 -1
  267. package/esm2015/lib/components/checkbox/index.ngsummary.json +0 -1
  268. package/esm2015/lib/components/date-range-picker/date-range-picker.component.ngfactory.js +0 -75
  269. package/esm2015/lib/components/date-range-picker/date-range-picker.component.ngsummary.json +0 -1
  270. package/esm2015/lib/components/date-range-picker/date-range-picker.module.ngfactory.js +0 -15
  271. package/esm2015/lib/components/date-range-picker/date-range-picker.module.ngsummary.json +0 -1
  272. package/esm2015/lib/components/date-range-picker/index.ngsummary.json +0 -1
  273. package/esm2015/lib/components/expansion/expansion.component.ngfactory.js +0 -35
  274. package/esm2015/lib/components/expansion/expansion.component.ngsummary.json +0 -1
  275. package/esm2015/lib/components/expansion/expansion.module.ngfactory.js +0 -13
  276. package/esm2015/lib/components/expansion/expansion.module.ngsummary.json +0 -1
  277. package/esm2015/lib/components/expansion/index.ngsummary.json +0 -1
  278. package/esm2015/lib/components/file-upload/file-upload.component.ngfactory.js +0 -39
  279. package/esm2015/lib/components/file-upload/file-upload.component.ngsummary.json +0 -1
  280. package/esm2015/lib/components/file-upload/file-upload.module.ngfactory.js +0 -15
  281. package/esm2015/lib/components/file-upload/file-upload.module.ngsummary.json +0 -1
  282. package/esm2015/lib/components/file-upload/index.ngsummary.json +0 -1
  283. package/esm2015/lib/components/icon/icon.component.ngfactory.js +0 -88
  284. package/esm2015/lib/components/icon/icon.component.ngsummary.json +0 -1
  285. package/esm2015/lib/components/icon/icon.module.ngfactory.js +0 -12
  286. package/esm2015/lib/components/icon/icon.module.ngsummary.json +0 -1
  287. package/esm2015/lib/components/icon/icons.component.js +0 -603
  288. package/esm2015/lib/components/icon/icons.component.ngfactory.js +0 -465
  289. package/esm2015/lib/components/icon/icons.component.ngsummary.json +0 -1
  290. package/esm2015/lib/components/icon/index.ngsummary.json +0 -1
  291. package/esm2015/lib/components/image-crop/image-crop.component.ngfactory.js +0 -108
  292. package/esm2015/lib/components/image-crop/image-crop.component.ngsummary.json +0 -1
  293. package/esm2015/lib/components/image-crop/image-crop.module.ngfactory.js +0 -17
  294. package/esm2015/lib/components/image-crop/image-crop.module.ngsummary.json +0 -1
  295. package/esm2015/lib/components/image-crop/index.ngsummary.json +0 -1
  296. package/esm2015/lib/components/index.ngsummary.json +0 -1
  297. package/esm2015/lib/components/input/index.ngsummary.json +0 -1
  298. package/esm2015/lib/components/input/input-filter.component.ngfactory.js +0 -129
  299. package/esm2015/lib/components/input/input-filter.component.ngsummary.json +0 -1
  300. package/esm2015/lib/components/input/input.component.ngfactory.js +0 -139
  301. package/esm2015/lib/components/input/input.component.ngsummary.json +0 -1
  302. package/esm2015/lib/components/input/input.module.ngfactory.js +0 -15
  303. package/esm2015/lib/components/input/input.module.ngsummary.json +0 -1
  304. package/esm2015/lib/components/input-phone/index.ngsummary.json +0 -1
  305. package/esm2015/lib/components/input-phone/input-phone.component.ngfactory.js +0 -27
  306. package/esm2015/lib/components/input-phone/input-phone.component.ngsummary.json +0 -1
  307. package/esm2015/lib/components/input-phone/input-phone.module.ngfactory.js +0 -18
  308. package/esm2015/lib/components/input-phone/input-phone.module.ngsummary.json +0 -1
  309. package/esm2015/lib/components/modal/index.ngsummary.json +0 -1
  310. package/esm2015/lib/components/modal/modal.component.ngfactory.js +0 -61
  311. package/esm2015/lib/components/modal/modal.component.ngsummary.json +0 -1
  312. package/esm2015/lib/components/modal/modal.module.ngfactory.js +0 -15
  313. package/esm2015/lib/components/modal/modal.module.ngsummary.json +0 -1
  314. package/esm2015/lib/components/option/index.ngsummary.json +0 -1
  315. package/esm2015/lib/components/option/option.component.ngfactory.js +0 -24
  316. package/esm2015/lib/components/option/option.component.ngsummary.json +0 -1
  317. package/esm2015/lib/components/option/option.module.ngfactory.js +0 -12
  318. package/esm2015/lib/components/option/option.module.ngsummary.json +0 -1
  319. package/esm2015/lib/components/radiobutton/index.ngsummary.json +0 -1
  320. package/esm2015/lib/components/radiobutton/radiobutton.component.ngfactory.js +0 -18
  321. package/esm2015/lib/components/radiobutton/radiobutton.component.ngsummary.json +0 -1
  322. package/esm2015/lib/components/radiobutton/radiobutton.module.ngfactory.js +0 -13
  323. package/esm2015/lib/components/radiobutton/radiobutton.module.ngsummary.json +0 -1
  324. package/esm2015/lib/components/select/index.ngsummary.json +0 -1
  325. package/esm2015/lib/components/select/select-filter.component.ngfactory.js +0 -30
  326. package/esm2015/lib/components/select/select-filter.component.ngsummary.json +0 -1
  327. package/esm2015/lib/components/select/select-multiple.component.ngfactory.js +0 -33
  328. package/esm2015/lib/components/select/select-multiple.component.ngsummary.json +0 -1
  329. package/esm2015/lib/components/select/select-search.component.ngfactory.js +0 -48
  330. package/esm2015/lib/components/select/select-search.component.ngsummary.json +0 -1
  331. package/esm2015/lib/components/select/select.component.ngfactory.js +0 -33
  332. package/esm2015/lib/components/select/select.component.ngsummary.json +0 -1
  333. package/esm2015/lib/components/select/select.module.ngfactory.js +0 -17
  334. package/esm2015/lib/components/select/select.module.ngsummary.json +0 -1
  335. package/esm2015/lib/components/stepper/index.ngsummary.json +0 -1
  336. package/esm2015/lib/components/stepper/stepper.component.ngfactory.js +0 -18
  337. package/esm2015/lib/components/stepper/stepper.component.ngsummary.json +0 -1
  338. package/esm2015/lib/components/stepper/stepper.module.ngfactory.js +0 -13
  339. package/esm2015/lib/components/stepper/stepper.module.ngsummary.json +0 -1
  340. package/esm2015/lib/components/tab/index.ngsummary.json +0 -1
  341. package/esm2015/lib/components/tab/tab.component.ngfactory.js +0 -18
  342. package/esm2015/lib/components/tab/tab.component.ngsummary.json +0 -1
  343. package/esm2015/lib/components/tab/tab.module.ngfactory.js +0 -14
  344. package/esm2015/lib/components/tab/tab.module.ngsummary.json +0 -1
  345. package/esm2015/lib/components/table/index.ngsummary.json +0 -1
  346. package/esm2015/lib/components/table/table-column.component.ngfactory.js +0 -17
  347. package/esm2015/lib/components/table/table-column.component.ngsummary.json +0 -1
  348. package/esm2015/lib/components/table/table.component.ngfactory.js +0 -33
  349. package/esm2015/lib/components/table/table.component.ngsummary.json +0 -1
  350. package/esm2015/lib/components/table/table.module.ngfactory.js +0 -15
  351. package/esm2015/lib/components/table/table.module.ngsummary.json +0 -1
  352. package/esm2015/lib/components/toggle/index.ngsummary.json +0 -1
  353. package/esm2015/lib/components/toggle/toggle.component.ngfactory.js +0 -20
  354. package/esm2015/lib/components/toggle/toggle.component.ngsummary.json +0 -1
  355. package/esm2015/lib/components/toggle/toggle.module.ngfactory.js +0 -12
  356. package/esm2015/lib/components/toggle/toggle.module.ngsummary.json +0 -1
  357. package/esm2015/lib/components/wizard/index.ngsummary.json +0 -1
  358. package/esm2015/lib/components/wizard/wizard.component.ngfactory.js +0 -18
  359. package/esm2015/lib/components/wizard/wizard.component.ngsummary.json +0 -1
  360. package/esm2015/lib/components/wizard/wizard.module.ngfactory.js +0 -13
  361. package/esm2015/lib/components/wizard/wizard.module.ngsummary.json +0 -1
  362. package/esm2015/lib/core/index.ngsummary.json +0 -1
  363. package/esm2015/lib/core/interfaces/index.ngsummary.json +0 -1
  364. package/esm2015/lib/core/interfaces/monkey-modal-settings.ngsummary.json +0 -1
  365. package/esm2015/lib/core/interfaces/monkey-style-settings.ngsummary.json +0 -1
  366. package/esm2015/lib/core/services/index.ngsummary.json +0 -1
  367. package/esm2015/lib/core/services/modal/index.ngsummary.json +0 -1
  368. package/esm2015/lib/core/services/modal/monkey-style-guide-modal-fixed.service.ngsummary.json +0 -1
  369. package/esm2015/lib/core/services/modal/monkey-style-guide-modal.service.ngsummary.json +0 -1
  370. package/esm2015/lib/core/services/monkey-style-guide.service.ngsummary.json +0 -1
  371. package/esm2015/lib/core/services/settings/index.ngsummary.json +0 -1
  372. package/esm2015/lib/core/services/settings/monkey-style-guide-settings.service.ngsummary.json +0 -1
  373. package/esm2015/lib/core/services/settings/monkey-style-guide-theme-settings.service.ngsummary.json +0 -1
  374. package/esm2015/lib/core/services/snackbar/index.ngsummary.json +0 -1
  375. package/esm2015/lib/core/services/snackbar/mokey-style-guide-snackbar.service.ngsummary.json +0 -1
  376. package/esm2015/lib/core/utils/index.ngsummary.json +0 -1
  377. package/esm2015/lib/core/utils/utils.ngsummary.json +0 -1
  378. package/esm2015/lib/monkey-style-guide.module.ngfactory.js +0 -17
  379. package/esm2015/lib/monkey-style-guide.module.ngsummary.json +0 -1
  380. package/esm2015/monkey-style-guide.ngsummary.json +0 -1
  381. package/esm2015/public-api.ngsummary.json +0 -1
  382. package/lib/components/badge/badge.component.ngfactory.d.ts +0 -1
  383. package/lib/components/badge/badge.module.ngfactory.d.ts +0 -3
  384. package/lib/components/button/button-avatar.component.ngfactory.d.ts +0 -1
  385. package/lib/components/button/button-dropdown.component.ngfactory.d.ts +0 -1
  386. package/lib/components/button/button.component.ngfactory.d.ts +0 -1
  387. package/lib/components/button/button.module.ngfactory.d.ts +0 -3
  388. package/lib/components/checkbox/checkbox.component.ngfactory.d.ts +0 -1
  389. package/lib/components/checkbox/checkbox.module.ngfactory.d.ts +0 -3
  390. package/lib/components/date-range-picker/date-range-picker.component.ngfactory.d.ts +0 -1
  391. package/lib/components/date-range-picker/date-range-picker.module.ngfactory.d.ts +0 -3
  392. package/lib/components/expansion/expansion.component.ngfactory.d.ts +0 -1
  393. package/lib/components/expansion/expansion.module.ngfactory.d.ts +0 -3
  394. package/lib/components/file-upload/file-upload.component.ngfactory.d.ts +0 -1
  395. package/lib/components/file-upload/file-upload.module.ngfactory.d.ts +0 -3
  396. package/lib/components/icon/icon.component.ngfactory.d.ts +0 -1
  397. package/lib/components/icon/icon.module.ngfactory.d.ts +0 -3
  398. package/lib/components/icon/icons.component.d.ts +0 -135
  399. package/lib/components/icon/icons.component.ngfactory.d.ts +0 -1
  400. package/lib/components/image-crop/image-crop.component.ngfactory.d.ts +0 -1
  401. package/lib/components/image-crop/image-crop.module.ngfactory.d.ts +0 -3
  402. package/lib/components/input/input-filter.component.ngfactory.d.ts +0 -1
  403. package/lib/components/input/input.component.ngfactory.d.ts +0 -1
  404. package/lib/components/input/input.module.ngfactory.d.ts +0 -3
  405. package/lib/components/input-phone/input-phone.component.ngfactory.d.ts +0 -1
  406. package/lib/components/input-phone/input-phone.module.ngfactory.d.ts +0 -3
  407. package/lib/components/modal/modal.component.ngfactory.d.ts +0 -1
  408. package/lib/components/modal/modal.module.ngfactory.d.ts +0 -3
  409. package/lib/components/option/option.component.ngfactory.d.ts +0 -1
  410. package/lib/components/option/option.module.ngfactory.d.ts +0 -3
  411. package/lib/components/radiobutton/radiobutton.component.ngfactory.d.ts +0 -1
  412. package/lib/components/radiobutton/radiobutton.module.ngfactory.d.ts +0 -3
  413. package/lib/components/select/select-filter.component.ngfactory.d.ts +0 -1
  414. package/lib/components/select/select-multiple.component.ngfactory.d.ts +0 -1
  415. package/lib/components/select/select-search.component.ngfactory.d.ts +0 -1
  416. package/lib/components/select/select.component.ngfactory.d.ts +0 -1
  417. package/lib/components/select/select.module.ngfactory.d.ts +0 -3
  418. package/lib/components/stepper/stepper.component.ngfactory.d.ts +0 -1
  419. package/lib/components/stepper/stepper.module.ngfactory.d.ts +0 -3
  420. package/lib/components/tab/tab.component.ngfactory.d.ts +0 -1
  421. package/lib/components/tab/tab.module.ngfactory.d.ts +0 -3
  422. package/lib/components/table/table-column.component.ngfactory.d.ts +0 -1
  423. package/lib/components/table/table.component.ngfactory.d.ts +0 -1
  424. package/lib/components/table/table.module.ngfactory.d.ts +0 -3
  425. package/lib/components/toggle/toggle.component.ngfactory.d.ts +0 -1
  426. package/lib/components/toggle/toggle.module.ngfactory.d.ts +0 -3
  427. package/lib/components/wizard/wizard.component.ngfactory.d.ts +0 -1
  428. package/lib/components/wizard/wizard.module.ngfactory.d.ts +0 -3
  429. package/lib/monkey-style-guide.module.ngfactory.d.ts +0 -3
  430. package/monkey-style-guide-2.0.89.tgz +0 -0
  431. package/monkey-style-guide.metadata.json +0 -1
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconMenuComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconMenuComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconMenuComponent, "monkey-icon-menu", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconMoneySignComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconMoneySignComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconMoneySignComponent, "monkey-icon-money-sign", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconMoreComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconMoreComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconMoreComponent, "monkey-icon-more", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconOfferedComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconOfferedComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconOfferedComponent, "monkey-icon-offered", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconPasswordComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconPasswordComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconPasswordComponent, "monkey-icon-password", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconPeopleComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconPeopleComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconPeopleComponent, "monkey-icon-people", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconPercentComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconPercentComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconPercentComponent, "monkey-icon-percent", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconPersonDocumentComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconPersonDocumentComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconPersonDocumentComponent, "monkey-icon-person-document", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconPersonSadComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconPersonSadComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconPersonSadComponent, "monkey-icon-person-sad", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconPhoneComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconPhoneComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconPhoneComponent, "monkey-icon-phone", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconPorkComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconPorkComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconPorkComponent, "monkey-icon-pork", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconRefreshComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconRefreshComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconRefreshComponent, "monkey-icon-refresh", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconRepeatComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconRepeatComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconRepeatComponent, "monkey-icon-repeat", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconSearchComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconSearchComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconSearchComponent, "monkey-icon-search", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconSecondWarningComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconSecondWarningComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconSecondWarningComponent, "monkey-icon-second-warning", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconSettingsComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconSettingsComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconSettingsComponent, "monkey-icon-settings", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconTrashComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconTrashComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconTrashComponent, "monkey-icon-trash", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconUploadComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconUploadComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconUploadComponent, "monkey-icon-upload", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconUserComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconUserComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconUserComponent, "monkey-icon-user", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconWalletComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconWalletComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconWalletComponent, "monkey-icon-wallet", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconWarningComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconWarningComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconWarningComponent, "monkey-icon-warning", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -4,7 +4,8 @@
4
4
  * MIT Licence
5
5
  **************************/
6
6
  import { OnInit, OnChanges } from '@angular/core';
7
- import { MonkeyStyleGuideSettingsService } from '../../core/services';
7
+ import { MonkeyStyleGuideSettingsService } from '../../core/services/settings/monkey-style-guide-settings.service';
8
+ import * as i0 from "@angular/core";
8
9
  export declare class MonkeyIconComponent implements OnInit, OnChanges {
9
10
  private monkeyStyleGuideSettingsService;
10
11
  icon: string;
@@ -21,4 +22,6 @@ export declare class MonkeyIconComponent implements OnInit, OnChanges {
21
22
  ngOnInit(): void;
22
23
  ngOnChanges(): void;
23
24
  onClick(event: any): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconComponent, "monkey-icon", never, { "icon": "icon"; "color": "color"; "contrast": "contrast"; "disabled": "disabled"; }, {}, never, never>;
24
27
  }
@@ -1,2 +1,73 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./icon.component";
3
+ import * as i2 from "./icon-arrow-left.component";
4
+ import * as i3 from "./icon-arrow-right.component";
5
+ import * as i4 from "./icon-arrow-up.component";
6
+ import * as i5 from "./icon-arrow-down.component";
7
+ import * as i6 from "./icon-bank.component";
8
+ import * as i7 from "./icon-bell.component";
9
+ import * as i8 from "./icon-book.component";
10
+ import * as i9 from "./icon-box.component";
11
+ import * as i10 from "./icon-calendar.component";
12
+ import * as i11 from "./icon-camera.component";
13
+ import * as i12 from "./icon-chat.component";
14
+ import * as i13 from "./icon-check-circle-out.component";
15
+ import * as i14 from "./icon-check-circle.component";
16
+ import * as i15 from "./icon-check-grey.component";
17
+ import * as i16 from "./icon-check-white.component";
18
+ import * as i17 from "./icon-check.component";
19
+ import * as i18 from "./icon-clipboard.component";
20
+ import * as i19 from "./icon-clock.component";
21
+ import * as i20 from "./icon-close.component";
22
+ import * as i21 from "./icon-cnpj.component";
23
+ import * as i22 from "./icon-codepen.component";
24
+ import * as i23 from "./icon-company-name.component";
25
+ import * as i24 from "./icon-contract.component";
26
+ import * as i25 from "./icon-delete.component";
27
+ import * as i26 from "./icon-document.component";
28
+ import * as i27 from "./icon-dollar-sign.component";
29
+ import * as i28 from "./icon-domain.component";
30
+ import * as i29 from "./icon-download.component";
31
+ import * as i30 from "./icon-edit.component";
32
+ import * as i31 from "./icon-email.component";
33
+ import * as i32 from "./icon-empty-doc.component";
34
+ import * as i33 from "./icon-error.component";
35
+ import * as i34 from "./icon-eye-closed.component";
36
+ import * as i35 from "./icon-eye-open.component";
37
+ import * as i36 from "./icon-filter.component";
38
+ import * as i37 from "./icon-grid.component";
39
+ import * as i38 from "./icon-help.component";
40
+ import * as i39 from "./icon-hexagon.component";
41
+ import * as i40 from "./icon-home.component";
42
+ import * as i41 from "./icon-image.component";
43
+ import * as i42 from "./icon-list.component";
44
+ import * as i43 from "./icon-location-pin.component";
45
+ import * as i44 from "./icon-login.component";
46
+ import * as i45 from "./icon-logout.component";
47
+ import * as i46 from "./icon-menu.component";
48
+ import * as i47 from "./icon-money-sign.component";
49
+ import * as i48 from "./icon-more.component";
50
+ import * as i49 from "./icon-offered.component";
51
+ import * as i50 from "./icon-password.component";
52
+ import * as i51 from "./icon-people.component";
53
+ import * as i52 from "./icon-percent.component";
54
+ import * as i53 from "./icon-person-document.component";
55
+ import * as i54 from "./icon-person-sad.component";
56
+ import * as i55 from "./icon-phone.component";
57
+ import * as i56 from "./icon-pork.component";
58
+ import * as i57 from "./icon-refresh.component";
59
+ import * as i58 from "./icon-repeat.component";
60
+ import * as i59 from "./icon-search.component";
61
+ import * as i60 from "./icon-second-warning.component";
62
+ import * as i61 from "./icon-settings.component";
63
+ import * as i62 from "./icon-trash.component";
64
+ import * as i63 from "./icon-upload.component";
65
+ import * as i64 from "./icon-user.component";
66
+ import * as i65 from "./icon-wallet.component";
67
+ import * as i66 from "./icon-warning.component";
68
+ import * as i67 from "@angular/common";
1
69
  export declare class MonkeyIconModule {
70
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconModule, never>;
71
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyIconModule, [typeof i1.MonkeyIconComponent, typeof i2.MonkeyIconArrowLeftComponent, typeof i3.MonkeyIconArrowRightComponent, typeof i4.MonkeyIconArrowUpComponent, typeof i5.MonkeyIconArrowDownComponent, typeof i6.MonkeyIconBankComponent, typeof i7.MonkeyIconBellComponent, typeof i8.MonkeyIconBookComponent, typeof i9.MonkeyIconBoxComponent, typeof i10.MonkeyIconCalendarComponent, typeof i11.MonkeyIconCameraComponent, typeof i12.MonkeyIconChatComponent, typeof i13.MonkeyIconCheckCircleOutComponent, typeof i14.MonkeyIconCheckCircleComponent, typeof i15.MonkeyIconCheckGreyComponent, typeof i16.MonkeyIconCheckWhiteComponent, typeof i17.MonkeyIconCheckComponent, typeof i18.MonkeyIconClipboardComponent, typeof i19.MonkeyIconClockComponent, typeof i20.MonkeyIconCloseComponent, typeof i21.MonkeyIconCNPJComponent, typeof i22.MonkeyIconCodepenComponent, typeof i23.MonkeyIconCompanyNameComponent, typeof i24.MonkeyIconContractComponent, typeof i25.MonkeyIconDeleteComponent, typeof i26.MonkeyIconDocumentComponent, typeof i27.MonkeyIconDollarSignComponent, typeof i28.MonkeyIconDomainComponent, typeof i29.MonkeyIconDownloadComponent, typeof i30.MonkeyIconEditComponent, typeof i31.MonkeyIconEmailComponent, typeof i32.MonkeyIconEmptyDocComponent, typeof i33.MonkeyIconErrorComponent, typeof i34.MonkeyIconEyeClosedComponent, typeof i35.MonkeyIconEyeOpenComponent, typeof i36.MonkeyIconFilterComponent, typeof i37.MonkeyIconGridComponent, typeof i38.MonkeyIconHelpComponent, typeof i39.MonkeyIconHexagonComponent, typeof i40.MonkeyIconHomeComponent, typeof i41.MonkeyIconImageComponent, typeof i42.MonkeyIconListComponent, typeof i43.MonkeyIconLocationPinComponent, typeof i44.MonkeyIconLoginComponent, typeof i45.MonkeyIconLogoutComponent, typeof i46.MonkeyIconMenuComponent, typeof i47.MonkeyIconMoneySignComponent, typeof i48.MonkeyIconMoreComponent, typeof i49.MonkeyIconOfferedComponent, typeof i50.MonkeyIconPasswordComponent, typeof i51.MonkeyIconPeopleComponent, typeof i52.MonkeyIconPercentComponent, typeof i53.MonkeyIconPersonDocumentComponent, typeof i54.MonkeyIconPersonSadComponent, typeof i55.MonkeyIconPhoneComponent, typeof i56.MonkeyIconPorkComponent, typeof i57.MonkeyIconRefreshComponent, typeof i58.MonkeyIconRepeatComponent, typeof i59.MonkeyIconSearchComponent, typeof i60.MonkeyIconSecondWarningComponent, typeof i61.MonkeyIconSettingsComponent, typeof i62.MonkeyIconTrashComponent, typeof i63.MonkeyIconUploadComponent, typeof i64.MonkeyIconUserComponent, typeof i65.MonkeyIconWalletComponent, typeof i66.MonkeyIconWarningComponent], [typeof i67.CommonModule], [typeof i1.MonkeyIconComponent]>;
72
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyIconModule>;
2
73
  }
@@ -1,3 +1,66 @@
1
1
  export * from './icon.component';
2
- export * from './icons.component';
3
2
  export * from './icon.module';
3
+ export * from './icon-arrow-left.component';
4
+ export * from './icon-arrow-right.component';
5
+ export * from './icon-arrow-up.component';
6
+ export * from './icon-bank.component';
7
+ export * from './icon-bell.component';
8
+ export * from './icon-book.component';
9
+ export * from './icon-box.component';
10
+ export * from './icon-calendar.component';
11
+ export * from './icon-camera.component';
12
+ export * from './icon-chat.component';
13
+ export * from './icon-check-circle-out.component';
14
+ export * from './icon-check-circle.component';
15
+ export * from './icon-check-grey.component';
16
+ export * from './icon-check-white.component';
17
+ export * from './icon-check.component';
18
+ export * from './icon-clipboard.component';
19
+ export * from './icon-clock.component';
20
+ export * from './icon-close.component';
21
+ export * from './icon-cnpj.component';
22
+ export * from './icon-codepen.component';
23
+ export * from './icon-company-name.component';
24
+ export * from './icon-contract.component';
25
+ export * from './icon-delete.component';
26
+ export * from './icon-document.component';
27
+ export * from './icon-dollar-sign.component';
28
+ export * from './icon-domain.component';
29
+ export * from './icon-download.component';
30
+ export * from './icon-edit.component';
31
+ export * from './icon-email.component';
32
+ export * from './icon-empty-doc.component';
33
+ export * from './icon-error.component';
34
+ export * from './icon-eye-closed.component';
35
+ export * from './icon-eye-open.component';
36
+ export * from './icon-filter.component';
37
+ export * from './icon-grid.component';
38
+ export * from './icon-help.component';
39
+ export * from './icon-hexagon.component';
40
+ export * from './icon-home.component';
41
+ export * from './icon-image.component';
42
+ export * from './icon-list.component';
43
+ export * from './icon-location-pin.component';
44
+ export * from './icon-login.component';
45
+ export * from './icon-logout.component';
46
+ export * from './icon-menu.component';
47
+ export * from './icon-money-sign.component';
48
+ export * from './icon-more.component';
49
+ export * from './icon-offered.component';
50
+ export * from './icon-password.component';
51
+ export * from './icon-people.component';
52
+ export * from './icon-percent.component';
53
+ export * from './icon-person-document.component';
54
+ export * from './icon-person-sad.component';
55
+ export * from './icon-phone.component';
56
+ export * from './icon-pork.component';
57
+ export * from './icon-refresh.component';
58
+ export * from './icon-repeat.component';
59
+ export * from './icon-search.component';
60
+ export * from './icon-second-warning.component';
61
+ export * from './icon-settings.component';
62
+ export * from './icon-trash.component';
63
+ export * from './icon-upload.component';
64
+ export * from './icon-user.component';
65
+ export * from './icon-wallet.component';
66
+ export * from './icon-warning.component';
@@ -5,6 +5,7 @@
5
5
  **************************/
6
6
  import { OnInit, ChangeDetectorRef, EventEmitter } from '@angular/core';
7
7
  import { DomSanitizer, SafeUrl } from '@angular/platform-browser';
8
+ import * as i0 from "@angular/core";
8
9
  export declare class MonkeyImageCropComponent implements OnInit {
9
10
  private cdr;
10
11
  private sanitizer;
@@ -64,6 +65,8 @@ export declare class MonkeyImageCropComponent implements OnInit {
64
65
  onHandleFileUploadFilesReady(files: any): void;
65
66
  onHandleImageChange(): void;
66
67
  onHandleImagePreview(): void;
68
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyImageCropComponent, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyImageCropComponent, "monkey-image-crop", never, { "label": "label"; "cropTitle": "cropTitle"; "labelChangeImage": "labelChangeImage"; "labelPreviewImage": "labelPreviewImage"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "maxSize": "maxSize"; "maxSizeErrorMessage": "maxSizeErrorMessage"; "allowedExtensionErrorMessage": "allowedExtensionErrorMessage"; "fileUpload": "fileUpload"; "onHandleGetFilesReady": "onHandleGetFilesReady"; }, { "onHandleFilesReady": "onHandleFilesReady"; "onHandlePreviewReady": "onHandlePreviewReady"; }, never, never>;
67
70
  }
68
71
  interface CutCoords {
69
72
  x1?: number;
@@ -1,2 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./image-crop.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "ngx-mask";
6
+ import * as i5 from "../button/button.module";
7
+ import * as i6 from "../file-upload/file-upload.module";
1
8
  export declare class MonkeyImageCropModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyImageCropModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyImageCropModule, [typeof i1.MonkeyImageCropComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.NgxMaskModule, typeof i5.MonkeyButtonModule, typeof i6.MonkeyFileUploadModule], [typeof i1.MonkeyImageCropComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyImageCropModule>;
2
12
  }
@@ -7,6 +7,7 @@ import { CurrencyPipe } from '@angular/common';
7
7
  import { OnInit, ElementRef, EventEmitter } from '@angular/core';
8
8
  import { ControlValueAccessor } from '@angular/forms';
9
9
  import { MonkeyStyleGuideSettingsService } from '../../core';
10
+ import * as i0 from "@angular/core";
10
11
  export declare class MonkeyInputFilterComponent implements ControlValueAccessor, OnInit {
11
12
  private elementRef;
12
13
  private currencyPipe;
@@ -48,4 +49,6 @@ export declare class MonkeyInputFilterComponent implements ControlValueAccessor,
48
49
  onChangeInput(event: any): void;
49
50
  onShowAndHidePassword(): void;
50
51
  onClick(event: any): void;
52
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputFilterComponent, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyInputFilterComponent, "monkey-input-filter", never, { "name": "name"; "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "type": "type"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "mask": "mask"; "prefix": "prefix"; "onlyNumber": "onlyNumber"; "onlyAlphaNumeric": "onlyAlphaNumeric"; "upperCase": "upperCase"; "lowerCase": "lowerCase"; "capitalize": "capitalize"; "currency": "currency"; "value": "value"; }, { "onChange": "onChange"; }, never, never>;
51
54
  }
@@ -7,6 +7,7 @@ import { CurrencyPipe } from '@angular/common';
7
7
  import { OnInit, ElementRef, EventEmitter, ChangeDetectorRef } from '@angular/core';
8
8
  import { ControlValueAccessor } from '@angular/forms';
9
9
  import { MonkeyStyleGuideSettingsService } from '../../core';
10
+ import * as i0 from "@angular/core";
10
11
  export declare class MonkeyInputComponent implements ControlValueAccessor, OnInit {
11
12
  private currencyPipe;
12
13
  private settingsService;
@@ -58,4 +59,6 @@ export declare class MonkeyInputComponent implements ControlValueAccessor, OnIni
58
59
  onShowAndHidePassword(): void;
59
60
  onClick(): void;
60
61
  onKeyPress(event: any): void;
62
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputComponent, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyInputComponent, "monkey-input", never, { "name": "name"; "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "type": "type"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "mask": "mask"; "prefix": "prefix"; "maxLength": "maxLength"; "onlyNumber": "onlyNumber"; "onlyAlphaNumeric": "onlyAlphaNumeric"; "upperCase": "upperCase"; "lowerCase": "lowerCase"; "capitalize": "capitalize"; "currency": "currency"; "percent": "percent"; "maxDateToday": "maxDateToday"; "value": "value"; }, { "onChange": "onChange"; }, never, never>;
61
64
  }
@@ -1,2 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./input.component";
3
+ import * as i2 from "./input-filter.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "ngx-mask";
7
+ import * as i6 from "../icon/icon.module";
1
8
  export declare class MonkeyInputModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyInputModule, [typeof i1.MonkeyInputComponent, typeof i2.MonkeyInputFilterComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.NgxMaskModule, typeof i6.MonkeyIconModule], [typeof i1.MonkeyInputComponent, typeof i2.MonkeyInputFilterComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyInputModule>;
2
12
  }
@@ -1,61 +1,57 @@
1
- /**************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- **************************/
6
- import { CurrencyPipe } from '@angular/common';
7
- import { OnInit, EventEmitter, ChangeDetectorRef } from '@angular/core';
8
- import { ControlValueAccessor } from '@angular/forms';
9
- import { MonkeyStyleGuideSettingsService } from '../../core';
10
- export declare class MonkeyInputPhoneComponent implements ControlValueAccessor, OnInit {
11
- private currencyPipe;
12
- private settingsService;
1
+ import { OnInit, EventEmitter, ChangeDetectorRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
+ import { ControlValueAccessor, FormControl } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PhoneNumberValidDirective implements OnChanges, OnDestroy {
5
+ phoneNumber: string;
6
+ internationalNumber: number;
7
+ ctrl: FormControl;
8
+ private destroyed;
9
+ private onValidate;
10
+ ngOnChanges({ phoneNumber }: SimpleChanges): void;
11
+ ngOnDestroy(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<PhoneNumberValidDirective, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PhoneNumberValidDirective, "[phoneNumberValidate]", never, { "phoneNumber": "phoneNumber"; "internationalNumber": "internationalNumber"; "ctrl": "ctrl"; }, {}, never>;
14
+ }
15
+ export declare class MonkeyInputPhoneComponent implements ControlValueAccessor, OnInit, OnChanges {
13
16
  private cdr;
14
17
  name: string;
15
18
  label: string;
16
19
  helperMessage: string;
17
20
  placeholder: string;
18
21
  icon: string;
19
- type: string;
20
22
  infoMessage: string;
21
23
  errorMessage: string;
22
- mask: string;
23
- prefix: string;
24
24
  maxLength: number;
25
- onlyNumber: any;
26
- onlyAlphaNumeric: any;
27
- upperCase: any;
28
- lowerCase: any;
29
- capitalize: any;
30
- currency: any;
31
- percent: any;
32
- maxDateToday: boolean;
25
+ formControl: FormControl;
33
26
  onChange: EventEmitter<any>;
34
- private settings;
35
- private handledValue;
36
27
  private onModelChange;
37
28
  private onModelTouched;
29
+ _handledValue: any;
38
30
  _id: string;
39
31
  _disabled: boolean;
40
- _oldType: string;
41
32
  _formatedValue: any;
42
- _maxDateToday: string;
43
- _symbol: string;
33
+ _regionCodes: any[];
44
34
  _countryCodes: any[];
45
- constructor(currencyPipe: CurrencyPipe, settingsService: MonkeyStyleGuideSettingsService, cdr: ChangeDetectorRef);
35
+ _internationalNumber: number;
36
+ constructor(cdr: ChangeDetectorRef);
46
37
  private handleValue;
47
38
  private replaceZero;
48
39
  private formatValue;
49
- private handleSymbol;
40
+ private getValue;
50
41
  ngOnInit(): void;
42
+ ngOnChanges(sc: SimpleChanges): void;
43
+ onHandleInternationalNumber(value?: string): void;
44
+ onHandleInternationalNumberFormated(): string;
45
+ onHandleCountryCode(event: number): void;
51
46
  registerOnChange(fn: any): void;
52
47
  registerOnTouched(fn: any): void;
53
48
  setDisabledState?(isDisabled: boolean): void;
54
49
  set value(value: any);
55
50
  get value(): any;
56
51
  writeValue(value: any): void;
57
- onChangeValue(event: any): void;
58
- onShowAndHidePassword(): void;
52
+ onChangeValue(event?: any): void;
59
53
  onClick(): void;
60
54
  onKeyPress(event: any): void;
55
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputPhoneComponent, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyInputPhoneComponent, "monkey-input-phone", never, { "name": "name"; "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "maxLength": "maxLength"; "formControl": "formControl"; "value": "value"; }, { "onChange": "onChange"; }, never, never>;
61
57
  }
@@ -1,2 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./input-phone.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "ngx-mask";
6
+ import * as i5 from "../icon/icon.module";
7
+ import * as i6 from "../select/select.module";
8
+ import * as i7 from "../option/option.module";
1
9
  export declare class MonkeyInputPhoneModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputPhoneModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyInputPhoneModule, [typeof i1.MonkeyInputPhoneComponent, typeof i1.PhoneNumberValidDirective], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.NgxMaskModule, typeof i5.MonkeyIconModule, typeof i6.MonkeySelectModule, typeof i7.MonkeyOptionModule], [typeof i1.MonkeyInputPhoneComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyInputPhoneModule>;
2
13
  }
@@ -5,6 +5,7 @@
5
5
  **************************/
6
6
  import { EventEmitter, OnInit } from '@angular/core';
7
7
  import { MonkeyModalConfig, MonkeyModalRefs, MonkeyStyleGuideModalService } from '../../core';
8
+ import * as i0 from "@angular/core";
8
9
  export declare class MonkeyModalComponent implements OnInit {
9
10
  private modalService;
10
11
  config: MonkeyModalConfig;
@@ -18,4 +19,6 @@ export declare class MonkeyModalComponent implements OnInit {
18
19
  constructor(modalService: MonkeyStyleGuideModalService);
19
20
  ngOnInit(): void;
20
21
  onClose(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyModalComponent, "monkey-modal", never, { "config": "config"; "modalRef": "modalRef"; "onHandleConfirm": "onHandleConfirm"; }, {}, never, ["*"]>;
21
24
  }
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./modal.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../button/button.module";
1
6
  export declare class MonkeyModalModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyModalModule, [typeof i1.MonkeyModalComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MonkeyButtonModule], [typeof i1.MonkeyModalComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyModalModule>;
2
10
  }
@@ -4,6 +4,7 @@
4
4
  * MIT Licence
5
5
  **************************/
6
6
  import { ElementRef } from '@angular/core';
7
+ import * as i0 from "@angular/core";
7
8
  export declare class MonkeyOptionComponent {
8
9
  elRef: ElementRef;
9
10
  type: string;
@@ -16,4 +17,6 @@ export declare class MonkeyOptionComponent {
16
17
  _id: string;
17
18
  constructor(elRef: ElementRef);
18
19
  onClick(event: any): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyOptionComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyOptionComponent, "monkey-option", never, { "type": "type"; "label": "label"; "value": "value"; "selectAll": "selectAll"; "selected": "selected"; "enableClick": "enableClick"; }, { "onSelectOption": "onSelectOption"; }, never, never>;
19
22
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./option.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class MonkeyOptionModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyOptionModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyOptionModule, [typeof i1.MonkeyOptionComponent], [typeof i2.CommonModule], [typeof i1.MonkeyOptionComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyOptionModule>;
2
8
  }
@@ -6,6 +6,7 @@
6
6
  import { AfterViewInit, EventEmitter } from '@angular/core';
7
7
  import { ControlValueAccessor } from '@angular/forms';
8
8
  import { MonkeyOptionComponent } from '../option';
9
+ import * as i0 from "@angular/core";
9
10
  export declare class MonkeyRadioButtonComponent implements AfterViewInit, ControlValueAccessor {
10
11
  label: string;
11
12
  helperMessage: string;
@@ -33,4 +34,6 @@ export declare class MonkeyRadioButtonComponent implements AfterViewInit, Contro
33
34
  onChangeValue(event: any, value: any): void;
34
35
  ngAfterViewInit(): void;
35
36
  onSelectOption(select: MonkeyOptionComponent): void;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyRadioButtonComponent, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyRadioButtonComponent, "monkey-radiobutton", never, { "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "value": "value"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
36
39
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./radiobutton.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
1
5
  export declare class MonkeyRadioButtonModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyRadioButtonModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyRadioButtonModule, [typeof i1.MonkeyRadioButtonComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule], [typeof i1.MonkeyRadioButtonComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyRadioButtonModule>;
2
9
  }