monkey-style-guide 2.0.154 → 2.0.155

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 (494) hide show
  1. package/README.md +1244 -1243
  2. package/assets/data/country-codes.json +1466 -1466
  3. package/assets/icons/add-plus.svg +5 -5
  4. package/assets/icons/arrow-down.svg +3 -3
  5. package/assets/icons/arrow-left.svg +3 -3
  6. package/assets/icons/arrow-line-right.svg +5 -5
  7. package/assets/icons/arrow-right.svg +3 -3
  8. package/assets/icons/arrow-up.svg +3 -3
  9. package/assets/icons/arrows.svg +6 -6
  10. package/assets/icons/auction.svg +7 -7
  11. package/assets/icons/bank-account.svg +12 -12
  12. package/assets/icons/bank.svg +3 -3
  13. package/assets/icons/banknote-search.svg +8 -8
  14. package/assets/icons/bell.svg +4 -4
  15. package/assets/icons/book.svg +4 -4
  16. package/assets/icons/box.svg +6 -6
  17. package/assets/icons/build-person.svg +9 -9
  18. package/assets/icons/calendar.svg +6 -6
  19. package/assets/icons/camera.svg +4 -4
  20. package/assets/icons/card-machine.svg +14 -14
  21. package/assets/icons/card.svg +4 -4
  22. package/assets/icons/cash-banknote-invoice.svg +8 -8
  23. package/assets/icons/chat.svg +4 -4
  24. package/assets/icons/check-circle-out.svg +4 -4
  25. package/assets/icons/check-circle.svg +4 -4
  26. package/assets/icons/check-grey.svg +3 -3
  27. package/assets/icons/check-white.svg +4 -4
  28. package/assets/icons/check.svg +3 -3
  29. package/assets/icons/clipboard.svg +4 -4
  30. package/assets/icons/clock.svg +4 -4
  31. package/assets/icons/close.svg +4 -4
  32. package/assets/icons/cnpj.svg +9 -9
  33. package/assets/icons/codepen.svg +7 -7
  34. package/assets/icons/company-name.svg +12 -12
  35. package/assets/icons/contract-pen.svg +7 -7
  36. package/assets/icons/contract.svg +14 -14
  37. package/assets/icons/delete.svg +5 -5
  38. package/assets/icons/document.svg +7 -7
  39. package/assets/icons/dollar-sign-circle.svg +7 -7
  40. package/assets/icons/dollar-sign.svg +5 -5
  41. package/assets/icons/domain.svg +9 -9
  42. package/assets/icons/dots-menu.svg +5 -5
  43. package/assets/icons/double-arrow-left.svg +4 -4
  44. package/assets/icons/double-arrow-right.svg +4 -4
  45. package/assets/icons/download.svg +5 -5
  46. package/assets/icons/edit-square.svg +4 -4
  47. package/assets/icons/edit.svg +3 -3
  48. package/assets/icons/email.svg +4 -4
  49. package/assets/icons/empty-doc.svg +4 -4
  50. package/assets/icons/error.svg +5 -5
  51. package/assets/icons/eye-closed.svg +11 -11
  52. package/assets/icons/eye-open.svg +4 -4
  53. package/assets/icons/filter.svg +3 -3
  54. package/assets/icons/grid.svg +6 -6
  55. package/assets/icons/help.svg +5 -5
  56. package/assets/icons/hexagon.svg +3 -3
  57. package/assets/icons/home.svg +4 -4
  58. package/assets/icons/image.svg +5 -5
  59. package/assets/icons/info.svg +6 -6
  60. package/assets/icons/invoice.svg +5 -5
  61. package/assets/icons/list.svg +8 -8
  62. package/assets/icons/location-pin.svg +4 -4
  63. package/assets/icons/login.svg +5 -5
  64. package/assets/icons/logout.svg +5 -5
  65. package/assets/icons/medal.svg +12 -12
  66. package/assets/icons/menu.svg +5 -5
  67. package/assets/icons/money-cedule.svg +6 -6
  68. package/assets/icons/money-hand.svg +6 -6
  69. package/assets/icons/money-sign.svg +4 -4
  70. package/assets/icons/money.svg +6 -6
  71. package/assets/icons/more-circle.svg +5 -0
  72. package/assets/icons/more.svg +4 -4
  73. package/assets/icons/new-company.svg +10 -10
  74. package/assets/icons/offered.svg +5 -5
  75. package/assets/icons/password.svg +4 -4
  76. package/assets/icons/people.svg +6 -6
  77. package/assets/icons/percent.svg +5 -5
  78. package/assets/icons/person-document.svg +10 -10
  79. package/assets/icons/person-sad.svg +6 -6
  80. package/assets/icons/phone.svg +3 -3
  81. package/assets/icons/pork.svg +5 -5
  82. package/assets/icons/radio.svg +4 -4
  83. package/assets/icons/refresh.svg +5 -5
  84. package/assets/icons/repeat.svg +4 -4
  85. package/assets/icons/search.svg +4 -4
  86. package/assets/icons/second-warning.svg +5 -5
  87. package/assets/icons/settings.svg +4 -4
  88. package/assets/icons/shield-chekmark.svg +3 -3
  89. package/assets/icons/star.svg +3 -3
  90. package/assets/icons/today.svg +9 -9
  91. package/assets/icons/trash.svg +6 -6
  92. package/assets/icons/trophy.svg +8 -8
  93. package/assets/icons/unfold-more.svg +4 -4
  94. package/assets/icons/upload.svg +5 -5
  95. package/assets/icons/user.svg +4 -4
  96. package/assets/icons/waiting.svg +17 -17
  97. package/assets/icons/wallet.svg +5 -5
  98. package/assets/icons/warning.svg +5 -5
  99. package/assets/scss/partials/_forms.scss +350 -350
  100. package/assets/scss/partials/_index.scss +11 -11
  101. package/assets/scss/partials/_radio-button.scss +35 -35
  102. package/assets/scss/partials/_style-reset.scss +185 -185
  103. package/assets/scss/partials/_typography.scss +149 -149
  104. package/assets/scss/partials/_variables.scss +184 -184
  105. package/assets/scss/partials/components/_buttons.scss +831 -831
  106. package/assets/scss/partials/components/_checkbox.scss +69 -69
  107. package/assets/scss/partials/components/_date-range-picker.scss +265 -265
  108. package/assets/scss/partials/components/_expansion.scss +96 -96
  109. package/assets/scss/partials/components/_image-crop.scss +305 -305
  110. package/assets/scss/partials/components/_index.scss +23 -23
  111. package/assets/scss/partials/components/_input-phone.scss +36 -36
  112. package/assets/scss/partials/components/_input.scss +65 -65
  113. package/assets/scss/partials/components/_progressbar.scss +112 -112
  114. package/assets/scss/partials/components/_radiobutton.scss +66 -66
  115. package/assets/scss/partials/components/_select.scss +356 -356
  116. package/assets/scss/partials/components/_snackbar.scss +204 -204
  117. package/assets/scss/partials/components/_stepper.scss +86 -86
  118. package/assets/scss/partials/components/_table.scss +148 -148
  119. package/assets/scss/partials/components/_wizard.scss +112 -112
  120. package/esm2020/lib/components/badge/badge.component.mjs +43 -43
  121. package/esm2020/lib/components/badge/badge.module.mjs +18 -18
  122. package/esm2020/lib/components/badge/index.mjs +2 -2
  123. package/esm2020/lib/components/button/button-avatar.component.mjs +53 -53
  124. package/esm2020/lib/components/button/button-dropdown.component.mjs +121 -121
  125. package/esm2020/lib/components/button/button.component.mjs +154 -154
  126. package/esm2020/lib/components/button/button.module.mjs +23 -23
  127. package/esm2020/lib/components/button/index.mjs +5 -5
  128. package/esm2020/lib/components/checkbox/checkbox.component.mjs +165 -165
  129. package/esm2020/lib/components/checkbox/checkbox.module.mjs +20 -20
  130. package/esm2020/lib/components/checkbox/index.mjs +3 -3
  131. package/esm2020/lib/components/date-range-picker/date-range-picker.component.mjs +660 -660
  132. package/esm2020/lib/components/date-range-picker/date-range-picker.module.mjs +22 -22
  133. package/esm2020/lib/components/date-range-picker/index.mjs +3 -3
  134. package/esm2020/lib/components/expansion/expansion.component.mjs +115 -115
  135. package/esm2020/lib/components/expansion/expansion.module.mjs +19 -19
  136. package/esm2020/lib/components/expansion/index.mjs +2 -2
  137. package/esm2020/lib/components/file-upload/file-upload.component.mjs +294 -294
  138. package/esm2020/lib/components/file-upload/file-upload.module.mjs +37 -37
  139. package/esm2020/lib/components/file-upload/index.mjs +3 -3
  140. package/esm2020/lib/components/icon/icon-add-plus.component.mjs +15 -15
  141. package/esm2020/lib/components/icon/icon-arrow-down.component.mjs +15 -15
  142. package/esm2020/lib/components/icon/icon-arrow-left.component.mjs +15 -15
  143. package/esm2020/lib/components/icon/icon-arrow-line-right.component.mjs +15 -15
  144. package/esm2020/lib/components/icon/icon-arrow-right.component.mjs +15 -15
  145. package/esm2020/lib/components/icon/icon-arrow-up.component.mjs +15 -15
  146. package/esm2020/lib/components/icon/icon-arrows.component.mjs +15 -15
  147. package/esm2020/lib/components/icon/icon-auction.component.mjs +15 -15
  148. package/esm2020/lib/components/icon/icon-bank-account.component.mjs +15 -15
  149. package/esm2020/lib/components/icon/icon-bank.component.mjs +15 -15
  150. package/esm2020/lib/components/icon/icon-banknote-search.component.mjs +15 -15
  151. package/esm2020/lib/components/icon/icon-bell.component.mjs +15 -15
  152. package/esm2020/lib/components/icon/icon-book.component.mjs +15 -15
  153. package/esm2020/lib/components/icon/icon-box.component.mjs +15 -15
  154. package/esm2020/lib/components/icon/icon-build-person.component.mjs +15 -15
  155. package/esm2020/lib/components/icon/icon-calendar.component.mjs +15 -15
  156. package/esm2020/lib/components/icon/icon-camera.component.mjs +15 -15
  157. package/esm2020/lib/components/icon/icon-card-machine.component.mjs +15 -15
  158. package/esm2020/lib/components/icon/icon-card.component.mjs +15 -15
  159. package/esm2020/lib/components/icon/icon-cash-banknote-invoice.mjs +15 -15
  160. package/esm2020/lib/components/icon/icon-chat.component.mjs +15 -15
  161. package/esm2020/lib/components/icon/icon-check-circle-out.component.mjs +15 -15
  162. package/esm2020/lib/components/icon/icon-check-circle.component.mjs +15 -15
  163. package/esm2020/lib/components/icon/icon-check-grey.component.mjs +15 -15
  164. package/esm2020/lib/components/icon/icon-check-white.component.mjs +15 -15
  165. package/esm2020/lib/components/icon/icon-check.component.mjs +15 -15
  166. package/esm2020/lib/components/icon/icon-clipboard.component.mjs +15 -15
  167. package/esm2020/lib/components/icon/icon-clock.component.mjs +15 -15
  168. package/esm2020/lib/components/icon/icon-close.component.mjs +15 -15
  169. package/esm2020/lib/components/icon/icon-cnpj.component.mjs +15 -15
  170. package/esm2020/lib/components/icon/icon-codepen.component.mjs +15 -15
  171. package/esm2020/lib/components/icon/icon-company-name.component.mjs +15 -15
  172. package/esm2020/lib/components/icon/icon-contract-pen.component.mjs +15 -15
  173. package/esm2020/lib/components/icon/icon-contract.component.mjs +15 -15
  174. package/esm2020/lib/components/icon/icon-delete.component.mjs +15 -15
  175. package/esm2020/lib/components/icon/icon-document.component.mjs +15 -15
  176. package/esm2020/lib/components/icon/icon-dollar-sign-circle.component.mjs +15 -15
  177. package/esm2020/lib/components/icon/icon-dollar-sign.component.mjs +15 -15
  178. package/esm2020/lib/components/icon/icon-domain.component.mjs +15 -15
  179. package/esm2020/lib/components/icon/icon-dots-menu.component.mjs +15 -15
  180. package/esm2020/lib/components/icon/icon-double-arrow-left.component.mjs +15 -15
  181. package/esm2020/lib/components/icon/icon-double-arrow-right.component.mjs +15 -15
  182. package/esm2020/lib/components/icon/icon-download.component.mjs +15 -15
  183. package/esm2020/lib/components/icon/icon-edit-square.component.mjs +15 -15
  184. package/esm2020/lib/components/icon/icon-edit.component.mjs +15 -15
  185. package/esm2020/lib/components/icon/icon-email.component.mjs +15 -15
  186. package/esm2020/lib/components/icon/icon-empty-doc.component.mjs +15 -15
  187. package/esm2020/lib/components/icon/icon-error.component.mjs +15 -15
  188. package/esm2020/lib/components/icon/icon-eye-closed.component.mjs +15 -15
  189. package/esm2020/lib/components/icon/icon-eye-open.component.mjs +15 -15
  190. package/esm2020/lib/components/icon/icon-filter.component.mjs +15 -15
  191. package/esm2020/lib/components/icon/icon-grid.component.mjs +15 -15
  192. package/esm2020/lib/components/icon/icon-hands-clap.component.mjs +15 -15
  193. package/esm2020/lib/components/icon/icon-help.component.mjs +15 -15
  194. package/esm2020/lib/components/icon/icon-hexagon.component.mjs +15 -15
  195. package/esm2020/lib/components/icon/icon-home.component.mjs +15 -15
  196. package/esm2020/lib/components/icon/icon-image.component.mjs +15 -15
  197. package/esm2020/lib/components/icon/icon-info.component.mjs +15 -15
  198. package/esm2020/lib/components/icon/icon-invoice.component.mjs +15 -15
  199. package/esm2020/lib/components/icon/icon-list.component.mjs +15 -15
  200. package/esm2020/lib/components/icon/icon-location-pin.component.mjs +15 -15
  201. package/esm2020/lib/components/icon/icon-login.component.mjs +15 -15
  202. package/esm2020/lib/components/icon/icon-logout.component.mjs +15 -15
  203. package/esm2020/lib/components/icon/icon-medal.component.mjs +15 -15
  204. package/esm2020/lib/components/icon/icon-menu.component.mjs +15 -15
  205. package/esm2020/lib/components/icon/icon-money-cedule.component.mjs +15 -15
  206. package/esm2020/lib/components/icon/icon-money-hand.component.mjs +15 -15
  207. package/esm2020/lib/components/icon/icon-money-sign.component.mjs +15 -15
  208. package/esm2020/lib/components/icon/icon-money.component.mjs +15 -15
  209. package/esm2020/lib/components/icon/icon-more-circle.component.mjs +15 -0
  210. package/esm2020/lib/components/icon/icon-more.component.mjs +15 -15
  211. package/esm2020/lib/components/icon/icon-new-company.component.mjs +15 -15
  212. package/esm2020/lib/components/icon/icon-offered.component.mjs +15 -15
  213. package/esm2020/lib/components/icon/icon-password.component.mjs +15 -15
  214. package/esm2020/lib/components/icon/icon-people.component.mjs +15 -15
  215. package/esm2020/lib/components/icon/icon-percent.component.mjs +15 -15
  216. package/esm2020/lib/components/icon/icon-person-document.component.mjs +15 -15
  217. package/esm2020/lib/components/icon/icon-person-sad.component.mjs +15 -15
  218. package/esm2020/lib/components/icon/icon-phone-call.component.mjs +15 -15
  219. package/esm2020/lib/components/icon/icon-phone.component.mjs +15 -15
  220. package/esm2020/lib/components/icon/icon-pin-navigation.component.mjs +15 -15
  221. package/esm2020/lib/components/icon/icon-pork.component.mjs +15 -15
  222. package/esm2020/lib/components/icon/icon-radio.component.mjs +15 -15
  223. package/esm2020/lib/components/icon/icon-refresh.component.mjs +15 -15
  224. package/esm2020/lib/components/icon/icon-repeat.component.mjs +15 -15
  225. package/esm2020/lib/components/icon/icon-search.component.mjs +15 -15
  226. package/esm2020/lib/components/icon/icon-second-warning.component.mjs +15 -15
  227. package/esm2020/lib/components/icon/icon-settings.component.mjs +15 -15
  228. package/esm2020/lib/components/icon/icon-shield-chekmark.component.mjs +15 -15
  229. package/esm2020/lib/components/icon/icon-star.component.mjs +15 -15
  230. package/esm2020/lib/components/icon/icon-today.component.mjs +15 -15
  231. package/esm2020/lib/components/icon/icon-trash.component.mjs +15 -15
  232. package/esm2020/lib/components/icon/icon-trophy.component.mjs +15 -15
  233. package/esm2020/lib/components/icon/icon-unfold-more.component.mjs +15 -15
  234. package/esm2020/lib/components/icon/icon-upload.component.mjs +15 -15
  235. package/esm2020/lib/components/icon/icon-user-group.component.mjs +15 -15
  236. package/esm2020/lib/components/icon/icon-user.component.mjs +15 -15
  237. package/esm2020/lib/components/icon/icon-waiting.component.mjs +15 -15
  238. package/esm2020/lib/components/icon/icon-wallet.component.mjs +15 -15
  239. package/esm2020/lib/components/icon/icon-warning.component.mjs +15 -15
  240. package/esm2020/lib/components/icon/icon.component.mjs +1393 -1380
  241. package/esm2020/lib/components/icon/icon.module.mjs +321 -318
  242. package/esm2020/lib/components/icon/index.mjs +96 -96
  243. package/esm2020/lib/components/image-crop/image-crop.component.mjs +516 -516
  244. package/esm2020/lib/components/image-crop/image-crop.module.mjs +41 -41
  245. package/esm2020/lib/components/image-crop/index.mjs +3 -3
  246. package/esm2020/lib/components/index.mjs +20 -20
  247. package/esm2020/lib/components/input/index.mjs +4 -4
  248. package/esm2020/lib/components/input/input-filter.component.mjs +286 -286
  249. package/esm2020/lib/components/input/input.component.mjs +384 -384
  250. package/esm2020/lib/components/input/input.module.mjs +38 -38
  251. package/esm2020/lib/components/input-phone/index.mjs +3 -3
  252. package/esm2020/lib/components/input-phone/input-phone.component.mjs +304 -304
  253. package/esm2020/lib/components/input-phone/input-phone.module.mjs +45 -45
  254. package/esm2020/lib/components/modal/index.mjs +3 -3
  255. package/esm2020/lib/components/modal/modal.component.mjs +236 -236
  256. package/esm2020/lib/components/modal/modal.module.mjs +21 -21
  257. package/esm2020/lib/components/option/index.mjs +3 -3
  258. package/esm2020/lib/components/option/option.component.mjs +131 -131
  259. package/esm2020/lib/components/option/option.module.mjs +29 -29
  260. package/esm2020/lib/components/radiobutton/index.mjs +3 -3
  261. package/esm2020/lib/components/radiobutton/radiobutton.component.mjs +165 -165
  262. package/esm2020/lib/components/radiobutton/radiobutton.module.mjs +36 -36
  263. package/esm2020/lib/components/select/index.mjs +6 -6
  264. package/esm2020/lib/components/select/select-filter.component.mjs +197 -197
  265. package/esm2020/lib/components/select/select-multiple.component.mjs +304 -304
  266. package/esm2020/lib/components/select/select-search.component.mjs +306 -306
  267. package/esm2020/lib/components/select/select.component.mjs +245 -245
  268. package/esm2020/lib/components/select/select.module.mjs +61 -61
  269. package/esm2020/lib/components/stepper/index.mjs +3 -3
  270. package/esm2020/lib/components/stepper/stepper.component.mjs +57 -57
  271. package/esm2020/lib/components/stepper/stepper.module.mjs +20 -20
  272. package/esm2020/lib/components/tab/index.mjs +2 -2
  273. package/esm2020/lib/components/tab/tab.component.mjs +91 -91
  274. package/esm2020/lib/components/tab/tab.module.mjs +20 -20
  275. package/esm2020/lib/components/table/index.mjs +4 -4
  276. package/esm2020/lib/components/table/table-column.component.mjs +34 -34
  277. package/esm2020/lib/components/table/table.component.mjs +267 -267
  278. package/esm2020/lib/components/table/table.module.mjs +23 -23
  279. package/esm2020/lib/components/toggle/index.mjs +2 -2
  280. package/esm2020/lib/components/toggle/toggle.component.mjs +56 -56
  281. package/esm2020/lib/components/toggle/toggle.module.mjs +18 -18
  282. package/esm2020/lib/components/wizard/index.mjs +3 -3
  283. package/esm2020/lib/components/wizard/wizard.component.mjs +61 -61
  284. package/esm2020/lib/components/wizard/wizard.module.mjs +33 -33
  285. package/esm2020/lib/core/index.mjs +4 -4
  286. package/esm2020/lib/core/interfaces/index.mjs +2 -2
  287. package/esm2020/lib/core/interfaces/monkey-modal-settings.mjs +1 -1
  288. package/esm2020/lib/core/interfaces/monkey-style-settings.mjs +2 -2
  289. package/esm2020/lib/core/services/index.mjs +4 -4
  290. package/esm2020/lib/core/services/modal/index.mjs +2 -2
  291. package/esm2020/lib/core/services/modal/monkey-style-guide-modal-fixed.service.mjs +51 -51
  292. package/esm2020/lib/core/services/modal/monkey-style-guide-modal.service.mjs +54 -54
  293. package/esm2020/lib/core/services/monkey-style-guide.service.mjs +17 -17
  294. package/esm2020/lib/core/services/settings/index.mjs +1 -1
  295. package/esm2020/lib/core/services/settings/monkey-style-guide-settings.service.mjs +41 -41
  296. package/esm2020/lib/core/services/settings/monkey-style-guide-theme-settings.service.mjs +80 -80
  297. package/esm2020/lib/core/services/snackbar/index.mjs +1 -1
  298. package/esm2020/lib/core/services/snackbar/mokey-style-guide-snackbar.service.mjs +226 -226
  299. package/esm2020/lib/core/utils/index.mjs +1 -1
  300. package/esm2020/lib/core/utils/utils.mjs +240 -240
  301. package/esm2020/lib/monkey-style-guide.module.mjs +31 -31
  302. package/esm2020/monkey-style-guide.mjs +4 -4
  303. package/esm2020/public-api.mjs +9 -9
  304. package/fesm2015/monkey-style-guide.mjs +8734 -8707
  305. package/fesm2015/monkey-style-guide.mjs.map +1 -1
  306. package/fesm2020/monkey-style-guide.mjs +8723 -8696
  307. package/fesm2020/monkey-style-guide.mjs.map +1 -1
  308. package/lib/components/badge/badge.component.d.ts +8 -8
  309. package/lib/components/badge/badge.module.d.ts +8 -8
  310. package/lib/components/badge/index.d.ts +2 -2
  311. package/lib/components/button/button-avatar.component.d.ts +19 -19
  312. package/lib/components/button/button-dropdown.component.d.ts +23 -23
  313. package/lib/components/button/button.component.d.ts +22 -22
  314. package/lib/components/button/button.module.d.ts +12 -12
  315. package/lib/components/button/index.d.ts +4 -4
  316. package/lib/components/checkbox/checkbox.component.d.ts +32 -32
  317. package/lib/components/checkbox/checkbox.module.d.ts +9 -9
  318. package/lib/components/checkbox/index.d.ts +2 -2
  319. package/lib/components/date-range-picker/date-range-picker.component.d.ts +69 -69
  320. package/lib/components/date-range-picker/date-range-picker.module.d.ts +11 -11
  321. package/lib/components/date-range-picker/index.d.ts +2 -2
  322. package/lib/components/expansion/expansion.component.d.ts +20 -20
  323. package/lib/components/expansion/expansion.module.d.ts +9 -9
  324. package/lib/components/expansion/index.d.ts +2 -2
  325. package/lib/components/file-upload/file-upload.component.d.ts +51 -51
  326. package/lib/components/file-upload/file-upload.module.d.ts +11 -11
  327. package/lib/components/file-upload/index.d.ts +2 -2
  328. package/lib/components/icon/icon-add-plus.component.d.ts +7 -7
  329. package/lib/components/icon/icon-arrow-down.component.d.ts +7 -7
  330. package/lib/components/icon/icon-arrow-left.component.d.ts +7 -7
  331. package/lib/components/icon/icon-arrow-line-right.component.d.ts +7 -7
  332. package/lib/components/icon/icon-arrow-right.component.d.ts +7 -7
  333. package/lib/components/icon/icon-arrow-up.component.d.ts +7 -7
  334. package/lib/components/icon/icon-arrows.component.d.ts +7 -7
  335. package/lib/components/icon/icon-auction.component.d.ts +7 -7
  336. package/lib/components/icon/icon-bank-account.component.d.ts +7 -7
  337. package/lib/components/icon/icon-bank.component.d.ts +7 -7
  338. package/lib/components/icon/icon-banknote-search.component.d.ts +7 -7
  339. package/lib/components/icon/icon-bell.component.d.ts +7 -7
  340. package/lib/components/icon/icon-book.component.d.ts +7 -7
  341. package/lib/components/icon/icon-box.component.d.ts +7 -7
  342. package/lib/components/icon/icon-build-person.component.d.ts +7 -7
  343. package/lib/components/icon/icon-calendar.component.d.ts +7 -7
  344. package/lib/components/icon/icon-camera.component.d.ts +7 -7
  345. package/lib/components/icon/icon-card-machine.component.d.ts +7 -7
  346. package/lib/components/icon/icon-card.component.d.ts +7 -7
  347. package/lib/components/icon/icon-cash-banknote-invoice.d.ts +7 -7
  348. package/lib/components/icon/icon-chat.component.d.ts +7 -7
  349. package/lib/components/icon/icon-check-circle-out.component.d.ts +7 -7
  350. package/lib/components/icon/icon-check-circle.component.d.ts +7 -7
  351. package/lib/components/icon/icon-check-grey.component.d.ts +7 -7
  352. package/lib/components/icon/icon-check-white.component.d.ts +7 -7
  353. package/lib/components/icon/icon-check.component.d.ts +7 -7
  354. package/lib/components/icon/icon-clipboard.component.d.ts +7 -7
  355. package/lib/components/icon/icon-clock.component.d.ts +7 -7
  356. package/lib/components/icon/icon-close.component.d.ts +7 -7
  357. package/lib/components/icon/icon-cnpj.component.d.ts +7 -7
  358. package/lib/components/icon/icon-codepen.component.d.ts +7 -7
  359. package/lib/components/icon/icon-company-name.component.d.ts +7 -7
  360. package/lib/components/icon/icon-contract-pen.component.d.ts +7 -7
  361. package/lib/components/icon/icon-contract.component.d.ts +7 -7
  362. package/lib/components/icon/icon-delete.component.d.ts +7 -7
  363. package/lib/components/icon/icon-document.component.d.ts +7 -7
  364. package/lib/components/icon/icon-dollar-sign-circle.component.d.ts +7 -7
  365. package/lib/components/icon/icon-dollar-sign.component.d.ts +7 -7
  366. package/lib/components/icon/icon-domain.component.d.ts +7 -7
  367. package/lib/components/icon/icon-dots-menu.component.d.ts +7 -7
  368. package/lib/components/icon/icon-double-arrow-left.component.d.ts +7 -7
  369. package/lib/components/icon/icon-double-arrow-right.component.d.ts +7 -7
  370. package/lib/components/icon/icon-download.component.d.ts +7 -7
  371. package/lib/components/icon/icon-edit-square.component.d.ts +7 -7
  372. package/lib/components/icon/icon-edit.component.d.ts +7 -7
  373. package/lib/components/icon/icon-email.component.d.ts +7 -7
  374. package/lib/components/icon/icon-empty-doc.component.d.ts +7 -7
  375. package/lib/components/icon/icon-error.component.d.ts +7 -7
  376. package/lib/components/icon/icon-eye-closed.component.d.ts +7 -7
  377. package/lib/components/icon/icon-eye-open.component.d.ts +7 -7
  378. package/lib/components/icon/icon-filter.component.d.ts +7 -7
  379. package/lib/components/icon/icon-grid.component.d.ts +7 -7
  380. package/lib/components/icon/icon-hands-clap.component.d.ts +7 -7
  381. package/lib/components/icon/icon-help.component.d.ts +7 -7
  382. package/lib/components/icon/icon-hexagon.component.d.ts +7 -7
  383. package/lib/components/icon/icon-home.component.d.ts +7 -7
  384. package/lib/components/icon/icon-image.component.d.ts +7 -7
  385. package/lib/components/icon/icon-info.component.d.ts +7 -7
  386. package/lib/components/icon/icon-invoice.component.d.ts +7 -7
  387. package/lib/components/icon/icon-list.component.d.ts +7 -7
  388. package/lib/components/icon/icon-location-pin.component.d.ts +7 -7
  389. package/lib/components/icon/icon-login.component.d.ts +7 -7
  390. package/lib/components/icon/icon-logout.component.d.ts +7 -7
  391. package/lib/components/icon/icon-medal.component.d.ts +7 -7
  392. package/lib/components/icon/icon-menu.component.d.ts +7 -7
  393. package/lib/components/icon/icon-money-cedule.component.d.ts +7 -7
  394. package/lib/components/icon/icon-money-hand.component.d.ts +7 -7
  395. package/lib/components/icon/icon-money-sign.component.d.ts +7 -7
  396. package/lib/components/icon/icon-money.component.d.ts +7 -7
  397. package/lib/components/icon/icon-more-circle.component.d.ts +7 -0
  398. package/lib/components/icon/icon-more.component.d.ts +7 -7
  399. package/lib/components/icon/icon-new-company.component.d.ts +7 -7
  400. package/lib/components/icon/icon-offered.component.d.ts +7 -7
  401. package/lib/components/icon/icon-password.component.d.ts +7 -7
  402. package/lib/components/icon/icon-people.component.d.ts +7 -7
  403. package/lib/components/icon/icon-percent.component.d.ts +7 -7
  404. package/lib/components/icon/icon-person-document.component.d.ts +7 -7
  405. package/lib/components/icon/icon-person-sad.component.d.ts +7 -7
  406. package/lib/components/icon/icon-phone-call.component.d.ts +7 -7
  407. package/lib/components/icon/icon-phone.component.d.ts +7 -7
  408. package/lib/components/icon/icon-pin-navigation.component.d.ts +7 -7
  409. package/lib/components/icon/icon-pork.component.d.ts +7 -7
  410. package/lib/components/icon/icon-radio.component.d.ts +7 -7
  411. package/lib/components/icon/icon-refresh.component.d.ts +7 -7
  412. package/lib/components/icon/icon-repeat.component.d.ts +7 -7
  413. package/lib/components/icon/icon-search.component.d.ts +7 -7
  414. package/lib/components/icon/icon-second-warning.component.d.ts +7 -7
  415. package/lib/components/icon/icon-settings.component.d.ts +7 -7
  416. package/lib/components/icon/icon-shield-chekmark.component.d.ts +7 -7
  417. package/lib/components/icon/icon-star.component.d.ts +7 -7
  418. package/lib/components/icon/icon-today.component.d.ts +7 -7
  419. package/lib/components/icon/icon-trash.component.d.ts +7 -7
  420. package/lib/components/icon/icon-trophy.component.d.ts +7 -7
  421. package/lib/components/icon/icon-unfold-more.component.d.ts +7 -7
  422. package/lib/components/icon/icon-upload.component.d.ts +7 -7
  423. package/lib/components/icon/icon-user-group.component.d.ts +7 -7
  424. package/lib/components/icon/icon-user.component.d.ts +7 -7
  425. package/lib/components/icon/icon-waiting.component.d.ts +7 -7
  426. package/lib/components/icon/icon-wallet.component.d.ts +7 -7
  427. package/lib/components/icon/icon-warning.component.d.ts +7 -7
  428. package/lib/components/icon/icon.component.d.ts +27 -27
  429. package/lib/components/icon/icon.module.d.ts +108 -107
  430. package/lib/components/icon/index.d.ts +95 -95
  431. package/lib/components/image-crop/image-crop.component.d.ts +77 -77
  432. package/lib/components/image-crop/image-crop.module.d.ts +12 -12
  433. package/lib/components/image-crop/index.d.ts +2 -2
  434. package/lib/components/index.d.ts +19 -19
  435. package/lib/components/input/index.d.ts +3 -3
  436. package/lib/components/input/input-filter.component.d.ts +55 -55
  437. package/lib/components/input/input.component.d.ts +64 -64
  438. package/lib/components/input/input.module.d.ts +12 -12
  439. package/lib/components/input-phone/index.d.ts +2 -2
  440. package/lib/components/input-phone/input-phone.component.d.ts +62 -62
  441. package/lib/components/input-phone/input-phone.module.d.ts +13 -13
  442. package/lib/components/modal/index.d.ts +2 -2
  443. package/lib/components/modal/modal.component.d.ts +24 -24
  444. package/lib/components/modal/modal.module.d.ts +10 -10
  445. package/lib/components/option/index.d.ts +2 -2
  446. package/lib/components/option/option.component.d.ts +22 -22
  447. package/lib/components/option/option.module.d.ts +8 -8
  448. package/lib/components/radiobutton/index.d.ts +2 -2
  449. package/lib/components/radiobutton/radiobutton.component.d.ts +39 -39
  450. package/lib/components/radiobutton/radiobutton.module.d.ts +9 -9
  451. package/lib/components/select/index.d.ts +5 -5
  452. package/lib/components/select/select-filter.component.d.ts +41 -41
  453. package/lib/components/select/select-multiple.component.d.ts +48 -48
  454. package/lib/components/select/select-search.component.d.ts +56 -56
  455. package/lib/components/select/select.component.d.ts +48 -48
  456. package/lib/components/select/select.module.d.ts +15 -15
  457. package/lib/components/stepper/index.d.ts +2 -2
  458. package/lib/components/stepper/stepper.component.d.ts +18 -18
  459. package/lib/components/stepper/stepper.module.d.ts +9 -9
  460. package/lib/components/tab/index.d.ts +2 -2
  461. package/lib/components/tab/tab.component.d.ts +24 -24
  462. package/lib/components/tab/tab.module.d.ts +10 -10
  463. package/lib/components/table/index.d.ts +3 -3
  464. package/lib/components/table/table-column.component.d.ts +5 -5
  465. package/lib/components/table/table.component.d.ts +59 -59
  466. package/lib/components/table/table.module.d.ts +12 -12
  467. package/lib/components/toggle/index.d.ts +2 -2
  468. package/lib/components/toggle/toggle.component.d.ts +18 -18
  469. package/lib/components/toggle/toggle.module.d.ts +8 -8
  470. package/lib/components/wizard/index.d.ts +2 -2
  471. package/lib/components/wizard/wizard.component.d.ts +18 -18
  472. package/lib/components/wizard/wizard.module.d.ts +9 -9
  473. package/lib/core/index.d.ts +3 -3
  474. package/lib/core/interfaces/index.d.ts +2 -2
  475. package/lib/core/interfaces/monkey-modal-settings.d.ts +58 -58
  476. package/lib/core/interfaces/monkey-style-settings.d.ts +59 -59
  477. package/lib/core/services/index.d.ts +3 -3
  478. package/lib/core/services/modal/index.d.ts +2 -2
  479. package/lib/core/services/modal/monkey-style-guide-modal-fixed.service.d.ts +16 -16
  480. package/lib/core/services/modal/monkey-style-guide-modal.service.d.ts +18 -18
  481. package/lib/core/services/monkey-style-guide.service.d.ts +10 -10
  482. package/lib/core/services/settings/index.d.ts +1 -1
  483. package/lib/core/services/settings/monkey-style-guide-settings.service.d.ts +15 -15
  484. package/lib/core/services/settings/monkey-style-guide-theme-settings.service.d.ts +12 -12
  485. package/lib/core/services/snackbar/index.d.ts +1 -1
  486. package/lib/core/services/snackbar/mokey-style-guide-snackbar.service.d.ts +58 -58
  487. package/lib/core/utils/index.d.ts +1 -1
  488. package/lib/core/utils/utils.d.ts +29 -29
  489. package/lib/monkey-style-guide.module.d.ts +8 -8
  490. package/monkey-style-guide-2.0.155.tgz +0 -0
  491. package/monkey-style-guide.d.ts +5 -5
  492. package/package.json +1 -1
  493. package/public-api.d.ts +8 -8
  494. package/monkey-style-guide-2.0.154.tgz +0 -0
