ngx-vector-components 4.64.0 → 4.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (302) hide show
  1. package/CHANGELOG.md +987 -973
  2. package/README.md +35 -35
  3. package/assets/icons/chevron_down_icon.svg +3 -3
  4. package/assets/icons/home_menu_icon.svg +3 -3
  5. package/assets/icons/logout_icon.svg +9 -9
  6. package/assets/icons/menu_footer_icon.svg +3 -3
  7. package/assets/icons/menu_hamburguer_icon.svg +3 -3
  8. package/assets/icons/terms_of_use_icon.svg +9 -9
  9. package/assets/icons/vector_admin_icon.svg +4 -4
  10. package/assets/icons/vector_fintech_icon.svg +3 -3
  11. package/assets/icons/vector_logtech_icon.svg +6 -6
  12. package/assets/icons/vector_marketplace_icon.svg +3 -3
  13. package/assets/images/bunge_logo.svg +23 -23
  14. package/assets/images/cofco_logo.svg +117 -117
  15. package/assets/images/emote_bad.svg +6 -6
  16. package/assets/images/emote_cool.svg +5 -5
  17. package/assets/images/emote_nice.svg +5 -5
  18. package/assets/images/success_sign.svg +4 -4
  19. package/assets/images/vector-logo-horizontal-inverse-color.svg +13 -13
  20. package/assets/images/vector_logo_horizontal.svg +13 -13
  21. package/assets/images/warn_sign.svg +4 -4
  22. package/assets/styles/_fonts.scss +114 -114
  23. package/assets/styles/_mixins.scss +7 -7
  24. package/assets/styles/_primeng-custom-theme.scss +978 -978
  25. package/assets/styles/_spinner.scss +35 -35
  26. package/assets/styles/_styles.scss +115 -115
  27. package/assets/styles/_variables.scss +27 -27
  28. package/esm2020/lib/components/badge/badge.component.mjs +39 -39
  29. package/esm2020/lib/components/badge/badge.module.mjs +19 -19
  30. package/esm2020/lib/components/badge/index.mjs +3 -3
  31. package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +66 -66
  32. package/esm2020/lib/components/breadcrumb/breadcrumb.module.mjs +18 -18
  33. package/esm2020/lib/components/breadcrumb/index.mjs +3 -3
  34. package/esm2020/lib/components/crud-base/crud-base.component.mjs +47 -47
  35. package/esm2020/lib/components/crud-base/index.mjs +2 -2
  36. package/esm2020/lib/components/crud-footer/crud-footer.component.mjs +32 -32
  37. package/esm2020/lib/components/crud-footer/crud-footer.module.mjs +20 -20
  38. package/esm2020/lib/components/crud-footer/index.mjs +3 -3
  39. package/esm2020/lib/components/crud-header/crud-header.component.mjs +30 -30
  40. package/esm2020/lib/components/crud-header/crud-header.module.mjs +19 -19
  41. package/esm2020/lib/components/crud-header/index.mjs +3 -3
  42. package/esm2020/lib/components/crud-history/crud-history.component.mjs +82 -82
  43. package/esm2020/lib/components/crud-history/crud-history.module.mjs +20 -20
  44. package/esm2020/lib/components/crud-history/index.mjs +3 -3
  45. package/esm2020/lib/components/fields/button/button.component.mjs +41 -41
  46. package/esm2020/lib/components/fields/button/index.mjs +2 -2
  47. package/esm2020/lib/components/fields/calendar-field/calendar-field.component.mjs +74 -74
  48. package/esm2020/lib/components/fields/calendar-field/index.mjs +2 -2
  49. package/esm2020/lib/components/fields/checkbox-field/checkbox-field.component.mjs +46 -46
  50. package/esm2020/lib/components/fields/checkbox-field/index.mjs +2 -2
  51. package/esm2020/lib/components/fields/currency-field/currency-field.component.mjs +95 -95
  52. package/esm2020/lib/components/fields/currency-field/index.mjs +2 -2
  53. package/esm2020/lib/components/fields/data-table/data-table.component.mjs +371 -371
  54. package/esm2020/lib/components/fields/data-table/index.mjs +2 -2
  55. package/esm2020/lib/components/fields/dropdown-field/dropdown-field.component.mjs +196 -196
  56. package/esm2020/lib/components/fields/dropdown-field/index.mjs +2 -2
  57. package/esm2020/lib/components/fields/field-error-message/field-error-message.component.mjs +30 -30
  58. package/esm2020/lib/components/fields/field-error-message/index.mjs +2 -2
  59. package/esm2020/lib/components/fields/fields.module.mjs +205 -205
  60. package/esm2020/lib/components/fields/filters/filters.component.mjs +202 -202
  61. package/esm2020/lib/components/fields/filters/index.mjs +2 -2
  62. package/esm2020/lib/components/fields/index.mjs +19 -19
  63. package/esm2020/lib/components/fields/input-number-field/index.mjs +2 -2
  64. package/esm2020/lib/components/fields/input-number-field/input-number-field.component.mjs +85 -85
  65. package/esm2020/lib/components/fields/multiselect-field/index.mjs +2 -2
  66. package/esm2020/lib/components/fields/multiselect-field/multiselect-field.component.mjs +47 -47
  67. package/esm2020/lib/components/fields/percentage-field/index.mjs +2 -2
  68. package/esm2020/lib/components/fields/percentage-field/percentage-field.component.mjs +42 -42
  69. package/esm2020/lib/components/fields/radio-button-field/index.mjs +2 -2
  70. package/esm2020/lib/components/fields/radio-button-field/radio-button-field.component.mjs +38 -38
  71. package/esm2020/lib/components/fields/range-value/index.mjs +2 -2
  72. package/esm2020/lib/components/fields/range-value/range-value.component.mjs +72 -72
  73. package/esm2020/lib/components/fields/search-field/index.mjs +2 -2
  74. package/esm2020/lib/components/fields/search-field/search-field.component.mjs +33 -33
  75. package/esm2020/lib/components/fields/select-button-field/index.mjs +2 -2
  76. package/esm2020/lib/components/fields/select-button-field/select-button-field.component.mjs +20 -20
  77. package/esm2020/lib/components/fields/text-field/index.mjs +2 -2
  78. package/esm2020/lib/components/fields/text-field/text-field.component.mjs +211 -211
  79. package/esm2020/lib/components/fields/textarea-field/index.mjs +2 -2
  80. package/esm2020/lib/components/fields/textarea-field/textarea-field.component.mjs +81 -81
  81. package/esm2020/lib/components/generic-error-modal/generic-error-modal.component.mjs +30 -30
  82. package/esm2020/lib/components/generic-error-modal/generic-error-modal.module.mjs +20 -20
  83. package/esm2020/lib/components/generic-error-modal/index.mjs +3 -3
  84. package/esm2020/lib/components/generic-modal/generic-modal.component.mjs +66 -66
  85. package/esm2020/lib/components/generic-modal/generic-modal.module.mjs +20 -20
  86. package/esm2020/lib/components/generic-modal/index.mjs +3 -3
  87. package/esm2020/lib/components/index.mjs +13 -13
  88. package/esm2020/lib/components/menu/index.mjs +4 -4
  89. package/esm2020/lib/components/menu/menu.component.mjs +305 -305
  90. package/esm2020/lib/components/menu/menu.module.mjs +20 -20
  91. package/esm2020/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +42 -42
  92. package/esm2020/lib/components/panel/index.mjs +3 -3
  93. package/esm2020/lib/components/panel/panel.component.mjs +15 -15
  94. package/esm2020/lib/components/panel/panel.module.mjs +19 -19
  95. package/esm2020/lib/components/top-bar/index.mjs +3 -3
  96. package/esm2020/lib/components/top-bar/top-bar.component.mjs +111 -102
  97. package/esm2020/lib/components/top-bar/top-bar.module.mjs +20 -19
  98. package/esm2020/lib/guards/crud-list-has-items.guard.mjs +22 -22
  99. package/esm2020/lib/guards/get-token-by-guid.guard.mjs +54 -54
  100. package/esm2020/lib/guards/has-permission.guard.mjs +27 -27
  101. package/esm2020/lib/guards/index.mjs +6 -6
  102. package/esm2020/lib/guards/role.guard.mjs +24 -24
  103. package/esm2020/lib/guards/token-is-present.guard.mjs +26 -26
  104. package/esm2020/lib/interceptors/http-interceptor.mjs +183 -183
  105. package/esm2020/lib/interceptors/index.mjs +2 -2
  106. package/esm2020/lib/models/app-name.enum.mjs +10 -10
  107. package/esm2020/lib/models/boolean-type.enum.mjs +6 -6
  108. package/esm2020/lib/models/crud-history.model.mjs +3 -3
  109. package/esm2020/lib/models/crud-mode.enum.mjs +7 -7
  110. package/esm2020/lib/models/currency.enum.mjs +7 -7
  111. package/esm2020/lib/models/data-table.model.mjs +22 -22
  112. package/esm2020/lib/models/document-type.enum.mjs +6 -6
  113. package/esm2020/lib/models/filters.model.mjs +2 -2
  114. package/esm2020/lib/models/generic-modal.model.mjs +2 -2
  115. package/esm2020/lib/models/http-response.model.mjs +2 -2
  116. package/esm2020/lib/models/index.mjs +18 -17
  117. package/esm2020/lib/models/ip-info.enum.mjs +2 -2
  118. package/esm2020/lib/models/list-item.model.mjs +2 -2
  119. package/esm2020/lib/models/locale.enum.mjs +7 -7
  120. package/esm2020/lib/models/menu-item.model.mjs +2 -2
  121. package/esm2020/lib/models/message-status.enum.mjs +8 -8
  122. package/esm2020/lib/models/profile.model.mjs +237 -236
  123. package/esm2020/lib/models/role.enum.mjs +5 -5
  124. package/esm2020/lib/models/status.enum.mjs +8 -8
  125. package/esm2020/lib/models/vector-app.model.mjs +2 -2
  126. package/esm2020/lib/models/vector-notification.model.mjs +2 -0
  127. package/esm2020/lib/models/view.enum.mjs +7 -7
  128. package/esm2020/lib/pipes/currency-brl.pipe.mjs +18 -18
  129. package/esm2020/lib/pipes/format-document.pipe.mjs +17 -17
  130. package/esm2020/lib/pipes/index.mjs +9 -8
  131. package/esm2020/lib/pipes/mask.pipe.mjs +21 -21
  132. package/esm2020/lib/pipes/not-hidden.pipe.mjs +16 -16
  133. package/esm2020/lib/pipes/only-active.pipe.mjs +16 -16
  134. package/esm2020/lib/pipes/pipes.module.mjs +50 -21
  135. package/esm2020/lib/pipes/remove-last-child.pipe.mjs +18 -18
  136. package/esm2020/lib/pipes/unread-notifications.pipe.mjs +15 -0
  137. package/esm2020/lib/resolvers/get-selected-crud-item.resolver.mjs +28 -28
  138. package/esm2020/lib/resolvers/index.mjs +2 -2
  139. package/esm2020/lib/services/auth.service.mjs +77 -77
  140. package/esm2020/lib/services/base-dropdown.mjs +2 -2
  141. package/esm2020/lib/services/crud-base.service.mjs +14 -14
  142. package/esm2020/lib/services/enum.service.mjs +43 -43
  143. package/esm2020/lib/services/error-message.service.mjs +16 -16
  144. package/esm2020/lib/services/geolocation.service.mjs +23 -23
  145. package/esm2020/lib/services/index.mjs +13 -12
  146. package/esm2020/lib/services/loading.service.mjs +15 -15
  147. package/esm2020/lib/services/menu.service.mjs +152 -152
  148. package/esm2020/lib/services/modal.service.mjs +15 -15
  149. package/esm2020/lib/services/notifications.service.mjs +64 -0
  150. package/esm2020/lib/services/profile.service.mjs +100 -100
  151. package/esm2020/lib/services/storage.service.mjs +108 -108
  152. package/esm2020/lib/shared/shared.module.mjs +19 -19
  153. package/esm2020/lib/utils/cpf-cnpj-validator.util.mjs +116 -116
  154. package/esm2020/lib/utils/file.util.mjs +15 -15
  155. package/esm2020/lib/utils/index.mjs +8 -8
  156. package/esm2020/lib/utils/mask.util.mjs +76 -76
  157. package/esm2020/lib/utils/object.util.mjs +27 -27
  158. package/esm2020/lib/utils/string.util.mjs +16 -16
  159. package/esm2020/lib/utils/validation.util.mjs +234 -234
  160. package/esm2020/lib/utils/window.util.mjs +9 -9
  161. package/esm2020/ngx-vector-components.mjs +4 -4
  162. package/esm2020/public-api.mjs +9 -9
  163. package/fesm2015/ngx-vector-components.mjs +4407 -4298
  164. package/fesm2015/ngx-vector-components.mjs.map +1 -1
  165. package/fesm2020/ngx-vector-components.mjs +4385 -4277
  166. package/fesm2020/ngx-vector-components.mjs.map +1 -1
  167. package/lib/components/badge/badge.component.d.ts +15 -15
  168. package/lib/components/badge/badge.module.d.ts +9 -9
  169. package/lib/components/badge/index.d.ts +2 -2
  170. package/lib/components/breadcrumb/breadcrumb.component.d.ts +19 -19
  171. package/lib/components/breadcrumb/breadcrumb.module.d.ts +8 -8
  172. package/lib/components/breadcrumb/index.d.ts +2 -2
  173. package/lib/components/crud-base/crud-base.component.d.ts +20 -20
  174. package/lib/components/crud-base/index.d.ts +1 -1
  175. package/lib/components/crud-footer/crud-footer.component.d.ts +13 -13
  176. package/lib/components/crud-footer/crud-footer.module.d.ts +10 -10
  177. package/lib/components/crud-footer/index.d.ts +2 -2
  178. package/lib/components/crud-header/crud-header.component.d.ts +11 -11
  179. package/lib/components/crud-header/crud-header.module.d.ts +9 -9
  180. package/lib/components/crud-header/index.d.ts +2 -2
  181. package/lib/components/crud-history/crud-history.component.d.ts +12 -12
  182. package/lib/components/crud-history/crud-history.module.d.ts +10 -10
  183. package/lib/components/crud-history/index.d.ts +2 -2
  184. package/lib/components/fields/button/button.component.d.ts +17 -17
  185. package/lib/components/fields/button/index.d.ts +1 -1
  186. package/lib/components/fields/calendar-field/calendar-field.component.d.ts +23 -23
  187. package/lib/components/fields/calendar-field/index.d.ts +1 -1
  188. package/lib/components/fields/checkbox-field/checkbox-field.component.d.ts +19 -19
  189. package/lib/components/fields/checkbox-field/index.d.ts +1 -1
  190. package/lib/components/fields/currency-field/currency-field.component.d.ts +31 -31
  191. package/lib/components/fields/currency-field/index.d.ts +1 -1
  192. package/lib/components/fields/data-table/data-table.component.d.ts +79 -79
  193. package/lib/components/fields/data-table/index.d.ts +1 -1
  194. package/lib/components/fields/dropdown-field/dropdown-field.component.d.ts +50 -50
  195. package/lib/components/fields/dropdown-field/index.d.ts +1 -1
  196. package/lib/components/fields/field-error-message/field-error-message.component.d.ts +10 -10
  197. package/lib/components/fields/field-error-message/index.d.ts +1 -1
  198. package/lib/components/fields/fields.module.d.ts +46 -46
  199. package/lib/components/fields/filters/filters.component.d.ts +62 -62
  200. package/lib/components/fields/filters/index.d.ts +1 -1
  201. package/lib/components/fields/index.d.ts +18 -18
  202. package/lib/components/fields/input-number-field/index.d.ts +1 -1
  203. package/lib/components/fields/input-number-field/input-number-field.component.d.ts +28 -28
  204. package/lib/components/fields/multiselect-field/index.d.ts +1 -1
  205. package/lib/components/fields/multiselect-field/multiselect-field.component.d.ts +15 -15
  206. package/lib/components/fields/percentage-field/index.d.ts +1 -1
  207. package/lib/components/fields/percentage-field/percentage-field.component.d.ts +16 -16
  208. package/lib/components/fields/radio-button-field/index.d.ts +1 -1
  209. package/lib/components/fields/radio-button-field/radio-button-field.component.d.ts +21 -21
  210. package/lib/components/fields/range-value/index.d.ts +1 -1
  211. package/lib/components/fields/range-value/range-value.component.d.ts +18 -18
  212. package/lib/components/fields/search-field/index.d.ts +1 -1
  213. package/lib/components/fields/search-field/search-field.component.d.ts +14 -14
  214. package/lib/components/fields/select-button-field/index.d.ts +1 -1
  215. package/lib/components/fields/select-button-field/select-button-field.component.d.ts +9 -9
  216. package/lib/components/fields/text-field/index.d.ts +1 -1
  217. package/lib/components/fields/text-field/text-field.component.d.ts +49 -49
  218. package/lib/components/fields/textarea-field/index.d.ts +1 -1
  219. package/lib/components/fields/textarea-field/textarea-field.component.d.ts +22 -22
  220. package/lib/components/generic-error-modal/generic-error-modal.component.d.ts +14 -14
  221. package/lib/components/generic-error-modal/generic-error-modal.module.d.ts +10 -10
  222. package/lib/components/generic-error-modal/index.d.ts +2 -2
  223. package/lib/components/generic-modal/generic-modal.component.d.ts +24 -24
  224. package/lib/components/generic-modal/generic-modal.module.d.ts +10 -10
  225. package/lib/components/generic-modal/index.d.ts +2 -2
  226. package/lib/components/index.d.ts +12 -12
  227. package/lib/components/menu/index.d.ts +3 -3
  228. package/lib/components/menu/menu.component.d.ts +53 -53
  229. package/lib/components/menu/menu.module.d.ts +10 -10
  230. package/lib/components/menu/sub-menus-list/sub-menus-list.component.d.ts +14 -14
  231. package/lib/components/panel/index.d.ts +2 -2
  232. package/lib/components/panel/panel.component.d.ts +8 -8
  233. package/lib/components/panel/panel.module.d.ts +9 -9
  234. package/lib/components/top-bar/index.d.ts +2 -2
  235. package/lib/components/top-bar/top-bar.component.d.ts +43 -38
  236. package/lib/components/top-bar/top-bar.module.d.ts +10 -9
  237. package/lib/guards/crud-list-has-items.guard.d.ts +10 -10
  238. package/lib/guards/get-token-by-guid.guard.d.ts +15 -15
  239. package/lib/guards/has-permission.guard.d.ts +13 -13
  240. package/lib/guards/index.d.ts +5 -5
  241. package/lib/guards/role.guard.d.ts +11 -11
  242. package/lib/guards/token-is-present.guard.d.ts +11 -11
  243. package/lib/interceptors/http-interceptor.d.ts +31 -31
  244. package/lib/interceptors/index.d.ts +1 -1
  245. package/lib/models/app-name.enum.d.ts +8 -8
  246. package/lib/models/boolean-type.enum.d.ts +4 -4
  247. package/lib/models/crud-history.model.d.ts +13 -13
  248. package/lib/models/crud-mode.enum.d.ts +5 -5
  249. package/lib/models/currency.enum.d.ts +5 -5
  250. package/lib/models/data-table.model.d.ts +64 -64
  251. package/lib/models/document-type.enum.d.ts +4 -4
  252. package/lib/models/filters.model.d.ts +4 -4
  253. package/lib/models/generic-modal.model.d.ts +13 -13
  254. package/lib/models/http-response.model.d.ts +40 -40
  255. package/lib/models/index.d.ts +17 -16
  256. package/lib/models/ip-info.enum.d.ts +6 -6
  257. package/lib/models/list-item.model.d.ts +6 -6
  258. package/lib/models/locale.enum.d.ts +5 -5
  259. package/lib/models/menu-item.model.d.ts +16 -16
  260. package/lib/models/message-status.enum.d.ts +6 -6
  261. package/lib/models/profile.model.d.ts +258 -257
  262. package/lib/models/role.enum.d.ts +3 -3
  263. package/lib/models/status.enum.d.ts +6 -6
  264. package/lib/models/vector-app.model.d.ts +9 -9
  265. package/lib/models/vector-notification.model.d.ts +7 -0
  266. package/lib/models/view.enum.d.ts +5 -5
  267. package/lib/pipes/currency-brl.pipe.d.ts +7 -7
  268. package/lib/pipes/format-document.pipe.d.ts +7 -7
  269. package/lib/pipes/index.d.ts +8 -7
  270. package/lib/pipes/mask.pipe.d.ts +7 -7
  271. package/lib/pipes/not-hidden.pipe.d.ts +7 -7
  272. package/lib/pipes/only-active.pipe.d.ts +7 -7
  273. package/lib/pipes/pipes.module.d.ts +13 -12
  274. package/lib/pipes/remove-last-child.pipe.d.ts +7 -7
  275. package/lib/pipes/unread-notifications.pipe.d.ts +9 -0
  276. package/lib/resolvers/get-selected-crud-item.resolver.d.ts +10 -10
  277. package/lib/resolvers/index.d.ts +1 -1
  278. package/lib/services/auth.service.d.ts +24 -24
  279. package/lib/services/base-dropdown.d.ts +7 -7
  280. package/lib/services/crud-base.service.d.ts +7 -7
  281. package/lib/services/enum.service.d.ts +13 -13
  282. package/lib/services/error-message.service.d.ts +8 -8
  283. package/lib/services/geolocation.service.d.ts +13 -13
  284. package/lib/services/index.d.ts +12 -11
  285. package/lib/services/loading.service.d.ts +7 -7
  286. package/lib/services/menu.service.d.ts +35 -35
  287. package/lib/services/modal.service.d.ts +7 -7
  288. package/lib/services/notifications.service.d.ts +13 -0
  289. package/lib/services/profile.service.d.ts +26 -26
  290. package/lib/services/storage.service.d.ts +43 -43
  291. package/lib/shared/shared.module.d.ts +10 -10
  292. package/lib/utils/cpf-cnpj-validator.util.d.ts +5 -5
  293. package/lib/utils/file.util.d.ts +4 -4
  294. package/lib/utils/index.d.ts +7 -7
  295. package/lib/utils/mask.util.d.ts +21 -21
  296. package/lib/utils/object.util.d.ts +5 -5
  297. package/lib/utils/string.util.d.ts +4 -4
  298. package/lib/utils/validation.util.d.ts +17 -17
  299. package/lib/utils/window.util.d.ts +4 -4
  300. package/ngx-vector-components.d.ts +5 -5
  301. package/package.json +1 -1
  302. package/public-api.d.ts +8 -8
@@ -1,21 +1,21 @@
1
- export declare class MaskUtil {
2
- static CPF_TEXT_FIELD_PATTERN: string;
3
- static CNPJ_TEXT_FIELD_PATTERN: string;
4
- static BOLETO_TEXT_FIELD_PATTERN: string;
5
- static CELLPHONE_TEXT_FIELD_PATTERN: string;
6
- static PHONE_TEXT_FIELD_PATTERN: string;
7
- static POSTALCODE_TEXT_FIELD_PATTERN: string;
8
- static PLATE_FIELD_PATTERN: string;
9
- static HOURS_MINUTES_FIELD_PATTERN: string;
10
- static DNI_FIELD_PATTERN: string;
11
- static CUIT_FIELD_PATTERN: string;
12
- static formatDocument(stringValue: string): string;
13
- static formatPostalCode(stringValue: string): string;
14
- static formatBoleto(stringValue: string): string;
15
- static formatPhone(stringValue: string): string;
16
- static formatHoursMinutes(stringValue: string): string;
17
- static formatPlate(stringValue: string): string;
18
- static formatDni(stringValue: string): string;
19
- static formatCuit(stringValue: string): string;
20
- static doMaskString(str: string, pattern?: string): string;
21
- }
1
+ export declare class MaskUtil {
2
+ static CPF_TEXT_FIELD_PATTERN: string;
3
+ static CNPJ_TEXT_FIELD_PATTERN: string;
4
+ static BOLETO_TEXT_FIELD_PATTERN: string;
5
+ static CELLPHONE_TEXT_FIELD_PATTERN: string;
6
+ static PHONE_TEXT_FIELD_PATTERN: string;
7
+ static POSTALCODE_TEXT_FIELD_PATTERN: string;
8
+ static PLATE_FIELD_PATTERN: string;
9
+ static HOURS_MINUTES_FIELD_PATTERN: string;
10
+ static DNI_FIELD_PATTERN: string;
11
+ static CUIT_FIELD_PATTERN: string;
12
+ static formatDocument(stringValue: string): string;
13
+ static formatPostalCode(stringValue: string): string;
14
+ static formatBoleto(stringValue: string): string;
15
+ static formatPhone(stringValue: string): string;
16
+ static formatHoursMinutes(stringValue: string): string;
17
+ static formatPlate(stringValue: string): string;
18
+ static formatDni(stringValue: string): string;
19
+ static formatCuit(stringValue: string): string;
20
+ static doMaskString(str: string, pattern?: string): string;
21
+ }
@@ -1,5 +1,5 @@
1
- export declare class ObjectUtil {
2
- static getObjectKeys<T>(obj: Object): Array<keyof T>;
3
- static isValid(obj: any): boolean;
4
- static getCodes(obj: any): any;
5
- }
1
+ export declare class ObjectUtil {
2
+ static getObjectKeys<T>(obj: Object): Array<keyof T>;
3
+ static isValid(obj: any): boolean;
4
+ static getCodes(obj: any): any;
5
+ }
@@ -1,4 +1,4 @@
1
- export declare class StringUtil {
2
- static getInitials(nameString?: string): string;
3
- static revertString(str: string): string;
4
- }
1
+ export declare class StringUtil {
2
+ static getInitials(nameString?: string): string;
3
+ static revertString(str: string): string;
4
+ }
@@ -1,17 +1,17 @@
1
- import { AbstractControl, ValidationErrors, ValidatorFn } from '@angular/forms';
2
- export declare class ValidationUtil {
3
- static email(control: AbstractControl): ValidationErrors | null;
4
- static fullName(control: AbstractControl): ValidationErrors | null;
5
- static noMultipleWhitespace(control: AbstractControl): ValidationErrors | null;
6
- static isValidTaxId(control: AbstractControl): ValidationErrors | null;
7
- static isValidCpf(control: AbstractControl): ValidationErrors | null;
8
- static isValidCnpj(control: AbstractControl): ValidationErrors | null;
9
- static majorAge(control: AbstractControl): ValidationErrors | null;
10
- static matchField(anotherField: AbstractControl | null): ValidatorFn;
11
- static cellphone(control: AbstractControl): ValidationErrors | null;
12
- static lowerThanOrEqualTo(greaterControlName: string): ValidatorFn;
13
- static greaterThanOrEqualTo(lowerControlName: string): ValidatorFn;
14
- static notSequentialNumbers(length: number): ValidatorFn;
15
- static firstLetterIsUppercase(control: AbstractControl): ValidationErrors | null;
16
- static containsLettersAndNumbers(control: AbstractControl): ValidationErrors | null;
17
- }
1
+ import { AbstractControl, ValidationErrors, ValidatorFn } from '@angular/forms';
2
+ export declare class ValidationUtil {
3
+ static email(control: AbstractControl): ValidationErrors | null;
4
+ static fullName(control: AbstractControl): ValidationErrors | null;
5
+ static noMultipleWhitespace(control: AbstractControl): ValidationErrors | null;
6
+ static isValidTaxId(control: AbstractControl): ValidationErrors | null;
7
+ static isValidCpf(control: AbstractControl): ValidationErrors | null;
8
+ static isValidCnpj(control: AbstractControl): ValidationErrors | null;
9
+ static majorAge(control: AbstractControl): ValidationErrors | null;
10
+ static matchField(anotherField: AbstractControl | null): ValidatorFn;
11
+ static cellphone(control: AbstractControl): ValidationErrors | null;
12
+ static lowerThanOrEqualTo(greaterControlName: string): ValidatorFn;
13
+ static greaterThanOrEqualTo(lowerControlName: string): ValidatorFn;
14
+ static notSequentialNumbers(length: number): ValidatorFn;
15
+ static firstLetterIsUppercase(control: AbstractControl): ValidationErrors | null;
16
+ static containsLettersAndNumbers(control: AbstractControl): ValidationErrors | null;
17
+ }
@@ -1,4 +1,4 @@
1
- export declare class WindowUtil {
2
- static isSmallDevice(): boolean;
3
- static isDesktop(): boolean;
4
- }
1
+ export declare class WindowUtil {
2
+ static isSmallDevice(): boolean;
3
+ static isDesktop(): boolean;
4
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="ngx-vector-components" />
5
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="ngx-vector-components" />
5
+ export * from './public-api';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.64.0",
3
+ "version": "4.66.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",
package/public-api.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- export * from './lib/components';
2
- export * from './lib/guards';
3
- export * from './lib/interceptors';
4
- export * from './lib/models';
5
- export * from './lib/pipes';
6
- export * from './lib/resolvers';
7
- export * from './lib/services';
8
- export * from './lib/utils';
1
+ export * from './lib/components';
2
+ export * from './lib/guards';
3
+ export * from './lib/interceptors';
4
+ export * from './lib/models';
5
+ export * from './lib/pipes';
6
+ export * from './lib/resolvers';
7
+ export * from './lib/services';
8
+ export * from './lib/utils';