monkey-style-guide 2.0.92 → 2.0.97

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 (432) hide show
  1. package/assets/data/country-codes.json +1466 -0
  2. package/assets/scss/partials/components/_input-phone.scss +15 -5
  3. package/assets/scss/partials/components/_select.scss +4 -0
  4. package/bundles/monkey-style-guide.umd.js +3044 -2066
  5. package/bundles/monkey-style-guide.umd.js.map +1 -1
  6. package/esm2015/lib/components/badge/badge.component.js +23 -12
  7. package/esm2015/lib/components/badge/badge.module.js +14 -9
  8. package/esm2015/lib/components/button/button-avatar.component.js +28 -14
  9. package/esm2015/lib/components/button/button-dropdown.component.js +55 -19
  10. package/esm2015/lib/components/button/button.component.js +80 -20
  11. package/esm2015/lib/components/button/button.module.js +15 -18
  12. package/esm2015/lib/components/checkbox/checkbox.component.js +84 -42
  13. package/esm2015/lib/components/checkbox/checkbox.module.js +14 -19
  14. package/esm2015/lib/components/date-range-picker/date-range-picker.component.js +231 -34
  15. package/esm2015/lib/components/date-range-picker/date-range-picker.module.js +16 -11
  16. package/esm2015/lib/components/expansion/expansion.component.js +60 -17
  17. package/esm2015/lib/components/expansion/expansion.module.js +15 -10
  18. package/esm2015/lib/components/file-upload/file-upload.component.js +119 -36
  19. package/esm2015/lib/components/file-upload/file-upload.module.js +30 -16
  20. package/esm2015/lib/components/icon/icon-arrow-down.component.js +19 -0
  21. package/esm2015/lib/components/icon/icon-arrow-left.component.js +19 -0
  22. package/esm2015/lib/components/icon/icon-arrow-right.component.js +19 -0
  23. package/esm2015/lib/components/icon/icon-arrow-up.component.js +19 -0
  24. package/esm2015/lib/components/icon/icon-bank.component.js +19 -0
  25. package/esm2015/lib/components/icon/icon-bell.component.js +19 -0
  26. package/esm2015/lib/components/icon/icon-book.component.js +19 -0
  27. package/esm2015/lib/components/icon/icon-box.component.js +19 -0
  28. package/esm2015/lib/components/icon/icon-calendar.component.js +19 -0
  29. package/esm2015/lib/components/icon/icon-camera.component.js +19 -0
  30. package/esm2015/lib/components/icon/icon-chat.component.js +19 -0
  31. package/esm2015/lib/components/icon/icon-check-circle-out.component.js +19 -0
  32. package/esm2015/lib/components/icon/icon-check-circle.component.js +19 -0
  33. package/esm2015/lib/components/icon/icon-check-grey.component.js +19 -0
  34. package/esm2015/lib/components/icon/icon-check-white.component.js +19 -0
  35. package/esm2015/lib/components/icon/icon-check.component.js +19 -0
  36. package/esm2015/lib/components/icon/icon-clipboard.component.js +19 -0
  37. package/esm2015/lib/components/icon/icon-clock.component.js +19 -0
  38. package/esm2015/lib/components/icon/icon-close.component.js +19 -0
  39. package/esm2015/lib/components/icon/icon-cnpj.component.js +19 -0
  40. package/esm2015/lib/components/icon/icon-codepen.component.js +19 -0
  41. package/esm2015/lib/components/icon/icon-company-name.component.js +19 -0
  42. package/esm2015/lib/components/icon/icon-contract.component.js +19 -0
  43. package/esm2015/lib/components/icon/icon-delete.component.js +19 -0
  44. package/esm2015/lib/components/icon/icon-document.component.js +19 -0
  45. package/esm2015/lib/components/icon/icon-dollar-sign.component.js +19 -0
  46. package/esm2015/lib/components/icon/icon-domain.component.js +19 -0
  47. package/esm2015/lib/components/icon/icon-download.component.js +19 -0
  48. package/esm2015/lib/components/icon/icon-edit.component.js +19 -0
  49. package/esm2015/lib/components/icon/icon-email.component.js +19 -0
  50. package/esm2015/lib/components/icon/icon-empty-doc.component.js +19 -0
  51. package/esm2015/lib/components/icon/icon-error.component.js +19 -0
  52. package/esm2015/lib/components/icon/icon-eye-closed.component.js +19 -0
  53. package/esm2015/lib/components/icon/icon-eye-open.component.js +19 -0
  54. package/esm2015/lib/components/icon/icon-filter.component.js +19 -0
  55. package/esm2015/lib/components/icon/icon-grid.component.js +19 -0
  56. package/esm2015/lib/components/icon/icon-help.component.js +19 -0
  57. package/esm2015/lib/components/icon/icon-hexagon.component.js +19 -0
  58. package/esm2015/lib/components/icon/icon-home.component.js +19 -0
  59. package/esm2015/lib/components/icon/icon-image.component.js +19 -0
  60. package/esm2015/lib/components/icon/icon-list.component.js +19 -0
  61. package/esm2015/lib/components/icon/icon-location-pin.component.js +19 -0
  62. package/esm2015/lib/components/icon/icon-login.component.js +19 -0
  63. package/esm2015/lib/components/icon/icon-logout.component.js +19 -0
  64. package/esm2015/lib/components/icon/icon-menu.component.js +19 -0
  65. package/esm2015/lib/components/icon/icon-money-sign.component.js +19 -0
  66. package/esm2015/lib/components/icon/icon-more.component.js +19 -0
  67. package/esm2015/lib/components/icon/icon-offered.component.js +19 -0
  68. package/esm2015/lib/components/icon/icon-password.component.js +19 -0
  69. package/esm2015/lib/components/icon/icon-people.component.js +19 -0
  70. package/esm2015/lib/components/icon/icon-percent.component.js +19 -0
  71. package/esm2015/lib/components/icon/icon-person-document.component.js +19 -0
  72. package/esm2015/lib/components/icon/icon-person-sad.component.js +19 -0
  73. package/esm2015/lib/components/icon/icon-phone.component.js +19 -0
  74. package/esm2015/lib/components/icon/icon-pork.component.js +19 -0
  75. package/esm2015/lib/components/icon/icon-refresh.component.js +19 -0
  76. package/esm2015/lib/components/icon/icon-repeat.component.js +19 -0
  77. package/esm2015/lib/components/icon/icon-search.component.js +19 -0
  78. package/esm2015/lib/components/icon/icon-second-warning.component.js +19 -0
  79. package/esm2015/lib/components/icon/icon-settings.component.js +19 -0
  80. package/esm2015/lib/components/icon/icon-trash.component.js +19 -0
  81. package/esm2015/lib/components/icon/icon-upload.component.js +19 -0
  82. package/esm2015/lib/components/icon/icon-user.component.js +19 -0
  83. package/esm2015/lib/components/icon/icon-wallet.component.js +19 -0
  84. package/esm2015/lib/components/icon/icon-warning.component.js +19 -0
  85. package/esm2015/lib/components/icon/icon.component.js +484 -19
  86. package/esm2015/lib/components/icon/icon.module.js +211 -77
  87. package/esm2015/lib/components/icon/index.js +65 -2
  88. package/esm2015/lib/components/image-crop/image-crop.component.js +165 -31
  89. package/esm2015/lib/components/image-crop/image-crop.module.js +32 -16
  90. package/esm2015/lib/components/input/input-filter.component.js +123 -44
  91. package/esm2015/lib/components/input/input.component.js +165 -50
  92. package/esm2015/lib/components/input/input.module.js +29 -15
  93. package/esm2015/lib/components/input-phone/input-phone.component.js +245 -136
  94. package/esm2015/lib/components/input-phone/input-phone.module.js +37 -17
  95. package/esm2015/lib/components/modal/modal.component.js +99 -17
  96. package/esm2015/lib/components/modal/modal.module.js +15 -10
  97. package/esm2015/lib/components/option/option.component.js +76 -29
  98. package/esm2015/lib/components/option/option.module.js +24 -17
  99. package/esm2015/lib/components/radiobutton/radiobutton.component.js +67 -27
  100. package/esm2015/lib/components/radiobutton/radiobutton.module.js +30 -19
  101. package/esm2015/lib/components/select/select-filter.component.js +72 -29
  102. package/esm2015/lib/components/select/select-multiple.component.js +94 -33
  103. package/esm2015/lib/components/select/select-search.component.js +106 -38
  104. package/esm2015/lib/components/select/select.component.js +95 -34
  105. package/esm2015/lib/components/select/select.module.js +49 -26
  106. package/esm2015/lib/components/stepper/stepper.component.js +28 -14
  107. package/esm2015/lib/components/stepper/stepper.module.js +14 -9
  108. package/esm2015/lib/components/tab/tab.component.js +40 -25
  109. package/esm2015/lib/components/tab/tab.module.js +14 -9
  110. package/esm2015/lib/components/table/table-column.component.js +25 -15
  111. package/esm2015/lib/components/table/table.component.js +68 -25
  112. package/esm2015/lib/components/table/table.module.js +14 -9
  113. package/esm2015/lib/components/toggle/toggle.component.js +27 -15
  114. package/esm2015/lib/components/toggle/toggle.module.js +14 -9
  115. package/esm2015/lib/components/wizard/wizard.component.js +30 -14
  116. package/esm2015/lib/components/wizard/wizard.module.js +27 -18
  117. package/esm2015/lib/core/services/modal/monkey-style-guide-modal-fixed.service.js +8 -10
  118. package/esm2015/lib/core/services/modal/monkey-style-guide-modal.service.js +9 -12
  119. package/esm2015/lib/core/services/monkey-style-guide.service.js +8 -8
  120. package/esm2015/lib/core/services/settings/monkey-style-guide-settings.service.js +9 -10
  121. package/esm2015/lib/core/services/settings/monkey-style-guide-theme-settings.service.js +10 -7
  122. package/esm2015/lib/core/services/snackbar/mokey-style-guide-snackbar.service.js +8 -13
  123. package/esm2015/lib/core/utils/utils.js +82 -1
  124. package/esm2015/lib/monkey-style-guide.module.js +22 -12
  125. package/esm2015/monkey-style-guide.js +1 -5
  126. package/fesm2015/monkey-style-guide.js +4551 -2014
  127. package/fesm2015/monkey-style-guide.js.map +1 -1
  128. package/lib/components/badge/badge.component.d.ts +3 -0
  129. package/lib/components/badge/badge.module.d.ts +6 -0
  130. package/lib/components/button/button-avatar.component.d.ts +3 -0
  131. package/lib/components/button/button-dropdown.component.d.ts +3 -0
  132. package/lib/components/button/button.component.d.ts +3 -0
  133. package/lib/components/button/button.module.d.ts +10 -0
  134. package/lib/components/checkbox/checkbox.component.d.ts +3 -0
  135. package/lib/components/checkbox/checkbox.module.d.ts +7 -0
  136. package/lib/components/date-range-picker/date-range-picker.component.d.ts +5 -0
  137. package/lib/components/date-range-picker/date-range-picker.module.d.ts +9 -0
  138. package/lib/components/expansion/expansion.component.d.ts +3 -0
  139. package/lib/components/expansion/expansion.module.d.ts +7 -0
  140. package/lib/components/file-upload/file-upload.component.d.ts +3 -0
  141. package/lib/components/file-upload/file-upload.module.d.ts +9 -0
  142. package/lib/components/icon/icon-arrow-down.component.d.ts +7 -0
  143. package/lib/components/icon/icon-arrow-left.component.d.ts +7 -0
  144. package/lib/components/icon/icon-arrow-right.component.d.ts +7 -0
  145. package/lib/components/icon/icon-arrow-up.component.d.ts +7 -0
  146. package/lib/components/icon/icon-bank.component.d.ts +7 -0
  147. package/lib/components/icon/icon-bell.component.d.ts +7 -0
  148. package/lib/components/icon/icon-book.component.d.ts +7 -0
  149. package/lib/components/icon/icon-box.component.d.ts +7 -0
  150. package/lib/components/icon/icon-calendar.component.d.ts +7 -0
  151. package/lib/components/icon/icon-camera.component.d.ts +7 -0
  152. package/lib/components/icon/icon-chat.component.d.ts +7 -0
  153. package/lib/components/icon/icon-check-circle-out.component.d.ts +7 -0
  154. package/lib/components/icon/icon-check-circle.component.d.ts +7 -0
  155. package/lib/components/icon/icon-check-grey.component.d.ts +7 -0
  156. package/lib/components/icon/icon-check-white.component.d.ts +7 -0
  157. package/lib/components/icon/icon-check.component.d.ts +7 -0
  158. package/lib/components/icon/icon-clipboard.component.d.ts +7 -0
  159. package/lib/components/icon/icon-clock.component.d.ts +7 -0
  160. package/lib/components/icon/icon-close.component.d.ts +7 -0
  161. package/lib/components/icon/icon-cnpj.component.d.ts +7 -0
  162. package/lib/components/icon/icon-codepen.component.d.ts +7 -0
  163. package/lib/components/icon/icon-company-name.component.d.ts +7 -0
  164. package/lib/components/icon/icon-contract.component.d.ts +7 -0
  165. package/lib/components/icon/icon-delete.component.d.ts +7 -0
  166. package/lib/components/icon/icon-document.component.d.ts +7 -0
  167. package/lib/components/icon/icon-dollar-sign.component.d.ts +7 -0
  168. package/lib/components/icon/icon-domain.component.d.ts +7 -0
  169. package/lib/components/icon/icon-download.component.d.ts +7 -0
  170. package/lib/components/icon/icon-edit.component.d.ts +7 -0
  171. package/lib/components/icon/icon-email.component.d.ts +7 -0
  172. package/lib/components/icon/icon-empty-doc.component.d.ts +7 -0
  173. package/lib/components/icon/icon-error.component.d.ts +7 -0
  174. package/lib/components/icon/icon-eye-closed.component.d.ts +7 -0
  175. package/lib/components/icon/icon-eye-open.component.d.ts +7 -0
  176. package/lib/components/icon/icon-filter.component.d.ts +7 -0
  177. package/lib/components/icon/icon-grid.component.d.ts +7 -0
  178. package/lib/components/icon/icon-help.component.d.ts +7 -0
  179. package/lib/components/icon/icon-hexagon.component.d.ts +7 -0
  180. package/lib/components/icon/icon-home.component.d.ts +7 -0
  181. package/lib/components/icon/icon-image.component.d.ts +7 -0
  182. package/lib/components/icon/icon-list.component.d.ts +7 -0
  183. package/lib/components/icon/icon-location-pin.component.d.ts +7 -0
  184. package/lib/components/icon/icon-login.component.d.ts +7 -0
  185. package/lib/components/icon/icon-logout.component.d.ts +7 -0
  186. package/lib/components/icon/icon-menu.component.d.ts +7 -0
  187. package/lib/components/icon/icon-money-sign.component.d.ts +7 -0
  188. package/lib/components/icon/icon-more.component.d.ts +7 -0
  189. package/lib/components/icon/icon-offered.component.d.ts +7 -0
  190. package/lib/components/icon/icon-password.component.d.ts +7 -0
  191. package/lib/components/icon/icon-people.component.d.ts +7 -0
  192. package/lib/components/icon/icon-percent.component.d.ts +7 -0
  193. package/lib/components/icon/icon-person-document.component.d.ts +7 -0
  194. package/lib/components/icon/icon-person-sad.component.d.ts +7 -0
  195. package/lib/components/icon/icon-phone.component.d.ts +7 -0
  196. package/lib/components/icon/icon-pork.component.d.ts +7 -0
  197. package/lib/components/icon/icon-refresh.component.d.ts +7 -0
  198. package/lib/components/icon/icon-repeat.component.d.ts +7 -0
  199. package/lib/components/icon/icon-search.component.d.ts +7 -0
  200. package/lib/components/icon/icon-second-warning.component.d.ts +7 -0
  201. package/lib/components/icon/icon-settings.component.d.ts +7 -0
  202. package/lib/components/icon/icon-trash.component.d.ts +7 -0
  203. package/lib/components/icon/icon-upload.component.d.ts +7 -0
  204. package/lib/components/icon/icon-user.component.d.ts +7 -0
  205. package/lib/components/icon/icon-wallet.component.d.ts +7 -0
  206. package/lib/components/icon/icon-warning.component.d.ts +7 -0
  207. package/lib/components/icon/icon.component.d.ts +4 -1
  208. package/lib/components/icon/icon.module.d.ts +71 -0
  209. package/lib/components/icon/index.d.ts +64 -1
  210. package/lib/components/image-crop/image-crop.component.d.ts +3 -0
  211. package/lib/components/image-crop/image-crop.module.d.ts +10 -0
  212. package/lib/components/input/input-filter.component.d.ts +3 -0
  213. package/lib/components/input/input.component.d.ts +3 -0
  214. package/lib/components/input/input.module.d.ts +10 -0
  215. package/lib/components/input-phone/input-phone.component.d.ts +28 -32
  216. package/lib/components/input-phone/input-phone.module.d.ts +11 -0
  217. package/lib/components/modal/modal.component.d.ts +3 -0
  218. package/lib/components/modal/modal.module.d.ts +8 -0
  219. package/lib/components/option/option.component.d.ts +3 -0
  220. package/lib/components/option/option.module.d.ts +6 -0
  221. package/lib/components/radiobutton/radiobutton.component.d.ts +3 -0
  222. package/lib/components/radiobutton/radiobutton.module.d.ts +7 -0
  223. package/lib/components/select/select-filter.component.d.ts +3 -0
  224. package/lib/components/select/select-multiple.component.d.ts +3 -0
  225. package/lib/components/select/select-search.component.d.ts +3 -0
  226. package/lib/components/select/select.component.d.ts +3 -0
  227. package/lib/components/select/select.module.d.ts +13 -0
  228. package/lib/components/stepper/stepper.component.d.ts +3 -0
  229. package/lib/components/stepper/stepper.module.d.ts +7 -0
  230. package/lib/components/tab/tab.component.d.ts +3 -0
  231. package/lib/components/tab/tab.module.d.ts +8 -0
  232. package/lib/components/table/table-column.component.d.ts +3 -0
  233. package/lib/components/table/table.component.d.ts +3 -0
  234. package/lib/components/table/table.module.d.ts +9 -0
  235. package/lib/components/toggle/toggle.component.d.ts +3 -0
  236. package/lib/components/toggle/toggle.module.d.ts +6 -0
  237. package/lib/components/wizard/wizard.component.d.ts +3 -0
  238. package/lib/components/wizard/wizard.module.d.ts +7 -0
  239. package/lib/core/services/modal/monkey-style-guide-modal-fixed.service.d.ts +3 -0
  240. package/lib/core/services/modal/monkey-style-guide-modal.service.d.ts +3 -0
  241. package/lib/core/services/monkey-style-guide.service.d.ts +3 -0
  242. package/lib/core/services/settings/monkey-style-guide-settings.service.d.ts +3 -0
  243. package/lib/core/services/settings/monkey-style-guide-theme-settings.service.d.ts +3 -0
  244. package/lib/core/services/snackbar/mokey-style-guide-snackbar.service.d.ts +3 -0
  245. package/lib/core/utils/utils.d.ts +8 -0
  246. package/lib/monkey-style-guide.module.d.ts +6 -0
  247. package/monkey-style-guide-2.0.97.tgz +0 -0
  248. package/monkey-style-guide.d.ts +1 -4
  249. package/package.json +1 -2
  250. package/esm2015/lib/components/badge/badge.component.ngfactory.js +0 -17
  251. package/esm2015/lib/components/badge/badge.component.ngsummary.json +0 -1
  252. package/esm2015/lib/components/badge/badge.module.ngfactory.js +0 -12
  253. package/esm2015/lib/components/badge/badge.module.ngsummary.json +0 -1
  254. package/esm2015/lib/components/badge/index.ngsummary.json +0 -1
  255. package/esm2015/lib/components/button/button-avatar.component.ngfactory.js +0 -19
  256. package/esm2015/lib/components/button/button-avatar.component.ngsummary.json +0 -1
  257. package/esm2015/lib/components/button/button-dropdown.component.ngfactory.js +0 -39
  258. package/esm2015/lib/components/button/button-dropdown.component.ngsummary.json +0 -1
  259. package/esm2015/lib/components/button/button.component.ngfactory.js +0 -31
  260. package/esm2015/lib/components/button/button.component.ngsummary.json +0 -1
  261. package/esm2015/lib/components/button/button.module.ngfactory.js +0 -14
  262. package/esm2015/lib/components/button/button.module.ngsummary.json +0 -1
  263. package/esm2015/lib/components/button/index.ngsummary.json +0 -1
  264. package/esm2015/lib/components/checkbox/checkbox.component.ngfactory.js +0 -38
  265. package/esm2015/lib/components/checkbox/checkbox.component.ngsummary.json +0 -1
  266. package/esm2015/lib/components/checkbox/checkbox.module.ngfactory.js +0 -13
  267. package/esm2015/lib/components/checkbox/checkbox.module.ngsummary.json +0 -1
  268. package/esm2015/lib/components/checkbox/index.ngsummary.json +0 -1
  269. package/esm2015/lib/components/date-range-picker/date-range-picker.component.ngfactory.js +0 -74
  270. package/esm2015/lib/components/date-range-picker/date-range-picker.component.ngsummary.json +0 -1
  271. package/esm2015/lib/components/date-range-picker/date-range-picker.module.ngfactory.js +0 -15
  272. package/esm2015/lib/components/date-range-picker/date-range-picker.module.ngsummary.json +0 -1
  273. package/esm2015/lib/components/date-range-picker/index.ngsummary.json +0 -1
  274. package/esm2015/lib/components/expansion/expansion.component.ngfactory.js +0 -35
  275. package/esm2015/lib/components/expansion/expansion.component.ngsummary.json +0 -1
  276. package/esm2015/lib/components/expansion/expansion.module.ngfactory.js +0 -13
  277. package/esm2015/lib/components/expansion/expansion.module.ngsummary.json +0 -1
  278. package/esm2015/lib/components/expansion/index.ngsummary.json +0 -1
  279. package/esm2015/lib/components/file-upload/file-upload.component.ngfactory.js +0 -39
  280. package/esm2015/lib/components/file-upload/file-upload.component.ngsummary.json +0 -1
  281. package/esm2015/lib/components/file-upload/file-upload.module.ngfactory.js +0 -15
  282. package/esm2015/lib/components/file-upload/file-upload.module.ngsummary.json +0 -1
  283. package/esm2015/lib/components/file-upload/index.ngsummary.json +0 -1
  284. package/esm2015/lib/components/icon/icon.component.ngfactory.js +0 -88
  285. package/esm2015/lib/components/icon/icon.component.ngsummary.json +0 -1
  286. package/esm2015/lib/components/icon/icon.module.ngfactory.js +0 -12
  287. package/esm2015/lib/components/icon/icon.module.ngsummary.json +0 -1
  288. package/esm2015/lib/components/icon/icons.component.js +0 -603
  289. package/esm2015/lib/components/icon/icons.component.ngfactory.js +0 -465
  290. package/esm2015/lib/components/icon/icons.component.ngsummary.json +0 -1
  291. package/esm2015/lib/components/icon/index.ngsummary.json +0 -1
  292. package/esm2015/lib/components/image-crop/image-crop.component.ngfactory.js +0 -108
  293. package/esm2015/lib/components/image-crop/image-crop.component.ngsummary.json +0 -1
  294. package/esm2015/lib/components/image-crop/image-crop.module.ngfactory.js +0 -17
  295. package/esm2015/lib/components/image-crop/image-crop.module.ngsummary.json +0 -1
  296. package/esm2015/lib/components/image-crop/index.ngsummary.json +0 -1
  297. package/esm2015/lib/components/index.ngsummary.json +0 -1
  298. package/esm2015/lib/components/input/index.ngsummary.json +0 -1
  299. package/esm2015/lib/components/input/input-filter.component.ngfactory.js +0 -129
  300. package/esm2015/lib/components/input/input-filter.component.ngsummary.json +0 -1
  301. package/esm2015/lib/components/input/input.component.ngfactory.js +0 -139
  302. package/esm2015/lib/components/input/input.component.ngsummary.json +0 -1
  303. package/esm2015/lib/components/input/input.module.ngfactory.js +0 -15
  304. package/esm2015/lib/components/input/input.module.ngsummary.json +0 -1
  305. package/esm2015/lib/components/input-phone/index.ngsummary.json +0 -1
  306. package/esm2015/lib/components/input-phone/input-phone.component.ngfactory.js +0 -27
  307. package/esm2015/lib/components/input-phone/input-phone.component.ngsummary.json +0 -1
  308. package/esm2015/lib/components/input-phone/input-phone.module.ngfactory.js +0 -18
  309. package/esm2015/lib/components/input-phone/input-phone.module.ngsummary.json +0 -1
  310. package/esm2015/lib/components/modal/index.ngsummary.json +0 -1
  311. package/esm2015/lib/components/modal/modal.component.ngfactory.js +0 -61
  312. package/esm2015/lib/components/modal/modal.component.ngsummary.json +0 -1
  313. package/esm2015/lib/components/modal/modal.module.ngfactory.js +0 -15
  314. package/esm2015/lib/components/modal/modal.module.ngsummary.json +0 -1
  315. package/esm2015/lib/components/option/index.ngsummary.json +0 -1
  316. package/esm2015/lib/components/option/option.component.ngfactory.js +0 -24
  317. package/esm2015/lib/components/option/option.component.ngsummary.json +0 -1
  318. package/esm2015/lib/components/option/option.module.ngfactory.js +0 -12
  319. package/esm2015/lib/components/option/option.module.ngsummary.json +0 -1
  320. package/esm2015/lib/components/radiobutton/index.ngsummary.json +0 -1
  321. package/esm2015/lib/components/radiobutton/radiobutton.component.ngfactory.js +0 -18
  322. package/esm2015/lib/components/radiobutton/radiobutton.component.ngsummary.json +0 -1
  323. package/esm2015/lib/components/radiobutton/radiobutton.module.ngfactory.js +0 -13
  324. package/esm2015/lib/components/radiobutton/radiobutton.module.ngsummary.json +0 -1
  325. package/esm2015/lib/components/select/index.ngsummary.json +0 -1
  326. package/esm2015/lib/components/select/select-filter.component.ngfactory.js +0 -30
  327. package/esm2015/lib/components/select/select-filter.component.ngsummary.json +0 -1
  328. package/esm2015/lib/components/select/select-multiple.component.ngfactory.js +0 -33
  329. package/esm2015/lib/components/select/select-multiple.component.ngsummary.json +0 -1
  330. package/esm2015/lib/components/select/select-search.component.ngfactory.js +0 -48
  331. package/esm2015/lib/components/select/select-search.component.ngsummary.json +0 -1
  332. package/esm2015/lib/components/select/select.component.ngfactory.js +0 -33
  333. package/esm2015/lib/components/select/select.component.ngsummary.json +0 -1
  334. package/esm2015/lib/components/select/select.module.ngfactory.js +0 -17
  335. package/esm2015/lib/components/select/select.module.ngsummary.json +0 -1
  336. package/esm2015/lib/components/stepper/index.ngsummary.json +0 -1
  337. package/esm2015/lib/components/stepper/stepper.component.ngfactory.js +0 -18
  338. package/esm2015/lib/components/stepper/stepper.component.ngsummary.json +0 -1
  339. package/esm2015/lib/components/stepper/stepper.module.ngfactory.js +0 -13
  340. package/esm2015/lib/components/stepper/stepper.module.ngsummary.json +0 -1
  341. package/esm2015/lib/components/tab/index.ngsummary.json +0 -1
  342. package/esm2015/lib/components/tab/tab.component.ngfactory.js +0 -18
  343. package/esm2015/lib/components/tab/tab.component.ngsummary.json +0 -1
  344. package/esm2015/lib/components/tab/tab.module.ngfactory.js +0 -14
  345. package/esm2015/lib/components/tab/tab.module.ngsummary.json +0 -1
  346. package/esm2015/lib/components/table/index.ngsummary.json +0 -1
  347. package/esm2015/lib/components/table/table-column.component.ngfactory.js +0 -17
  348. package/esm2015/lib/components/table/table-column.component.ngsummary.json +0 -1
  349. package/esm2015/lib/components/table/table.component.ngfactory.js +0 -33
  350. package/esm2015/lib/components/table/table.component.ngsummary.json +0 -1
  351. package/esm2015/lib/components/table/table.module.ngfactory.js +0 -15
  352. package/esm2015/lib/components/table/table.module.ngsummary.json +0 -1
  353. package/esm2015/lib/components/toggle/index.ngsummary.json +0 -1
  354. package/esm2015/lib/components/toggle/toggle.component.ngfactory.js +0 -20
  355. package/esm2015/lib/components/toggle/toggle.component.ngsummary.json +0 -1
  356. package/esm2015/lib/components/toggle/toggle.module.ngfactory.js +0 -12
  357. package/esm2015/lib/components/toggle/toggle.module.ngsummary.json +0 -1
  358. package/esm2015/lib/components/wizard/index.ngsummary.json +0 -1
  359. package/esm2015/lib/components/wizard/wizard.component.ngfactory.js +0 -18
  360. package/esm2015/lib/components/wizard/wizard.component.ngsummary.json +0 -1
  361. package/esm2015/lib/components/wizard/wizard.module.ngfactory.js +0 -13
  362. package/esm2015/lib/components/wizard/wizard.module.ngsummary.json +0 -1
  363. package/esm2015/lib/core/index.ngsummary.json +0 -1
  364. package/esm2015/lib/core/interfaces/index.ngsummary.json +0 -1
  365. package/esm2015/lib/core/interfaces/monkey-modal-settings.ngsummary.json +0 -1
  366. package/esm2015/lib/core/interfaces/monkey-style-settings.ngsummary.json +0 -1
  367. package/esm2015/lib/core/services/index.ngsummary.json +0 -1
  368. package/esm2015/lib/core/services/modal/index.ngsummary.json +0 -1
  369. package/esm2015/lib/core/services/modal/monkey-style-guide-modal-fixed.service.ngsummary.json +0 -1
  370. package/esm2015/lib/core/services/modal/monkey-style-guide-modal.service.ngsummary.json +0 -1
  371. package/esm2015/lib/core/services/monkey-style-guide.service.ngsummary.json +0 -1
  372. package/esm2015/lib/core/services/settings/index.ngsummary.json +0 -1
  373. package/esm2015/lib/core/services/settings/monkey-style-guide-settings.service.ngsummary.json +0 -1
  374. package/esm2015/lib/core/services/settings/monkey-style-guide-theme-settings.service.ngsummary.json +0 -1
  375. package/esm2015/lib/core/services/snackbar/index.ngsummary.json +0 -1
  376. package/esm2015/lib/core/services/snackbar/mokey-style-guide-snackbar.service.ngsummary.json +0 -1
  377. package/esm2015/lib/core/utils/index.ngsummary.json +0 -1
  378. package/esm2015/lib/core/utils/utils.ngsummary.json +0 -1
  379. package/esm2015/lib/monkey-style-guide.module.ngfactory.js +0 -17
  380. package/esm2015/lib/monkey-style-guide.module.ngsummary.json +0 -1
  381. package/esm2015/monkey-style-guide.ngsummary.json +0 -1
  382. package/esm2015/public-api.ngsummary.json +0 -1
  383. package/lib/components/badge/badge.component.ngfactory.d.ts +0 -1
  384. package/lib/components/badge/badge.module.ngfactory.d.ts +0 -3
  385. package/lib/components/button/button-avatar.component.ngfactory.d.ts +0 -1
  386. package/lib/components/button/button-dropdown.component.ngfactory.d.ts +0 -1
  387. package/lib/components/button/button.component.ngfactory.d.ts +0 -1
  388. package/lib/components/button/button.module.ngfactory.d.ts +0 -3
  389. package/lib/components/checkbox/checkbox.component.ngfactory.d.ts +0 -1
  390. package/lib/components/checkbox/checkbox.module.ngfactory.d.ts +0 -3
  391. package/lib/components/date-range-picker/date-range-picker.component.ngfactory.d.ts +0 -1
  392. package/lib/components/date-range-picker/date-range-picker.module.ngfactory.d.ts +0 -3
  393. package/lib/components/expansion/expansion.component.ngfactory.d.ts +0 -1
  394. package/lib/components/expansion/expansion.module.ngfactory.d.ts +0 -3
  395. package/lib/components/file-upload/file-upload.component.ngfactory.d.ts +0 -1
  396. package/lib/components/file-upload/file-upload.module.ngfactory.d.ts +0 -3
  397. package/lib/components/icon/icon.component.ngfactory.d.ts +0 -1
  398. package/lib/components/icon/icon.module.ngfactory.d.ts +0 -3
  399. package/lib/components/icon/icons.component.d.ts +0 -135
  400. package/lib/components/icon/icons.component.ngfactory.d.ts +0 -1
  401. package/lib/components/image-crop/image-crop.component.ngfactory.d.ts +0 -1
  402. package/lib/components/image-crop/image-crop.module.ngfactory.d.ts +0 -3
  403. package/lib/components/input/input-filter.component.ngfactory.d.ts +0 -1
  404. package/lib/components/input/input.component.ngfactory.d.ts +0 -1
  405. package/lib/components/input/input.module.ngfactory.d.ts +0 -3
  406. package/lib/components/input-phone/input-phone.component.ngfactory.d.ts +0 -1
  407. package/lib/components/input-phone/input-phone.module.ngfactory.d.ts +0 -3
  408. package/lib/components/modal/modal.component.ngfactory.d.ts +0 -1
  409. package/lib/components/modal/modal.module.ngfactory.d.ts +0 -3
  410. package/lib/components/option/option.component.ngfactory.d.ts +0 -1
  411. package/lib/components/option/option.module.ngfactory.d.ts +0 -3
  412. package/lib/components/radiobutton/radiobutton.component.ngfactory.d.ts +0 -1
  413. package/lib/components/radiobutton/radiobutton.module.ngfactory.d.ts +0 -3
  414. package/lib/components/select/select-filter.component.ngfactory.d.ts +0 -1
  415. package/lib/components/select/select-multiple.component.ngfactory.d.ts +0 -1
  416. package/lib/components/select/select-search.component.ngfactory.d.ts +0 -1
  417. package/lib/components/select/select.component.ngfactory.d.ts +0 -1
  418. package/lib/components/select/select.module.ngfactory.d.ts +0 -3
  419. package/lib/components/stepper/stepper.component.ngfactory.d.ts +0 -1
  420. package/lib/components/stepper/stepper.module.ngfactory.d.ts +0 -3
  421. package/lib/components/tab/tab.component.ngfactory.d.ts +0 -1
  422. package/lib/components/tab/tab.module.ngfactory.d.ts +0 -3
  423. package/lib/components/table/table-column.component.ngfactory.d.ts +0 -1
  424. package/lib/components/table/table.component.ngfactory.d.ts +0 -1
  425. package/lib/components/table/table.module.ngfactory.d.ts +0 -3
  426. package/lib/components/toggle/toggle.component.ngfactory.d.ts +0 -1
  427. package/lib/components/toggle/toggle.module.ngfactory.d.ts +0 -3
  428. package/lib/components/wizard/wizard.component.ngfactory.d.ts +0 -1
  429. package/lib/components/wizard/wizard.module.ngfactory.d.ts +0 -3
  430. package/lib/monkey-style-guide.module.ngfactory.d.ts +0 -3
  431. package/monkey-style-guide-2.0.92.tgz +0 -0
  432. package/monkey-style-guide.metadata.json +0 -1