@@ -1,39 +1,39 @@
1
- /**************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- **************************/
6
- import { AfterViewInit, EventEmitter } from '@angular/core';
7
- import { ControlValueAccessor } from '@angular/forms';
8
- import { MonkeyOptionComponent } from '../option';
9
- import * as i0 from "@angular/core";
10
- export declare class MonkeyRadioButtonComponent implements AfterViewInit, ControlValueAccessor {
11
- label: string;
12
- helperMessage: string;
13
- placeholder: string;
14
- icon: string;
15
- infoMessage: string;
16
- errorMessage: string;
17
- onChange: EventEmitter<any>;
18
- private handledValue;
19
- private onModelChange;
20
- private onModelTouched;
21
- private options;
22
- _selected: MonkeyOptionComponent;
23
- _id: string;
24
- _disabled: boolean;
25
- constructor();
26
- private onHandleSelected;
27
- private validateOptions;
28
- registerOnChange(fn: any): void;
29
- registerOnTouched(fn: any): void;
30
- setDisabledState?(isDisabled: boolean): void;
31
- set value(value: any);
32
- get value(): any;
33
- writeValue(value: any): void;
34
- onChangeValue(event: any, value: any): void;
35
- ngAfterViewInit(): void;
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"], ["*"]>;
39
- }
1
+ /**************************
2
+ * Copyright Monkey Exchange. All Rights Reserved
3
+ * This style guide was developed by Monkey Exchange Team
4
+ * MIT Licence
5
+ **************************/
6
+ import { AfterViewInit, EventEmitter } from '@angular/core';
7
+ import { ControlValueAccessor } from '@angular/forms';
8
+ import { MonkeyOptionComponent } from '../option';
9
+ import * as i0 from "@angular/core";
10
+ export declare class MonkeyRadioButtonComponent implements AfterViewInit, ControlValueAccessor {
11
+ label: string;
12
+ helperMessage: string;
13
+ placeholder: string;
14
+ icon: string;
15
+ infoMessage: string;
16
+ errorMessage: string;
17
+ onChange: EventEmitter<any>;
18
+ private handledValue;
19
+ private onModelChange;
20
+ private onModelTouched;
21
+ private options;
22
+ _selected: MonkeyOptionComponent;
23
+ _id: string;
24
+ _disabled: boolean;
25
+ constructor();
26
+ private onHandleSelected;
27
+ private validateOptions;
28
+ registerOnChange(fn: any): void;
29
+ registerOnTouched(fn: any): void;
30
+ setDisabledState?(isDisabled: boolean): void;
31
+ set value(value: any);
32
+ get value(): any;
33
+ writeValue(value: any): void;
34
+ onChangeValue(event: any, value: any): void;
35
+ ngAfterViewInit(): void;
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"], ["*"]>;
39
+ }
@@ -1,9 +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";
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>;
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";
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>;
9
+ }
@@ -1,5 +1,5 @@
1
- export * from './select.component';
2
- export * from './select-multiple.component';
3
- export * from './select-search.component';
4
- export * from './select-filter.component';
5
- export * from './select.module';
1
+ export * from './select.component';
2
+ export * from './select-multiple.component';
3
+ export * from './select-search.component';
4
+ export * from './select-filter.component';
5
+ export * from './select.module';
@@ -1,41 +1,41 @@
1
- /**************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- **************************/
6
- import { EventEmitter, ElementRef, ChangeDetectorRef, OnInit } from '@angular/core';
7
- import { ControlValueAccessor } from '@angular/forms';
8
- import { MonkeyOptionComponent } from '../option';
9
- import * as i0 from "@angular/core";
10
- export declare class MonkeySelectFilterComponent implements OnInit, ControlValueAccessor {
11
- private cdRef;
12
- placeholder: string;
13
- icon: string;
14
- type: string;
15
- onChange: EventEmitter<any>;
16
- selectOptions: ElementRef;
17
- private handledValue;
18
- private onModelChange;
19
- private onModelTouched;
20
- private options;
21
- _selected: MonkeyOptionComponent;
22
- _opened: boolean;
23
- _id: string;
24
- _disabled: boolean;
25
- constructor(cdRef: ChangeDetectorRef);
26
- private onHandleSelected;
27
- private validateOptions;
28
- registerOnChange(fn: any): void;
29
- registerOnTouched(fn: any): void;
30
- setDisabledState?(isDisabled: boolean): void;
31
- set value(value: any);
32
- get value(): any;
33
- writeValue(value: any): void;
34
- onChangeValue(event: any, value: any): void;
35
- clickout(): void;
36
- open(): void;
37
- ngOnInit(): void;
38
- onSelectOption(select: MonkeyOptionComponent): void;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectFilterComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectFilterComponent, "monkey-select-filter", never, { "placeholder": "placeholder"; "icon": "icon"; "type": "type"; "value": "value"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
41
- }
1
+ /**************************
2
+ * Copyright Monkey Exchange. All Rights Reserved
3
+ * This style guide was developed by Monkey Exchange Team
4
+ * MIT Licence
5
+ **************************/
6
+ import { EventEmitter, ElementRef, ChangeDetectorRef, OnInit } from '@angular/core';
7
+ import { ControlValueAccessor } from '@angular/forms';
8
+ import { MonkeyOptionComponent } from '../option';
9
+ import * as i0 from "@angular/core";
10
+ export declare class MonkeySelectFilterComponent implements OnInit, ControlValueAccessor {
11
+ private cdRef;
12
+ placeholder: string;
13
+ icon: string;
14
+ type: string;
15
+ onChange: EventEmitter<any>;
16
+ selectOptions: ElementRef;
17
+ private handledValue;
18
+ private onModelChange;
19
+ private onModelTouched;
20
+ private options;
21
+ _selected: MonkeyOptionComponent;
22
+ _opened: boolean;
23
+ _id: string;
24
+ _disabled: boolean;
25
+ constructor(cdRef: ChangeDetectorRef);
26
+ private onHandleSelected;
27
+ private validateOptions;
28
+ registerOnChange(fn: any): void;
29
+ registerOnTouched(fn: any): void;
30
+ setDisabledState?(isDisabled: boolean): void;
31
+ set value(value: any);
32
+ get value(): any;
33
+ writeValue(value: any): void;
34
+ onChangeValue(event: any, value: any): void;
35
+ clickout(): void;
36
+ open(): void;
37
+ ngOnInit(): void;
38
+ onSelectOption(select: MonkeyOptionComponent): void;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectFilterComponent, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectFilterComponent, "monkey-select-filter", never, { "placeholder": "placeholder"; "icon": "icon"; "type": "type"; "value": "value"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
41
+ }
@@ -1,48 +1,48 @@
1
- /**************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- **************************/
6
- import { EventEmitter, ElementRef, ChangeDetectorRef, AfterViewInit } from '@angular/core';
7
- import { ControlValueAccessor } from '@angular/forms';
8
- import { MonkeyOptionComponent } from '../option';
9
- import * as i0 from "@angular/core";
10
- export declare class MonkeySelectMultipleComponent implements AfterViewInit, ControlValueAccessor {
11
- private cdRef;
12
- label: string;
13
- labelMoreValues: string;
14
- helperMessage: string;
15
- placeholder: string;
16
- icon: string;
17
- infoMessage: string;
18
- errorMessage: string;
19
- onChange: EventEmitter<any>;
20
- selectOptions: ElementRef;
21
- private handledValue;
22
- private onModelChange;
23
- private onModelTouched;
24
- private options;
25
- private selectedAll;
26
- _selected: MonkeyOptionComponent[];
27
- _opened: boolean;
28
- _id: string;
29
- _disabled: boolean;
30
- _selectedValues: string;
31
- constructor(cdRef: ChangeDetectorRef);
32
- private onHandleSelectedValues;
33
- private onHandleSelected;
34
- private validateOptions;
35
- registerOnChange(fn: any): void;
36
- registerOnTouched(fn: any): void;
37
- setDisabledState?(isDisabled: boolean): void;
38
- set value(value: any);
39
- get value(): any;
40
- writeValue(value: any): void;
41
- onChangeValue(event: any, value: any): void;
42
- clickout(): void;
43
- open(): void;
44
- ngAfterViewInit(): void;
45
- onSelectOption(selected: MonkeyOptionComponent): void;
46
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectMultipleComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectMultipleComponent, "monkey-select-multiple", never, { "label": "label"; "labelMoreValues": "labelMoreValues"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "value": "value"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
48
- }
1
+ /**************************
2
+ * Copyright Monkey Exchange. All Rights Reserved
3
+ * This style guide was developed by Monkey Exchange Team
4
+ * MIT Licence
5
+ **************************/
6
+ import { EventEmitter, ElementRef, ChangeDetectorRef, AfterViewInit } from '@angular/core';
7
+ import { ControlValueAccessor } from '@angular/forms';
8
+ import { MonkeyOptionComponent } from '../option';
9
+ import * as i0 from "@angular/core";
10
+ export declare class MonkeySelectMultipleComponent implements AfterViewInit, ControlValueAccessor {
11
+ private cdRef;
12
+ label: string;
13
+ labelMoreValues: string;
14
+ helperMessage: string;
15
+ placeholder: string;
16
+ icon: string;
17
+ infoMessage: string;
18
+ errorMessage: string;
19
+ onChange: EventEmitter<any>;
20
+ selectOptions: ElementRef;
21
+ private handledValue;
22
+ private onModelChange;
23
+ private onModelTouched;
24
+ private options;
25
+ private selectedAll;
26
+ _selected: MonkeyOptionComponent[];
27
+ _opened: boolean;
28
+ _id: string;
29
+ _disabled: boolean;
30
+ _selectedValues: string;
31
+ constructor(cdRef: ChangeDetectorRef);
32
+ private onHandleSelectedValues;
33
+ private onHandleSelected;
34
+ private validateOptions;
35
+ registerOnChange(fn: any): void;
36
+ registerOnTouched(fn: any): void;
37
+ setDisabledState?(isDisabled: boolean): void;
38
+ set value(value: any);
39
+ get value(): any;
40
+ writeValue(value: any): void;
41
+ onChangeValue(event: any, value: any): void;
42
+ clickout(): void;
43
+ open(): void;
44
+ ngAfterViewInit(): void;
45
+ onSelectOption(selected: MonkeyOptionComponent): void;
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectMultipleComponent, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectMultipleComponent, "monkey-select-multiple", never, { "label": "label"; "labelMoreValues": "labelMoreValues"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "value": "value"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
48
+ }
@@ -1,56 +1,56 @@
1
- /**************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- **************************/
6
- import { EventEmitter, ElementRef, ChangeDetectorRef, OnChanges, AfterViewInit, Renderer2 } from '@angular/core';
7
- import { ControlValueAccessor } from '@angular/forms';
8
- import { MonkeyOptionComponent } from '../option';
9
- import * as i0 from "@angular/core";
10
- export declare class MonkeySelectSearchComponent implements AfterViewInit, OnChanges, ControlValueAccessor {
11
- private cdRef;
12
- private renderer;
13
- label: string;
14
- helperMessage: string;
15
- placeholder: string;
16
- icon: string;
17
- infoMessage: string;
18
- errorMessage: string;
19
- labelSelect: string;
20
- fieldToCompare: string;
21
- onHandleOptions: EventEmitter<any>;
22
- onChange: EventEmitter<any>;
23
- onSearch: EventEmitter<any>;
24
- selectOptions: ElementRef;
25
- inputFilter: ElementRef;
26
- private handledValue;
27
- private onModelChange;
28
- private onModelTouched;
29
- private options;
30
- private timer;
31
- _selected: MonkeyOptionComponent;
32
- _opened: boolean;
33
- _id: string;
34
- _disabled: boolean;
35
- constructor(cdRef: ChangeDetectorRef, renderer: Renderer2);
36
- private onHandleSearch;
37
- private onHandleSelected;
38
- private validateOptions;
39
- private doSearch;
40
- private init;
41
- registerOnChange(fn: any): void;
42
- registerOnTouched(fn: any): void;
43
- setDisabledState?(isDisabled: boolean): void;
44
- set value(value: any);
45
- get value(): any;
46
- writeValue(value: any): void;
47
- onChangeValue(event: any, value: any): void;
48
- clickout(): void;
49
- open(): void;
50
- ngAfterViewInit(): void;
51
- ngOnChanges(): void;
52
- onSelectOption(select: MonkeyOptionComponent): void;
53
- onChangeInput(event: any): void;
54
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectSearchComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectSearchComponent, "monkey-select-search", never, { "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "labelSelect": "labelSelect"; "fieldToCompare": "fieldToCompare"; "onHandleOptions": "onHandleOptions"; "value": "value"; }, { "onChange": "onChange"; "onSearch": "onSearch"; }, ["options"], ["*"]>;
56
- }
1
+ /**************************
2
+ * Copyright Monkey Exchange. All Rights Reserved
3
+ * This style guide was developed by Monkey Exchange Team
4
+ * MIT Licence
5
+ **************************/
6
+ import { EventEmitter, ElementRef, ChangeDetectorRef, OnChanges, AfterViewInit, Renderer2 } from '@angular/core';
7
+ import { ControlValueAccessor } from '@angular/forms';
8
+ import { MonkeyOptionComponent } from '../option';
9
+ import * as i0 from "@angular/core";
10
+ export declare class MonkeySelectSearchComponent implements AfterViewInit, OnChanges, ControlValueAccessor {
11
+ private cdRef;
12
+ private renderer;
13
+ label: string;
14
+ helperMessage: string;
15
+ placeholder: string;
16
+ icon: string;
17
+ infoMessage: string;
18
+ errorMessage: string;
19
+ labelSelect: string;
20
+ fieldToCompare: string;
21
+ onHandleOptions: EventEmitter<any>;
22
+ onChange: EventEmitter<any>;
23
+ onSearch: EventEmitter<any>;
24
+ selectOptions: ElementRef;
25
+ inputFilter: ElementRef;
26
+ private handledValue;
27
+ private onModelChange;
28
+ private onModelTouched;
29
+ private options;
30
+ private timer;
31
+ _selected: MonkeyOptionComponent;
32
+ _opened: boolean;
33
+ _id: string;
34
+ _disabled: boolean;
35
+ constructor(cdRef: ChangeDetectorRef, renderer: Renderer2);
36
+ private onHandleSearch;
37
+ private onHandleSelected;
38
+ private validateOptions;
39
+ private doSearch;
40
+ private init;
41
+ registerOnChange(fn: any): void;
42
+ registerOnTouched(fn: any): void;
43
+ setDisabledState?(isDisabled: boolean): void;
44
+ set value(value: any);
45
+ get value(): any;
46
+ writeValue(value: any): void;
47
+ onChangeValue(event: any, value: any): void;
48
+ clickout(): void;
49
+ open(): void;
50
+ ngAfterViewInit(): void;
51
+ ngOnChanges(): void;
52
+ onSelectOption(select: MonkeyOptionComponent): void;
53
+ onChangeInput(event: any): void;
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectSearchComponent, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectSearchComponent, "monkey-select-search", never, { "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "labelSelect": "labelSelect"; "fieldToCompare": "fieldToCompare"; "onHandleOptions": "onHandleOptions"; "value": "value"; }, { "onChange": "onChange"; "onSearch": "onSearch"; }, ["options"], ["*"]>;
56
+ }
@@ -1,48 +1,48 @@
1
- /**************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- **************************/
6
- import { EventEmitter, ElementRef, ChangeDetectorRef, OnInit, OnChanges } from '@angular/core';
7
- import { ControlValueAccessor } from '@angular/forms';
8
- import { MonkeyOptionComponent } from '../option';
9
- import * as i0 from "@angular/core";
10
- export declare class MonkeySelectComponent implements OnInit, OnChanges, ControlValueAccessor {
11
- private cdRef;
12
- label: string;
13
- helperMessage: string;
14
- placeholder: string;
15
- icon: string;
16
- infoMessage: string;
17
- errorMessage: string;
18
- labelSelect: string;
19
- onHandleOptions: EventEmitter<any>;
20
- onChange: EventEmitter<any>;
21
- selectOptions: ElementRef;
22
- private handledValue;
23
- private onModelChange;
24
- private onModelTouched;
25
- private options;
26
- _selected: MonkeyOptionComponent;
27
- _opened: boolean;
28
- _id: string;
29
- _disabled: boolean;
30
- constructor(cdRef: ChangeDetectorRef);
31
- private onHandleSelected;
32
- private validateOptions;
33
- private init;
34
- registerOnChange(fn: any): void;
35
- registerOnTouched(fn: any): void;
36
- setDisabledState?(isDisabled: boolean): void;
37
- set value(value: any);
38
- get value(): any;
39
- writeValue(value: any): void;
40
- onChangeValue(event: any, value: any): void;
41
- clickout(): void;
42
- open(): void;
43
- ngOnInit(): void;
44
- ngOnChanges(): void;
45
- onSelectOption(select: MonkeyOptionComponent): void;
46
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectComponent, "monkey-select", never, { "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "labelSelect": "labelSelect"; "onHandleOptions": "onHandleOptions"; "value": "value"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
48
- }
1
+ /**************************
2
+ * Copyright Monkey Exchange. All Rights Reserved
3
+ * This style guide was developed by Monkey Exchange Team
4
+ * MIT Licence
5
+ **************************/
6
+ import { EventEmitter, ElementRef, ChangeDetectorRef, OnInit, OnChanges } from '@angular/core';
7
+ import { ControlValueAccessor } from '@angular/forms';
8
+ import { MonkeyOptionComponent } from '../option';
9
+ import * as i0 from "@angular/core";
10
+ export declare class MonkeySelectComponent implements OnInit, OnChanges, ControlValueAccessor {
11
+ private cdRef;
12
+ label: string;
13
+ helperMessage: string;
14
+ placeholder: string;
15
+ icon: string;
16
+ infoMessage: string;
17
+ errorMessage: string;
18
+ labelSelect: string;
19
+ onHandleOptions: EventEmitter<any>;
20
+ onChange: EventEmitter<any>;
21
+ selectOptions: ElementRef;
22
+ private handledValue;
23
+ private onModelChange;
24
+ private onModelTouched;
25
+ private options;
26
+ _selected: MonkeyOptionComponent;
27
+ _opened: boolean;
28
+ _id: string;
29
+ _disabled: boolean;
30
+ constructor(cdRef: ChangeDetectorRef);
31
+ private onHandleSelected;
32
+ private validateOptions;
33
+ private init;
34
+ registerOnChange(fn: any): void;
35
+ registerOnTouched(fn: any): void;
36
+ setDisabledState?(isDisabled: boolean): void;
37
+ set value(value: any);
38
+ get value(): any;
39
+ writeValue(value: any): void;
40
+ onChangeValue(event: any, value: any): void;
41
+ clickout(): void;
42
+ open(): void;
43
+ ngOnInit(): void;
44
+ ngOnChanges(): void;
45
+ onSelectOption(select: MonkeyOptionComponent): void;
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectComponent, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectComponent, "monkey-select", never, { "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "labelSelect": "labelSelect"; "onHandleOptions": "onHandleOptions"; "value": "value"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
48
+ }
@@ -1,15 +1,15 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./select.component";
3
- import * as i2 from "./select-multiple.component";
4
- import * as i3 from "./select-search.component";
5
- import * as i4 from "./select-filter.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "@angular/forms";
8
- import * as i7 from "../input/input.module";
9
- import * as i8 from "../option/option.module";
10
- import * as i9 from "../icon/icon.module";
11
- export declare class MonkeySelectModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeySelectModule, [typeof i1.MonkeySelectComponent, typeof i2.MonkeySelectMultipleComponent, typeof i3.MonkeySelectSearchComponent, typeof i4.MonkeySelectFilterComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MonkeyInputModule, typeof i8.MonkeyOptionModule, typeof i9.MonkeyIconModule], [typeof i1.MonkeySelectComponent, typeof i2.MonkeySelectMultipleComponent, typeof i3.MonkeySelectSearchComponent, typeof i4.MonkeySelectFilterComponent]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<MonkeySelectModule>;
15
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./select.component";
3
+ import * as i2 from "./select-multiple.component";
4
+ import * as i3 from "./select-search.component";
5
+ import * as i4 from "./select-filter.component";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "@angular/forms";
8
+ import * as i7 from "../input/input.module";
9
+ import * as i8 from "../option/option.module";
10
+ import * as i9 from "../icon/icon.module";
11
+ export declare class MonkeySelectModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeySelectModule, [typeof i1.MonkeySelectComponent, typeof i2.MonkeySelectMultipleComponent, typeof i3.MonkeySelectSearchComponent, typeof i4.MonkeySelectFilterComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MonkeyInputModule, typeof i8.MonkeyOptionModule, typeof i9.MonkeyIconModule], [typeof i1.MonkeySelectComponent, typeof i2.MonkeySelectMultipleComponent, typeof i3.MonkeySelectSearchComponent, typeof i4.MonkeySelectFilterComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeySelectModule>;
15
+ }
@@ -1,2 +1,2 @@
1
- export * from './stepper.component';
2
- export * from './stepper.module';
1
+ export * from './stepper.component';
2
+ export * from './stepper.module';
@@ -1,18 +1,18 @@
1
- /**************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- **************************/
6
- import { OnInit } from '@angular/core';
7
- import * as i0 from "@angular/core";
8
- export declare class MonkeyStepperComponent implements OnInit {
9
- totalSteps: number;
10
- selectedStep: number;
11
- position: string;
12
- _totalSteps: number[];
13
- _selectedStep: number;
14
- constructor();
15
- ngOnInit(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyStepperComponent, "monkey-stepper", never, { "totalSteps": "totalSteps"; "selectedStep": "selectedStep"; "position": "position"; }, {}, never, never>;
18
- }
1
+ /**************************
2
+ * Copyright Monkey Exchange. All Rights Reserved
3
+ * This style guide was developed by Monkey Exchange Team
4
+ * MIT Licence
5
+ **************************/
6
+ import { OnInit } from '@angular/core';
7
+ import * as i0 from "@angular/core";
8
+ export declare class MonkeyStepperComponent implements OnInit {
9
+ totalSteps: number;
10
+ selectedStep: number;
11
+ position: string;
12
+ _totalSteps: number[];
13
+ _selectedStep: number;
14
+ constructor();
15
+ ngOnInit(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyStepperComponent, "monkey-stepper", never, { "totalSteps": "totalSteps"; "selectedStep": "selectedStep"; "position": "position"; }, {}, never, never>;
18
+ }
@@ -1,9 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./stepper.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../icon/icon.module";
5
- export declare class MonkeyStepperModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyStepperModule, [typeof i1.MonkeyStepperComponent], [typeof i2.CommonModule, typeof i3.MonkeyIconModule], [typeof i1.MonkeyStepperComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyStepperModule>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./stepper.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../icon/icon.module";
5
+ export declare class MonkeyStepperModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyStepperModule, [typeof i1.MonkeyStepperComponent], [typeof i2.CommonModule, typeof i3.MonkeyIconModule], [typeof i1.MonkeyStepperComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyStepperModule>;
9
+ }
@@ -1,2 +1,2 @@
1
- export * from './tab.component';
2
- export * from './tab.module';
1
+ export * from './tab.component';
2
+ export * from './tab.module';