@recursyve/nice-ui-kit.v2 15.0.0-beta.130 → 16.0.0-beta.132

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 (390) hide show
  1. package/esm2022/lib/animations/defaults.mjs +32 -0
  2. package/{esm2020 → esm2022}/lib/api/interceptors/transform-response.interceptor.mjs +4 -4
  3. package/{esm2020 → esm2022}/lib/components/alert/alert.component.mjs +4 -4
  4. package/{esm2020 → esm2022}/lib/components/alert/alert.module.mjs +9 -9
  5. package/{esm2020 → esm2022}/lib/components/alert/alert.service.mjs +4 -4
  6. package/esm2022/lib/components/assets-carousel/assets-carousel.component.mjs +283 -0
  7. package/{esm2020 → esm2022}/lib/components/assets-carousel/assets-carousel.module.mjs +19 -19
  8. package/{esm2020 → esm2022}/lib/components/assets-carousel/directives/assets-carousel-active-content.directive.mjs +4 -4
  9. package/esm2022/lib/components/async-typeahead/async-typeahead.component.mjs +451 -0
  10. package/{esm2020 → esm2022}/lib/components/async-typeahead/async-typeahead.module.mjs +21 -21
  11. package/esm2022/lib/components/async-typeahead/providers/async-typeahead.service.mjs +219 -0
  12. package/{esm2020 → esm2022}/lib/components/base-form/base-form.component.mjs +4 -4
  13. package/{esm2020 → esm2022}/lib/components/base-form/base-form.module.mjs +5 -5
  14. package/{esm2020 → esm2022}/lib/components/base-form/form-submit.directive.mjs +4 -4
  15. package/{esm2020 → esm2022}/lib/components/card/card.component.mjs +4 -4
  16. package/{esm2020 → esm2022}/lib/components/card/card.module.mjs +5 -5
  17. package/{esm2020 → esm2022}/lib/components/carousel/carousel.component.mjs +4 -4
  18. package/esm2022/lib/components/carousel/carousel.module.mjs +40 -0
  19. package/{esm2020 → esm2022}/lib/components/carousel/picture-modal/picture-modal.component.mjs +4 -4
  20. package/{esm2020 → esm2022}/lib/components/carousel/picture-modal/picture-modal.service.mjs +4 -4
  21. package/{esm2020 → esm2022}/lib/components/carousel/pipe/carousel-layout.pipe.mjs +4 -4
  22. package/{esm2020 → esm2022}/lib/components/collapsable/collapsable.component.mjs +4 -4
  23. package/{esm2020 → esm2022}/lib/components/collapsable/collapsable.module.mjs +7 -7
  24. package/{esm2020 → esm2022}/lib/components/date-range-picker/components/header/header.component.mjs +4 -4
  25. package/{esm2020 → esm2022}/lib/components/date-range-picker/components/range-preset/range-preset.component.mjs +4 -4
  26. package/esm2022/lib/components/date-range-picker/date-range-picker.component.mjs +95 -0
  27. package/{esm2020 → esm2022}/lib/components/date-range-picker/date-range-picker.module.mjs +21 -21
  28. package/{esm2020 → esm2022}/lib/components/date-range-picker/providers/date-range-picker.service.mjs +4 -4
  29. package/{esm2020 → esm2022}/lib/components/drawer/drawer.component.mjs +4 -4
  30. package/{esm2020 → esm2022}/lib/components/drawer/drawer.module.mjs +7 -7
  31. package/{esm2020 → esm2022}/lib/components/drawer/drawer.service.mjs +4 -4
  32. package/{esm2020 → esm2022}/lib/components/export-bottom-sheet/export-bottom-sheet.component.mjs +4 -4
  33. package/esm2022/lib/components/export-bottom-sheet/export-bottom-sheet.module.mjs +45 -0
  34. package/{esm2020 → esm2022}/lib/components/export-bottom-sheet/providers/export-bottom-sheet.service.mjs +7 -7
  35. package/esm2022/lib/components/form-error/control-status.directive.mjs +123 -0
  36. package/esm2022/lib/components/form-error/form-error.component.mjs +53 -0
  37. package/{esm2020 → esm2022}/lib/components/form-error/form-error.module.mjs +5 -5
  38. package/esm2022/lib/components/horizontal-stepper/horizontal-stepper.component.mjs +34 -0
  39. package/{esm2020 → esm2022}/lib/components/horizontal-stepper/horizontal-stepper.module.mjs +9 -9
  40. package/{esm2020 → esm2022}/lib/components/horizontal-stepper/step.component.mjs +6 -6
  41. package/esm2022/lib/components/image-cropper/image-cropper.component.mjs +1269 -0
  42. package/{esm2020 → esm2022}/lib/components/image-cropper/image-cropper.module.mjs +5 -5
  43. package/{esm2020 → esm2022}/lib/components/layout/layout.component.mjs +4 -4
  44. package/{esm2020 → esm2022}/lib/components/layout/layout.module.mjs +5 -5
  45. package/{esm2020 → esm2022}/lib/components/loading-spinner/loading-spinner.component.mjs +4 -4
  46. package/{esm2020 → esm2022}/lib/components/loading-spinner/loading-spinner.module.mjs +9 -9
  47. package/{esm2020 → esm2022}/lib/components/loading-spinner/loading.directive.mjs +4 -4
  48. package/{esm2020 → esm2022}/lib/components/loading-toast/loading-toast.component.mjs +4 -4
  49. package/{esm2020 → esm2022}/lib/components/loading-toast/loading-toast.directive.mjs +4 -4
  50. package/{esm2020 → esm2022}/lib/components/loading-toast/loading-toast.module.mjs +5 -5
  51. package/{esm2020 → esm2022}/lib/components/loading-toast/loading-toast.service.mjs +4 -4
  52. package/{esm2020 → esm2022}/lib/components/lottie/lottie.component.mjs +4 -4
  53. package/{esm2020 → esm2022}/lib/components/lottie/lottie.module.mjs +5 -5
  54. package/{esm2020 → esm2022}/lib/components/navigation/components/hint-component-base.mjs +4 -4
  55. package/{esm2020 → esm2022}/lib/components/navigation/directives/show-hint.directive.mjs +4 -4
  56. package/{esm2020 → esm2022}/lib/components/navigation/horizontal/components/basic/basic.component.mjs +4 -4
  57. package/{esm2020 → esm2022}/lib/components/navigation/horizontal/components/branch/branch.component.mjs +4 -4
  58. package/{esm2020 → esm2022}/lib/components/navigation/horizontal/components/divider/divider.component.mjs +4 -4
  59. package/{esm2020 → esm2022}/lib/components/navigation/horizontal/components/spacer/spacer.component.mjs +4 -4
  60. package/{esm2020 → esm2022}/lib/components/navigation/horizontal/horizontal.component.mjs +4 -4
  61. package/{esm2020 → esm2022}/lib/components/navigation/navigation.component.mjs +4 -4
  62. package/{esm2020 → esm2022}/lib/components/navigation/navigation.module.mjs +37 -37
  63. package/{esm2020 → esm2022}/lib/components/navigation/navigation.service.mjs +4 -4
  64. package/{esm2020 → esm2022}/lib/components/navigation/pipes/should-hide.pipe.mjs +4 -4
  65. package/{esm2020 → esm2022}/lib/components/navigation/pipes/should-show-hint.pipe.mjs +4 -4
  66. package/{esm2020 → esm2022}/lib/components/navigation/providers/hint.service.mjs +4 -4
  67. package/{esm2020 → esm2022}/lib/components/navigation/vertical/components/aside/aside.component.mjs +4 -4
  68. package/{esm2020 → esm2022}/lib/components/navigation/vertical/components/basic/basic.component.mjs +4 -4
  69. package/{esm2020 → esm2022}/lib/components/navigation/vertical/components/collapsable/collapsable.component.mjs +4 -4
  70. package/{esm2020 → esm2022}/lib/components/navigation/vertical/components/divider/divider.component.mjs +4 -4
  71. package/{esm2020 → esm2022}/lib/components/navigation/vertical/components/group/group.component.mjs +4 -4
  72. package/{esm2020 → esm2022}/lib/components/navigation/vertical/components/spacer/spacer.component.mjs +4 -4
  73. package/{esm2020 → esm2022}/lib/components/navigation/vertical/vertical.component.mjs +4 -4
  74. package/esm2022/lib/components/search-bar/search-bar.component.mjs +76 -0
  75. package/{esm2020 → esm2022}/lib/components/search-bar/search-bar.module.mjs +13 -13
  76. package/{esm2020 → esm2022}/lib/components/sweet-alert/sweet-alert.component.mjs +4 -4
  77. package/{esm2020 → esm2022}/lib/components/sweet-alert/sweet-alert.directive.mjs +4 -4
  78. package/{esm2020 → esm2022}/lib/components/sweet-alert/sweet-alert.module.mjs +5 -5
  79. package/{esm2020 → esm2022}/lib/components/sweet-alert/sweet-alert.service.mjs +4 -4
  80. package/{esm2020 → esm2022}/lib/components/toast/toast.component.mjs +4 -4
  81. package/{esm2020 → esm2022}/lib/components/toast/toast.module.mjs +5 -5
  82. package/{esm2020 → esm2022}/lib/components/toast/toast.service.mjs +4 -4
  83. package/esm2022/lib/components/toggle-button-group/toggle-button-group.component.mjs +134 -0
  84. package/{esm2020 → esm2022}/lib/components/toggle-button-group/toggle-button-group.module.mjs +7 -7
  85. package/{esm2020 → esm2022}/lib/components/toggle-button-group/toggle-button.component.mjs +4 -4
  86. package/esm2022/lib/components/translation-form/components/textarea/translation-form-textarea.component.mjs +38 -0
  87. package/esm2022/lib/components/translation-form/components/textfield/translation-form-textfield.component.mjs +26 -0
  88. package/esm2022/lib/components/translation-form/components/translation-form.component.mjs +170 -0
  89. package/{esm2020 → esm2022}/lib/components/translation-form/components/translation-form.module.mjs +19 -19
  90. package/{esm2020 → esm2022}/lib/components/translation-form/directives/translation-context.directive.mjs +4 -4
  91. package/{esm2020 → esm2022}/lib/components/translation-form/providers/nice-translation-form.service.mjs +4 -4
  92. package/{esm2020 → esm2022}/lib/components/translation-form/toggle/translation-toggle.component.mjs +4 -4
  93. package/{esm2020 → esm2022}/lib/components/translation-form/validators/require-for-languages.validator.mjs +4 -4
  94. package/{esm2020 → esm2022}/lib/components/typeahead/directives/options-scroll.directive.mjs +4 -4
  95. package/{esm2020 → esm2022}/lib/components/typeahead/directives/options-scroll.module.mjs +5 -5
  96. package/{esm2020 → esm2022}/lib/components/typeahead/typeahead.component.mjs +9 -9
  97. package/{esm2020 → esm2022}/lib/components/typeahead/typeahead.module.mjs +25 -25
  98. package/{esm2020 → esm2022}/lib/directives/autofocus/autofocus.directive.mjs +4 -4
  99. package/{esm2020 → esm2022}/lib/directives/autofocus/autofocus.module.mjs +5 -5
  100. package/{esm2020 → esm2022}/lib/directives/autogrow/autogrow.directive.mjs +4 -4
  101. package/{esm2020 → esm2022}/lib/directives/autogrow/autogrow.module.mjs +5 -5
  102. package/{esm2020 → esm2022}/lib/directives/chip-async-typeahead/chip-async-typeahead.directive.mjs +4 -4
  103. package/{esm2020 → esm2022}/lib/directives/chip-list/chip-list-items/chip-list-item-label.directive.mjs +4 -4
  104. package/{esm2020 → esm2022}/lib/directives/chip-list/chip-list-items/chip-list-items.component.mjs +4 -4
  105. package/{esm2020 → esm2022}/lib/directives/chip-list/chip-list.directive.mjs +4 -4
  106. package/{esm2020 → esm2022}/lib/directives/chip-list/chip-list.module.mjs +5 -5
  107. package/{esm2020 → esm2022}/lib/directives/draggable-list/draggable-list.directive.mjs +4 -4
  108. package/{esm2020 → esm2022}/lib/directives/draggable-list/draggable-list.module.mjs +5 -5
  109. package/{esm2020 → esm2022}/lib/directives/dropzone/dropzone.directive.mjs +4 -4
  110. package/{esm2020 → esm2022}/lib/directives/dropzone/dropzone.module.mjs +5 -5
  111. package/{esm2020 → esm2022}/lib/directives/image-error-placeholder/image-error-placeholder.directive.mjs +4 -4
  112. package/{esm2020 → esm2022}/lib/directives/image-error-placeholder/image-error-placeholder.module.mjs +5 -5
  113. package/{esm2020 → esm2022}/lib/directives/material/material.module.mjs +7 -7
  114. package/{esm2020 → esm2022}/lib/directives/material/nice-material-style.directive.mjs +4 -4
  115. package/{esm2020 → esm2022}/lib/directives/material/nice-rounded-style.directive.mjs +4 -4
  116. package/{esm2020 → esm2022}/lib/directives/modals/modal-on-click.directive.mjs +4 -4
  117. package/{esm2020 → esm2022}/lib/directives/modals/modal-opener.directive.mjs +4 -4
  118. package/{esm2020 → esm2022}/lib/directives/rerender/rerender.directive.mjs +4 -4
  119. package/{esm2020 → esm2022}/lib/directives/resolve/resolve.directive.mjs +4 -4
  120. package/{esm2020 → esm2022}/lib/directives/scroll-reset/scroll-reset.directive.mjs +4 -4
  121. package/{esm2020 → esm2022}/lib/directives/scroll-reset/scroll-reset.module.mjs +5 -5
  122. package/{esm2020 → esm2022}/lib/directives/scrollbar/scrollbar.directive.mjs +4 -4
  123. package/{esm2020 → esm2022}/lib/directives/scrollbar/scrollbar.module.mjs +5 -5
  124. package/{esm2020 → esm2022}/lib/directives/stop-propagation/click-stop-propagation.directive.mjs +4 -4
  125. package/{esm2020 → esm2022}/lib/directives/stop-propagation/stop-propagation.module.mjs +5 -5
  126. package/{esm2020 → esm2022}/lib/directives/window/prevent-close-window.directive.mjs +4 -4
  127. package/{esm2020 → esm2022}/lib/directives/window/window-directive.module.mjs +5 -5
  128. package/esm2022/lib/nice.module.mjs +124 -0
  129. package/{esm2020 → esm2022}/lib/pipes/boolean.pipe.mjs +4 -4
  130. package/{esm2020 → esm2022}/lib/pipes/capitalize-first-letter.pipe.mjs +4 -4
  131. package/{esm2020 → esm2022}/lib/pipes/ceil.pipe.mjs +4 -4
  132. package/{esm2020 → esm2022}/lib/pipes/entries.pipe.mjs +4 -4
  133. package/{esm2020 → esm2022}/lib/pipes/find-by-key.pipe.mjs +4 -4
  134. package/{esm2020 → esm2022}/lib/pipes/first-letter.pipe.mjs +4 -4
  135. package/{esm2020 → esm2022}/lib/pipes/floor.pipe.mjs +4 -4
  136. package/{esm2020 → esm2022}/lib/pipes/join-if-defined.pipe.mjs +4 -4
  137. package/{esm2020 → esm2022}/lib/pipes/link.pipe.mjs +4 -4
  138. package/{esm2020 → esm2022}/lib/pipes/localized-boolean.pipe.mjs +4 -4
  139. package/{esm2020 → esm2022}/lib/pipes/localized-currency.pipe.mjs +4 -4
  140. package/{esm2020 → esm2022}/lib/pipes/localized-date-only.pipe.mjs +4 -4
  141. package/{esm2020 → esm2022}/lib/pipes/localized-date.pipe.mjs +4 -4
  142. package/{esm2020 → esm2022}/lib/pipes/minutes-to-time.pipe.mjs +4 -4
  143. package/{esm2020 → esm2022}/lib/pipes/number-to-ordinal-indicator.pipe.mjs +4 -4
  144. package/{esm2020 → esm2022}/lib/pipes/pad.pipe.mjs +4 -4
  145. package/{esm2020 → esm2022}/lib/pipes/phone.pipe.mjs +4 -4
  146. package/{esm2020 → esm2022}/lib/pipes/pipes.module.mjs +72 -72
  147. package/{esm2020 → esm2022}/lib/pipes/postal-code.pipe.mjs +4 -4
  148. package/{esm2020 → esm2022}/lib/pipes/range.pipe.mjs +4 -4
  149. package/{esm2020 → esm2022}/lib/pipes/round.pipe.mjs +4 -4
  150. package/{esm2020 → esm2022}/lib/pipes/sanitize-bypass.pipe.mjs +4 -4
  151. package/{esm2020 → esm2022}/lib/pipes/seconds-to-time.pipe.mjs +4 -4
  152. package/{esm2020 → esm2022}/lib/pipes/track-by-prop.pipe.mjs +4 -4
  153. package/{esm2020 → esm2022}/lib/providers/config/config.module.mjs +5 -5
  154. package/{esm2020 → esm2022}/lib/providers/config/config.service.mjs +4 -4
  155. package/{esm2020 → esm2022}/lib/providers/media-watcher/media-watcher.module.mjs +7 -7
  156. package/{esm2020 → esm2022}/lib/providers/media-watcher/media-watcher.service.mjs +4 -4
  157. package/{esm2020 → esm2022}/lib/providers/overlay/dynamic-overlay-container.service.mjs +4 -4
  158. package/{esm2020 → esm2022}/lib/providers/overlay/dynamic-overlay.service.mjs +4 -4
  159. package/{esm2020 → esm2022}/lib/providers/splash-screen/splash-screen.module.mjs +7 -7
  160. package/{esm2020 → esm2022}/lib/providers/splash-screen/splash-screen.service.mjs +4 -4
  161. package/{esm2020 → esm2022}/lib/providers/utils/utils.module.mjs +5 -5
  162. package/{esm2020 → esm2022}/lib/providers/utils/utils.service.mjs +4 -4
  163. package/esm2022/lib/utils/regex.utils.mjs +11 -0
  164. package/{fesm2020 → fesm2022}/recursyve-nice-ui-kit.v2.mjs +954 -917
  165. package/fesm2022/recursyve-nice-ui-kit.v2.mjs.map +1 -0
  166. package/lib/components/alert/alert.component.d.ts +1 -1
  167. package/lib/components/assets-carousel/assets-carousel.component.d.ts +1 -1
  168. package/lib/components/async-typeahead/async-typeahead.component.d.ts +5 -3
  169. package/lib/components/async-typeahead/providers/async-typeahead.service.d.ts +8 -5
  170. package/lib/components/base-form/base-form.component.d.ts +1 -1
  171. package/lib/components/base-form/form-submit.directive.d.ts +1 -1
  172. package/lib/components/card/card.component.d.ts +1 -1
  173. package/lib/components/carousel/carousel.component.d.ts +1 -1
  174. package/lib/components/collapsable/collapsable.component.d.ts +1 -1
  175. package/lib/components/date-range-picker/date-range-picker.component.d.ts +1 -1
  176. package/lib/components/drawer/drawer.component.d.ts +1 -1
  177. package/lib/components/form-error/form-error.component.d.ts +1 -1
  178. package/lib/components/image-cropper/image-cropper.component.d.ts +2 -2
  179. package/lib/components/loading-spinner/loading-spinner.component.d.ts +1 -1
  180. package/lib/components/loading-spinner/loading.directive.d.ts +1 -1
  181. package/lib/components/loading-toast/loading-toast.component.d.ts +1 -1
  182. package/lib/components/loading-toast/loading-toast.directive.d.ts +1 -1
  183. package/lib/components/lottie/lottie.component.d.ts +1 -1
  184. package/lib/components/navigation/directives/show-hint.directive.d.ts +1 -1
  185. package/lib/components/navigation/horizontal/components/basic/basic.component.d.ts +1 -1
  186. package/lib/components/navigation/horizontal/components/branch/branch.component.d.ts +1 -1
  187. package/lib/components/navigation/horizontal/components/divider/divider.component.d.ts +1 -1
  188. package/lib/components/navigation/horizontal/components/spacer/spacer.component.d.ts +1 -1
  189. package/lib/components/navigation/horizontal/horizontal.component.d.ts +1 -1
  190. package/lib/components/navigation/vertical/components/aside/aside.component.d.ts +1 -1
  191. package/lib/components/navigation/vertical/components/basic/basic.component.d.ts +1 -1
  192. package/lib/components/navigation/vertical/components/collapsable/collapsable.component.d.ts +1 -1
  193. package/lib/components/navigation/vertical/components/divider/divider.component.d.ts +1 -1
  194. package/lib/components/navigation/vertical/components/group/group.component.d.ts +1 -1
  195. package/lib/components/navigation/vertical/components/spacer/spacer.component.d.ts +1 -1
  196. package/lib/components/navigation/vertical/vertical.component.d.ts +1 -1
  197. package/lib/components/search-bar/search-bar.component.d.ts +1 -1
  198. package/lib/components/sweet-alert/sweet-alert.directive.d.ts +1 -1
  199. package/lib/components/toggle-button-group/toggle-button-group.component.d.ts +1 -1
  200. package/lib/components/toggle-button-group/toggle-button.component.d.ts +1 -1
  201. package/lib/components/translation-form/components/textarea/translation-form-textarea.component.d.ts +1 -1
  202. package/lib/components/translation-form/components/translation-form.component.d.ts +2 -1
  203. package/lib/components/typeahead/directives/options-scroll.directive.d.ts +1 -1
  204. package/lib/components/typeahead/typeahead.component.d.ts +1 -1
  205. package/lib/directives/autogrow/autogrow.directive.d.ts +1 -1
  206. package/lib/directives/chip-list/chip-list-items/chip-list-items.component.d.ts +1 -1
  207. package/lib/directives/chip-list/chip-list.directive.d.ts +1 -1
  208. package/lib/directives/draggable-list/draggable-list.directive.d.ts +1 -1
  209. package/lib/directives/image-error-placeholder/image-error-placeholder.directive.d.ts +1 -1
  210. package/lib/directives/modals/modal-opener.directive.d.ts +1 -1
  211. package/lib/directives/rerender/rerender.directive.d.ts +1 -1
  212. package/lib/directives/resolve/resolve.directive.d.ts +1 -1
  213. package/lib/directives/scrollbar/scrollbar.directive.d.ts +1 -1
  214. package/package.json +13 -19
  215. package/esm2020/lib/animations/defaults.mjs +0 -32
  216. package/esm2020/lib/components/assets-carousel/assets-carousel.component.mjs +0 -283
  217. package/esm2020/lib/components/async-typeahead/async-typeahead.component.mjs +0 -440
  218. package/esm2020/lib/components/async-typeahead/providers/async-typeahead.service.mjs +0 -209
  219. package/esm2020/lib/components/carousel/carousel.module.mjs +0 -41
  220. package/esm2020/lib/components/date-range-picker/date-range-picker.component.mjs +0 -95
  221. package/esm2020/lib/components/export-bottom-sheet/export-bottom-sheet.module.mjs +0 -45
  222. package/esm2020/lib/components/form-error/control-status.directive.mjs +0 -111
  223. package/esm2020/lib/components/form-error/form-error.component.mjs +0 -53
  224. package/esm2020/lib/components/horizontal-stepper/horizontal-stepper.component.mjs +0 -34
  225. package/esm2020/lib/components/image-cropper/image-cropper.component.mjs +0 -1269
  226. package/esm2020/lib/components/search-bar/search-bar.component.mjs +0 -76
  227. package/esm2020/lib/components/toggle-button-group/toggle-button-group.component.mjs +0 -134
  228. package/esm2020/lib/components/translation-form/components/textarea/translation-form-textarea.component.mjs +0 -38
  229. package/esm2020/lib/components/translation-form/components/textfield/translation-form-textfield.component.mjs +0 -26
  230. package/esm2020/lib/components/translation-form/components/translation-form.component.mjs +0 -165
  231. package/esm2020/lib/nice.module.mjs +0 -124
  232. package/esm2020/lib/utils/regex.utils.mjs +0 -11
  233. package/fesm2015/recursyve-nice-ui-kit.v2.mjs +0 -11831
  234. package/fesm2015/recursyve-nice-ui-kit.v2.mjs.map +0 -1
  235. package/fesm2020/recursyve-nice-ui-kit.v2.mjs.map +0 -1
  236. /package/{esm2020 → esm2022}/lib/animations/expand-collapse.mjs +0 -0
  237. /package/{esm2020 → esm2022}/lib/animations/fade.mjs +0 -0
  238. /package/{esm2020 → esm2022}/lib/animations/index.mjs +0 -0
  239. /package/{esm2020 → esm2022}/lib/animations/public-api.mjs +0 -0
  240. /package/{esm2020 → esm2022}/lib/animations/shake.mjs +0 -0
  241. /package/{esm2020 → esm2022}/lib/animations/slide.mjs +0 -0
  242. /package/{esm2020 → esm2022}/lib/animations/zoom.mjs +0 -0
  243. /package/{esm2020 → esm2022}/lib/api/exceptions/api.exception.mjs +0 -0
  244. /package/{esm2020 → esm2022}/lib/api/exceptions/exception.factory.mjs +0 -0
  245. /package/{esm2020 → esm2022}/lib/api/index.mjs +0 -0
  246. /package/{esm2020 → esm2022}/lib/api/nice.api.mjs +0 -0
  247. /package/{esm2020 → esm2022}/lib/api/public-api.mjs +0 -0
  248. /package/{esm2020 → esm2022}/lib/components/alert/alert.types.mjs +0 -0
  249. /package/{esm2020 → esm2022}/lib/components/alert/index.mjs +0 -0
  250. /package/{esm2020 → esm2022}/lib/components/alert/public-api.mjs +0 -0
  251. /package/{esm2020 → esm2022}/lib/components/assets-carousel/assets-carousel.constant.mjs +0 -0
  252. /package/{esm2020 → esm2022}/lib/components/assets-carousel/index.mjs +0 -0
  253. /package/{esm2020 → esm2022}/lib/components/assets-carousel/public-api.mjs +0 -0
  254. /package/{esm2020 → esm2022}/lib/components/async-typeahead/async-typeahead.constant.mjs +0 -0
  255. /package/{esm2020 → esm2022}/lib/components/async-typeahead/index.mjs +0 -0
  256. /package/{esm2020 → esm2022}/lib/components/async-typeahead/providers/async-typeahead.provider.mjs +0 -0
  257. /package/{esm2020 → esm2022}/lib/components/async-typeahead/public-api.mjs +0 -0
  258. /package/{esm2020 → esm2022}/lib/components/base-form/index.mjs +0 -0
  259. /package/{esm2020 → esm2022}/lib/components/base-form/nice-base.form.mjs +0 -0
  260. /package/{esm2020 → esm2022}/lib/components/base-form/public-api.mjs +0 -0
  261. /package/{esm2020 → esm2022}/lib/components/card/card.types.mjs +0 -0
  262. /package/{esm2020 → esm2022}/lib/components/card/index.mjs +0 -0
  263. /package/{esm2020 → esm2022}/lib/components/card/public-api.mjs +0 -0
  264. /package/{esm2020 → esm2022}/lib/components/carousel/index.mjs +0 -0
  265. /package/{esm2020 → esm2022}/lib/components/carousel/picture-modal/index.mjs +0 -0
  266. /package/{esm2020 → esm2022}/lib/components/carousel/picture-modal/public-api.mjs +0 -0
  267. /package/{esm2020 → esm2022}/lib/components/carousel/public-api.mjs +0 -0
  268. /package/{esm2020 → esm2022}/lib/components/collapsable/index.mjs +0 -0
  269. /package/{esm2020 → esm2022}/lib/components/collapsable/public-api.mjs +0 -0
  270. /package/{esm2020 → esm2022}/lib/components/date-range-picker/index.mjs +0 -0
  271. /package/{esm2020 → esm2022}/lib/components/date-range-picker/public-api.mjs +0 -0
  272. /package/{esm2020 → esm2022}/lib/components/drawer/drawer.types.mjs +0 -0
  273. /package/{esm2020 → esm2022}/lib/components/drawer/index.mjs +0 -0
  274. /package/{esm2020 → esm2022}/lib/components/drawer/public-api.mjs +0 -0
  275. /package/{esm2020 → esm2022}/lib/components/export-bottom-sheet/index.mjs +0 -0
  276. /package/{esm2020 → esm2022}/lib/components/export-bottom-sheet/models/export-strategy.model.mjs +0 -0
  277. /package/{esm2020 → esm2022}/lib/components/export-bottom-sheet/public-api.mjs +0 -0
  278. /package/{esm2020 → esm2022}/lib/components/form-error/index.mjs +0 -0
  279. /package/{esm2020 → esm2022}/lib/components/form-error/public-api.mjs +0 -0
  280. /package/{esm2020 → esm2022}/lib/components/horizontal-stepper/index.mjs +0 -0
  281. /package/{esm2020 → esm2022}/lib/components/horizontal-stepper/public-api.mjs +0 -0
  282. /package/{esm2020 → esm2022}/lib/components/image-cropper/index.mjs +0 -0
  283. /package/{esm2020 → esm2022}/lib/components/image-cropper/public-api.mjs +0 -0
  284. /package/{esm2020 → esm2022}/lib/components/image-cropper/resize-canvas.mjs +0 -0
  285. /package/{esm2020 → esm2022}/lib/components/index.mjs +0 -0
  286. /package/{esm2020 → esm2022}/lib/components/layout/index.mjs +0 -0
  287. /package/{esm2020 → esm2022}/lib/components/layout/public-api.mjs +0 -0
  288. /package/{esm2020 → esm2022}/lib/components/loading-spinner/index.mjs +0 -0
  289. /package/{esm2020 → esm2022}/lib/components/loading-spinner/loading.constant.mjs +0 -0
  290. /package/{esm2020 → esm2022}/lib/components/loading-spinner/public-api.mjs +0 -0
  291. /package/{esm2020 → esm2022}/lib/components/loading-toast/index.mjs +0 -0
  292. /package/{esm2020 → esm2022}/lib/components/loading-toast/loading-toast.constant.mjs +0 -0
  293. /package/{esm2020 → esm2022}/lib/components/loading-toast/public-api.mjs +0 -0
  294. /package/{esm2020 → esm2022}/lib/components/loading-toast/rxjs/show-loading-toast.operator.mjs +0 -0
  295. /package/{esm2020 → esm2022}/lib/components/lottie/index.mjs +0 -0
  296. /package/{esm2020 → esm2022}/lib/components/lottie/public-api.mjs +0 -0
  297. /package/{esm2020 → esm2022}/lib/components/navigation/index.mjs +0 -0
  298. /package/{esm2020 → esm2022}/lib/components/navigation/navigation.types.mjs +0 -0
  299. /package/{esm2020 → esm2022}/lib/components/navigation/providers/hide-item.resolver.mjs +0 -0
  300. /package/{esm2020 → esm2022}/lib/components/navigation/providers/hint.resolver.mjs +0 -0
  301. /package/{esm2020 → esm2022}/lib/components/navigation/public-api.mjs +0 -0
  302. /package/{esm2020 → esm2022}/lib/components/public-api.mjs +0 -0
  303. /package/{esm2020 → esm2022}/lib/components/search-bar/index.mjs +0 -0
  304. /package/{esm2020 → esm2022}/lib/components/search-bar/public-api.mjs +0 -0
  305. /package/{esm2020 → esm2022}/lib/components/sweet-alert/index.mjs +0 -0
  306. /package/{esm2020 → esm2022}/lib/components/sweet-alert/public-api.mjs +0 -0
  307. /package/{esm2020 → esm2022}/lib/components/sweet-alert/sweet-alert.constant.mjs +0 -0
  308. /package/{esm2020 → esm2022}/lib/components/toast/index.mjs +0 -0
  309. /package/{esm2020 → esm2022}/lib/components/toast/public-api.mjs +0 -0
  310. /package/{esm2020 → esm2022}/lib/components/toast/rxjs/show-success-or-error-toast.operator.mjs +0 -0
  311. /package/{esm2020 → esm2022}/lib/components/toast/rxjs/show-toast.operator.mjs +0 -0
  312. /package/{esm2020 → esm2022}/lib/components/toast/toast.constant.mjs +0 -0
  313. /package/{esm2020 → esm2022}/lib/components/toggle-button-group/index.mjs +0 -0
  314. /package/{esm2020 → esm2022}/lib/components/toggle-button-group/public-api.mjs +0 -0
  315. /package/{esm2020 → esm2022}/lib/components/translation-form/decorators/translation-form-group.decorator.mjs +0 -0
  316. /package/{esm2020 → esm2022}/lib/components/translation-form/index.mjs +0 -0
  317. /package/{esm2020 → esm2022}/lib/components/translation-form/public-api.mjs +0 -0
  318. /package/{esm2020 → esm2022}/lib/components/translation-form/translation.form.mjs +0 -0
  319. /package/{esm2020 → esm2022}/lib/components/typeahead/index.mjs +0 -0
  320. /package/{esm2020 → esm2022}/lib/components/typeahead/public-api.mjs +0 -0
  321. /package/{esm2020 → esm2022}/lib/directives/autofocus/index.mjs +0 -0
  322. /package/{esm2020 → esm2022}/lib/directives/autofocus/public-api.mjs +0 -0
  323. /package/{esm2020 → esm2022}/lib/directives/autogrow/index.mjs +0 -0
  324. /package/{esm2020 → esm2022}/lib/directives/autogrow/public-api.mjs +0 -0
  325. /package/{esm2020 → esm2022}/lib/directives/chip-async-typeahead/index.mjs +0 -0
  326. /package/{esm2020 → esm2022}/lib/directives/chip-async-typeahead/public-api.mjs +0 -0
  327. /package/{esm2020 → esm2022}/lib/directives/chip-list/chip-list.constant.mjs +0 -0
  328. /package/{esm2020 → esm2022}/lib/directives/chip-list/index.mjs +0 -0
  329. /package/{esm2020 → esm2022}/lib/directives/chip-list/public-api.mjs +0 -0
  330. /package/{esm2020 → esm2022}/lib/directives/draggable-list/index.mjs +0 -0
  331. /package/{esm2020 → esm2022}/lib/directives/draggable-list/public-api.mjs +0 -0
  332. /package/{esm2020 → esm2022}/lib/directives/dropzone/index.mjs +0 -0
  333. /package/{esm2020 → esm2022}/lib/directives/dropzone/public-api.mjs +0 -0
  334. /package/{esm2020 → esm2022}/lib/directives/image-error-placeholder/index.mjs +0 -0
  335. /package/{esm2020 → esm2022}/lib/directives/image-error-placeholder/public-api.mjs +0 -0
  336. /package/{esm2020 → esm2022}/lib/directives/index.mjs +0 -0
  337. /package/{esm2020 → esm2022}/lib/directives/material/index.mjs +0 -0
  338. /package/{esm2020 → esm2022}/lib/directives/material/public-api.mjs +0 -0
  339. /package/{esm2020 → esm2022}/lib/directives/modals/index.mjs +0 -0
  340. /package/{esm2020 → esm2022}/lib/directives/modals/public-api.mjs +0 -0
  341. /package/{esm2020 → esm2022}/lib/directives/public-api.mjs +0 -0
  342. /package/{esm2020 → esm2022}/lib/directives/rerender/index.mjs +0 -0
  343. /package/{esm2020 → esm2022}/lib/directives/rerender/public-api.mjs +0 -0
  344. /package/{esm2020 → esm2022}/lib/directives/resolve/index.mjs +0 -0
  345. /package/{esm2020 → esm2022}/lib/directives/resolve/public-api.mjs +0 -0
  346. /package/{esm2020 → esm2022}/lib/directives/scroll-reset/index.mjs +0 -0
  347. /package/{esm2020 → esm2022}/lib/directives/scroll-reset/public-api.mjs +0 -0
  348. /package/{esm2020 → esm2022}/lib/directives/scrollbar/index.mjs +0 -0
  349. /package/{esm2020 → esm2022}/lib/directives/scrollbar/public-api.mjs +0 -0
  350. /package/{esm2020 → esm2022}/lib/directives/scrollbar/scrollbar.types.mjs +0 -0
  351. /package/{esm2020 → esm2022}/lib/directives/stop-propagation/index.mjs +0 -0
  352. /package/{esm2020 → esm2022}/lib/directives/stop-propagation/public-api.mjs +0 -0
  353. /package/{esm2020 → esm2022}/lib/directives/window/index.mjs +0 -0
  354. /package/{esm2020 → esm2022}/lib/directives/window/public-api.mjs +0 -0
  355. /package/{esm2020 → esm2022}/lib/pipes/index.mjs +0 -0
  356. /package/{esm2020 → esm2022}/lib/pipes/public-api.mjs +0 -0
  357. /package/{esm2020 → esm2022}/lib/providers/config/config.constants.mjs +0 -0
  358. /package/{esm2020 → esm2022}/lib/providers/config/config.model.mjs +0 -0
  359. /package/{esm2020 → esm2022}/lib/providers/config/index.mjs +0 -0
  360. /package/{esm2020 → esm2022}/lib/providers/config/public-api.mjs +0 -0
  361. /package/{esm2020 → esm2022}/lib/providers/index.mjs +0 -0
  362. /package/{esm2020 → esm2022}/lib/providers/media-watcher/index.mjs +0 -0
  363. /package/{esm2020 → esm2022}/lib/providers/media-watcher/public-api.mjs +0 -0
  364. /package/{esm2020 → esm2022}/lib/providers/public-api.mjs +0 -0
  365. /package/{esm2020 → esm2022}/lib/providers/splash-screen/index.mjs +0 -0
  366. /package/{esm2020 → esm2022}/lib/providers/splash-screen/public-api.mjs +0 -0
  367. /package/{esm2020 → esm2022}/lib/providers/utils/index.mjs +0 -0
  368. /package/{esm2020 → esm2022}/lib/providers/utils/public-api.mjs +0 -0
  369. /package/{esm2020 → esm2022}/lib/types/constructor.mjs +0 -0
  370. /package/{esm2020 → esm2022}/lib/utils/array.utils.mjs +0 -0
  371. /package/{esm2020 → esm2022}/lib/utils/case.utils.mjs +0 -0
  372. /package/{esm2020 → esm2022}/lib/utils/colors.utils.mjs +0 -0
  373. /package/{esm2020 → esm2022}/lib/utils/date.utils.mjs +0 -0
  374. /package/{esm2020 → esm2022}/lib/utils/file.utils.mjs +0 -0
  375. /package/{esm2020 → esm2022}/lib/utils/font-awesome.utils.mjs +0 -0
  376. /package/{esm2020 → esm2022}/lib/utils/form-data.utils.mjs +0 -0
  377. /package/{esm2020 → esm2022}/lib/utils/http-status.utils.mjs +0 -0
  378. /package/{esm2020 → esm2022}/lib/utils/index.mjs +0 -0
  379. /package/{esm2020 → esm2022}/lib/utils/keyboard.utils.mjs +0 -0
  380. /package/{esm2020 → esm2022}/lib/utils/lexorank.utils.mjs +0 -0
  381. /package/{esm2020 → esm2022}/lib/utils/modal.utils.mjs +0 -0
  382. /package/{esm2020 → esm2022}/lib/utils/number.utils.mjs +0 -0
  383. /package/{esm2020 → esm2022}/lib/utils/object.utils.mjs +0 -0
  384. /package/{esm2020 → esm2022}/lib/utils/promise.utils.mjs +0 -0
  385. /package/{esm2020 → esm2022}/lib/utils/public-api.mjs +0 -0
  386. /package/{esm2020 → esm2022}/lib/utils/query-params.utils.mjs +0 -0
  387. /package/{esm2020 → esm2022}/lib/utils/type.utils.mjs +0 -0
  388. /package/{esm2020 → esm2022}/lib/utils/url.utils.mjs +0 -0
  389. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
  390. /package/{esm2020 → esm2022}/recursyve-nice-ui-kit.v2.mjs +0 -0