@@ -1,5 +1,8 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class MonkeyBadgeComponent {
2
3
  count: number;
3
4
  pulseOn: boolean;
4
5
  _id: string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyBadgeComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyBadgeComponent, "monkey-badge", never, { "count": "count"; "pulseOn": "pulseOn"; }, {}, never, never>;
5
8
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./badge.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class MonkeyBadgeModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyBadgeModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyBadgeModule, [typeof i1.MonkeyBadgeComponent], [typeof i2.CommonModule], [typeof i1.MonkeyBadgeComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyBadgeModule>;
2
8
  }
@@ -4,6 +4,7 @@
4
4
  * MIT Licence
5
5
  **************************/
6
6
  import { OnInit } from '@angular/core';
7
+ import * as i0 from "@angular/core";
7
8
  export declare class MonkeyButtonAvatarComponent implements OnInit {
8
9
  label: string;
9
10
  type: string;
@@ -13,4 +14,6 @@ export declare class MonkeyButtonAvatarComponent implements OnInit {
13
14
  _disabled: boolean;
14
15
  _handledValue: string;
15
16
  ngOnInit(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyButtonAvatarComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyButtonAvatarComponent, "monkey-button-avatar", never, { "label": "label"; "type": "type"; "size": "size"; "img": "img"; }, {}, never, never>;
16
19
  }
@@ -4,6 +4,7 @@
4
4
  * MIT Licence
5
5
  **************************/
6
6
  import { ChangeDetectorRef } from '@angular/core';
7
+ import * as i0 from "@angular/core";
7
8
  export declare class MonkeyButtonDropdownComponent {
8
9
  private cdr;
9
10
  label: any;
@@ -17,4 +18,6 @@ export declare class MonkeyButtonDropdownComponent {
17
18
  clickout(event: any): void;
18
19
  clickon(event: any): void;
19
20
  close(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyButtonDropdownComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyButtonDropdownComponent, "monkey-button-dropdown", never, { "label": "label"; "type": "type"; "listenClicks": "listenClicks"; }, {}, never, ["*"]>;
20
23
  }
@@ -4,6 +4,7 @@
4
4
  * MIT Licence
5
5
  **************************/
6
6
  import { OnInit } from '@angular/core';
7
+ import * as i0 from "@angular/core";
7
8
  export declare class MonkeyButtonComponent implements OnInit {
8
9
  label: string;
9
10
  icon: string;
@@ -16,4 +17,6 @@ export declare class MonkeyButtonComponent implements OnInit {
16
17
  constructor();
17
18
  ngOnInit(): void;
18
19
  onClick(event: any): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyButtonComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyButtonComponent, "monkey-button", never, { "label": "label"; "icon": "icon"; "iconPosition": "iconPosition"; "type": "type"; "color": "color"; "disabled": "disabled"; "size": "size"; }, {}, never, ["*"]>;
19
22
  }
@@ -1,2 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./button.component";
3
+ import * as i2 from "./button-dropdown.component";
4
+ import * as i3 from "./button-avatar.component";
5
+ import * as i4 from "@angular/common";
6
+ import * as i5 from "@angular/forms";
7
+ import * as i6 from "../icon/icon.module";
1
8
  export declare class MonkeyButtonModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyButtonModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyButtonModule, [typeof i1.MonkeyButtonComponent, typeof i2.MonkeyButtonDropdownComponent, typeof i3.MonkeyButtonAvatarComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.MonkeyIconModule], [typeof i1.MonkeyButtonComponent, typeof i2.MonkeyButtonDropdownComponent, typeof i3.MonkeyButtonAvatarComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyButtonModule>;
2
12
  }
@@ -5,6 +5,7 @@
5
5
  **************************/
6
6
  import { EventEmitter } from '@angular/core';
7
7
  import { ControlValueAccessor } from '@angular/forms';
8
+ import * as i0 from "@angular/core";
8
9
  export declare class MonkeyCheckboxComponent implements ControlValueAccessor {
9
10
  label: string;
10
11
  type: string;
@@ -26,4 +27,6 @@ export declare class MonkeyCheckboxComponent implements ControlValueAccessor {
26
27
  get value(): any;
27
28
  writeValue(value: any): void;
28
29
  onChangeValue(event: any, value: any): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyCheckboxComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyCheckboxComponent, "monkey-checkbox", never, { "label": "label"; "type": "type"; "helperMessage": "helperMessage"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "description": "description"; "value": "value"; }, { "onChange": "onChange"; }, never, ["*"]>;
29
32
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./checkbox.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
1
5
  export declare class MonkeyCheckboxModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyCheckboxModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyCheckboxModule, [typeof i1.MonkeyCheckboxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule], [typeof i1.MonkeyCheckboxComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyCheckboxModule>;
2
9
  }
@@ -1,6 +1,7 @@
1
1
  import { OnInit, EventEmitter, ChangeDetectorRef } from '@angular/core';
2
2
  import { ControlValueAccessor, FormBuilder, FormGroup } from '@angular/forms';
3
3
  import * as moment_ from 'moment';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class MonkeyDateRangePickerComponent implements ControlValueAccessor, OnInit {
5
6
  private fb;
6
7
  private cdr;
@@ -28,6 +29,7 @@ export declare class MonkeyDateRangePickerComponent implements ControlValueAcces
28
29
  _daysArrFirst: any[];
29
30
  _daysArrSecond: any[];
30
31
  _dateForm: FormGroup;
32
+ _disabled: boolean;
31
33
  constructor(fb: FormBuilder, cdr: ChangeDetectorRef);
32
34
  private initDateRange;
33
35
  private createCalendar;
@@ -37,6 +39,7 @@ export declare class MonkeyDateRangePickerComponent implements ControlValueAcces
37
39
  ngOnInit(): void;
38
40
  registerOnChange(fn: any): void;
39
41
  registerOnTouched(fn: any): void;
42
+ setDisabledState?(isDisabled: boolean): void;
40
43
  set value(value: any);
41
44
  get value(): any;
42
45
  writeValue(value: any): void;
@@ -48,4 +51,6 @@ export declare class MonkeyDateRangePickerComponent implements ControlValueAcces
48
51
  isLastSelected(day: moment.Moment): boolean;
49
52
  selectedDate(day: moment.Moment): void;
50
53
  selectRangeOfDays(days: number): void;
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDateRangePickerComponent, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyDateRangePickerComponent, "monkey-date-range-picker", never, { "i18n": "i18n"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "value": "value"; }, { "onChange": "onChange"; }, never, never>;
51
56
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./date-range-picker.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../button/button.module";
6
+ import * as i5 from "../icon/icon.module";
1
7
  export declare class MonkeyDateRangePickerModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDateRangePickerModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyDateRangePickerModule, [typeof i1.MonkeyDateRangePickerComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MonkeyButtonModule, typeof i5.MonkeyIconModule], [typeof i1.MonkeyDateRangePickerComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyDateRangePickerModule>;
2
11
  }
@@ -4,6 +4,7 @@
4
4
  * MIT Licence
5
5
  **************************/
6
6
  import { EventEmitter } from '@angular/core';
7
+ import * as i0 from "@angular/core";
7
8
  export declare class MonkeyExpansionComponent {
8
9
  label: string;
9
10
  helperMessage: string;
@@ -14,4 +15,6 @@ export declare class MonkeyExpansionComponent {
14
15
  _id: string;
15
16
  constructor();
16
17
  onToggleExpand(): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyExpansionComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyExpansionComponent, "monkey-expansion", never, { "label": "label"; "helperMessage": "helperMessage"; "color": "color"; "disabled": "disabled"; "open": "open"; }, { "onChange": "onChange"; }, never, ["*"]>;
17
20
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./expansion.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../icon/icon.module";
1
5
  export declare class MonkeyExpansionModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyExpansionModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyExpansionModule, [typeof i1.MonkeyExpansionComponent], [typeof i2.CommonModule, typeof i3.MonkeyIconModule], [typeof i1.MonkeyExpansionComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyExpansionModule>;
2
9
  }
@@ -5,6 +5,7 @@
5
5
  **************************/
6
6
  import { EventEmitter, OnInit } from '@angular/core';
7
7
  import { ControlValueAccessor } from '@angular/forms';
8
+ import * as i0 from "@angular/core";
8
9
  export declare class MonkeyFileUploadComponent implements ControlValueAccessor, OnInit {
9
10
  name: string;
10
11
  label: string;
@@ -45,4 +46,6 @@ export declare class MonkeyFileUploadComponent implements ControlValueAccessor,
45
46
  onChangeValue(event: any): void;
46
47
  onClick(event: any): void;
47
48
  onClear(event: any): void;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyFileUploadComponent, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyFileUploadComponent, "monkey-file-upload", never, { "name": "name"; "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "uploadOngoingMessage": "uploadOngoingMessage"; "errorMessage": "errorMessage"; "listenFiles": "listenFiles"; "maxSize": "maxSize"; "allowedExtensions": "allowedExtensions"; "maxSizeErrorMessage": "maxSizeErrorMessage"; "allowedExtensionErrorMessage": "allowedExtensionErrorMessage"; "fileUpload": "fileUpload"; "value": "value"; }, { "onChange": "onChange"; "onHandleFilesReady": "onHandleFilesReady"; }, never, never>;
48
51
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./file-upload.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";
1
7
  export declare class MonkeyFileUploadModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyFileUploadModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyFileUploadModule, [typeof i1.MonkeyFileUploadComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.NgxMaskModule, typeof i5.MonkeyIconModule], [typeof i1.MonkeyFileUploadComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyFileUploadModule>;
2
11
  }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconArrowDownComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconArrowDownComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconArrowDownComponent, "monkey-icon-arrow-down", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconArrowLeftComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconArrowLeftComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconArrowLeftComponent, "monkey-icon-arrow-left", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconArrowRightComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconArrowRightComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconArrowRightComponent, "monkey-icon-arrow-right", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconArrowUpComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconArrowUpComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconArrowUpComponent, "monkey-icon-arrow-up", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconBankComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconBankComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconBankComponent, "monkey-icon-bank", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconBellComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconBellComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconBellComponent, "monkey-icon-bell", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconBookComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconBookComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconBookComponent, "monkey-icon-book", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconBoxComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconBoxComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconBoxComponent, "monkey-icon-box", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCalendarComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCalendarComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCalendarComponent, "monkey-icon-calendar", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCameraComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCameraComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCameraComponent, "monkey-icon-camera", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconChatComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconChatComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconChatComponent, "monkey-icon-chat", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCheckCircleOutComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCheckCircleOutComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCheckCircleOutComponent, "monkey-icon-check-circle-out", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCheckCircleComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCheckCircleComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCheckCircleComponent, "monkey-icon-check-circle", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCheckGreyComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCheckGreyComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCheckGreyComponent, "monkey-icon-check-grey", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCheckWhiteComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCheckWhiteComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCheckWhiteComponent, "monkey-icon-check-white", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCheckComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCheckComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCheckComponent, "monkey-icon-check", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconClipboardComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconClipboardComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconClipboardComponent, "monkey-icon-clipboard", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconClockComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconClockComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconClockComponent, "monkey-icon-clock", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCloseComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCloseComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCloseComponent, "monkey-icon-close", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCNPJComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCNPJComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCNPJComponent, "monkey-icon-cnpj", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCodepenComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCodepenComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCodepenComponent, "monkey-icon-codepen", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconCompanyNameComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconCompanyNameComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconCompanyNameComponent, "monkey-icon-company-name", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconContractComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconContractComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconContractComponent, "monkey-icon-contract", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconDeleteComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconDeleteComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconDeleteComponent, "monkey-icon-delete", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconDocumentComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconDocumentComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconDocumentComponent, "monkey-icon-document", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconDollarSignComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconDollarSignComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconDollarSignComponent, "monkey-icon-dollar-sign", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconDomainComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconDomainComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconDomainComponent, "monkey-icon-domain", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconDownloadComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconDownloadComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconDownloadComponent, "monkey-icon-download", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconEditComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconEditComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconEditComponent, "monkey-icon-edit", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconEmailComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconEmailComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconEmailComponent, "monkey-icon-email", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconEmptyDocComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconEmptyDocComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconEmptyDocComponent, "monkey-icon-empty-doc", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconErrorComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconErrorComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconErrorComponent, "monkey-icon-error", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconEyeClosedComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconEyeClosedComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconEyeClosedComponent, "monkey-icon-eye-closed", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconEyeOpenComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconEyeOpenComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconEyeOpenComponent, "monkey-icon-eye-open", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconFilterComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconFilterComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconFilterComponent, "monkey-icon-filter", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconGridComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconGridComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconGridComponent, "monkey-icon-grid", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconHelpComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconHelpComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconHelpComponent, "monkey-icon-help", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconHexagonComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconHexagonComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconHexagonComponent, "monkey-icon-hexagon", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconHomeComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconHomeComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconHomeComponent, "monkey-icon-home", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconImageComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconImageComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconImageComponent, "monkey-icon-image", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconListComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconListComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconListComponent, "monkey-icon-list", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconLocationPinComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconLocationPinComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconLocationPinComponent, "monkey-icon-location-pin", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconLoginComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconLoginComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconLoginComponent, "monkey-icon-login", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconLogoutComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconLogoutComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconLogoutComponent, "monkey-icon-logout", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }