@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,53 +0,0 @@
1
- import { animate, style, transition, trigger } from "@angular/animations";
2
- import { Component, Input, ViewEncapsulation } from "@angular/core";
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@angular/material/form-field";
6
- export class NiceFormErrorComponent {
7
- constructor() {
8
- this.increment = 0;
9
- }
10
- set error(value) {
11
- if (value) {
12
- if (this.message !== value) {
13
- this.increment++;
14
- }
15
- }
16
- this.message = value;
17
- }
18
- }
19
- NiceFormErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NiceFormErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
- NiceFormErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: NiceFormErrorComponent, selector: "[form-error]", inputs: { error: "error" }, ngImport: i0, template: `
21
- <div [@animation]="increment" *ngIf="message">
22
- <mat-error>{{ message }}</mat-error>
23
- </div>
24
- `, isInline: true, styles: [".form-error-show .mat-mdc-form-field-subscript-wrapper.override-height:before{height:32px!important}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.MatError, selector: "mat-error, [matError]", inputs: ["id"] }], animations: [
25
- trigger("animation", [
26
- transition(":increment", [style({ opacity: 0 }), animate("200ms ease-in", style({ opacity: 1 }))]),
27
- transition(":enter", [
28
- style({ opacity: 0, transform: "translateY(-1rem)" }),
29
- animate("200ms ease-in", style({ opacity: 1, transform: "translateY(0)" }))
30
- ]),
31
- transition(":leave", [animate("200ms ease-out", style({ opacity: 0, transform: "translateY(-1rem)" }))])
32
- ])
33
- ], encapsulation: i0.ViewEncapsulation.None });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NiceFormErrorComponent, decorators: [{
35
- type: Component,
36
- args: [{ selector: "[form-error]", template: `
37
- <div [@animation]="increment" *ngIf="message">
38
- <mat-error>{{ message }}</mat-error>
39
- </div>
40
- `, animations: [
41
- trigger("animation", [
42
- transition(":increment", [style({ opacity: 0 }), animate("200ms ease-in", style({ opacity: 1 }))]),
43
- transition(":enter", [
44
- style({ opacity: 0, transform: "translateY(-1rem)" }),
45
- animate("200ms ease-in", style({ opacity: 1, transform: "translateY(0)" }))
46
- ]),
47
- transition(":leave", [animate("200ms ease-out", style({ opacity: 0, transform: "translateY(-1rem)" }))])
48
- ])
49
- ], encapsulation: ViewEncapsulation.None, styles: [".form-error-show .mat-mdc-form-field-subscript-wrapper.override-height:before{height:32px!important}\n"] }]
50
- }], propDecorators: { error: [{
51
- type: Input
52
- }] } });
53
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1lcnJvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uaWNlLXVpLWtpdC12Mi9zcmMvbGliL2NvbXBvbmVudHMvZm9ybS1lcnJvci9mb3JtLWVycm9yLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDMUUsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUF1QnBFLE1BQU0sT0FBTyxzQkFBc0I7SUFyQm5DO1FBdUJXLGNBQVMsR0FBRyxDQUFDLENBQUM7S0FXeEI7SUFURyxJQUNXLEtBQUssQ0FBQyxLQUFhO1FBQzFCLElBQUksS0FBSyxFQUFFO1lBQ1AsSUFBSSxJQUFJLENBQUMsT0FBTyxLQUFLLEtBQUssRUFBRTtnQkFDeEIsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO2FBQ3BCO1NBQ0o7UUFDRCxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztJQUN6QixDQUFDOzttSEFaUSxzQkFBc0I7dUdBQXRCLHNCQUFzQixnRkFsQnJCOzs7O0tBSVQsbVdBRVc7UUFDUixPQUFPLENBQUMsV0FBVyxFQUFFO1lBQ2pCLFVBQVUsQ0FBQyxZQUFZLEVBQUUsQ0FBQyxLQUFLLENBQUMsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxPQUFPLENBQUMsZUFBZSxFQUFFLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUNsRyxVQUFVLENBQUMsUUFBUSxFQUFFO2dCQUNqQixLQUFLLENBQUMsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxtQkFBbUIsRUFBRSxDQUFDO2dCQUNyRCxPQUFPLENBQUMsZUFBZSxFQUFFLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBRSxDQUFDLENBQUM7YUFDOUUsQ0FBQztZQUNGLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztTQUMzRyxDQUFDO0tBQ0w7MkZBR1Esc0JBQXNCO2tCQXJCbEMsU0FBUzsrQkFFSSxjQUFjLFlBQ2Q7Ozs7S0FJVCxjQUVXO3dCQUNSLE9BQU8sQ0FBQyxXQUFXLEVBQUU7NEJBQ2pCLFVBQVUsQ0FBQyxZQUFZLEVBQUUsQ0FBQyxLQUFLLENBQUMsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxPQUFPLENBQUMsZUFBZSxFQUFFLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQzs0QkFDbEcsVUFBVSxDQUFDLFFBQVEsRUFBRTtnQ0FDakIsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztnQ0FDckQsT0FBTyxDQUFDLGVBQWUsRUFBRSxLQUFLLENBQUMsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxlQUFlLEVBQUUsQ0FBQyxDQUFDOzZCQUM5RSxDQUFDOzRCQUNGLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQzt5QkFDM0csQ0FBQztxQkFDTCxpQkFDYyxpQkFBaUIsQ0FBQyxJQUFJOzhCQU8xQixLQUFLO3NCQURmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBhbmltYXRlLCBzdHlsZSwgdHJhbnNpdGlvbiwgdHJpZ2dlciB9IGZyb20gXCJAYW5ndWxhci9hbmltYXRpb25zXCI7XG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICAgIC8vIHRzbGludDpkaXNhYmxlLW5leHQtbGluZTpjb21wb25lbnRzLXNlbGVjdG9yIGNvbXBvbmVudC1zZWxlY3RvclxuICAgIHNlbGVjdG9yOiBcIltmb3JtLWVycm9yXVwiLFxuICAgIHRlbXBsYXRlOiBgXG4gICAgICAgIDxkaXYgW0BhbmltYXRpb25dPVwiaW5jcmVtZW50XCIgKm5nSWY9XCJtZXNzYWdlXCI+XG4gICAgICAgICAgICA8bWF0LWVycm9yPnt7IG1lc3NhZ2UgfX08L21hdC1lcnJvcj5cbiAgICAgICAgPC9kaXY+XG4gICAgYCxcbiAgICBzdHlsZVVybHM6IFtcIi4vZm9ybS1lcnJvci5zdHlsZS5zY3NzXCJdLFxuICAgIGFuaW1hdGlvbnM6IFtcbiAgICAgICAgdHJpZ2dlcihcImFuaW1hdGlvblwiLCBbXG4gICAgICAgICAgICB0cmFuc2l0aW9uKFwiOmluY3JlbWVudFwiLCBbc3R5bGUoeyBvcGFjaXR5OiAwIH0pLCBhbmltYXRlKFwiMjAwbXMgZWFzZS1pblwiLCBzdHlsZSh7IG9wYWNpdHk6IDEgfSkpXSksXG4gICAgICAgICAgICB0cmFuc2l0aW9uKFwiOmVudGVyXCIsIFtcbiAgICAgICAgICAgICAgICBzdHlsZSh7IG9wYWNpdHk6IDAsIHRyYW5zZm9ybTogXCJ0cmFuc2xhdGVZKC0xcmVtKVwiIH0pLFxuICAgICAgICAgICAgICAgIGFuaW1hdGUoXCIyMDBtcyBlYXNlLWluXCIsIHN0eWxlKHsgb3BhY2l0eTogMSwgdHJhbnNmb3JtOiBcInRyYW5zbGF0ZVkoMClcIiB9KSlcbiAgICAgICAgICAgIF0pLFxuICAgICAgICAgICAgdHJhbnNpdGlvbihcIjpsZWF2ZVwiLCBbYW5pbWF0ZShcIjIwMG1zIGVhc2Utb3V0XCIsIHN0eWxlKHsgb3BhY2l0eTogMCwgdHJhbnNmb3JtOiBcInRyYW5zbGF0ZVkoLTFyZW0pXCIgfSkpXSlcbiAgICAgICAgXSlcbiAgICBdLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcbn0pXG5leHBvcnQgY2xhc3MgTmljZUZvcm1FcnJvckNvbXBvbmVudCB7XG4gICAgcHVibGljIG1lc3NhZ2U6IHN0cmluZztcbiAgICBwdWJsaWMgaW5jcmVtZW50ID0gMDtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNldCBlcnJvcih2YWx1ZTogc3RyaW5nKSB7XG4gICAgICAgIGlmICh2YWx1ZSkge1xuICAgICAgICAgICAgaWYgKHRoaXMubWVzc2FnZSAhPT0gdmFsdWUpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmluY3JlbWVudCsrO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHRoaXMubWVzc2FnZSA9IHZhbHVlO1xuICAgIH1cbn1cbiJdfQ==
@@ -1,34 +0,0 @@
1
- import { Component, EventEmitter, Output, ViewEncapsulation } from "@angular/core";
2
- import { CdkStepper } from "@angular/cdk/stepper";
3
- import { animate, state, style, transition, trigger } from "@angular/animations";
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/common";
6
- export class NiceHorizontalStepperComponent extends CdkStepper {
7
- constructor() {
8
- super(...arguments);
9
- this.onStepperClick = new EventEmitter();
10
- }
11
- onClick(step, index) {
12
- step.select();
13
- this.onStepperClick.emit(index);
14
- }
15
- }
16
- NiceHorizontalStepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NiceHorizontalStepperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
17
- NiceHorizontalStepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: NiceHorizontalStepperComponent, selector: "nice-horizontal-stepper", outputs: { onStepperClick: "onStepperClick" }, providers: [{ provide: CdkStepper, useExisting: NiceHorizontalStepperComponent }], usesInheritance: true, ngImport: i0, template: "<section class=\"stepper-container\">\n <div class=\"flex justify-center content-center items-center\">\n <button\n class=\"step\"\n *ngFor=\"let step of steps; let i = index\"\n [ngClass]=\"{ 'active': selectedIndex === i }\"\n (click)=\"onClick(step, i)\"\n >\n </button>\n </div>\n <div class=\"mat-horizontal-content-container h-full\">\n <div *ngFor=\"let step of steps; let i = index\"\n class=\"mat-horizontal-stepper-content h-full\" role=\"tabpanel\"\n [@stepTransition]=\"_getAnimationDirection(i)\"\n [id]=\"_getStepContentId(i)\"\n [attr.aria-labelledby]=\"_getStepLabelId(i)\"\n [attr.aria-expanded]=\"selectedIndex === i\">\n <ng-container [ngTemplateOutlet]=\"step.content\"></ng-container>\n </div>\n </div>\n</section>\n", styles: ["nice-horizontal-stepper{width:100%}nice-horizontal-stepper .mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px}@media screen and (max-width: 959px){nice-horizontal-stepper .mat-horizontal-content-container{padding:0!important}}nice-horizontal-stepper .mat-horizontal-stepper-content{outline:0}nice-horizontal-stepper .mat-horizontal-stepper-content[aria-expanded=false]{height:0!important;overflow:hidden}nice-horizontal-stepper .stepper-container{width:100%;height:100%}@media screen and (max-width: 959px){nice-horizontal-stepper .stepper-container{height:99%}}nice-horizontal-stepper .stepper-button{min-height:50px;min-width:350px;font-size:22px;font-weight:600;text-transform:uppercase}nice-horizontal-stepper .step{cursor:pointer;min-width:120px;border:0;margin:0 10px;padding-top:6px;color:inherit;border-radius:2px}@media screen and (max-width: 959px){nice-horizontal-stepper .step{min-width:32px;margin:0 5px}}nice-horizontal-stepper .nav-button{background:transparent;border:0;color:inherit}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [trigger("stepTransition", [
18
- state("previous", style({ transform: "translate3d(-100%, 0, 0)", visibility: "hidden" })),
19
- state("current", style({ transform: "none", visibility: "visible" })),
20
- state("next", style({ transform: "translate3d(100%, 0, 0)", visibility: "hidden" })),
21
- transition("* => *", animate("500ms cubic-bezier(0.35, 0, 0.25, 1)"))
22
- ])], encapsulation: i0.ViewEncapsulation.None });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NiceHorizontalStepperComponent, decorators: [{
24
- type: Component,
25
- args: [{ selector: "nice-horizontal-stepper", encapsulation: ViewEncapsulation.None, providers: [{ provide: CdkStepper, useExisting: NiceHorizontalStepperComponent }], animations: [trigger("stepTransition", [
26
- state("previous", style({ transform: "translate3d(-100%, 0, 0)", visibility: "hidden" })),
27
- state("current", style({ transform: "none", visibility: "visible" })),
28
- state("next", style({ transform: "translate3d(100%, 0, 0)", visibility: "hidden" })),
29
- transition("* => *", animate("500ms cubic-bezier(0.35, 0, 0.25, 1)"))
30
- ])], template: "<section class=\"stepper-container\">\n <div class=\"flex justify-center content-center items-center\">\n <button\n class=\"step\"\n *ngFor=\"let step of steps; let i = index\"\n [ngClass]=\"{ 'active': selectedIndex === i }\"\n (click)=\"onClick(step, i)\"\n >\n </button>\n </div>\n <div class=\"mat-horizontal-content-container h-full\">\n <div *ngFor=\"let step of steps; let i = index\"\n class=\"mat-horizontal-stepper-content h-full\" role=\"tabpanel\"\n [@stepTransition]=\"_getAnimationDirection(i)\"\n [id]=\"_getStepContentId(i)\"\n [attr.aria-labelledby]=\"_getStepLabelId(i)\"\n [attr.aria-expanded]=\"selectedIndex === i\">\n <ng-container [ngTemplateOutlet]=\"step.content\"></ng-container>\n </div>\n </div>\n</section>\n", styles: ["nice-horizontal-stepper{width:100%}nice-horizontal-stepper .mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px}@media screen and (max-width: 959px){nice-horizontal-stepper .mat-horizontal-content-container{padding:0!important}}nice-horizontal-stepper .mat-horizontal-stepper-content{outline:0}nice-horizontal-stepper .mat-horizontal-stepper-content[aria-expanded=false]{height:0!important;overflow:hidden}nice-horizontal-stepper .stepper-container{width:100%;height:100%}@media screen and (max-width: 959px){nice-horizontal-stepper .stepper-container{height:99%}}nice-horizontal-stepper .stepper-button{min-height:50px;min-width:350px;font-size:22px;font-weight:600;text-transform:uppercase}nice-horizontal-stepper .step{cursor:pointer;min-width:120px;border:0;margin:0 10px;padding-top:6px;color:inherit;border-radius:2px}@media screen and (max-width: 959px){nice-horizontal-stepper .step{min-width:32px;margin:0 5px}}nice-horizontal-stepper .nav-button{background:transparent;border:0;color:inherit}\n"] }]
31
- }], propDecorators: { onStepperClick: [{
32
- type: Output
33
- }] } });
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaG9yaXpvbnRhbC1zdGVwcGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pY2UtdWkta2l0LXYyL3NyYy9saWIvY29tcG9uZW50cy9ob3Jpem9udGFsLXN0ZXBwZXIvaG9yaXpvbnRhbC1zdGVwcGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pY2UtdWkta2l0LXYyL3NyYy9saWIvY29tcG9uZW50cy9ob3Jpem9udGFsLXN0ZXBwZXIvaG9yaXpvbnRhbC1zdGVwcGVyLnRlbXBsYXRlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNILFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUMvQixpQkFBaUIsRUFDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFXLFVBQVUsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzNELE9BQU8sRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLE1BQU0scUJBQXFCLENBQUM7OztBQWVqRixNQUFNLE9BQU8sOEJBQStCLFNBQVEsVUFBVTtJQWI5RDs7UUFlWSxtQkFBYyxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7S0FNdkQ7SUFKVSxPQUFPLENBQUMsSUFBYSxFQUFFLEtBQWE7UUFDdkMsSUFBSSxDQUFDLE1BQU0sRUFBRSxDQUFDO1FBQ2QsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDcEMsQ0FBQzs7MkhBUFEsOEJBQThCOytHQUE5Qiw4QkFBOEIsaUdBUjVCLENBQUMsRUFBRSxPQUFPLEVBQUUsVUFBVSxFQUFFLFdBQVcsRUFBRSw4QkFBOEIsRUFBRSxDQUFDLGlEQ1pyRixxNEJBcUJBLDI2Q0RSZ0IsQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLEVBQUU7WUFDbkMsS0FBSyxDQUFDLFVBQVUsRUFBRSxLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsMEJBQTBCLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxDQUFDLENBQUM7WUFDekYsS0FBSyxDQUFDLFNBQVMsRUFBRSxLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxTQUFTLEVBQUUsQ0FBQyxDQUFDO1lBQ3JFLEtBQUssQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDLEVBQUUsU0FBUyxFQUFFLHlCQUF5QixFQUFFLFVBQVUsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDO1lBQ3BGLFVBQVUsQ0FBQyxRQUFRLEVBQUUsT0FBTyxDQUFDLHNDQUFzQyxDQUFDLENBQUM7U0FDeEUsQ0FBQyxDQUFDOzJGQUVNLDhCQUE4QjtrQkFiMUMsU0FBUzsrQkFDSSx5QkFBeUIsaUJBR3BCLGlCQUFpQixDQUFDLElBQUksYUFDMUIsQ0FBQyxFQUFFLE9BQU8sRUFBRSxVQUFVLEVBQUUsV0FBVyxnQ0FBZ0MsRUFBRSxDQUFDLGNBQ3JFLENBQUMsT0FBTyxDQUFDLGdCQUFnQixFQUFFOzRCQUNuQyxLQUFLLENBQUMsVUFBVSxFQUFFLEtBQUssQ0FBQyxFQUFFLFNBQVMsRUFBRSwwQkFBMEIsRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFFLENBQUMsQ0FBQzs0QkFDekYsS0FBSyxDQUFDLFNBQVMsRUFBRSxLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxTQUFTLEVBQUUsQ0FBQyxDQUFDOzRCQUNyRSxLQUFLLENBQUMsTUFBTSxFQUFFLEtBQUssQ0FBQyxFQUFFLFNBQVMsRUFBRSx5QkFBeUIsRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFFLENBQUMsQ0FBQzs0QkFDcEYsVUFBVSxDQUFDLFFBQVEsRUFBRSxPQUFPLENBQUMsc0NBQXNDLENBQUMsQ0FBQzt5QkFDeEUsQ0FBQyxDQUFDOzhCQUlLLGNBQWM7c0JBRHJCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBPdXRwdXQsXG4gICAgVmlld0VuY2Fwc3VsYXRpb25cbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IENka1N0ZXAsIENka1N0ZXBwZXIgfSBmcm9tIFwiQGFuZ3VsYXIvY2RrL3N0ZXBwZXJcIjtcbmltcG9ydCB7IGFuaW1hdGUsIHN0YXRlLCBzdHlsZSwgdHJhbnNpdGlvbiwgdHJpZ2dlciB9IGZyb20gXCJAYW5ndWxhci9hbmltYXRpb25zXCI7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiBcIm5pY2UtaG9yaXpvbnRhbC1zdGVwcGVyXCIsXG4gICAgdGVtcGxhdGVVcmw6IFwiaG9yaXpvbnRhbC1zdGVwcGVyLnRlbXBsYXRlLmh0bWxcIixcbiAgICBzdHlsZVVybHM6IFtcIi4vaG9yaXpvbnRhbC1zdGVwcGVyLnN0eWxlLnNjc3NcIl0sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IENka1N0ZXBwZXIsIHVzZUV4aXN0aW5nOiBOaWNlSG9yaXpvbnRhbFN0ZXBwZXJDb21wb25lbnQgfV0sXG4gICAgYW5pbWF0aW9uczogW3RyaWdnZXIoXCJzdGVwVHJhbnNpdGlvblwiLCBbXG4gICAgICAgIHN0YXRlKFwicHJldmlvdXNcIiwgc3R5bGUoeyB0cmFuc2Zvcm06IFwidHJhbnNsYXRlM2QoLTEwMCUsIDAsIDApXCIsIHZpc2liaWxpdHk6IFwiaGlkZGVuXCIgfSkpLFxuICAgICAgICBzdGF0ZShcImN1cnJlbnRcIiwgc3R5bGUoeyB0cmFuc2Zvcm06IFwibm9uZVwiLCB2aXNpYmlsaXR5OiBcInZpc2libGVcIiB9KSksXG4gICAgICAgIHN0YXRlKFwibmV4dFwiLCBzdHlsZSh7IHRyYW5zZm9ybTogXCJ0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKVwiLCB2aXNpYmlsaXR5OiBcImhpZGRlblwiIH0pKSxcbiAgICAgICAgdHJhbnNpdGlvbihcIiogPT4gKlwiLCBhbmltYXRlKFwiNTAwbXMgY3ViaWMtYmV6aWVyKDAuMzUsIDAsIDAuMjUsIDEpXCIpKVxuICAgIF0pXVxufSlcbmV4cG9ydCBjbGFzcyBOaWNlSG9yaXpvbnRhbFN0ZXBwZXJDb21wb25lbnQgZXh0ZW5kcyBDZGtTdGVwcGVyIHtcbiAgICBAT3V0cHV0KClcbiAgICBwcml2YXRlIG9uU3RlcHBlckNsaWNrID0gbmV3IEV2ZW50RW1pdHRlcjxudW1iZXI+KCk7XG5cbiAgICBwdWJsaWMgb25DbGljayhzdGVwOiBDZGtTdGVwLCBpbmRleDogbnVtYmVyKTogdm9pZCB7XG4gICAgICAgIHN0ZXAuc2VsZWN0KCk7XG4gICAgICAgIHRoaXMub25TdGVwcGVyQ2xpY2suZW1pdChpbmRleCk7XG4gICAgfVxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJzdGVwcGVyLWNvbnRhaW5lclwiPlxuICAgIDxkaXYgY2xhc3M9XCJmbGV4IGp1c3RpZnktY2VudGVyIGNvbnRlbnQtY2VudGVyIGl0ZW1zLWNlbnRlclwiPlxuICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICBjbGFzcz1cInN0ZXBcIlxuICAgICAgICAgICAgKm5nRm9yPVwibGV0IHN0ZXAgb2Ygc3RlcHM7IGxldCBpID0gaW5kZXhcIlxuICAgICAgICAgICAgW25nQ2xhc3NdPVwieyAnYWN0aXZlJzogc2VsZWN0ZWRJbmRleCA9PT0gaSB9XCJcbiAgICAgICAgICAgIChjbGljayk9XCJvbkNsaWNrKHN0ZXAsIGkpXCJcbiAgICAgICAgPlxuICAgICAgICA8L2J1dHRvbj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwibWF0LWhvcml6b250YWwtY29udGVudC1jb250YWluZXIgaC1mdWxsXCI+XG4gICAgICAgIDxkaXYgKm5nRm9yPVwibGV0IHN0ZXAgb2Ygc3RlcHM7IGxldCBpID0gaW5kZXhcIlxuICAgICAgICAgICAgIGNsYXNzPVwibWF0LWhvcml6b250YWwtc3RlcHBlci1jb250ZW50IGgtZnVsbFwiIHJvbGU9XCJ0YWJwYW5lbFwiXG4gICAgICAgICAgICAgW0BzdGVwVHJhbnNpdGlvbl09XCJfZ2V0QW5pbWF0aW9uRGlyZWN0aW9uKGkpXCJcbiAgICAgICAgICAgICBbaWRdPVwiX2dldFN0ZXBDb250ZW50SWQoaSlcIlxuICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxsZWRieV09XCJfZ2V0U3RlcExhYmVsSWQoaSlcIlxuICAgICAgICAgICAgIFthdHRyLmFyaWEtZXhwYW5kZWRdPVwic2VsZWN0ZWRJbmRleCA9PT0gaVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJzdGVwLmNvbnRlbnRcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=