ngx-vector-components 4.92.0 → 4.94.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 (307) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/{esm2020 → esm2022}/lib/components/badge/badge.component.mjs +39 -39
  3. package/esm2022/lib/components/badge/badge.module.mjs +19 -0
  4. package/{esm2020 → esm2022}/lib/components/badge/index.mjs +2 -2
  5. package/{esm2020 → esm2022}/lib/components/breadcrumb/breadcrumb.component.mjs +66 -66
  6. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +18 -0
  7. package/{esm2020 → esm2022}/lib/components/breadcrumb/index.mjs +2 -2
  8. package/esm2022/lib/components/crud-base/crud-base.component.mjs +47 -0
  9. package/{esm2020 → esm2022}/lib/components/crud-base/index.mjs +1 -1
  10. package/{esm2020 → esm2022}/lib/components/crud-footer/crud-footer.component.mjs +32 -32
  11. package/esm2022/lib/components/crud-footer/crud-footer.module.mjs +20 -0
  12. package/{esm2020 → esm2022}/lib/components/crud-footer/index.mjs +2 -2
  13. package/esm2022/lib/components/crud-header/crud-header.component.mjs +30 -0
  14. package/esm2022/lib/components/crud-header/crud-header.module.mjs +19 -0
  15. package/{esm2020 → esm2022}/lib/components/crud-header/index.mjs +2 -2
  16. package/{esm2020 → esm2022}/lib/components/crud-history/crud-history.component.mjs +82 -82
  17. package/esm2022/lib/components/crud-history/crud-history.module.mjs +20 -0
  18. package/{esm2020 → esm2022}/lib/components/crud-history/index.mjs +2 -2
  19. package/{esm2020 → esm2022}/lib/components/fields/button/button.component.mjs +41 -41
  20. package/{esm2020 → esm2022}/lib/components/fields/button/index.mjs +1 -1
  21. package/{esm2020 → esm2022}/lib/components/fields/calendar-field/calendar-field.component.mjs +74 -74
  22. package/{esm2020 → esm2022}/lib/components/fields/calendar-field/index.mjs +1 -1
  23. package/{esm2020 → esm2022}/lib/components/fields/checkbox-field/checkbox-field.component.mjs +46 -46
  24. package/{esm2020 → esm2022}/lib/components/fields/checkbox-field/index.mjs +1 -1
  25. package/{esm2020 → esm2022}/lib/components/fields/currency-field/currency-field.component.mjs +98 -98
  26. package/{esm2020 → esm2022}/lib/components/fields/currency-field/index.mjs +1 -1
  27. package/esm2022/lib/components/fields/data-table/data-table.component.mjs +386 -0
  28. package/{esm2020 → esm2022}/lib/components/fields/data-table/index.mjs +1 -1
  29. package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +204 -0
  30. package/{esm2020 → esm2022}/lib/components/fields/dropdown-field/index.mjs +1 -1
  31. package/{esm2020 → esm2022}/lib/components/fields/field-error-message/field-error-message.component.mjs +30 -30
  32. package/{esm2020 → esm2022}/lib/components/fields/field-error-message/index.mjs +1 -1
  33. package/esm2022/lib/components/fields/fields.module.mjs +211 -0
  34. package/esm2022/lib/components/fields/filters/filters.component.mjs +203 -0
  35. package/{esm2020 → esm2022}/lib/components/fields/filters/index.mjs +1 -1
  36. package/{esm2020 → esm2022}/lib/components/fields/index.mjs +18 -18
  37. package/{esm2020 → esm2022}/lib/components/fields/input-number-field/index.mjs +1 -1
  38. package/{esm2020 → esm2022}/lib/components/fields/input-number-field/input-number-field.component.mjs +85 -85
  39. package/{esm2020 → esm2022}/lib/components/fields/multiselect-field/index.mjs +1 -1
  40. package/{esm2020 → esm2022}/lib/components/fields/multiselect-field/multiselect-field.component.mjs +50 -50
  41. package/{esm2020 → esm2022}/lib/components/fields/percentage-field/index.mjs +1 -1
  42. package/{esm2020 → esm2022}/lib/components/fields/percentage-field/percentage-field.component.mjs +42 -42
  43. package/{esm2020 → esm2022}/lib/components/fields/radio-button-field/index.mjs +1 -1
  44. package/{esm2020 → esm2022}/lib/components/fields/radio-button-field/radio-button-field.component.mjs +48 -48
  45. package/{esm2020 → esm2022}/lib/components/fields/range-value/index.mjs +1 -1
  46. package/{esm2020 → esm2022}/lib/components/fields/range-value/range-value.component.mjs +72 -72
  47. package/{esm2020 → esm2022}/lib/components/fields/search-field/index.mjs +1 -1
  48. package/esm2022/lib/components/fields/search-field/search-field.component.mjs +33 -0
  49. package/{esm2020 → esm2022}/lib/components/fields/select-button-field/index.mjs +1 -1
  50. package/{esm2020 → esm2022}/lib/components/fields/select-button-field/select-button-field.component.mjs +20 -20
  51. package/{esm2020 → esm2022}/lib/components/fields/text-field/index.mjs +1 -1
  52. package/esm2022/lib/components/fields/text-field/text-field.component.mjs +232 -0
  53. package/{esm2020 → esm2022}/lib/components/fields/textarea-field/index.mjs +1 -1
  54. package/{esm2020 → esm2022}/lib/components/fields/textarea-field/textarea-field.component.mjs +81 -81
  55. package/esm2022/lib/components/generic-error-modal/generic-error-modal.component.mjs +39 -0
  56. package/esm2022/lib/components/generic-error-modal/generic-error-modal.module.mjs +20 -0
  57. package/{esm2020 → esm2022}/lib/components/generic-error-modal/index.mjs +2 -2
  58. package/{esm2020 → esm2022}/lib/components/generic-modal/generic-modal.component.mjs +66 -66
  59. package/esm2022/lib/components/generic-modal/generic-modal.module.mjs +20 -0
  60. package/{esm2020 → esm2022}/lib/components/generic-modal/index.mjs +2 -2
  61. package/{esm2020 → esm2022}/lib/components/index.mjs +13 -13
  62. package/{esm2020 → esm2022}/lib/components/menu/index.mjs +3 -3
  63. package/esm2022/lib/components/menu/menu.component.mjs +305 -0
  64. package/esm2022/lib/components/menu/menu.module.mjs +20 -0
  65. package/{esm2020 → esm2022}/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +42 -42
  66. package/{esm2020 → esm2022}/lib/components/panel/index.mjs +2 -2
  67. package/{esm2020 → esm2022}/lib/components/panel/panel.component.mjs +15 -15
  68. package/esm2022/lib/components/panel/panel.module.mjs +19 -0
  69. package/{esm2020 → esm2022}/lib/components/score/index.mjs +2 -2
  70. package/{esm2020 → esm2022}/lib/components/score/score.component.mjs +17 -17
  71. package/{esm2020 → esm2022}/lib/components/score/score.module.mjs +16 -16
  72. package/{esm2020 → esm2022}/lib/components/top-bar/index.mjs +2 -2
  73. package/{esm2020 → esm2022}/lib/components/top-bar/top-bar.component.mjs +142 -142
  74. package/esm2022/lib/components/top-bar/top-bar.module.mjs +20 -0
  75. package/{esm2020 → esm2022}/lib/guards/crud-list-has-items.guard.mjs +22 -22
  76. package/{esm2020 → esm2022}/lib/guards/get-token-by-guid.guard.mjs +54 -54
  77. package/{esm2020 → esm2022}/lib/guards/has-permission.guard.mjs +27 -27
  78. package/{esm2020 → esm2022}/lib/guards/index.mjs +5 -5
  79. package/{esm2020 → esm2022}/lib/guards/role.guard.mjs +24 -24
  80. package/{esm2020 → esm2022}/lib/guards/token-is-present.guard.mjs +26 -26
  81. package/{esm2020 → esm2022}/lib/interceptors/http-interceptor.mjs +185 -185
  82. package/{esm2020 → esm2022}/lib/interceptors/index.mjs +1 -1
  83. package/{esm2020 → esm2022}/lib/models/app-name.enum.mjs +9 -9
  84. package/{esm2020 → esm2022}/lib/models/boolean-type.enum.mjs +5 -5
  85. package/{esm2020 → esm2022}/lib/models/crud-history.model.mjs +2 -2
  86. package/{esm2020 → esm2022}/lib/models/crud-mode.enum.mjs +6 -6
  87. package/{esm2020 → esm2022}/lib/models/currency.enum.mjs +6 -6
  88. package/{esm2020 → esm2022}/lib/models/data-table.model.mjs +22 -22
  89. package/{esm2020 → esm2022}/lib/models/document-type.enum.mjs +5 -5
  90. package/{esm2020 → esm2022}/lib/models/filters.model.mjs +1 -1
  91. package/{esm2020 → esm2022}/lib/models/generic-modal.model.mjs +1 -1
  92. package/{esm2020 → esm2022}/lib/models/http-response.model.mjs +1 -1
  93. package/{esm2020 → esm2022}/lib/models/index.mjs +17 -17
  94. package/{esm2020 → esm2022}/lib/models/ip-info.enum.mjs +1 -1
  95. package/{esm2020 → esm2022}/lib/models/list-item.model.mjs +1 -1
  96. package/{esm2020 → esm2022}/lib/models/locale.enum.mjs +6 -6
  97. package/{esm2020 → esm2022}/lib/models/menu-item.model.mjs +1 -1
  98. package/{esm2020 → esm2022}/lib/models/message-status.enum.mjs +7 -7
  99. package/{esm2020 → esm2022}/lib/models/profile.model.mjs +270 -270
  100. package/{esm2020 → esm2022}/lib/models/role.enum.mjs +4 -4
  101. package/{esm2020 → esm2022}/lib/models/status.enum.mjs +7 -7
  102. package/{esm2020 → esm2022}/lib/models/topbar.model.mjs +1 -1
  103. package/{esm2020 → esm2022}/lib/models/vector-app.model.mjs +1 -1
  104. package/{esm2020 → esm2022}/lib/models/vector-notification.model.mjs +1 -1
  105. package/{esm2020 → esm2022}/lib/models/view.enum.mjs +6 -6
  106. package/{esm2020 → esm2022}/lib/pipes/currency-brl.pipe.mjs +18 -18
  107. package/{esm2020 → esm2022}/lib/pipes/format-document.pipe.mjs +17 -17
  108. package/{esm2020 → esm2022}/lib/pipes/index.mjs +8 -8
  109. package/{esm2020 → esm2022}/lib/pipes/mask.pipe.mjs +21 -21
  110. package/{esm2020 → esm2022}/lib/pipes/not-hidden.pipe.mjs +16 -16
  111. package/{esm2020 → esm2022}/lib/pipes/only-active.pipe.mjs +16 -16
  112. package/{esm2020 → esm2022}/lib/pipes/pipes.module.mjs +50 -50
  113. package/{esm2020 → esm2022}/lib/pipes/remove-last-child.pipe.mjs +18 -18
  114. package/{esm2020 → esm2022}/lib/pipes/unread-notifications.pipe.mjs +15 -15
  115. package/{esm2020 → esm2022}/lib/resolvers/get-selected-crud-item.resolver.mjs +28 -28
  116. package/{esm2020 → esm2022}/lib/resolvers/index.mjs +1 -1
  117. package/{esm2020 → esm2022}/lib/services/auth.service.mjs +77 -77
  118. package/{esm2020 → esm2022}/lib/services/base-dropdown.mjs +1 -1
  119. package/{esm2020 → esm2022}/lib/services/crud-base.service.mjs +13 -13
  120. package/{esm2020 → esm2022}/lib/services/enum.service.mjs +43 -43
  121. package/{esm2020 → esm2022}/lib/services/error-message.service.mjs +16 -16
  122. package/{esm2020 → esm2022}/lib/services/geolocation.service.mjs +23 -23
  123. package/{esm2020 → esm2022}/lib/services/index.mjs +12 -12
  124. package/{esm2020 → esm2022}/lib/services/loading.service.mjs +15 -15
  125. package/{esm2020 → esm2022}/lib/services/menu.service.mjs +152 -152
  126. package/{esm2020 → esm2022}/lib/services/modal.service.mjs +15 -15
  127. package/{esm2020 → esm2022}/lib/services/notifications.service.mjs +64 -64
  128. package/{esm2020 → esm2022}/lib/services/profile.service.mjs +103 -103
  129. package/{esm2020 → esm2022}/lib/services/storage.service.mjs +108 -108
  130. package/esm2022/lib/shared/shared.module.mjs +19 -0
  131. package/{esm2020 → esm2022}/lib/utils/cpf-cnpj-validator.util.mjs +115 -115
  132. package/{esm2020 → esm2022}/lib/utils/file.util.mjs +14 -14
  133. package/{esm2020 → esm2022}/lib/utils/index.mjs +7 -7
  134. package/esm2022/lib/utils/mask.util.mjs +76 -0
  135. package/{esm2020 → esm2022}/lib/utils/object.util.mjs +26 -26
  136. package/{esm2020 → esm2022}/lib/utils/string.util.mjs +15 -15
  137. package/{esm2020 → esm2022}/lib/utils/validation.util.mjs +233 -233
  138. package/{esm2020 → esm2022}/lib/utils/window.util.mjs +8 -8
  139. package/{esm2020 → esm2022}/ngx-vector-components.mjs +4 -4
  140. package/{esm2020 → esm2022}/public-api.mjs +8 -8
  141. package/{fesm2020 → fesm2022}/ngx-vector-components.mjs +4577 -4573
  142. package/fesm2022/ngx-vector-components.mjs.map +1 -0
  143. package/{ngx-vector-components.d.ts → index.d.ts} +5 -5
  144. package/lib/components/badge/badge.component.d.ts +15 -15
  145. package/lib/components/badge/badge.module.d.ts +9 -9
  146. package/lib/components/badge/index.d.ts +2 -2
  147. package/lib/components/breadcrumb/breadcrumb.component.d.ts +19 -19
  148. package/lib/components/breadcrumb/breadcrumb.module.d.ts +8 -8
  149. package/lib/components/breadcrumb/index.d.ts +2 -2
  150. package/lib/components/crud-base/crud-base.component.d.ts +20 -20
  151. package/lib/components/crud-base/index.d.ts +1 -1
  152. package/lib/components/crud-footer/crud-footer.component.d.ts +13 -13
  153. package/lib/components/crud-footer/crud-footer.module.d.ts +10 -10
  154. package/lib/components/crud-footer/index.d.ts +2 -2
  155. package/lib/components/crud-header/crud-header.component.d.ts +11 -11
  156. package/lib/components/crud-header/crud-header.module.d.ts +9 -9
  157. package/lib/components/crud-header/index.d.ts +2 -2
  158. package/lib/components/crud-history/crud-history.component.d.ts +12 -12
  159. package/lib/components/crud-history/crud-history.module.d.ts +10 -10
  160. package/lib/components/crud-history/index.d.ts +2 -2
  161. package/lib/components/fields/button/button.component.d.ts +17 -17
  162. package/lib/components/fields/button/index.d.ts +1 -1
  163. package/lib/components/fields/calendar-field/calendar-field.component.d.ts +23 -23
  164. package/lib/components/fields/calendar-field/index.d.ts +1 -1
  165. package/lib/components/fields/checkbox-field/checkbox-field.component.d.ts +19 -19
  166. package/lib/components/fields/checkbox-field/index.d.ts +1 -1
  167. package/lib/components/fields/currency-field/currency-field.component.d.ts +32 -32
  168. package/lib/components/fields/currency-field/index.d.ts +1 -1
  169. package/lib/components/fields/data-table/data-table.component.d.ts +82 -82
  170. package/lib/components/fields/data-table/index.d.ts +1 -1
  171. package/lib/components/fields/dropdown-field/dropdown-field.component.d.ts +52 -52
  172. package/lib/components/fields/dropdown-field/index.d.ts +1 -1
  173. package/lib/components/fields/field-error-message/field-error-message.component.d.ts +10 -10
  174. package/lib/components/fields/field-error-message/index.d.ts +1 -1
  175. package/lib/components/fields/fields.module.d.ts +48 -48
  176. package/lib/components/fields/filters/filters.component.d.ts +63 -63
  177. package/lib/components/fields/filters/index.d.ts +1 -1
  178. package/lib/components/fields/index.d.ts +18 -18
  179. package/lib/components/fields/input-number-field/index.d.ts +1 -1
  180. package/lib/components/fields/input-number-field/input-number-field.component.d.ts +28 -28
  181. package/lib/components/fields/multiselect-field/index.d.ts +1 -1
  182. package/lib/components/fields/multiselect-field/multiselect-field.component.d.ts +16 -16
  183. package/lib/components/fields/percentage-field/index.d.ts +1 -1
  184. package/lib/components/fields/percentage-field/percentage-field.component.d.ts +16 -16
  185. package/lib/components/fields/radio-button-field/index.d.ts +1 -1
  186. package/lib/components/fields/radio-button-field/radio-button-field.component.d.ts +25 -25
  187. package/lib/components/fields/range-value/index.d.ts +1 -1
  188. package/lib/components/fields/range-value/range-value.component.d.ts +18 -18
  189. package/lib/components/fields/search-field/index.d.ts +1 -1
  190. package/lib/components/fields/search-field/search-field.component.d.ts +14 -14
  191. package/lib/components/fields/select-button-field/index.d.ts +1 -1
  192. package/lib/components/fields/select-button-field/select-button-field.component.d.ts +9 -9
  193. package/lib/components/fields/text-field/index.d.ts +1 -1
  194. package/lib/components/fields/text-field/text-field.component.d.ts +55 -54
  195. package/lib/components/fields/textarea-field/index.d.ts +1 -1
  196. package/lib/components/fields/textarea-field/textarea-field.component.d.ts +22 -22
  197. package/lib/components/generic-error-modal/generic-error-modal.component.d.ts +16 -15
  198. package/lib/components/generic-error-modal/generic-error-modal.module.d.ts +10 -10
  199. package/lib/components/generic-error-modal/index.d.ts +2 -2
  200. package/lib/components/generic-modal/generic-modal.component.d.ts +24 -24
  201. package/lib/components/generic-modal/generic-modal.module.d.ts +10 -10
  202. package/lib/components/generic-modal/index.d.ts +2 -2
  203. package/lib/components/index.d.ts +13 -13
  204. package/lib/components/menu/index.d.ts +3 -3
  205. package/lib/components/menu/menu.component.d.ts +53 -53
  206. package/lib/components/menu/menu.module.d.ts +10 -10
  207. package/lib/components/menu/sub-menus-list/sub-menus-list.component.d.ts +14 -14
  208. package/lib/components/panel/index.d.ts +2 -2
  209. package/lib/components/panel/panel.component.d.ts +8 -8
  210. package/lib/components/panel/panel.module.d.ts +9 -9
  211. package/lib/components/score/index.d.ts +2 -2
  212. package/lib/components/score/score.component.d.ts +9 -9
  213. package/lib/components/score/score.module.d.ts +7 -7
  214. package/lib/components/top-bar/index.d.ts +2 -2
  215. package/lib/components/top-bar/top-bar.component.d.ts +48 -48
  216. package/lib/components/top-bar/top-bar.module.d.ts +10 -10
  217. package/lib/guards/crud-list-has-items.guard.d.ts +10 -10
  218. package/lib/guards/get-token-by-guid.guard.d.ts +15 -15
  219. package/lib/guards/has-permission.guard.d.ts +13 -13
  220. package/lib/guards/index.d.ts +5 -5
  221. package/lib/guards/role.guard.d.ts +11 -11
  222. package/lib/guards/token-is-present.guard.d.ts +11 -11
  223. package/lib/interceptors/http-interceptor.d.ts +31 -31
  224. package/lib/interceptors/index.d.ts +1 -1
  225. package/lib/models/app-name.enum.d.ts +8 -8
  226. package/lib/models/boolean-type.enum.d.ts +4 -4
  227. package/lib/models/crud-history.model.d.ts +13 -13
  228. package/lib/models/crud-mode.enum.d.ts +5 -5
  229. package/lib/models/currency.enum.d.ts +5 -5
  230. package/lib/models/data-table.model.d.ts +65 -65
  231. package/lib/models/document-type.enum.d.ts +4 -4
  232. package/lib/models/filters.model.d.ts +4 -4
  233. package/lib/models/generic-modal.model.d.ts +13 -13
  234. package/lib/models/http-response.model.d.ts +48 -48
  235. package/lib/models/index.d.ts +17 -17
  236. package/lib/models/ip-info.enum.d.ts +6 -6
  237. package/lib/models/list-item.model.d.ts +7 -7
  238. package/lib/models/locale.enum.d.ts +5 -5
  239. package/lib/models/menu-item.model.d.ts +16 -16
  240. package/lib/models/message-status.enum.d.ts +6 -6
  241. package/lib/models/profile.model.d.ts +292 -292
  242. package/lib/models/role.enum.d.ts +3 -3
  243. package/lib/models/status.enum.d.ts +6 -6
  244. package/lib/models/topbar.model.d.ts +5 -5
  245. package/lib/models/vector-app.model.d.ts +9 -9
  246. package/lib/models/vector-notification.model.d.ts +8 -8
  247. package/lib/models/view.enum.d.ts +5 -5
  248. package/lib/pipes/currency-brl.pipe.d.ts +7 -7
  249. package/lib/pipes/format-document.pipe.d.ts +7 -7
  250. package/lib/pipes/index.d.ts +8 -8
  251. package/lib/pipes/mask.pipe.d.ts +7 -7
  252. package/lib/pipes/not-hidden.pipe.d.ts +7 -7
  253. package/lib/pipes/only-active.pipe.d.ts +7 -7
  254. package/lib/pipes/pipes.module.d.ts +13 -13
  255. package/lib/pipes/remove-last-child.pipe.d.ts +7 -7
  256. package/lib/pipes/unread-notifications.pipe.d.ts +9 -9
  257. package/lib/resolvers/get-selected-crud-item.resolver.d.ts +10 -10
  258. package/lib/resolvers/index.d.ts +1 -1
  259. package/lib/services/auth.service.d.ts +24 -24
  260. package/lib/services/base-dropdown.d.ts +7 -7
  261. package/lib/services/crud-base.service.d.ts +7 -7
  262. package/lib/services/enum.service.d.ts +13 -13
  263. package/lib/services/error-message.service.d.ts +8 -8
  264. package/lib/services/geolocation.service.d.ts +13 -13
  265. package/lib/services/index.d.ts +12 -12
  266. package/lib/services/loading.service.d.ts +7 -7
  267. package/lib/services/menu.service.d.ts +35 -35
  268. package/lib/services/modal.service.d.ts +7 -7
  269. package/lib/services/notifications.service.d.ts +13 -13
  270. package/lib/services/profile.service.d.ts +26 -26
  271. package/lib/services/storage.service.d.ts +43 -43
  272. package/lib/shared/shared.module.d.ts +10 -10
  273. package/lib/utils/cpf-cnpj-validator.util.d.ts +5 -5
  274. package/lib/utils/file.util.d.ts +4 -4
  275. package/lib/utils/index.d.ts +7 -7
  276. package/lib/utils/mask.util.d.ts +21 -21
  277. package/lib/utils/object.util.d.ts +5 -5
  278. package/lib/utils/string.util.d.ts +4 -4
  279. package/lib/utils/validation.util.d.ts +17 -17
  280. package/lib/utils/window.util.d.ts +4 -4
  281. package/package.json +18 -24
  282. package/public-api.d.ts +8 -8
  283. package/esm2020/lib/components/badge/badge.module.mjs +0 -19
  284. package/esm2020/lib/components/breadcrumb/breadcrumb.module.mjs +0 -18
  285. package/esm2020/lib/components/crud-base/crud-base.component.mjs +0 -47
  286. package/esm2020/lib/components/crud-footer/crud-footer.module.mjs +0 -20
  287. package/esm2020/lib/components/crud-header/crud-header.component.mjs +0 -30
  288. package/esm2020/lib/components/crud-header/crud-header.module.mjs +0 -19
  289. package/esm2020/lib/components/crud-history/crud-history.module.mjs +0 -20
  290. package/esm2020/lib/components/fields/data-table/data-table.component.mjs +0 -386
  291. package/esm2020/lib/components/fields/dropdown-field/dropdown-field.component.mjs +0 -204
  292. package/esm2020/lib/components/fields/fields.module.mjs +0 -213
  293. package/esm2020/lib/components/fields/filters/filters.component.mjs +0 -203
  294. package/esm2020/lib/components/fields/search-field/search-field.component.mjs +0 -33
  295. package/esm2020/lib/components/fields/text-field/text-field.component.mjs +0 -229
  296. package/esm2020/lib/components/generic-error-modal/generic-error-modal.component.mjs +0 -36
  297. package/esm2020/lib/components/generic-error-modal/generic-error-modal.module.mjs +0 -20
  298. package/esm2020/lib/components/generic-modal/generic-modal.module.mjs +0 -20
  299. package/esm2020/lib/components/menu/menu.component.mjs +0 -305
  300. package/esm2020/lib/components/menu/menu.module.mjs +0 -20
  301. package/esm2020/lib/components/panel/panel.module.mjs +0 -19
  302. package/esm2020/lib/components/top-bar/top-bar.module.mjs +0 -20
  303. package/esm2020/lib/shared/shared.module.mjs +0 -19
  304. package/esm2020/lib/utils/mask.util.mjs +0 -76
  305. package/fesm2015/ngx-vector-components.mjs +0 -4805
  306. package/fesm2015/ngx-vector-components.mjs.map +0 -1
  307. package/fesm2020/ngx-vector-components.mjs.map +0 -1
@@ -1,19 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { TranslateModule } from '@ngx-translate/core';
4
- import { TooltipModule } from 'primeng/tooltip';
5
- import { PipesModule } from '../pipes';
6
- import * as i0 from "@angular/core";
7
- export class SharedModule {
8
- }
9
- SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: SharedModule, imports: [TranslateModule], exports: [CommonModule, TooltipModule, PipesModule] });
11
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: SharedModule, imports: [[TranslateModule], CommonModule, TooltipModule, PipesModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: SharedModule, decorators: [{
13
- type: NgModule,
14
- args: [{
15
- exports: [CommonModule, TooltipModule, PipesModule],
16
- imports: [TranslateModule],
17
- }]
18
- }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hhcmVkLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC12ZWN0b3ItY29tcG9uZW50cy9zcmMvbGliL3NoYXJlZC9zaGFyZWQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDaEQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLFVBQVUsQ0FBQzs7QUFNdkMsTUFBTSxPQUFPLFlBQVk7O3lHQUFaLFlBQVk7MEdBQVosWUFBWSxZQUZiLGVBQWUsYUFEZixZQUFZLEVBQUUsYUFBYSxFQUFFLFdBQVc7MEdBR3ZDLFlBQVksWUFGZCxDQUFDLGVBQWUsQ0FBQyxFQURoQixZQUFZLEVBQUUsYUFBYSxFQUFFLFdBQVc7MkZBR3ZDLFlBQVk7a0JBSnhCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGFBQWEsRUFBRSxXQUFXLENBQUM7b0JBQ25ELE9BQU8sRUFBRSxDQUFDLGVBQWUsQ0FBQztpQkFDM0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJztcclxuaW1wb3J0IHsgVG9vbHRpcE1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvdG9vbHRpcCc7XHJcbmltcG9ydCB7IFBpcGVzTW9kdWxlIH0gZnJvbSAnLi4vcGlwZXMnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBleHBvcnRzOiBbQ29tbW9uTW9kdWxlLCBUb29sdGlwTW9kdWxlLCBQaXBlc01vZHVsZV0sXHJcbiAgaW1wb3J0czogW1RyYW5zbGF0ZU1vZHVsZV0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTaGFyZWRNb2R1bGUge31cclxuIl19
@@ -1,76 +0,0 @@
1
- const CPF_PATTERN = '###.###.###-##';
2
- const CNPJ_PATTERN = '##.###.###/####-##';
3
- const BOLETO_PATTERN = '#####.##### #####.###### #####.###### # ############## #';
4
- const POSTALCODE_PATTERN = '#####-###';
5
- const CELLPHONE_PATTERN = '(##) #####-####';
6
- const PHONE_PATTERN = '(##) ####-####';
7
- const PLATE_PATTERN = '###-####';
8
- const HOURS_MINUTES_PATTERN = '##:##';
9
- const DNI_PATTERN = '##.###.###';
10
- const CUIT_PATTERN = '##-########-#';
11
- export class MaskUtil {
12
- static formatDocument(stringValue) {
13
- if (!stringValue) {
14
- return '';
15
- }
16
- if (stringValue.length === 11) {
17
- return this.doMaskString(stringValue, CPF_PATTERN);
18
- }
19
- if (stringValue.length === 14) {
20
- return this.doMaskString(stringValue, CNPJ_PATTERN);
21
- }
22
- return stringValue;
23
- }
24
- static formatPostalCode(stringValue) {
25
- return this.doMaskString(stringValue, POSTALCODE_PATTERN);
26
- }
27
- static formatBoleto(stringValue) {
28
- return this.doMaskString(stringValue, BOLETO_PATTERN);
29
- }
30
- static formatPhone(stringValue) {
31
- if (!stringValue) {
32
- return '';
33
- }
34
- if (stringValue.length === 11) {
35
- return this.doMaskString(stringValue, CELLPHONE_PATTERN);
36
- }
37
- else if (stringValue.length === 10) {
38
- return this.doMaskString(stringValue, PHONE_PATTERN);
39
- }
40
- return stringValue;
41
- }
42
- static formatHoursMinutes(stringValue) {
43
- return this.doMaskString(stringValue, HOURS_MINUTES_PATTERN);
44
- }
45
- static formatPlate(stringValue) {
46
- return this.doMaskString(stringValue, PLATE_PATTERN);
47
- }
48
- static formatDni(stringValue) {
49
- return this.doMaskString(stringValue, DNI_PATTERN);
50
- }
51
- static formatCuit(stringValue) {
52
- return this.doMaskString(stringValue, CUIT_PATTERN);
53
- }
54
- static doMaskString(str, pattern) {
55
- if (!str?.trim()) {
56
- return '';
57
- }
58
- if (!pattern || !pattern.includes('#')) {
59
- console.warn('Utilize uma máscara válida. Ex.: (##) #####-####');
60
- return str;
61
- }
62
- let i = 0;
63
- return pattern.replace(/#/g, () => str[i++]);
64
- }
65
- }
66
- MaskUtil.CPF_TEXT_FIELD_PATTERN = '999.999.999-99';
67
- MaskUtil.CNPJ_TEXT_FIELD_PATTERN = '99.999.999/9999-99';
68
- MaskUtil.BOLETO_TEXT_FIELD_PATTERN = '99999.99999 99999.999999 99999.999999 9 99999999999999 9';
69
- MaskUtil.CELLPHONE_TEXT_FIELD_PATTERN = '(99) 99999-9999';
70
- MaskUtil.PHONE_TEXT_FIELD_PATTERN = '(99) 9999-9999';
71
- MaskUtil.POSTALCODE_TEXT_FIELD_PATTERN = '99999-999';
72
- MaskUtil.PLATE_FIELD_PATTERN = 'aaa-9*99';
73
- MaskUtil.HOURS_MINUTES_FIELD_PATTERN = '99:99';
74
- MaskUtil.DNI_FIELD_PATTERN = '99.999.999';
75
- MaskUtil.CUIT_FIELD_PATTERN = '99.99999999.9';
76
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFzay51dGlsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXZlY3Rvci1jb21wb25lbnRzL3NyYy9saWIvdXRpbHMvbWFzay51dGlsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sV0FBVyxHQUFHLGdCQUFnQixDQUFDO0FBQ3JDLE1BQU0sWUFBWSxHQUFHLG9CQUFvQixDQUFDO0FBQzFDLE1BQU0sY0FBYyxHQUFHLDBEQUEwRCxDQUFDO0FBQ2xGLE1BQU0sa0JBQWtCLEdBQUcsV0FBVyxDQUFDO0FBQ3ZDLE1BQU0saUJBQWlCLEdBQUcsaUJBQWlCLENBQUM7QUFDNUMsTUFBTSxhQUFhLEdBQUcsZ0JBQWdCLENBQUM7QUFDdkMsTUFBTSxhQUFhLEdBQUcsVUFBVSxDQUFDO0FBQ2pDLE1BQU0scUJBQXFCLEdBQUcsT0FBTyxDQUFDO0FBQ3RDLE1BQU0sV0FBVyxHQUFHLFlBQVksQ0FBQztBQUNqQyxNQUFNLFlBQVksR0FBRyxlQUFlLENBQUM7QUFFckMsTUFBTSxPQUFPLFFBQVE7SUFZWixNQUFNLENBQUMsY0FBYyxDQUFDLFdBQW1CO1FBQzlDLElBQUksQ0FBQyxXQUFXLEVBQUU7WUFDaEIsT0FBTyxFQUFFLENBQUM7U0FDWDtRQUVELElBQUksV0FBVyxDQUFDLE1BQU0sS0FBSyxFQUFFLEVBQUU7WUFDN0IsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsRUFBRSxXQUFXLENBQUMsQ0FBQztTQUNwRDtRQUVELElBQUksV0FBVyxDQUFDLE1BQU0sS0FBSyxFQUFFLEVBQUU7WUFDN0IsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsRUFBRSxZQUFZLENBQUMsQ0FBQztTQUNyRDtRQUVELE9BQU8sV0FBVyxDQUFDO0lBQ3JCLENBQUM7SUFFTSxNQUFNLENBQUMsZ0JBQWdCLENBQUMsV0FBbUI7UUFDaEQsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsRUFBRSxrQkFBa0IsQ0FBQyxDQUFDO0lBQzVELENBQUM7SUFFTSxNQUFNLENBQUMsWUFBWSxDQUFDLFdBQW1CO1FBQzVDLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLEVBQUUsY0FBYyxDQUFDLENBQUM7SUFDeEQsQ0FBQztJQUVNLE1BQU0sQ0FBQyxXQUFXLENBQUMsV0FBbUI7UUFDM0MsSUFBSSxDQUFDLFdBQVcsRUFBRTtZQUNoQixPQUFPLEVBQUUsQ0FBQztTQUNYO1FBRUQsSUFBSSxXQUFXLENBQUMsTUFBTSxLQUFLLEVBQUUsRUFBRTtZQUM3QixPQUFPLElBQUksQ0FBQyxZQUFZLENBQUMsV0FBVyxFQUFFLGlCQUFpQixDQUFDLENBQUM7U0FDMUQ7YUFBTSxJQUFJLFdBQVcsQ0FBQyxNQUFNLEtBQUssRUFBRSxFQUFFO1lBQ3BDLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLEVBQUUsYUFBYSxDQUFDLENBQUM7U0FDdEQ7UUFFRCxPQUFPLFdBQVcsQ0FBQztJQUNyQixDQUFDO0lBRU0sTUFBTSxDQUFDLGtCQUFrQixDQUFDLFdBQW1CO1FBQ2xELE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLEVBQUUscUJBQXFCLENBQUMsQ0FBQztJQUMvRCxDQUFDO0lBRU0sTUFBTSxDQUFDLFdBQVcsQ0FBQyxXQUFtQjtRQUMzQyxPQUFPLElBQUksQ0FBQyxZQUFZLENBQUMsV0FBVyxFQUFFLGFBQWEsQ0FBQyxDQUFDO0lBQ3ZELENBQUM7SUFFTSxNQUFNLENBQUMsU0FBUyxDQUFDLFdBQW1CO1FBQ3pDLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLEVBQUUsV0FBVyxDQUFDLENBQUM7SUFDckQsQ0FBQztJQUVNLE1BQU0sQ0FBQyxVQUFVLENBQUMsV0FBbUI7UUFDMUMsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsRUFBRSxZQUFZLENBQUMsQ0FBQztJQUN0RCxDQUFDO0lBRU0sTUFBTSxDQUFDLFlBQVksQ0FBQyxHQUFXLEVBQUUsT0FBZ0I7UUFDdEQsSUFBSSxDQUFDLEdBQUcsRUFBRSxJQUFJLEVBQUUsRUFBRTtZQUNoQixPQUFPLEVBQUUsQ0FBQztTQUNYO1FBRUQsSUFBSSxDQUFDLE9BQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDdEMsT0FBTyxDQUFDLElBQUksQ0FBQyxrREFBa0QsQ0FBQyxDQUFDO1lBQ2pFLE9BQU8sR0FBRyxDQUFDO1NBQ1o7UUFDRCxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDVixPQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLEdBQUcsRUFBRSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDL0MsQ0FBQzs7QUE1RWEsK0JBQXNCLEdBQUcsZ0JBQWdCLENBQUM7QUFDMUMsZ0NBQXVCLEdBQUcsb0JBQW9CLENBQUM7QUFDL0Msa0NBQXlCLEdBQUcsMERBQTBELENBQUM7QUFDdkYscUNBQTRCLEdBQUcsaUJBQWlCLENBQUM7QUFDakQsaUNBQXdCLEdBQUcsZ0JBQWdCLENBQUM7QUFDNUMsc0NBQTZCLEdBQUcsV0FBVyxDQUFDO0FBQzVDLDRCQUFtQixHQUFHLFVBQVUsQ0FBQztBQUNqQyxvQ0FBMkIsR0FBRyxPQUFPLENBQUM7QUFDdEMsMEJBQWlCLEdBQUcsWUFBWSxDQUFDO0FBQ2pDLDJCQUFrQixHQUFHLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IENQRl9QQVRURVJOID0gJyMjIy4jIyMuIyMjLSMjJztcclxuY29uc3QgQ05QSl9QQVRURVJOID0gJyMjLiMjIy4jIyMvIyMjIy0jIyc7XHJcbmNvbnN0IEJPTEVUT19QQVRURVJOID0gJyMjIyMjLiMjIyMjICMjIyMjLiMjIyMjIyAjIyMjIy4jIyMjIyMgIyAjIyMjIyMjIyMjIyMjIyAjJztcclxuY29uc3QgUE9TVEFMQ09ERV9QQVRURVJOID0gJyMjIyMjLSMjIyc7XHJcbmNvbnN0IENFTExQSE9ORV9QQVRURVJOID0gJygjIykgIyMjIyMtIyMjIyc7XHJcbmNvbnN0IFBIT05FX1BBVFRFUk4gPSAnKCMjKSAjIyMjLSMjIyMnO1xyXG5jb25zdCBQTEFURV9QQVRURVJOID0gJyMjIy0jIyMjJztcclxuY29uc3QgSE9VUlNfTUlOVVRFU19QQVRURVJOID0gJyMjOiMjJztcclxuY29uc3QgRE5JX1BBVFRFUk4gPSAnIyMuIyMjLiMjIyc7XHJcbmNvbnN0IENVSVRfUEFUVEVSTiA9ICcjIy0jIyMjIyMjIy0jJztcclxuXHJcbmV4cG9ydCBjbGFzcyBNYXNrVXRpbCB7XHJcbiAgcHVibGljIHN0YXRpYyBDUEZfVEVYVF9GSUVMRF9QQVRURVJOID0gJzk5OS45OTkuOTk5LTk5JztcclxuICBwdWJsaWMgc3RhdGljIENOUEpfVEVYVF9GSUVMRF9QQVRURVJOID0gJzk5Ljk5OS45OTkvOTk5OS05OSc7XHJcbiAgcHVibGljIHN0YXRpYyBCT0xFVE9fVEVYVF9GSUVMRF9QQVRURVJOID0gJzk5OTk5Ljk5OTk5IDk5OTk5Ljk5OTk5OSA5OTk5OS45OTk5OTkgOSA5OTk5OTk5OTk5OTk5OSA5JztcclxuICBwdWJsaWMgc3RhdGljIENFTExQSE9ORV9URVhUX0ZJRUxEX1BBVFRFUk4gPSAnKDk5KSA5OTk5OS05OTk5JztcclxuICBwdWJsaWMgc3RhdGljIFBIT05FX1RFWFRfRklFTERfUEFUVEVSTiA9ICcoOTkpIDk5OTktOTk5OSc7XHJcbiAgcHVibGljIHN0YXRpYyBQT1NUQUxDT0RFX1RFWFRfRklFTERfUEFUVEVSTiA9ICc5OTk5OS05OTknO1xyXG4gIHB1YmxpYyBzdGF0aWMgUExBVEVfRklFTERfUEFUVEVSTiA9ICdhYWEtOSo5OSc7XHJcbiAgcHVibGljIHN0YXRpYyBIT1VSU19NSU5VVEVTX0ZJRUxEX1BBVFRFUk4gPSAnOTk6OTknO1xyXG4gIHB1YmxpYyBzdGF0aWMgRE5JX0ZJRUxEX1BBVFRFUk4gPSAnOTkuOTk5Ljk5OSc7XHJcbiAgcHVibGljIHN0YXRpYyBDVUlUX0ZJRUxEX1BBVFRFUk4gPSAnOTkuOTk5OTk5OTkuOSc7XHJcblxyXG4gIHB1YmxpYyBzdGF0aWMgZm9ybWF0RG9jdW1lbnQoc3RyaW5nVmFsdWU6IHN0cmluZykge1xyXG4gICAgaWYgKCFzdHJpbmdWYWx1ZSkge1xyXG4gICAgICByZXR1cm4gJyc7XHJcbiAgICB9XHJcblxyXG4gICAgaWYgKHN0cmluZ1ZhbHVlLmxlbmd0aCA9PT0gMTEpIHtcclxuICAgICAgcmV0dXJuIHRoaXMuZG9NYXNrU3RyaW5nKHN0cmluZ1ZhbHVlLCBDUEZfUEFUVEVSTik7XHJcbiAgICB9XHJcblxyXG4gICAgaWYgKHN0cmluZ1ZhbHVlLmxlbmd0aCA9PT0gMTQpIHtcclxuICAgICAgcmV0dXJuIHRoaXMuZG9NYXNrU3RyaW5nKHN0cmluZ1ZhbHVlLCBDTlBKX1BBVFRFUk4pO1xyXG4gICAgfVxyXG5cclxuICAgIHJldHVybiBzdHJpbmdWYWx1ZTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBzdGF0aWMgZm9ybWF0UG9zdGFsQ29kZShzdHJpbmdWYWx1ZTogc3RyaW5nKSB7XHJcbiAgICByZXR1cm4gdGhpcy5kb01hc2tTdHJpbmcoc3RyaW5nVmFsdWUsIFBPU1RBTENPREVfUEFUVEVSTik7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgc3RhdGljIGZvcm1hdEJvbGV0byhzdHJpbmdWYWx1ZTogc3RyaW5nKSB7XHJcbiAgICByZXR1cm4gdGhpcy5kb01hc2tTdHJpbmcoc3RyaW5nVmFsdWUsIEJPTEVUT19QQVRURVJOKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBzdGF0aWMgZm9ybWF0UGhvbmUoc3RyaW5nVmFsdWU6IHN0cmluZykge1xyXG4gICAgaWYgKCFzdHJpbmdWYWx1ZSkge1xyXG4gICAgICByZXR1cm4gJyc7XHJcbiAgICB9XHJcblxyXG4gICAgaWYgKHN0cmluZ1ZhbHVlLmxlbmd0aCA9PT0gMTEpIHtcclxuICAgICAgcmV0dXJuIHRoaXMuZG9NYXNrU3RyaW5nKHN0cmluZ1ZhbHVlLCBDRUxMUEhPTkVfUEFUVEVSTik7XHJcbiAgICB9IGVsc2UgaWYgKHN0cmluZ1ZhbHVlLmxlbmd0aCA9PT0gMTApIHtcclxuICAgICAgcmV0dXJuIHRoaXMuZG9NYXNrU3RyaW5nKHN0cmluZ1ZhbHVlLCBQSE9ORV9QQVRURVJOKTtcclxuICAgIH1cclxuXHJcbiAgICByZXR1cm4gc3RyaW5nVmFsdWU7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgc3RhdGljIGZvcm1hdEhvdXJzTWludXRlcyhzdHJpbmdWYWx1ZTogc3RyaW5nKSB7XHJcbiAgICByZXR1cm4gdGhpcy5kb01hc2tTdHJpbmcoc3RyaW5nVmFsdWUsIEhPVVJTX01JTlVURVNfUEFUVEVSTik7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgc3RhdGljIGZvcm1hdFBsYXRlKHN0cmluZ1ZhbHVlOiBzdHJpbmcpIHtcclxuICAgIHJldHVybiB0aGlzLmRvTWFza1N0cmluZyhzdHJpbmdWYWx1ZSwgUExBVEVfUEFUVEVSTik7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgc3RhdGljIGZvcm1hdERuaShzdHJpbmdWYWx1ZTogc3RyaW5nKSB7XHJcbiAgICByZXR1cm4gdGhpcy5kb01hc2tTdHJpbmcoc3RyaW5nVmFsdWUsIEROSV9QQVRURVJOKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBzdGF0aWMgZm9ybWF0Q3VpdChzdHJpbmdWYWx1ZTogc3RyaW5nKSB7XHJcbiAgICByZXR1cm4gdGhpcy5kb01hc2tTdHJpbmcoc3RyaW5nVmFsdWUsIENVSVRfUEFUVEVSTik7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgc3RhdGljIGRvTWFza1N0cmluZyhzdHI6IHN0cmluZywgcGF0dGVybj86IHN0cmluZykge1xyXG4gICAgaWYgKCFzdHI/LnRyaW0oKSkge1xyXG4gICAgICByZXR1cm4gJyc7XHJcbiAgICB9XHJcblxyXG4gICAgaWYgKCFwYXR0ZXJuIHx8ICFwYXR0ZXJuLmluY2x1ZGVzKCcjJykpIHtcclxuICAgICAgY29uc29sZS53YXJuKCdVdGlsaXplIHVtYSBtw6FzY2FyYSB2w6FsaWRhLiBFeC46ICgjIykgIyMjIyMtIyMjIycpO1xyXG4gICAgICByZXR1cm4gc3RyO1xyXG4gICAgfVxyXG4gICAgbGV0IGkgPSAwO1xyXG4gICAgcmV0dXJuIHBhdHRlcm4ucmVwbGFjZSgvIy9nLCAoKSA9PiBzdHJbaSsrXSk7XHJcbiAgfVxyXG59XHJcbiJdfQ==