@@ -1,124 +0,0 @@
1
- import { NgModule, Optional, SkipSelf } from "@angular/core";
2
- import { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS } from "@angular/material/autocomplete";
3
- import { MAT_CHIPS_DEFAULT_OPTIONS } from "@angular/material/chips";
4
- import { MATERIAL_SANITY_CHECKS } from "@angular/material/core";
5
- import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from "@angular/material/form-field";
6
- import { MAT_LIST_CONFIG } from "@angular/material/list";
7
- import { MAT_SELECT_CONFIG } from "@angular/material/select";
8
- import { NiceMediaWatcherModule, NiceSplashScreenModule, NiceUtilsModule } from "./providers";
9
- import * as i0 from "@angular/core";
10
- export class NiceModule {
11
- /**
12
- * Constructor
13
- */
14
- constructor(parentModule) {
15
- if (parentModule) {
16
- throw new Error("NiceModule has already been loaded. Import this module in the AppModule only!");
17
- }
18
- }
19
- }
20
- NiceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NiceModule, deps: [{ token: NiceModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
21
- NiceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: NiceModule, imports: [NiceMediaWatcherModule,
22
- NiceSplashScreenModule,
23
- NiceUtilsModule] });
24
- NiceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NiceModule, providers: [
25
- {
26
- // Disable 'theme' sanity check
27
- provide: MATERIAL_SANITY_CHECKS,
28
- useValue: {
29
- doctype: true,
30
- theme: false,
31
- version: true
32
- }
33
- },
34
- {
35
- // Use the 'fill' appearance on Angular Material form fields by default
36
- provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
37
- useValue: {
38
- appearance: "fill"
39
- }
40
- },
41
- {
42
- provide: MAT_SELECT_CONFIG,
43
- useValue: {
44
- hideSingleSelectionIndicator: true
45
- }
46
- },
47
- {
48
- provide: MAT_AUTOCOMPLETE_DEFAULT_OPTIONS,
49
- useValue: {
50
- hideSingleSelectionIndicator: true
51
- }
52
- },
53
- {
54
- provide: MAT_LIST_CONFIG,
55
- useValue: {
56
- hideSingleSelectionIndicator: true
57
- }
58
- },
59
- {
60
- provide: MAT_CHIPS_DEFAULT_OPTIONS,
61
- useValue: {
62
- hideSingleSelectionIndicator: true
63
- }
64
- }
65
- ], imports: [NiceMediaWatcherModule,
66
- NiceSplashScreenModule,
67
- NiceUtilsModule] });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NiceModule, decorators: [{
69
- type: NgModule,
70
- args: [{
71
- imports: [
72
- NiceMediaWatcherModule,
73
- NiceSplashScreenModule,
74
- NiceUtilsModule
75
- ],
76
- providers: [
77
- {
78
- // Disable 'theme' sanity check
79
- provide: MATERIAL_SANITY_CHECKS,
80
- useValue: {
81
- doctype: true,
82
- theme: false,
83
- version: true
84
- }
85
- },
86
- {
87
- // Use the 'fill' appearance on Angular Material form fields by default
88
- provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
89
- useValue: {
90
- appearance: "fill"
91
- }
92
- },
93
- {
94
- provide: MAT_SELECT_CONFIG,
95
- useValue: {
96
- hideSingleSelectionIndicator: true
97
- }
98
- },
99
- {
100
- provide: MAT_AUTOCOMPLETE_DEFAULT_OPTIONS,
101
- useValue: {
102
- hideSingleSelectionIndicator: true
103
- }
104
- },
105
- {
106
- provide: MAT_LIST_CONFIG,
107
- useValue: {
108
- hideSingleSelectionIndicator: true
109
- }
110
- },
111
- {
112
- provide: MAT_CHIPS_DEFAULT_OPTIONS,
113
- useValue: {
114
- hideSingleSelectionIndicator: true
115
- }
116
- }
117
- ]
118
- }]
119
- }], ctorParameters: function () { return [{ type: NiceModule, decorators: [{
120
- type: Optional
121
- }, {
122
- type: SkipSelf
123
- }] }]; } });
124
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmljZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uaWNlLXVpLWtpdC12Mi9zcmMvbGliL25pY2UubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RCxPQUFPLEVBQUUsZ0NBQWdDLEVBQWlDLE1BQU0sZ0NBQWdDLENBQUM7QUFDakgsT0FBTyxFQUFFLHlCQUF5QixFQUEwQixNQUFNLHlCQUF5QixDQUFDO0FBQzVGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSw4QkFBOEIsRUFBOEIsTUFBTSw4QkFBOEIsQ0FBQztBQUMxRyxPQUFPLEVBQUUsZUFBZSxFQUFpQixNQUFNLHdCQUF3QixDQUFDO0FBQ3hFLE9BQU8sRUFBRSxpQkFBaUIsRUFBbUIsTUFBTSwwQkFBMEIsQ0FBQztBQUU5RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsc0JBQXNCLEVBQUUsZUFBZSxFQUFFLE1BQU0sYUFBYSxDQUFDOztBQW1EOUYsTUFBTSxPQUFPLFVBQVU7SUFDbkI7O09BRUc7SUFDSCxZQUFvQyxZQUF5QjtRQUN6RCxJQUFJLFlBQVksRUFBRTtZQUNkLE1BQU0sSUFBSSxLQUFLLENBQUMsK0VBQStFLENBQUMsQ0FBQztTQUNwRztJQUNMLENBQUM7O3VHQVJRLFVBQVU7d0dBQVYsVUFBVSxZQS9DZixzQkFBc0I7UUFDdEIsc0JBQXNCO1FBQ3RCLGVBQWU7d0dBNkNWLFVBQVUsYUEzQ1I7UUFDUDtZQUNJLCtCQUErQjtZQUMvQixPQUFPLEVBQUcsc0JBQXNCO1lBQ2hDLFFBQVEsRUFBRTtnQkFDTixPQUFPLEVBQUUsSUFBSTtnQkFDYixLQUFLLEVBQUksS0FBSztnQkFDZCxPQUFPLEVBQUUsSUFBSTthQUNoQjtTQUNKO1FBQ0Q7WUFDSSx1RUFBdUU7WUFDdkUsT0FBTyxFQUFFLDhCQUE4QjtZQUN2QyxRQUFRLEVBQUU7Z0JBQ04sVUFBVSxFQUFFLE1BQU07YUFDUztTQUNsQztRQUNEO1lBQ0ksT0FBTyxFQUFFLGlCQUFpQjtZQUMxQixRQUFRLEVBQUU7Z0JBQ04sNEJBQTRCLEVBQUUsSUFBSTthQUNsQjtTQUN2QjtRQUNEO1lBQ0ksT0FBTyxFQUFFLGdDQUFnQztZQUN6QyxRQUFRLEVBQUU7Z0JBQ04sNEJBQTRCLEVBQUUsSUFBSTthQUNKO1NBQ3JDO1FBQ0Q7WUFDSSxPQUFPLEVBQUUsZUFBZTtZQUN4QixRQUFRLEVBQUU7Z0JBQ04sNEJBQTRCLEVBQUUsSUFBSTthQUNwQjtTQUNyQjtRQUNEO1lBQ0ksT0FBTyxFQUFFLHlCQUF5QjtZQUNsQyxRQUFRLEVBQUU7Z0JBQ04sNEJBQTRCLEVBQUUsSUFBSTthQUNYO1NBQzlCO0tBQ0osWUE3Q0csc0JBQXNCO1FBQ3RCLHNCQUFzQjtRQUN0QixlQUFlOzJGQTZDVixVQUFVO2tCQWpEdEIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsc0JBQXNCO3dCQUN0QixzQkFBc0I7d0JBQ3RCLGVBQWU7cUJBQ2xCO29CQUNELFNBQVMsRUFBRTt3QkFDUDs0QkFDSSwrQkFBK0I7NEJBQy9CLE9BQU8sRUFBRyxzQkFBc0I7NEJBQ2hDLFFBQVEsRUFBRTtnQ0FDTixPQUFPLEVBQUUsSUFBSTtnQ0FDYixLQUFLLEVBQUksS0FBSztnQ0FDZCxPQUFPLEVBQUUsSUFBSTs2QkFDaEI7eUJBQ0o7d0JBQ0Q7NEJBQ0ksdUVBQXVFOzRCQUN2RSxPQUFPLEVBQUUsOEJBQThCOzRCQUN2QyxRQUFRLEVBQUU7Z0NBQ04sVUFBVSxFQUFFLE1BQU07NkJBQ1M7eUJBQ2xDO3dCQUNEOzRCQUNJLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFFBQVEsRUFBRTtnQ0FDTiw0QkFBNEIsRUFBRSxJQUFJOzZCQUNsQjt5QkFDdkI7d0JBQ0Q7NEJBQ0ksT0FBTyxFQUFFLGdDQUFnQzs0QkFDekMsUUFBUSxFQUFFO2dDQUNOLDRCQUE0QixFQUFFLElBQUk7NkJBQ0o7eUJBQ3JDO3dCQUNEOzRCQUNJLE9BQU8sRUFBRSxlQUFlOzRCQUN4QixRQUFRLEVBQUU7Z0NBQ04sNEJBQTRCLEVBQUUsSUFBSTs2QkFDcEI7eUJBQ3JCO3dCQUNEOzRCQUNJLE9BQU8sRUFBRSx5QkFBeUI7NEJBQ2xDLFFBQVEsRUFBRTtnQ0FDTiw0QkFBNEIsRUFBRSxJQUFJOzZCQUNYO3lCQUM5QjtxQkFDSjtpQkFDSjs7MEJBS2dCLFFBQVE7OzBCQUFJLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgT3B0aW9uYWwsIFNraXBTZWxmIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IE1BVF9BVVRPQ09NUExFVEVfREVGQVVMVF9PUFRJT05TLCBNYXRBdXRvY29tcGxldGVEZWZhdWx0T3B0aW9ucyB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9hdXRvY29tcGxldGVcIjtcbmltcG9ydCB7IE1BVF9DSElQU19ERUZBVUxUX09QVElPTlMsIE1hdENoaXBzRGVmYXVsdE9wdGlvbnMgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvY2hpcHNcIjtcbmltcG9ydCB7IE1BVEVSSUFMX1NBTklUWV9DSEVDS1MgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZVwiO1xuaW1wb3J0IHsgTUFUX0ZPUk1fRklFTERfREVGQVVMVF9PUFRJT05TLCBNYXRGb3JtRmllbGREZWZhdWx0T3B0aW9ucyB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9mb3JtLWZpZWxkXCI7XG5pbXBvcnQgeyBNQVRfTElTVF9DT05GSUcsIE1hdExpc3RDb25maWcgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvbGlzdFwiO1xuaW1wb3J0IHsgTUFUX1NFTEVDVF9DT05GSUcsIE1hdFNlbGVjdENvbmZpZyB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9zZWxlY3RcIjtcbmltcG9ydCB7IE1BVF9UQUJTX0NPTkZJRywgTWF0VGFic0NvbmZpZyB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC90YWJzXCI7XG5pbXBvcnQgeyBOaWNlTWVkaWFXYXRjaGVyTW9kdWxlLCBOaWNlU3BsYXNoU2NyZWVuTW9kdWxlLCBOaWNlVXRpbHNNb2R1bGUgfSBmcm9tIFwiLi9wcm92aWRlcnNcIjtcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIE5pY2VNZWRpYVdhdGNoZXJNb2R1bGUsXG4gICAgICAgIE5pY2VTcGxhc2hTY3JlZW5Nb2R1bGUsXG4gICAgICAgIE5pY2VVdGlsc01vZHVsZVxuICAgIF0sXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIC8vIERpc2FibGUgJ3RoZW1lJyBzYW5pdHkgY2hlY2tcbiAgICAgICAgICAgIHByb3ZpZGUgOiBNQVRFUklBTF9TQU5JVFlfQ0hFQ0tTLFxuICAgICAgICAgICAgdXNlVmFsdWU6IHtcbiAgICAgICAgICAgICAgICBkb2N0eXBlOiB0cnVlLFxuICAgICAgICAgICAgICAgIHRoZW1lICA6IGZhbHNlLFxuICAgICAgICAgICAgICAgIHZlcnNpb246IHRydWVcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAge1xuICAgICAgICAgICAgLy8gVXNlIHRoZSAnZmlsbCcgYXBwZWFyYW5jZSBvbiBBbmd1bGFyIE1hdGVyaWFsIGZvcm0gZmllbGRzIGJ5IGRlZmF1bHRcbiAgICAgICAgICAgIHByb3ZpZGU6IE1BVF9GT1JNX0ZJRUxEX0RFRkFVTFRfT1BUSU9OUyxcbiAgICAgICAgICAgIHVzZVZhbHVlOiB7XG4gICAgICAgICAgICAgICAgYXBwZWFyYW5jZTogXCJmaWxsXCJcbiAgICAgICAgICAgIH0gYXMgTWF0Rm9ybUZpZWxkRGVmYXVsdE9wdGlvbnNcbiAgICAgICAgfSxcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogTUFUX1NFTEVDVF9DT05GSUcsXG4gICAgICAgICAgICB1c2VWYWx1ZToge1xuICAgICAgICAgICAgICAgIGhpZGVTaW5nbGVTZWxlY3Rpb25JbmRpY2F0b3I6IHRydWVcbiAgICAgICAgICAgIH0gYXMgTWF0U2VsZWN0Q29uZmlnXG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IE1BVF9BVVRPQ09NUExFVEVfREVGQVVMVF9PUFRJT05TLFxuICAgICAgICAgICAgdXNlVmFsdWU6IHtcbiAgICAgICAgICAgICAgICBoaWRlU2luZ2xlU2VsZWN0aW9uSW5kaWNhdG9yOiB0cnVlXG4gICAgICAgICAgICB9IGFzIE1hdEF1dG9jb21wbGV0ZURlZmF1bHRPcHRpb25zXG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IE1BVF9MSVNUX0NPTkZJRyxcbiAgICAgICAgICAgIHVzZVZhbHVlOiB7XG4gICAgICAgICAgICAgICAgaGlkZVNpbmdsZVNlbGVjdGlvbkluZGljYXRvcjogdHJ1ZVxuICAgICAgICAgICAgfSBhcyBNYXRMaXN0Q29uZmlnXG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IE1BVF9DSElQU19ERUZBVUxUX09QVElPTlMsXG4gICAgICAgICAgICB1c2VWYWx1ZToge1xuICAgICAgICAgICAgICAgIGhpZGVTaW5nbGVTZWxlY3Rpb25JbmRpY2F0b3I6IHRydWVcbiAgICAgICAgICAgIH0gYXMgTWF0Q2hpcHNEZWZhdWx0T3B0aW9uc1xuICAgICAgICB9XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBOaWNlTW9kdWxlIHtcbiAgICAvKipcbiAgICAgKiBDb25zdHJ1Y3RvclxuICAgICAqL1xuICAgIGNvbnN0cnVjdG9yKEBPcHRpb25hbCgpIEBTa2lwU2VsZigpIHBhcmVudE1vZHVsZT86IE5pY2VNb2R1bGUpIHtcbiAgICAgICAgaWYgKHBhcmVudE1vZHVsZSkge1xuICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKFwiTmljZU1vZHVsZSBoYXMgYWxyZWFkeSBiZWVuIGxvYWRlZC4gSW1wb3J0IHRoaXMgbW9kdWxlIGluIHRoZSBBcHBNb2R1bGUgb25seSFcIik7XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
@@ -1,11 +0,0 @@
1
- const lowerUpperDigit8 = /^(?=.*[a-z])(?=.*[A-Z])(?=.*\d).{8,}$/;
2
- export class RegexUtils {
3
- }
4
- RegexUtils.email = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
5
- RegexUtils.password = {
6
- // Used as default.
7
- // 8 chars, lower + upper + digit.
8
- lowerUpperDigit8
9
- };
10
- RegexUtils.canadianPostalCode = /^((?!.*[DFIOQU])[A-VXYa-vxy][0-9][A-Za-z] ?[0-9][A-Za-z][0-9])?$/;
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnZXgudXRpbHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uaWNlLXVpLWtpdC12Mi9zcmMvbGliL3V0aWxzL3JlZ2V4LnV0aWxzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sZ0JBQWdCLEdBQUcsdUNBQXVDLENBQUM7QUFFakUsTUFBTSxPQUFPLFVBQVU7O0FBQ0wsZ0JBQUssR0FBRyx3SkFBd0osQ0FBQztBQUVqSyxtQkFBUSxHQUFHO0lBQ3JCLG1CQUFtQjtJQUNuQixrQ0FBa0M7SUFDbEMsZ0JBQWdCO0NBQ25CLENBQUM7QUFFWSw2QkFBa0IsR0FBRyxrRUFBa0UsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IGxvd2VyVXBwZXJEaWdpdDggPSAvXig/PS4qW2Etel0pKD89LipbQS1aXSkoPz0uKlxcZCkuezgsfSQvO1xuXG5leHBvcnQgY2xhc3MgUmVnZXhVdGlscyB7XG4gICAgcHVibGljIHN0YXRpYyBlbWFpbCA9IC9eKChbXjw+KClcXFtcXF1cXFxcLiw7Olxcc0BcIl0rKFxcLltePD4oKVxcW1xcXVxcXFwuLDs6XFxzQFwiXSspKil8KFwiLitcIikpQCgoXFxbWzAtOV17MSwzfVxcLlswLTldezEsM31cXC5bMC05XXsxLDN9XFwuWzAtOV17MSwzfV0pfCgoW2EtekEtWlxcLTAtOV0rXFwuKStbYS16QS1aXXsyLH0pKSQvO1xuXG4gICAgcHVibGljIHN0YXRpYyBwYXNzd29yZCA9IHtcbiAgICAgICAgLy8gVXNlZCBhcyBkZWZhdWx0LlxuICAgICAgICAvLyA4IGNoYXJzLCBsb3dlciArIHVwcGVyICsgZGlnaXQuXG4gICAgICAgIGxvd2VyVXBwZXJEaWdpdDhcbiAgICB9O1xuXG4gICAgcHVibGljIHN0YXRpYyBjYW5hZGlhblBvc3RhbENvZGUgPSAvXigoPyEuKltERklPUVVdKVtBLVZYWWEtdnh5XVswLTldW0EtWmEtel0gP1swLTldW0EtWmEtel1bMC05XSk/JC87XG59XG4iXX0=