@recursyve/nice-ui-kit.v2 17.0.0-beta.140 → 20.0.0-beta.145

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 (655) hide show
  1. package/_index.scss +2 -2
  2. package/fesm2022/recursyve-nice-ui-kit.v2.mjs +1019 -804
  3. package/fesm2022/recursyve-nice-ui-kit.v2.mjs.map +1 -1
  4. package/index.d.ts +3664 -3
  5. package/package.json +8 -10
  6. package/src/lib/components/base-form/base-form.theme.scss +5 -4
  7. package/src/lib/components/chip-list/chip-list.theme.scss +2 -2
  8. package/src/lib/components/date-range-picker/date-range-picker.theme.scss +7 -6
  9. package/src/lib/components/horizontal-stepper/horizontal-stepper.theme.scss +5 -4
  10. package/src/lib/components/navigation/vertical/vertical.theme.scss +8 -8
  11. package/src/lib/components/toggle-button-group/toggle-button-group.theme.scss +11 -10
  12. package/src/lib/nice.theme.scss +77 -85
  13. package/src/lib/nice.utils.scss +3 -1
  14. package/styles/main.scss +4 -4
  15. package/styles/nice.scss +3 -1
  16. package/styles/overrides/angular-material.scss +3 -3
  17. package/esm2022/lib/animations/defaults.mjs +0 -32
  18. package/esm2022/lib/animations/expand-collapse.mjs +0 -21
  19. package/esm2022/lib/animations/fade.mjs +0 -210
  20. package/esm2022/lib/animations/index.mjs +0 -2
  21. package/esm2022/lib/animations/public-api.mjs +0 -17
  22. package/esm2022/lib/animations/shake.mjs +0 -63
  23. package/esm2022/lib/animations/slide.mjs +0 -156
  24. package/esm2022/lib/animations/zoom.mjs +0 -46
  25. package/esm2022/lib/api/exceptions/api.exception.mjs +0 -3
  26. package/esm2022/lib/api/exceptions/exception.factory.mjs +0 -9
  27. package/esm2022/lib/api/index.mjs +0 -2
  28. package/esm2022/lib/api/interceptors/transform-response.interceptor.mjs +0 -28
  29. package/esm2022/lib/api/nice.api.mjs +0 -68
  30. package/esm2022/lib/api/public-api.mjs +0 -5
  31. package/esm2022/lib/components/alert/alert.component.mjs +0 -200
  32. package/esm2022/lib/components/alert/alert.module.mjs +0 -32
  33. package/esm2022/lib/components/alert/alert.service.mjs +0 -58
  34. package/esm2022/lib/components/alert/alert.types.mjs +0 -2
  35. package/esm2022/lib/components/alert/index.mjs +0 -2
  36. package/esm2022/lib/components/alert/public-api.mjs +0 -5
  37. package/esm2022/lib/components/assets-carousel/assets-carousel.component.mjs +0 -283
  38. package/esm2022/lib/components/assets-carousel/assets-carousel.constant.mjs +0 -3
  39. package/esm2022/lib/components/assets-carousel/assets-carousel.module.mjs +0 -88
  40. package/esm2022/lib/components/assets-carousel/directives/assets-carousel-active-content.directive.mjs +0 -14
  41. package/esm2022/lib/components/assets-carousel/index.mjs +0 -2
  42. package/esm2022/lib/components/assets-carousel/public-api.mjs +0 -4
  43. package/esm2022/lib/components/async-typeahead/async-typeahead.component.mjs +0 -453
  44. package/esm2022/lib/components/async-typeahead/async-typeahead.constant.mjs +0 -3
  45. package/esm2022/lib/components/async-typeahead/async-typeahead.module.mjs +0 -64
  46. package/esm2022/lib/components/async-typeahead/index.mjs +0 -2
  47. package/esm2022/lib/components/async-typeahead/providers/async-typeahead.provider.mjs +0 -6
  48. package/esm2022/lib/components/async-typeahead/providers/async-typeahead.service.mjs +0 -219
  49. package/esm2022/lib/components/async-typeahead/public-api.mjs +0 -5
  50. package/esm2022/lib/components/base-form/base-form.component.mjs +0 -91
  51. package/esm2022/lib/components/base-form/base-form.module.mjs +0 -16
  52. package/esm2022/lib/components/base-form/form-submit.directive.mjs +0 -20
  53. package/esm2022/lib/components/base-form/index.mjs +0 -2
  54. package/esm2022/lib/components/base-form/nice-base.form.mjs +0 -14
  55. package/esm2022/lib/components/base-form/public-api.mjs +0 -5
  56. package/esm2022/lib/components/card/card.component.mjs +0 -60
  57. package/esm2022/lib/components/card/card.module.mjs +0 -24
  58. package/esm2022/lib/components/card/card.types.mjs +0 -2
  59. package/esm2022/lib/components/card/index.mjs +0 -2
  60. package/esm2022/lib/components/card/public-api.mjs +0 -3
  61. package/esm2022/lib/components/carousel/carousel.component.mjs +0 -43
  62. package/esm2022/lib/components/carousel/carousel.module.mjs +0 -40
  63. package/esm2022/lib/components/carousel/index.mjs +0 -2
  64. package/esm2022/lib/components/carousel/picture-modal/index.mjs +0 -2
  65. package/esm2022/lib/components/carousel/picture-modal/picture-modal.component.mjs +0 -11
  66. package/esm2022/lib/components/carousel/picture-modal/picture-modal.service.mjs +0 -34
  67. package/esm2022/lib/components/carousel/picture-modal/public-api.mjs +0 -3
  68. package/esm2022/lib/components/carousel/pipe/carousel-layout.pipe.mjs +0 -17
  69. package/esm2022/lib/components/carousel/public-api.mjs +0 -4
  70. package/esm2022/lib/components/collapsable/collapsable.component.mjs +0 -36
  71. package/esm2022/lib/components/collapsable/collapsable.module.mjs +0 -25
  72. package/esm2022/lib/components/collapsable/index.mjs +0 -2
  73. package/esm2022/lib/components/collapsable/public-api.mjs +0 -3
  74. package/esm2022/lib/components/date-range-picker/components/header/header.component.mjs +0 -57
  75. package/esm2022/lib/components/date-range-picker/components/range-preset/range-preset.component.mjs +0 -107
  76. package/esm2022/lib/components/date-range-picker/date-range-picker.component.mjs +0 -95
  77. package/esm2022/lib/components/date-range-picker/date-range-picker.module.mjs +0 -56
  78. package/esm2022/lib/components/date-range-picker/index.mjs +0 -2
  79. package/esm2022/lib/components/date-range-picker/providers/date-range-picker.service.mjs +0 -17
  80. package/esm2022/lib/components/date-range-picker/public-api.mjs +0 -3
  81. package/esm2022/lib/components/drawer/drawer.component.mjs +0 -372
  82. package/esm2022/lib/components/drawer/drawer.module.mjs +0 -28
  83. package/esm2022/lib/components/drawer/drawer.service.mjs +0 -40
  84. package/esm2022/lib/components/drawer/drawer.types.mjs +0 -2
  85. package/esm2022/lib/components/drawer/index.mjs +0 -2
  86. package/esm2022/lib/components/drawer/public-api.mjs +0 -5
  87. package/esm2022/lib/components/export-bottom-sheet/export-bottom-sheet.component.mjs +0 -33
  88. package/esm2022/lib/components/export-bottom-sheet/export-bottom-sheet.module.mjs +0 -45
  89. package/esm2022/lib/components/export-bottom-sheet/index.mjs +0 -2
  90. package/esm2022/lib/components/export-bottom-sheet/models/export-strategy.model.mjs +0 -2
  91. package/esm2022/lib/components/export-bottom-sheet/providers/export-bottom-sheet.service.mjs +0 -28
  92. package/esm2022/lib/components/export-bottom-sheet/public-api.mjs +0 -5
  93. package/esm2022/lib/components/form-error/control-status.directive.mjs +0 -123
  94. package/esm2022/lib/components/form-error/form-error.component.mjs +0 -53
  95. package/esm2022/lib/components/form-error/form-error.module.mjs +0 -20
  96. package/esm2022/lib/components/form-error/index.mjs +0 -2
  97. package/esm2022/lib/components/form-error/public-api.mjs +0 -4
  98. package/esm2022/lib/components/horizontal-stepper/horizontal-stepper.component.mjs +0 -34
  99. package/esm2022/lib/components/horizontal-stepper/horizontal-stepper.module.mjs +0 -29
  100. package/esm2022/lib/components/horizontal-stepper/index.mjs +0 -2
  101. package/esm2022/lib/components/horizontal-stepper/public-api.mjs +0 -4
  102. package/esm2022/lib/components/horizontal-stepper/step.component.mjs +0 -22
  103. package/esm2022/lib/components/image-cropper/image-cropper.component.mjs +0 -1269
  104. package/esm2022/lib/components/image-cropper/image-cropper.module.mjs +0 -23
  105. package/esm2022/lib/components/image-cropper/index.mjs +0 -2
  106. package/esm2022/lib/components/image-cropper/public-api.mjs +0 -3
  107. package/esm2022/lib/components/image-cropper/resize-canvas.mjs +0 -76
  108. package/esm2022/lib/components/index.mjs +0 -2
  109. package/esm2022/lib/components/layout/index.mjs +0 -2
  110. package/esm2022/lib/components/layout/layout.component.mjs +0 -98
  111. package/esm2022/lib/components/layout/layout.module.mjs +0 -18
  112. package/esm2022/lib/components/layout/public-api.mjs +0 -3
  113. package/esm2022/lib/components/loading-spinner/index.mjs +0 -2
  114. package/esm2022/lib/components/loading-spinner/loading-spinner.component.mjs +0 -22
  115. package/esm2022/lib/components/loading-spinner/loading-spinner.module.mjs +0 -48
  116. package/esm2022/lib/components/loading-spinner/loading.constant.mjs +0 -3
  117. package/esm2022/lib/components/loading-spinner/loading.directive.mjs +0 -56
  118. package/esm2022/lib/components/loading-spinner/public-api.mjs +0 -4
  119. package/esm2022/lib/components/loading-toast/index.mjs +0 -2
  120. package/esm2022/lib/components/loading-toast/loading-toast.component.mjs +0 -38
  121. package/esm2022/lib/components/loading-toast/loading-toast.constant.mjs +0 -3
  122. package/esm2022/lib/components/loading-toast/loading-toast.directive.mjs +0 -64
  123. package/esm2022/lib/components/loading-toast/loading-toast.module.mjs +0 -62
  124. package/esm2022/lib/components/loading-toast/loading-toast.service.mjs +0 -47
  125. package/esm2022/lib/components/loading-toast/public-api.mjs +0 -6
  126. package/esm2022/lib/components/loading-toast/rxjs/show-loading-toast.operator.mjs +0 -12
  127. package/esm2022/lib/components/lottie/index.mjs +0 -2
  128. package/esm2022/lib/components/lottie/lottie.component.mjs +0 -52
  129. package/esm2022/lib/components/lottie/lottie.module.mjs +0 -18
  130. package/esm2022/lib/components/lottie/public-api.mjs +0 -3
  131. package/esm2022/lib/components/navigation/components/hint-component-base.mjs +0 -120
  132. package/esm2022/lib/components/navigation/directives/show-hint.directive.mjs +0 -187
  133. package/esm2022/lib/components/navigation/horizontal/components/basic/basic.component.mjs +0 -62
  134. package/esm2022/lib/components/navigation/horizontal/components/branch/branch.component.mjs +0 -80
  135. package/esm2022/lib/components/navigation/horizontal/components/divider/divider.component.mjs +0 -51
  136. package/esm2022/lib/components/navigation/horizontal/components/spacer/spacer.component.mjs +0 -51
  137. package/esm2022/lib/components/navigation/horizontal/horizontal.component.mjs +0 -50
  138. package/esm2022/lib/components/navigation/index.mjs +0 -2
  139. package/esm2022/lib/components/navigation/navigation.component.mjs +0 -83
  140. package/esm2022/lib/components/navigation/navigation.module.mjs +0 -108
  141. package/esm2022/lib/components/navigation/navigation.service.mjs +0 -188
  142. package/esm2022/lib/components/navigation/navigation.types.mjs +0 -2
  143. package/esm2022/lib/components/navigation/pipes/should-hide.pipe.mjs +0 -31
  144. package/esm2022/lib/components/navigation/pipes/should-show-hint.pipe.mjs +0 -32
  145. package/esm2022/lib/components/navigation/pipes/translate-with-context.pipe.mjs +0 -25
  146. package/esm2022/lib/components/navigation/providers/hide-item.resolver.mjs +0 -3
  147. package/esm2022/lib/components/navigation/providers/hint.resolver.mjs +0 -3
  148. package/esm2022/lib/components/navigation/providers/hint.service.mjs +0 -20
  149. package/esm2022/lib/components/navigation/providers/translation-context.service.mjs +0 -16
  150. package/esm2022/lib/components/navigation/public-api.mjs +0 -20
  151. package/esm2022/lib/components/navigation/vertical/components/aside/aside.component.mjs +0 -145
  152. package/esm2022/lib/components/navigation/vertical/components/basic/basic.component.mjs +0 -76
  153. package/esm2022/lib/components/navigation/vertical/components/collapsable/collapsable.component.mjs +0 -264
  154. package/esm2022/lib/components/navigation/vertical/components/divider/divider.component.mjs +0 -51
  155. package/esm2022/lib/components/navigation/vertical/components/group/group.component.mjs +0 -75
  156. package/esm2022/lib/components/navigation/vertical/components/spacer/spacer.component.mjs +0 -51
  157. package/esm2022/lib/components/navigation/vertical/vertical.component.mjs +0 -599
  158. package/esm2022/lib/components/public-api.mjs +0 -25
  159. package/esm2022/lib/components/search-bar/index.mjs +0 -2
  160. package/esm2022/lib/components/search-bar/public-api.mjs +0 -3
  161. package/esm2022/lib/components/search-bar/search-bar.component.mjs +0 -76
  162. package/esm2022/lib/components/search-bar/search-bar.module.mjs +0 -40
  163. package/esm2022/lib/components/sweet-alert/index.mjs +0 -2
  164. package/esm2022/lib/components/sweet-alert/public-api.mjs +0 -5
  165. package/esm2022/lib/components/sweet-alert/sweet-alert.component.mjs +0 -59
  166. package/esm2022/lib/components/sweet-alert/sweet-alert.constant.mjs +0 -3
  167. package/esm2022/lib/components/sweet-alert/sweet-alert.directive.mjs +0 -37
  168. package/esm2022/lib/components/sweet-alert/sweet-alert.module.mjs +0 -37
  169. package/esm2022/lib/components/sweet-alert/sweet-alert.service.mjs +0 -95
  170. package/esm2022/lib/components/toast/index.mjs +0 -2
  171. package/esm2022/lib/components/toast/public-api.mjs +0 -6
  172. package/esm2022/lib/components/toast/rxjs/show-success-or-error-toast.operator.mjs +0 -22
  173. package/esm2022/lib/components/toast/rxjs/show-toast.operator.mjs +0 -26
  174. package/esm2022/lib/components/toast/toast.component.mjs +0 -25
  175. package/esm2022/lib/components/toast/toast.constant.mjs +0 -3
  176. package/esm2022/lib/components/toast/toast.module.mjs +0 -57
  177. package/esm2022/lib/components/toast/toast.service.mjs +0 -65
  178. package/esm2022/lib/components/toggle-button-group/index.mjs +0 -2
  179. package/esm2022/lib/components/toggle-button-group/public-api.mjs +0 -4
  180. package/esm2022/lib/components/toggle-button-group/toggle-button-group.component.mjs +0 -134
  181. package/esm2022/lib/components/toggle-button-group/toggle-button-group.module.mjs +0 -26
  182. package/esm2022/lib/components/toggle-button-group/toggle-button.component.mjs +0 -19
  183. package/esm2022/lib/components/translation-form/components/textarea/translation-form-textarea.component.mjs +0 -38
  184. package/esm2022/lib/components/translation-form/components/textfield/translation-form-textfield.component.mjs +0 -26
  185. package/esm2022/lib/components/translation-form/components/translation-form.component.mjs +0 -172
  186. package/esm2022/lib/components/translation-form/components/translation-form.module.mjs +0 -71
  187. package/esm2022/lib/components/translation-form/decorators/translation-form-group.decorator.mjs +0 -4
  188. package/esm2022/lib/components/translation-form/directives/translation-context.directive.mjs +0 -40
  189. package/esm2022/lib/components/translation-form/index.mjs +0 -2
  190. package/esm2022/lib/components/translation-form/providers/nice-translation-form.service.mjs +0 -59
  191. package/esm2022/lib/components/translation-form/public-api.mjs +0 -11
  192. package/esm2022/lib/components/translation-form/toggle/translation-toggle.component.mjs +0 -26
  193. package/esm2022/lib/components/translation-form/translation.form.mjs +0 -6
  194. package/esm2022/lib/components/translation-form/validators/require-for-languages.validator.mjs +0 -43
  195. package/esm2022/lib/components/typeahead/directives/options-scroll.directive.mjs +0 -68
  196. package/esm2022/lib/components/typeahead/directives/options-scroll.module.mjs +0 -16
  197. package/esm2022/lib/components/typeahead/index.mjs +0 -2
  198. package/esm2022/lib/components/typeahead/public-api.mjs +0 -4
  199. package/esm2022/lib/components/typeahead/typeahead.component.mjs +0 -486
  200. package/esm2022/lib/components/typeahead/typeahead.module.mjs +0 -59
  201. package/esm2022/lib/directives/autofocus/autofocus.directive.mjs +0 -17
  202. package/esm2022/lib/directives/autofocus/autofocus.module.mjs +0 -16
  203. package/esm2022/lib/directives/autofocus/index.mjs +0 -2
  204. package/esm2022/lib/directives/autofocus/public-api.mjs +0 -3
  205. package/esm2022/lib/directives/autogrow/autogrow.directive.mjs +0 -105
  206. package/esm2022/lib/directives/autogrow/autogrow.module.mjs +0 -20
  207. package/esm2022/lib/directives/autogrow/index.mjs +0 -2
  208. package/esm2022/lib/directives/autogrow/public-api.mjs +0 -3
  209. package/esm2022/lib/directives/chip-async-typeahead/chip-async-typeahead.directive.mjs +0 -39
  210. package/esm2022/lib/directives/chip-async-typeahead/index.mjs +0 -2
  211. package/esm2022/lib/directives/chip-async-typeahead/public-api.mjs +0 -2
  212. package/esm2022/lib/directives/chip-list/chip-list-items/chip-list-item-label.directive.mjs +0 -14
  213. package/esm2022/lib/directives/chip-list/chip-list-items/chip-list-items.component.mjs +0 -46
  214. package/esm2022/lib/directives/chip-list/chip-list.constant.mjs +0 -3
  215. package/esm2022/lib/directives/chip-list/chip-list.directive.mjs +0 -144
  216. package/esm2022/lib/directives/chip-list/chip-list.module.mjs +0 -40
  217. package/esm2022/lib/directives/chip-list/index.mjs +0 -2
  218. package/esm2022/lib/directives/chip-list/public-api.mjs +0 -5
  219. package/esm2022/lib/directives/draggable-list/draggable-list.directive.mjs +0 -94
  220. package/esm2022/lib/directives/draggable-list/draggable-list.module.mjs +0 -18
  221. package/esm2022/lib/directives/draggable-list/index.mjs +0 -2
  222. package/esm2022/lib/directives/draggable-list/public-api.mjs +0 -3
  223. package/esm2022/lib/directives/dropzone/dropzone.directive.mjs +0 -50
  224. package/esm2022/lib/directives/dropzone/dropzone.module.mjs +0 -18
  225. package/esm2022/lib/directives/dropzone/index.mjs +0 -2
  226. package/esm2022/lib/directives/dropzone/public-api.mjs +0 -3
  227. package/esm2022/lib/directives/image-error-placeholder/image-error-placeholder.directive.mjs +0 -26
  228. package/esm2022/lib/directives/image-error-placeholder/image-error-placeholder.module.mjs +0 -16
  229. package/esm2022/lib/directives/image-error-placeholder/index.mjs +0 -2
  230. package/esm2022/lib/directives/image-error-placeholder/public-api.mjs +0 -3
  231. package/esm2022/lib/directives/index.mjs +0 -2
  232. package/esm2022/lib/directives/material/index.mjs +0 -2
  233. package/esm2022/lib/directives/material/material.module.mjs +0 -25
  234. package/esm2022/lib/directives/material/nice-material-style.directive.mjs +0 -18
  235. package/esm2022/lib/directives/material/nice-rounded-style.directive.mjs +0 -18
  236. package/esm2022/lib/directives/material/public-api.mjs +0 -4
  237. package/esm2022/lib/directives/modals/index.mjs +0 -2
  238. package/esm2022/lib/directives/modals/modal-on-click.directive.mjs +0 -22
  239. package/esm2022/lib/directives/modals/modal-opener.directive.mjs +0 -31
  240. package/esm2022/lib/directives/modals/public-api.mjs +0 -3
  241. package/esm2022/lib/directives/public-api.mjs +0 -16
  242. package/esm2022/lib/directives/rerender/index.mjs +0 -2
  243. package/esm2022/lib/directives/rerender/public-api.mjs +0 -2
  244. package/esm2022/lib/directives/rerender/rerender.directive.mjs +0 -22
  245. package/esm2022/lib/directives/resolve/index.mjs +0 -2
  246. package/esm2022/lib/directives/resolve/public-api.mjs +0 -2
  247. package/esm2022/lib/directives/resolve/resolve.directive.mjs +0 -32
  248. package/esm2022/lib/directives/scroll-reset/index.mjs +0 -2
  249. package/esm2022/lib/directives/scroll-reset/public-api.mjs +0 -3
  250. package/esm2022/lib/directives/scroll-reset/scroll-reset.directive.mjs +0 -47
  251. package/esm2022/lib/directives/scroll-reset/scroll-reset.module.mjs +0 -20
  252. package/esm2022/lib/directives/scrollbar/index.mjs +0 -2
  253. package/esm2022/lib/directives/scrollbar/public-api.mjs +0 -3
  254. package/esm2022/lib/directives/scrollbar/scrollbar.directive.mjs +0 -309
  255. package/esm2022/lib/directives/scrollbar/scrollbar.module.mjs +0 -20
  256. package/esm2022/lib/directives/scrollbar/scrollbar.types.mjs +0 -15
  257. package/esm2022/lib/directives/stop-propagation/click-stop-propagation.directive.mjs +0 -18
  258. package/esm2022/lib/directives/stop-propagation/index.mjs +0 -2
  259. package/esm2022/lib/directives/stop-propagation/public-api.mjs +0 -3
  260. package/esm2022/lib/directives/stop-propagation/stop-propagation.module.mjs +0 -16
  261. package/esm2022/lib/directives/window/index.mjs +0 -2
  262. package/esm2022/lib/directives/window/prevent-close-window.directive.mjs +0 -18
  263. package/esm2022/lib/directives/window/public-api.mjs +0 -3
  264. package/esm2022/lib/directives/window/window-directive.module.mjs +0 -16
  265. package/esm2022/lib/nice.module.mjs +0 -124
  266. package/esm2022/lib/pipes/boolean.pipe.mjs +0 -22
  267. package/esm2022/lib/pipes/capitalize-first-letter.pipe.mjs +0 -18
  268. package/esm2022/lib/pipes/ceil.pipe.mjs +0 -14
  269. package/esm2022/lib/pipes/entries.pipe.mjs +0 -23
  270. package/esm2022/lib/pipes/find-by-key.pipe.mjs +0 -14
  271. package/esm2022/lib/pipes/first-letter.pipe.mjs +0 -14
  272. package/esm2022/lib/pipes/floor.pipe.mjs +0 -14
  273. package/esm2022/lib/pipes/index.mjs +0 -2
  274. package/esm2022/lib/pipes/join-if-defined.pipe.mjs +0 -20
  275. package/esm2022/lib/pipes/link.pipe.mjs +0 -25
  276. package/esm2022/lib/pipes/localized-boolean.pipe.mjs +0 -19
  277. package/esm2022/lib/pipes/localized-currency.pipe.mjs +0 -18
  278. package/esm2022/lib/pipes/localized-date-only.pipe.mjs +0 -21
  279. package/esm2022/lib/pipes/localized-date.pipe.mjs +0 -40
  280. package/esm2022/lib/pipes/minutes-to-time.pipe.mjs +0 -17
  281. package/esm2022/lib/pipes/number-to-ordinal-indicator.pipe.mjs +0 -23
  282. package/esm2022/lib/pipes/pad.pipe.mjs +0 -20
  283. package/esm2022/lib/pipes/phone.pipe.mjs +0 -23
  284. package/esm2022/lib/pipes/pipes.module.mjs +0 -177
  285. package/esm2022/lib/pipes/postal-code.pipe.mjs +0 -22
  286. package/esm2022/lib/pipes/public-api.mjs +0 -25
  287. package/esm2022/lib/pipes/range.pipe.mjs +0 -18
  288. package/esm2022/lib/pipes/round.pipe.mjs +0 -14
  289. package/esm2022/lib/pipes/sanitize-bypass.pipe.mjs +0 -24
  290. package/esm2022/lib/pipes/seconds-to-time.pipe.mjs +0 -18
  291. package/esm2022/lib/pipes/track-by-prop.pipe.mjs +0 -14
  292. package/esm2022/lib/providers/config/config.constants.mjs +0 -3
  293. package/esm2022/lib/providers/config/config.model.mjs +0 -2
  294. package/esm2022/lib/providers/config/config.module.mjs +0 -34
  295. package/esm2022/lib/providers/config/config.service.mjs +0 -51
  296. package/esm2022/lib/providers/config/index.mjs +0 -2
  297. package/esm2022/lib/providers/config/public-api.mjs +0 -3
  298. package/esm2022/lib/providers/index.mjs +0 -2
  299. package/esm2022/lib/providers/media-watcher/index.mjs +0 -2
  300. package/esm2022/lib/providers/media-watcher/media-watcher.module.mjs +0 -26
  301. package/esm2022/lib/providers/media-watcher/media-watcher.service.mjs +0 -106
  302. package/esm2022/lib/providers/media-watcher/public-api.mjs +0 -3
  303. package/esm2022/lib/providers/overlay/dynamic-overlay-container.service.mjs +0 -14
  304. package/esm2022/lib/providers/overlay/dynamic-overlay.service.mjs +0 -31
  305. package/esm2022/lib/providers/public-api.mjs +0 -5
  306. package/esm2022/lib/providers/splash-screen/index.mjs +0 -2
  307. package/esm2022/lib/providers/splash-screen/public-api.mjs +0 -3
  308. package/esm2022/lib/providers/splash-screen/splash-screen.module.mjs +0 -26
  309. package/esm2022/lib/providers/splash-screen/splash-screen.service.mjs +0 -45
  310. package/esm2022/lib/providers/utils/index.mjs +0 -2
  311. package/esm2022/lib/providers/utils/public-api.mjs +0 -3
  312. package/esm2022/lib/providers/utils/utils.module.mjs +0 -19
  313. package/esm2022/lib/providers/utils/utils.service.mjs +0 -27
  314. package/esm2022/lib/types/constructor.mjs +0 -5
  315. package/esm2022/lib/utils/array.utils.mjs +0 -106
  316. package/esm2022/lib/utils/case.utils.mjs +0 -58
  317. package/esm2022/lib/utils/colors.utils.mjs +0 -29
  318. package/esm2022/lib/utils/date.utils.mjs +0 -47
  319. package/esm2022/lib/utils/file.utils.mjs +0 -77
  320. package/esm2022/lib/utils/font-awesome.utils.mjs +0 -40
  321. package/esm2022/lib/utils/form-data.utils.mjs +0 -41
  322. package/esm2022/lib/utils/http-status.utils.mjs +0 -47
  323. package/esm2022/lib/utils/index.mjs +0 -2
  324. package/esm2022/lib/utils/keyboard.utils.mjs +0 -9
  325. package/esm2022/lib/utils/lexorank.utils.mjs +0 -28
  326. package/esm2022/lib/utils/modal.utils.mjs +0 -6
  327. package/esm2022/lib/utils/number.utils.mjs +0 -6
  328. package/esm2022/lib/utils/object.utils.mjs +0 -111
  329. package/esm2022/lib/utils/promise.utils.mjs +0 -7
  330. package/esm2022/lib/utils/public-api.mjs +0 -19
  331. package/esm2022/lib/utils/query-params.utils.mjs +0 -14
  332. package/esm2022/lib/utils/regex.utils.mjs +0 -11
  333. package/esm2022/lib/utils/type.utils.mjs +0 -15
  334. package/esm2022/lib/utils/url.utils.mjs +0 -20
  335. package/esm2022/public-api.mjs +0 -12
  336. package/esm2022/recursyve-nice-ui-kit.v2.mjs +0 -5
  337. package/lib/animations/defaults.d.ts +0 -13
  338. package/lib/animations/expand-collapse.d.ts +0 -2
  339. package/lib/animations/fade.d.ts +0 -11
  340. package/lib/animations/index.d.ts +0 -1
  341. package/lib/animations/public-api.d.ts +0 -1
  342. package/lib/animations/shake.d.ts +0 -2
  343. package/lib/animations/slide.d.ts +0 -9
  344. package/lib/animations/zoom.d.ts +0 -3
  345. package/lib/api/exceptions/api.exception.d.ts +0 -3
  346. package/lib/api/exceptions/exception.factory.d.ts +0 -6
  347. package/lib/api/index.d.ts +0 -1
  348. package/lib/api/interceptors/transform-response.interceptor.d.ts +0 -9
  349. package/lib/api/nice.api.d.ts +0 -33
  350. package/lib/api/public-api.d.ts +0 -4
  351. package/lib/components/alert/alert.component.d.ts +0 -64
  352. package/lib/components/alert/alert.module.d.ts +0 -10
  353. package/lib/components/alert/alert.service.d.ts +0 -24
  354. package/lib/components/alert/alert.types.d.ts +0 -3
  355. package/lib/components/alert/index.d.ts +0 -1
  356. package/lib/components/alert/public-api.d.ts +0 -4
  357. package/lib/components/assets-carousel/assets-carousel.component.d.ts +0 -88
  358. package/lib/components/assets-carousel/assets-carousel.constant.d.ts +0 -2
  359. package/lib/components/assets-carousel/assets-carousel.module.d.ts +0 -19
  360. package/lib/components/assets-carousel/directives/assets-carousel-active-content.directive.d.ts +0 -8
  361. package/lib/components/assets-carousel/index.d.ts +0 -1
  362. package/lib/components/assets-carousel/public-api.d.ts +0 -3
  363. package/lib/components/async-typeahead/async-typeahead.component.d.ts +0 -119
  364. package/lib/components/async-typeahead/async-typeahead.constant.d.ts +0 -2
  365. package/lib/components/async-typeahead/async-typeahead.module.d.ts +0 -19
  366. package/lib/components/async-typeahead/index.d.ts +0 -1
  367. package/lib/components/async-typeahead/providers/async-typeahead.provider.d.ts +0 -11
  368. package/lib/components/async-typeahead/providers/async-typeahead.service.d.ts +0 -51
  369. package/lib/components/async-typeahead/public-api.d.ts +0 -4
  370. package/lib/components/base-form/base-form.component.d.ts +0 -30
  371. package/lib/components/base-form/base-form.module.d.ts +0 -7
  372. package/lib/components/base-form/form-submit.directive.d.ts +0 -8
  373. package/lib/components/base-form/index.d.ts +0 -1
  374. package/lib/components/base-form/nice-base.form.d.ts +0 -4
  375. package/lib/components/base-form/public-api.d.ts +0 -4
  376. package/lib/components/card/card.component.d.ts +0 -21
  377. package/lib/components/card/card.module.d.ts +0 -8
  378. package/lib/components/card/card.types.d.ts +0 -1
  379. package/lib/components/card/index.d.ts +0 -1
  380. package/lib/components/card/public-api.d.ts +0 -2
  381. package/lib/components/carousel/carousel.component.d.ts +0 -21
  382. package/lib/components/carousel/carousel.module.d.ts +0 -14
  383. package/lib/components/carousel/index.d.ts +0 -1
  384. package/lib/components/carousel/picture-modal/index.d.ts +0 -1
  385. package/lib/components/carousel/picture-modal/picture-modal.component.d.ts +0 -6
  386. package/lib/components/carousel/picture-modal/picture-modal.service.d.ts +0 -12
  387. package/lib/components/carousel/picture-modal/public-api.d.ts +0 -2
  388. package/lib/components/carousel/pipe/carousel-layout.pipe.d.ts +0 -7
  389. package/lib/components/carousel/public-api.d.ts +0 -3
  390. package/lib/components/collapsable/collapsable.component.d.ts +0 -15
  391. package/lib/components/collapsable/collapsable.module.d.ts +0 -9
  392. package/lib/components/collapsable/index.d.ts +0 -1
  393. package/lib/components/collapsable/public-api.d.ts +0 -2
  394. package/lib/components/date-range-picker/components/header/header.component.d.ts +0 -20
  395. package/lib/components/date-range-picker/components/range-preset/range-preset.component.d.ts +0 -23
  396. package/lib/components/date-range-picker/date-range-picker.component.d.ts +0 -28
  397. package/lib/components/date-range-picker/date-range-picker.module.d.ts +0 -18
  398. package/lib/components/date-range-picker/index.d.ts +0 -1
  399. package/lib/components/date-range-picker/providers/date-range-picker.service.d.ts +0 -8
  400. package/lib/components/date-range-picker/public-api.d.ts +0 -2
  401. package/lib/components/drawer/drawer.component.d.ts +0 -115
  402. package/lib/components/drawer/drawer.module.d.ts +0 -9
  403. package/lib/components/drawer/drawer.service.d.ts +0 -23
  404. package/lib/components/drawer/drawer.types.d.ts +0 -2
  405. package/lib/components/drawer/index.d.ts +0 -1
  406. package/lib/components/drawer/public-api.d.ts +0 -4
  407. package/lib/components/export-bottom-sheet/export-bottom-sheet.component.d.ts +0 -17
  408. package/lib/components/export-bottom-sheet/export-bottom-sheet.module.d.ts +0 -18
  409. package/lib/components/export-bottom-sheet/index.d.ts +0 -1
  410. package/lib/components/export-bottom-sheet/models/export-strategy.model.d.ts +0 -5
  411. package/lib/components/export-bottom-sheet/providers/export-bottom-sheet.service.d.ts +0 -12
  412. package/lib/components/export-bottom-sheet/public-api.d.ts +0 -4
  413. package/lib/components/form-error/control-status.directive.d.ts +0 -20
  414. package/lib/components/form-error/form-error.component.d.ts +0 -8
  415. package/lib/components/form-error/form-error.module.d.ts +0 -10
  416. package/lib/components/form-error/index.d.ts +0 -1
  417. package/lib/components/form-error/public-api.d.ts +0 -3
  418. package/lib/components/horizontal-stepper/horizontal-stepper.component.d.ts +0 -8
  419. package/lib/components/horizontal-stepper/horizontal-stepper.module.d.ts +0 -11
  420. package/lib/components/horizontal-stepper/index.d.ts +0 -1
  421. package/lib/components/horizontal-stepper/public-api.d.ts +0 -3
  422. package/lib/components/horizontal-stepper/step.component.d.ts +0 -6
  423. package/lib/components/image-cropper/image-cropper.component.d.ts +0 -374
  424. package/lib/components/image-cropper/image-cropper.module.d.ts +0 -10
  425. package/lib/components/image-cropper/index.d.ts +0 -1
  426. package/lib/components/image-cropper/public-api.d.ts +0 -2
  427. package/lib/components/image-cropper/resize-canvas.d.ts +0 -1
  428. package/lib/components/index.d.ts +0 -1
  429. package/lib/components/layout/index.d.ts +0 -1
  430. package/lib/components/layout/layout.component.d.ts +0 -39
  431. package/lib/components/layout/layout.module.d.ts +0 -7
  432. package/lib/components/layout/public-api.d.ts +0 -2
  433. package/lib/components/loading-spinner/index.d.ts +0 -1
  434. package/lib/components/loading-spinner/loading-spinner.component.d.ts +0 -9
  435. package/lib/components/loading-spinner/loading-spinner.module.d.ts +0 -13
  436. package/lib/components/loading-spinner/loading.constant.d.ts +0 -2
  437. package/lib/components/loading-spinner/loading.directive.d.ts +0 -17
  438. package/lib/components/loading-spinner/public-api.d.ts +0 -3
  439. package/lib/components/loading-toast/index.d.ts +0 -1
  440. package/lib/components/loading-toast/loading-toast.component.d.ts +0 -19
  441. package/lib/components/loading-toast/loading-toast.constant.d.ts +0 -2
  442. package/lib/components/loading-toast/loading-toast.directive.d.ts +0 -18
  443. package/lib/components/loading-toast/loading-toast.module.d.ts +0 -16
  444. package/lib/components/loading-toast/loading-toast.service.d.ts +0 -20
  445. package/lib/components/loading-toast/public-api.d.ts +0 -5
  446. package/lib/components/loading-toast/rxjs/show-loading-toast.operator.d.ts +0 -6
  447. package/lib/components/lottie/index.d.ts +0 -1
  448. package/lib/components/lottie/lottie.component.d.ts +0 -19
  449. package/lib/components/lottie/lottie.module.d.ts +0 -8
  450. package/lib/components/lottie/public-api.d.ts +0 -2
  451. package/lib/components/navigation/components/hint-component-base.d.ts +0 -65
  452. package/lib/components/navigation/directives/show-hint.directive.d.ts +0 -39
  453. package/lib/components/navigation/horizontal/components/basic/basic.component.d.ts +0 -29
  454. package/lib/components/navigation/horizontal/components/branch/branch.component.d.ts +0 -38
  455. package/lib/components/navigation/horizontal/components/divider/divider.component.d.ts +0 -26
  456. package/lib/components/navigation/horizontal/components/spacer/spacer.component.d.ts +0 -26
  457. package/lib/components/navigation/horizontal/horizontal.component.d.ts +0 -22
  458. package/lib/components/navigation/index.d.ts +0 -1
  459. package/lib/components/navigation/navigation.component.d.ts +0 -32
  460. package/lib/components/navigation/navigation.module.d.ts +0 -32
  461. package/lib/components/navigation/navigation.service.d.ts +0 -69
  462. package/lib/components/navigation/navigation.types.d.ts +0 -42
  463. package/lib/components/navigation/pipes/should-hide.pipe.d.ts +0 -11
  464. package/lib/components/navigation/pipes/should-show-hint.pipe.d.ts +0 -12
  465. package/lib/components/navigation/pipes/translate-with-context.pipe.d.ts +0 -12
  466. package/lib/components/navigation/providers/hide-item.resolver.d.ts +0 -5
  467. package/lib/components/navigation/providers/hint.resolver.d.ts +0 -4
  468. package/lib/components/navigation/providers/hint.service.d.ts +0 -9
  469. package/lib/components/navigation/providers/translation-context.service.d.ts +0 -8
  470. package/lib/components/navigation/public-api.d.ts +0 -19
  471. package/lib/components/navigation/vertical/components/aside/aside.component.d.ts +0 -55
  472. package/lib/components/navigation/vertical/components/basic/basic.component.d.ts +0 -35
  473. package/lib/components/navigation/vertical/components/collapsable/collapsable.component.d.ts +0 -68
  474. package/lib/components/navigation/vertical/components/divider/divider.component.d.ts +0 -26
  475. package/lib/components/navigation/vertical/components/group/group.component.d.ts +0 -36
  476. package/lib/components/navigation/vertical/components/spacer/spacer.component.d.ts +0 -26
  477. package/lib/components/navigation/vertical/vertical.component.d.ts +0 -168
  478. package/lib/components/public-api.d.ts +0 -24
  479. package/lib/components/search-bar/index.d.ts +0 -1
  480. package/lib/components/search-bar/public-api.d.ts +0 -2
  481. package/lib/components/search-bar/search-bar.component.d.ts +0 -20
  482. package/lib/components/search-bar/search-bar.module.d.ts +0 -12
  483. package/lib/components/sweet-alert/index.d.ts +0 -1
  484. package/lib/components/sweet-alert/public-api.d.ts +0 -4
  485. package/lib/components/sweet-alert/sweet-alert.component.d.ts +0 -27
  486. package/lib/components/sweet-alert/sweet-alert.constant.d.ts +0 -2
  487. package/lib/components/sweet-alert/sweet-alert.directive.d.ts +0 -13
  488. package/lib/components/sweet-alert/sweet-alert.module.d.ts +0 -16
  489. package/lib/components/sweet-alert/sweet-alert.service.d.ts +0 -32
  490. package/lib/components/toast/index.d.ts +0 -1
  491. package/lib/components/toast/public-api.d.ts +0 -5
  492. package/lib/components/toast/rxjs/show-success-or-error-toast.operator.d.ts +0 -37
  493. package/lib/components/toast/rxjs/show-toast.operator.d.ts +0 -20
  494. package/lib/components/toast/toast.component.d.ts +0 -17
  495. package/lib/components/toast/toast.constant.d.ts +0 -2
  496. package/lib/components/toast/toast.module.d.ts +0 -15
  497. package/lib/components/toast/toast.service.d.ts +0 -25
  498. package/lib/components/toggle-button-group/index.d.ts +0 -1
  499. package/lib/components/toggle-button-group/public-api.d.ts +0 -3
  500. package/lib/components/toggle-button-group/toggle-button-group.component.d.ts +0 -26
  501. package/lib/components/toggle-button-group/toggle-button-group.module.d.ts +0 -10
  502. package/lib/components/toggle-button-group/toggle-button.component.d.ts +0 -8
  503. package/lib/components/translation-form/components/textarea/translation-form-textarea.component.d.ts +0 -9
  504. package/lib/components/translation-form/components/textfield/translation-form-textfield.component.d.ts +0 -6
  505. package/lib/components/translation-form/components/translation-form.component.d.ts +0 -56
  506. package/lib/components/translation-form/components/translation-form.module.d.ts +0 -16
  507. package/lib/components/translation-form/decorators/translation-form-group.decorator.d.ts +0 -1
  508. package/lib/components/translation-form/directives/translation-context.directive.d.ts +0 -16
  509. package/lib/components/translation-form/index.d.ts +0 -1
  510. package/lib/components/translation-form/providers/nice-translation-form.service.d.ts +0 -16
  511. package/lib/components/translation-form/public-api.d.ts +0 -10
  512. package/lib/components/translation-form/toggle/translation-toggle.component.d.ts +0 -14
  513. package/lib/components/translation-form/translation.form.d.ts +0 -5
  514. package/lib/components/translation-form/validators/require-for-languages.validator.d.ts +0 -14
  515. package/lib/components/typeahead/directives/options-scroll.directive.d.ts +0 -19
  516. package/lib/components/typeahead/directives/options-scroll.module.d.ts +0 -7
  517. package/lib/components/typeahead/index.d.ts +0 -1
  518. package/lib/components/typeahead/public-api.d.ts +0 -3
  519. package/lib/components/typeahead/typeahead.component.d.ts +0 -101
  520. package/lib/components/typeahead/typeahead.module.d.ts +0 -17
  521. package/lib/directives/autofocus/autofocus.directive.d.ts +0 -9
  522. package/lib/directives/autofocus/autofocus.module.d.ts +0 -7
  523. package/lib/directives/autofocus/index.d.ts +0 -1
  524. package/lib/directives/autofocus/public-api.d.ts +0 -2
  525. package/lib/directives/autogrow/autogrow.directive.d.ts +0 -37
  526. package/lib/directives/autogrow/autogrow.module.d.ts +0 -7
  527. package/lib/directives/autogrow/index.d.ts +0 -1
  528. package/lib/directives/autogrow/public-api.d.ts +0 -2
  529. package/lib/directives/chip-async-typeahead/chip-async-typeahead.directive.d.ts +0 -14
  530. package/lib/directives/chip-async-typeahead/index.d.ts +0 -1
  531. package/lib/directives/chip-async-typeahead/public-api.d.ts +0 -1
  532. package/lib/directives/chip-list/chip-list-items/chip-list-item-label.directive.d.ts +0 -8
  533. package/lib/directives/chip-list/chip-list-items/chip-list-items.component.d.ts +0 -26
  534. package/lib/directives/chip-list/chip-list.constant.d.ts +0 -2
  535. package/lib/directives/chip-list/chip-list.directive.d.ts +0 -32
  536. package/lib/directives/chip-list/chip-list.module.d.ts +0 -14
  537. package/lib/directives/chip-list/index.d.ts +0 -1
  538. package/lib/directives/chip-list/public-api.d.ts +0 -4
  539. package/lib/directives/draggable-list/draggable-list.directive.d.ts +0 -24
  540. package/lib/directives/draggable-list/draggable-list.module.d.ts +0 -8
  541. package/lib/directives/draggable-list/index.d.ts +0 -1
  542. package/lib/directives/draggable-list/public-api.d.ts +0 -2
  543. package/lib/directives/dropzone/dropzone.directive.d.ts +0 -11
  544. package/lib/directives/dropzone/dropzone.module.d.ts +0 -7
  545. package/lib/directives/dropzone/index.d.ts +0 -1
  546. package/lib/directives/dropzone/public-api.d.ts +0 -2
  547. package/lib/directives/image-error-placeholder/image-error-placeholder.directive.d.ts +0 -11
  548. package/lib/directives/image-error-placeholder/image-error-placeholder.module.d.ts +0 -7
  549. package/lib/directives/image-error-placeholder/index.d.ts +0 -1
  550. package/lib/directives/image-error-placeholder/public-api.d.ts +0 -2
  551. package/lib/directives/index.d.ts +0 -1
  552. package/lib/directives/material/index.d.ts +0 -1
  553. package/lib/directives/material/material.module.d.ts +0 -8
  554. package/lib/directives/material/nice-material-style.directive.d.ts +0 -9
  555. package/lib/directives/material/nice-rounded-style.directive.d.ts +0 -9
  556. package/lib/directives/material/public-api.d.ts +0 -3
  557. package/lib/directives/modals/index.d.ts +0 -1
  558. package/lib/directives/modals/modal-on-click.directive.d.ts +0 -10
  559. package/lib/directives/modals/modal-opener.directive.d.ts +0 -14
  560. package/lib/directives/modals/public-api.d.ts +0 -2
  561. package/lib/directives/public-api.d.ts +0 -15
  562. package/lib/directives/rerender/index.d.ts +0 -1
  563. package/lib/directives/rerender/public-api.d.ts +0 -1
  564. package/lib/directives/rerender/rerender.directive.d.ts +0 -10
  565. package/lib/directives/resolve/index.d.ts +0 -1
  566. package/lib/directives/resolve/public-api.d.ts +0 -1
  567. package/lib/directives/resolve/resolve.directive.d.ts +0 -18
  568. package/lib/directives/scroll-reset/index.d.ts +0 -1
  569. package/lib/directives/scroll-reset/public-api.d.ts +0 -2
  570. package/lib/directives/scroll-reset/scroll-reset.directive.d.ts +0 -22
  571. package/lib/directives/scroll-reset/scroll-reset.module.d.ts +0 -7
  572. package/lib/directives/scrollbar/index.d.ts +0 -1
  573. package/lib/directives/scrollbar/public-api.d.ts +0 -2
  574. package/lib/directives/scrollbar/scrollbar.directive.d.ts +0 -112
  575. package/lib/directives/scrollbar/scrollbar.module.d.ts +0 -7
  576. package/lib/directives/scrollbar/scrollbar.types.d.ts +0 -12
  577. package/lib/directives/stop-propagation/click-stop-propagation.directive.d.ts +0 -6
  578. package/lib/directives/stop-propagation/index.d.ts +0 -1
  579. package/lib/directives/stop-propagation/public-api.d.ts +0 -2
  580. package/lib/directives/stop-propagation/stop-propagation.module.d.ts +0 -7
  581. package/lib/directives/window/index.d.ts +0 -1
  582. package/lib/directives/window/prevent-close-window.directive.d.ts +0 -6
  583. package/lib/directives/window/public-api.d.ts +0 -2
  584. package/lib/directives/window/window-directive.module.d.ts +0 -7
  585. package/lib/nice.module.d.ts +0 -13
  586. package/lib/pipes/boolean.pipe.d.ts +0 -10
  587. package/lib/pipes/capitalize-first-letter.pipe.d.ts +0 -7
  588. package/lib/pipes/ceil.pipe.d.ts +0 -7
  589. package/lib/pipes/entries.pipe.d.ts +0 -10
  590. package/lib/pipes/find-by-key.pipe.d.ts +0 -7
  591. package/lib/pipes/first-letter.pipe.d.ts +0 -7
  592. package/lib/pipes/floor.pipe.d.ts +0 -7
  593. package/lib/pipes/index.d.ts +0 -1
  594. package/lib/pipes/join-if-defined.pipe.d.ts +0 -7
  595. package/lib/pipes/link.pipe.d.ts +0 -15
  596. package/lib/pipes/localized-boolean.pipe.d.ts +0 -10
  597. package/lib/pipes/localized-currency.pipe.d.ts +0 -10
  598. package/lib/pipes/localized-date-only.pipe.d.ts +0 -10
  599. package/lib/pipes/localized-date.pipe.d.ts +0 -11
  600. package/lib/pipes/minutes-to-time.pipe.d.ts +0 -7
  601. package/lib/pipes/number-to-ordinal-indicator.pipe.d.ts +0 -7
  602. package/lib/pipes/pad.pipe.d.ts +0 -7
  603. package/lib/pipes/phone.pipe.d.ts +0 -10
  604. package/lib/pipes/pipes.module.d.ts +0 -29
  605. package/lib/pipes/postal-code.pipe.d.ts +0 -10
  606. package/lib/pipes/public-api.d.ts +0 -24
  607. package/lib/pipes/range.pipe.d.ts +0 -7
  608. package/lib/pipes/round.pipe.d.ts +0 -7
  609. package/lib/pipes/sanitize-bypass.pipe.d.ts +0 -10
  610. package/lib/pipes/seconds-to-time.pipe.d.ts +0 -7
  611. package/lib/pipes/track-by-prop.pipe.d.ts +0 -7
  612. package/lib/providers/config/config.constants.d.ts +0 -2
  613. package/lib/providers/config/config.model.d.ts +0 -14
  614. package/lib/providers/config/config.module.d.ts +0 -18
  615. package/lib/providers/config/config.service.d.ts +0 -21
  616. package/lib/providers/config/index.d.ts +0 -1
  617. package/lib/providers/config/public-api.d.ts +0 -2
  618. package/lib/providers/index.d.ts +0 -1
  619. package/lib/providers/media-watcher/index.d.ts +0 -1
  620. package/lib/providers/media-watcher/media-watcher.module.d.ts +0 -12
  621. package/lib/providers/media-watcher/media-watcher.service.d.ts +0 -27
  622. package/lib/providers/media-watcher/public-api.d.ts +0 -2
  623. package/lib/providers/overlay/dynamic-overlay-container.service.d.ts +0 -7
  624. package/lib/providers/overlay/dynamic-overlay.service.d.ts +0 -14
  625. package/lib/providers/public-api.d.ts +0 -4
  626. package/lib/providers/splash-screen/index.d.ts +0 -1
  627. package/lib/providers/splash-screen/public-api.d.ts +0 -2
  628. package/lib/providers/splash-screen/splash-screen.module.d.ts +0 -12
  629. package/lib/providers/splash-screen/splash-screen.service.d.ts +0 -20
  630. package/lib/providers/utils/index.d.ts +0 -1
  631. package/lib/providers/utils/public-api.d.ts +0 -2
  632. package/lib/providers/utils/utils.module.d.ts +0 -9
  633. package/lib/providers/utils/utils.service.d.ts +0 -9
  634. package/lib/types/constructor.d.ts +0 -5
  635. package/lib/utils/array.utils.d.ts +0 -24
  636. package/lib/utils/case.utils.d.ts +0 -9
  637. package/lib/utils/colors.utils.d.ts +0 -9
  638. package/lib/utils/date.utils.d.ts +0 -11
  639. package/lib/utils/file.utils.d.ts +0 -10
  640. package/lib/utils/font-awesome.utils.d.ts +0 -3
  641. package/lib/utils/form-data.utils.d.ts +0 -4
  642. package/lib/utils/http-status.utils.d.ts +0 -45
  643. package/lib/utils/index.d.ts +0 -1
  644. package/lib/utils/keyboard.utils.d.ts +0 -7
  645. package/lib/utils/lexorank.utils.d.ts +0 -6
  646. package/lib/utils/modal.utils.d.ts +0 -7
  647. package/lib/utils/number.utils.d.ts +0 -7
  648. package/lib/utils/object.utils.d.ts +0 -10
  649. package/lib/utils/promise.utils.d.ts +0 -7
  650. package/lib/utils/public-api.d.ts +0 -18
  651. package/lib/utils/query-params.utils.d.ts +0 -3
  652. package/lib/utils/regex.utils.d.ts +0 -7
  653. package/lib/utils/type.utils.d.ts +0 -6
  654. package/lib/utils/url.utils.d.ts +0 -6
  655. package/public-api.d.ts +0 -8
@@ -1,26 +0,0 @@
1
- import { EventEmitter, QueryList } from "@angular/core";
2
- import { CanColor, ThemePalette } from "@angular/material/core";
3
- import { ToggleButtonComponent } from "./toggle-button.component";
4
- import * as i0 from "@angular/core";
5
- export type ToggleButtonGroupDataType = any | any[];
6
- export declare class ToggleButtonGroupComponent implements CanColor {
7
- private _multiple;
8
- toggleButtons: QueryList<ToggleButtonComponent>;
9
- selected: ToggleButtonGroupDataType;
10
- color: ThemePalette;
11
- selectedChange: EventEmitter<any>;
12
- defaultColor: ThemePalette;
13
- set multiple(multiple: boolean);
14
- private onTouched;
15
- private onChange;
16
- onBlur(): void;
17
- writeValue(value: ToggleButtonGroupDataType): void;
18
- registerOnChange(fn: (color: string) => void): void;
19
- registerOnTouched(fn: () => void): void;
20
- onSelect(value: any): void;
21
- conditionalColorObj(value: any): any;
22
- private isLeftValueSelected;
23
- private isRightValueSelected;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonGroupComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonGroupComponent, "nice-toggle-button-group", never, { "selected": { "alias": "selected"; "required": false; }; "color": { "alias": "color"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; }, { "selectedChange": "selectedChange"; }, ["toggleButtons"], never, false, never>;
26
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./toggle-button.component";
3
- import * as i2 from "./toggle-button-group.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/material/core";
6
- export declare class NiceToggleButtonGroupModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceToggleButtonGroupModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<NiceToggleButtonGroupModule, [typeof i1.ToggleButtonComponent, typeof i2.ToggleButtonGroupComponent], [typeof i3.CommonModule, typeof i4.MatRippleModule], [typeof i1.ToggleButtonComponent, typeof i2.ToggleButtonGroupComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<NiceToggleButtonGroupModule>;
10
- }
@@ -1,8 +0,0 @@
1
- import { TemplateRef } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class ToggleButtonComponent {
4
- content: TemplateRef<any>;
5
- value: string;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent, "nice-toggle-button", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
8
- }
@@ -1,9 +0,0 @@
1
- import { TranslationFormComponent } from "../translation-form.component";
2
- import * as i0 from "@angular/core";
3
- export declare class TranslationFormTextareaComponent extends TranslationFormComponent {
4
- resizable: boolean;
5
- rows: number;
6
- cols: number;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<TranslationFormTextareaComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<TranslationFormTextareaComponent, "nice-translation-form-textarea", never, { "resizable": { "alias": "resizable"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; }, {}, never, never, false, never>;
9
- }
@@ -1,6 +0,0 @@
1
- import { TranslationFormComponent } from "../translation-form.component";
2
- import * as i0 from "@angular/core";
3
- export declare class TranslationFormTextfieldComponent extends TranslationFormComponent {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<TranslationFormTextfieldComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<TranslationFormTextfieldComponent, "nice-translation-form-textfield", never, {}, {}, never, never, false, never>;
6
- }
@@ -1,56 +0,0 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from "@angular/core";
2
- import { AbstractControlDirective, ControlContainer, ControlValueAccessor, FormControl, FormGroup, NgControl } from "@angular/forms";
3
- import { MatFormFieldControl } from "@angular/material/form-field";
4
- import { Subject } from "rxjs";
5
- import { TranslationContextDirective } from "../directives/translation-context.directive";
6
- import { NiceTranslationFormService } from "../providers/nice-translation-form.service";
7
- import * as i0 from "@angular/core";
8
- export declare abstract class TranslationFormComponent implements OnInit, OnDestroy, MatFormFieldControl<string>, ControlValueAccessor {
9
- private container;
10
- private context;
11
- private service;
12
- private changeDetectorRef;
13
- get classList(): any;
14
- get shouldLabelFloat(): boolean;
15
- set required(req: boolean);
16
- get required(): boolean;
17
- get disabled(): boolean;
18
- set disabled(value: boolean);
19
- set placeholder(placeholder: string);
20
- get placeholder(): string;
21
- set value(value: any);
22
- get value(): any;
23
- get empty(): boolean;
24
- get errorState(): boolean;
25
- constructor(container: ControlContainer, context: TranslationContextDirective, service: NiceTranslationFormService, changeDetectorRef: ChangeDetectorRef);
26
- floating: boolean;
27
- maxLength: number;
28
- id: string;
29
- describedBy: string;
30
- formGroup: FormGroup;
31
- currentControl?: FormControl;
32
- stateChanges: Subject<void>;
33
- ngControl: AbstractControlDirective | NgControl;
34
- focused: boolean;
35
- controlType: string;
36
- private _unsubscribeAll$;
37
- private _required;
38
- private _disabled;
39
- private _placeholder;
40
- private _value;
41
- readonly autofilled: boolean;
42
- readonly userAriaDescribedBy: string;
43
- propagate: (value: string) => void;
44
- onContainerClick(event: MouseEvent): void;
45
- setDescribedByIds(ids: string[]): void;
46
- registerOnChange(fn: any): void;
47
- registerOnTouched(fn: any): void;
48
- writeValue(value: any): void;
49
- ngOnInit(): void;
50
- ngOnDestroy(): void;
51
- setLanguage(language: string): void;
52
- private setupFormControls;
53
- private handleDisabledState;
54
- static ɵfac: i0.ɵɵFactoryDeclaration<TranslationFormComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<TranslationFormComponent, "ng-component", never, { "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "floating": { "alias": "floating"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; }, {}, never, never, false, never>;
56
- }
@@ -1,16 +0,0 @@
1
- import { ModuleWithProviders } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./textfield/translation-form-textfield.component";
4
- import * as i2 from "./textarea/translation-form-textarea.component";
5
- import * as i3 from "../toggle/translation-toggle.component";
6
- import * as i4 from "../directives/translation-context.directive";
7
- import * as i5 from "@angular/material/button-toggle";
8
- import * as i6 from "@angular/material/input";
9
- import * as i7 from "@angular/forms";
10
- import * as i8 from "@angular/common";
11
- export declare class NiceTranslationFormModule {
12
- static forRoot(): ModuleWithProviders<NiceTranslationFormModule>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceTranslationFormModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<NiceTranslationFormModule, [typeof i1.TranslationFormTextfieldComponent, typeof i2.TranslationFormTextareaComponent, typeof i3.TranslationToggleComponent, typeof i4.TranslationContextDirective], [typeof i5.MatButtonToggleModule, typeof i6.MatInputModule, typeof i7.ReactiveFormsModule, typeof i8.NgForOf, typeof i8.NgIf, typeof i8.AsyncPipe, typeof i8.UpperCasePipe], [typeof i1.TranslationFormTextfieldComponent, typeof i2.TranslationFormTextareaComponent, typeof i3.TranslationToggleComponent, typeof i4.TranslationContextDirective]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<NiceTranslationFormModule>;
16
- }
@@ -1 +0,0 @@
1
- export declare const TranslationFormGroup: () => PropertyDecorator;
@@ -1,16 +0,0 @@
1
- import { OnDestroy, OnInit } from "@angular/core";
2
- import { BehaviorSubject } from "rxjs";
3
- import { NiceTranslationFormService } from "../providers/nice-translation-form.service";
4
- import * as i0 from "@angular/core";
5
- export declare class TranslationContextDirective implements OnInit, OnDestroy {
6
- private translationFormService;
7
- activeLanguage$: BehaviorSubject<string>;
8
- private _unsubscribeAll$;
9
- constructor(translationFormService: NiceTranslationFormService);
10
- ngOnInit(): void;
11
- ngOnDestroy(): void;
12
- updateLanguage(language: string): void;
13
- reset(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TranslationContextDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<TranslationContextDirective, "[niceTranslationContext]", never, {}, {}, never, never, false, never>;
16
- }
@@ -1 +0,0 @@
1
- export * from "./public-api";
@@ -1,16 +0,0 @@
1
- import { Observable } from "rxjs";
2
- import * as i0 from "@angular/core";
3
- export declare class NiceTranslationFormService {
4
- private _languages$;
5
- private _requiredLanguages$;
6
- get languages$(): Observable<string[]>;
7
- get languages(): string[];
8
- get requiredLanguages$(): Observable<string[]>;
9
- get requiredLanguages(): string[];
10
- get hasLanguages$(): Observable<boolean>;
11
- get hasLanguages(): boolean;
12
- setLanguages(languages?: string[]): void;
13
- setRequiredLanguages(languages?: string[]): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceTranslationFormService, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<NiceTranslationFormService>;
16
- }
@@ -1,10 +0,0 @@
1
- export * from "./components/translation-form.module";
2
- export * from "./components/translation-form.component";
3
- export * from "./components/textarea/translation-form-textarea.component";
4
- export * from "./components/textfield/translation-form-textfield.component";
5
- export * from "./decorators/translation-form-group.decorator";
6
- export * from "./directives/translation-context.directive";
7
- export * from "./providers/nice-translation-form.service";
8
- export * from "./toggle/translation-toggle.component";
9
- export * from "./validators/require-for-languages.validator";
10
- export * from "./translation.form";
@@ -1,14 +0,0 @@
1
- import { MatButtonToggleChange } from "@angular/material/button-toggle";
2
- import { TranslationContextDirective } from "../directives/translation-context.directive";
3
- import { NiceTranslationFormService } from "../providers/nice-translation-form.service";
4
- import * as i0 from "@angular/core";
5
- export declare class TranslationToggleComponent {
6
- private context;
7
- private translationFormService;
8
- languages$: import("rxjs").Observable<string[]>;
9
- activeLanguage$: import("rxjs").BehaviorSubject<string>;
10
- constructor(context: TranslationContextDirective, translationFormService: NiceTranslationFormService);
11
- onChange($event: MatButtonToggleChange): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TranslationToggleComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<TranslationToggleComponent, "nice-translation-toggle", never, {}, {}, never, never, false, never>;
14
- }
@@ -1,5 +0,0 @@
1
- export declare class TranslationForm {
2
- constructor(values?: {
3
- [language: string]: string;
4
- });
5
- }
@@ -1,14 +0,0 @@
1
- import { FormGroup, ValidationErrors } from "@angular/forms";
2
- import { AsyncValidator } from "@recursyve/ngx-form-generator";
3
- import { Observable } from "rxjs";
4
- import { NiceTranslationFormService } from "../providers/nice-translation-form.service";
5
- import * as i0 from "@angular/core";
6
- export declare function RequireForLanguages(): PropertyDecorator;
7
- export declare class RequireForLanguagesValidator extends AsyncValidator {
8
- private service;
9
- name: string;
10
- constructor(service: NiceTranslationFormService);
11
- validate(formGroup: FormGroup): Observable<ValidationErrors | null>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<RequireForLanguagesValidator, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<RequireForLanguagesValidator>;
14
- }
@@ -1,19 +0,0 @@
1
- import { EventEmitter, OnDestroy } from "@angular/core";
2
- import { MatAutocomplete } from "@angular/material/autocomplete";
3
- import * as i0 from "@angular/core";
4
- export interface IAutoCompleteScrollEvent {
5
- autoComplete: MatAutocomplete;
6
- scrollEvent: Event;
7
- }
8
- export declare class OptionsScrollDirective implements OnDestroy {
9
- autoComplete: MatAutocomplete;
10
- private _onDestroy$;
11
- thresholdPercent: number;
12
- optionsScroll: EventEmitter<IAutoCompleteScrollEvent>;
13
- constructor(autoComplete: MatAutocomplete);
14
- ngOnDestroy(): void;
15
- onScroll(event: Event): void;
16
- private removeScrollEventListener;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<OptionsScrollDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<OptionsScrollDirective, "mat-autocomplete[optionsScroll]", never, { "thresholdPercent": { "alias": "thresholdPercent"; "required": false; }; }, { "optionsScroll": "optionsScroll"; }, never, never, false, never>;
19
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./options-scroll.directive";
3
- export declare class OptionScrollModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<OptionScrollModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<OptionScrollModule, [typeof i1.OptionsScrollDirective], never, [typeof i1.OptionsScrollDirective]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<OptionScrollModule>;
7
- }
@@ -1 +0,0 @@
1
- export * from "./public-api";
@@ -1,3 +0,0 @@
1
- export * from "./directives/options-scroll.directive";
2
- export * from "./typeahead.component";
3
- export * from "./typeahead.module";
@@ -1,101 +0,0 @@
1
- import { FocusMonitor } from "@angular/cdk/a11y";
2
- import { ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, TemplateRef } from "@angular/core";
3
- import { ControlValueAccessor, FormControl, NgControl } from "@angular/forms";
4
- import { MatAutocompleteActivatedEvent, MatAutocompleteSelectedEvent } from "@angular/material/autocomplete";
5
- import { MatOption } from "@angular/material/core";
6
- import { MatFormFieldControl } from "@angular/material/form-field";
7
- import { Subject, Subscription } from "rxjs";
8
- import * as i0 from "@angular/core";
9
- export declare class NiceTypeaheadNewValue {
10
- $new: string;
11
- constructor($new: string);
12
- }
13
- export declare class NiceTypeaheadComponent implements OnInit, OnDestroy, ControlValueAccessor, MatFormFieldControl<string> {
14
- ngControl: NgControl;
15
- private fm;
16
- private zone;
17
- elRef: ElementRef<HTMLElement>;
18
- set items(items: any[] | null | undefined);
19
- set labelFormatFn(labelFormatFn: (item: any) => string);
20
- set required(req: boolean);
21
- get required(): boolean;
22
- get disabled(): boolean;
23
- set disabled(value: boolean);
24
- set placeholder(placeholder: string);
25
- get placeholder(): string;
26
- set emptyPlaceholder(emptyPlaceholder: string);
27
- get emptyPlaceholder(): string;
28
- set value(value: any);
29
- get value(): any;
30
- get empty(): boolean;
31
- get errorState(): boolean;
32
- get shouldLabelFloat(): boolean;
33
- constructor(ngControl: NgControl, fm: FocusMonitor, zone: NgZone, elRef: ElementRef<HTMLElement>);
34
- private _items;
35
- private _labelFormatFn;
36
- private _page;
37
- allowNotFoundItems: boolean;
38
- panelClass: string | string[];
39
- bindValue: string;
40
- bindLabel: string;
41
- /** @deprecated: Use NiceRemoteTypeahead instead */
42
- typeahead: Subject<string>;
43
- /** @deprecated: Use NiceRemoteTypeahead instead */
44
- page$: Subject<number>;
45
- loading: boolean;
46
- loadingPage: boolean;
47
- searchFn: (search: string, option: any) => boolean;
48
- change: EventEmitter<any>;
49
- input: ElementRef<HTMLInputElement>;
50
- options: MatOption[];
51
- search$: Subject<string>;
52
- searchControl: FormControl<any>;
53
- values: unknown[];
54
- valueChangesSub$: Subscription;
55
- searchSub$: Subscription;
56
- open: boolean;
57
- panelWidth: number;
58
- activeOption: MatOption;
59
- private updatingItem;
60
- private waitForItems;
61
- private ignoreNextFocus;
62
- private observer;
63
- /** MatFormField */
64
- private _required;
65
- private _disabled;
66
- private _placeholder;
67
- private _value;
68
- private _emptyPlaceholder;
69
- stateChanges: Subject<void>;
70
- controlType: string;
71
- focused: boolean;
72
- id: string;
73
- describedBy: string;
74
- optionTemplate: TemplateRef<HTMLElement>;
75
- propagate: (value: string) => void;
76
- ngOnInit(): void;
77
- ngOnDestroy(): void;
78
- onContainerClick(event: MouseEvent): void;
79
- setDescribedByIds(ids: string[]): void;
80
- registerOnChange(propagate: (value: string) => void): void;
81
- registerOnTouched(fn: any): void;
82
- writeValue(value: string): void;
83
- onOptionActivated(event: MatAutocompleteActivatedEvent): void;
84
- onOptionSelected(event: MatAutocompleteSelectedEvent): void;
85
- updateState(open: boolean): void;
86
- onRemove(event?: Event): void;
87
- formatLabel(item: any): string;
88
- private _filter;
89
- private defaultSearch;
90
- private updateSearchInput;
91
- private filterString;
92
- private updateLabel;
93
- onEndScroll(): void;
94
- private getObjectItem;
95
- private getValueItem;
96
- private setLoading;
97
- private setLoadingPage;
98
- private checkIfValueStillExist;
99
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceTypeaheadComponent, [{ optional: true; self: true; }, null, null, null]>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<NiceTypeaheadComponent, "nice-typeahead", never, { "items": { "alias": "items"; "required": false; }; "labelFormatFn": { "alias": "labelFormatFn"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "emptyPlaceholder": { "alias": "emptyPlaceholder"; "required": false; }; "allowNotFoundItems": { "alias": "allowNotFoundItems"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "typeahead": { "alias": "typeahead"; "required": false; }; "page$": { "alias": "page$"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingPage": { "alias": "loadingPage"; "required": false; }; "searchFn": { "alias": "searchFn"; "required": false; }; "optionTemplate": { "alias": "optionTemplate"; "required": false; }; }, { "change": "change"; }, never, never, false, never>;
101
- }
@@ -1,17 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./typeahead.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "./directives/options-scroll.module";
6
- import * as i5 from "@angular/material/autocomplete";
7
- import * as i6 from "@angular/material/input";
8
- import * as i7 from "@angular/material/progress-spinner";
9
- import * as i8 from "@angular/material/progress-bar";
10
- import * as i9 from "@angular/material/icon";
11
- import * as i10 from "@angular/material/button";
12
- import * as i11 from "@ngx-translate/core";
13
- export declare class NiceTypeaheadModule {
14
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceTypeaheadModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<NiceTypeaheadModule, [typeof i1.NiceTypeaheadComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.OptionScrollModule, typeof i5.MatAutocompleteModule, typeof i3.FormsModule, typeof i6.MatInputModule, typeof i7.MatProgressSpinnerModule, typeof i8.MatProgressBarModule, typeof i9.MatIconModule, typeof i10.MatButtonModule, typeof i11.TranslateModule], [typeof i1.NiceTypeaheadComponent]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<NiceTypeaheadModule>;
17
- }
@@ -1,9 +0,0 @@
1
- import { ElementRef, OnInit } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class NiceAutofocusDirective implements OnInit {
4
- private elem;
5
- constructor(elem: ElementRef);
6
- ngOnInit(): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceAutofocusDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceAutofocusDirective, "[niceAutofocus]", never, {}, {}, never, never, false, never>;
9
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./autofocus.directive";
3
- export declare class NiceAutofocusDirectiveModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceAutofocusDirectiveModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<NiceAutofocusDirectiveModule, [typeof i1.NiceAutofocusDirective], never, [typeof i1.NiceAutofocusDirective]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<NiceAutofocusDirectiveModule>;
7
- }
@@ -1 +0,0 @@
1
- export * from "./public-api";
@@ -1,2 +0,0 @@
1
- export * from "./autofocus.directive";
2
- export * from "./autofocus.module";
@@ -1,37 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class NiceAutogrowDirective implements OnChanges, OnInit, OnDestroy {
4
- private _elementRef;
5
- private _changeDetectorRef;
6
- private _ngZone;
7
- private _height;
8
- private _unsubscribeAll;
9
- padding: number;
10
- private _rows;
11
- /**
12
- * Constructor
13
- */
14
- constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _ngZone: NgZone);
15
- /**
16
- * Host binding for component inline styles
17
- */
18
- get styleList(): any;
19
- /**
20
- * On changes
21
- */
22
- ngOnChanges(changes: SimpleChanges): void;
23
- /**
24
- * On init
25
- */
26
- ngOnInit(): void;
27
- /**
28
- * On destroy
29
- */
30
- ngOnDestroy(): void;
31
- /**
32
- * Resize on 'input' and 'ngModelChange' events
33
- */
34
- private _resize;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceAutogrowDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceAutogrowDirective, "textarea[niceAutogrow]", ["niceAutogrow"], { "padding": { "alias": "niceAutogrowVerticalPadding"; "required": false; }; }, {}, never, never, false, never>;
37
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./autogrow.directive";
3
- export declare class NiceAutogrowModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceAutogrowModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<NiceAutogrowModule, [typeof i1.NiceAutogrowDirective], never, [typeof i1.NiceAutogrowDirective]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<NiceAutogrowModule>;
7
- }
@@ -1 +0,0 @@
1
- export * from "./public-api";
@@ -1,2 +0,0 @@
1
- export * from "./autogrow.directive";
2
- export * from "./autogrow.module";
@@ -1,14 +0,0 @@
1
- import { ElementRef, EventEmitter, OnDestroy, OnInit } from "@angular/core";
2
- import { NiceAsyncTypeaheadComponent } from "../../components";
3
- import * as i0 from "@angular/core";
4
- export declare class NiceChipAsyncTypeaheadDirective implements OnInit, OnDestroy {
5
- private typeahead;
6
- private elementRef;
7
- niceChipAsyncTypeaheadTokenEnd: EventEmitter<any>;
8
- private unsubscribeAll$;
9
- constructor(typeahead: NiceAsyncTypeaheadComponent, elementRef: ElementRef<HTMLElement>);
10
- ngOnInit(): void;
11
- ngOnDestroy(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceChipAsyncTypeaheadDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceChipAsyncTypeaheadDirective, "[niceChipAsyncTypeahead]", ["niceChipAsyncTypeahead"], {}, { "niceChipAsyncTypeaheadTokenEnd": "niceChipAsyncTypeaheadTokenEnd"; }, never, never, false, never>;
14
- }
@@ -1 +0,0 @@
1
- export * from "./public-api";
@@ -1 +0,0 @@
1
- export * from "./chip-async-typeahead.directive";
@@ -1,8 +0,0 @@
1
- import { TemplateRef } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class ChipListItemLabelDirective {
4
- template: TemplateRef<any>;
5
- constructor(template: TemplateRef<any>);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ChipListItemLabelDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChipListItemLabelDirective, "[niceChipListItemLabel]", never, {}, {}, never, never, false, never>;
8
- }
@@ -1,26 +0,0 @@
1
- import { EventEmitter, TemplateRef } from "@angular/core";
2
- import { CanColor, ThemePalette } from "@angular/material/core";
3
- import { Observable } from "rxjs";
4
- import * as i0 from "@angular/core";
5
- export type NiceChipListActionIcon = {
6
- matIcon: string;
7
- svgIcon?: string;
8
- } | {
9
- matIcon?: string;
10
- svgIcon: string;
11
- };
12
- export interface NiceChipListOptions {
13
- closeButtonIcon: NiceChipListActionIcon;
14
- }
15
- export declare class NiceChipListItemsComponent implements CanColor {
16
- readonly options: NiceChipListOptions;
17
- itemLabel: TemplateRef<any>;
18
- color: ThemePalette;
19
- removeChip: EventEmitter<number>;
20
- items$: Observable<any[]>;
21
- defaultColor: ThemePalette;
22
- constructor(options: NiceChipListOptions);
23
- remove(index: number): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceChipListItemsComponent, [{ optional: true; }]>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<NiceChipListItemsComponent, "nice-chip-list-items", never, { "color": { "alias": "color"; "required": false; }; "items$": { "alias": "items$"; "required": false; }; }, { "removeChip": "removeChip"; }, ["itemLabel"], never, false, never>;
26
- }
@@ -1,2 +0,0 @@
1
- import { InjectionToken } from "@angular/core";
2
- export declare const NICE_CHIP_LIST_OPTIONS: InjectionToken<unknown>;
@@ -1,32 +0,0 @@
1
- import { ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
2
- import { ControlValueAccessor, NgControl } from "@angular/forms";
3
- import { NiceAsyncTypeaheadComponent } from "../../components";
4
- import { KeyboardCodes } from "../../utils";
5
- import { NiceChipListItemsComponent } from "./chip-list-items/chip-list-items.component";
6
- import * as i0 from "@angular/core";
7
- export declare class NiceChipListDirective implements ControlValueAccessor, OnInit, OnDestroy, OnChanges {
8
- private asyncTypeahead;
9
- private ngControl;
10
- private elementRef;
11
- withItemList: NiceChipListItemsComponent;
12
- reloadOnSelected: boolean;
13
- separatorKeyboardCodes: KeyboardCodes[];
14
- private unsubscribeAll$;
15
- private values$;
16
- private _values;
17
- private propagateChanges;
18
- get values(): any[];
19
- constructor(asyncTypeahead: NiceAsyncTypeaheadComponent, ngControl: NgControl, elementRef: ElementRef<HTMLInputElement>);
20
- onKeyDown(event: KeyboardEvent): void;
21
- ngOnInit(): void;
22
- ngOnChanges(changes: SimpleChanges): void;
23
- ngOnDestroy(): void;
24
- writeValue(obj: any[]): void;
25
- registerOnChange(fn: any): void;
26
- registerOnTouched(fn: any): void;
27
- private setupAsyncTypeahead;
28
- private addValue;
29
- private updateTypeaheadSearchOptions;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceChipListDirective, [{ optional: true; }, { optional: true; self: true; }, null]>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceChipListDirective, "input[niceChipList], nice-async-typeahead[niceChipList]", never, { "withItemList": { "alias": "withItemList"; "required": false; }; "reloadOnSelected": { "alias": "reloadOnSelected"; "required": false; }; "separatorKeyboardCodes": { "alias": "separatorKeyboardCodes"; "required": false; }; }, {}, never, never, false, never>;
32
- }
@@ -1,14 +0,0 @@
1
- import { ModuleWithProviders } from "@angular/core";
2
- import { NiceChipListOptions } from "./chip-list-items/chip-list-items.component";
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./chip-list.directive";
5
- import * as i2 from "./chip-list-items/chip-list-items.component";
6
- import * as i3 from "./chip-list-items/chip-list-item-label.directive";
7
- import * as i4 from "@angular/common";
8
- import * as i5 from "@angular/material/icon";
9
- export declare class NiceChipListDirectiveModule {
10
- static forRoot(options?: NiceChipListOptions): ModuleWithProviders<NiceChipListDirectiveModule>;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceChipListDirectiveModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<NiceChipListDirectiveModule, [typeof i1.NiceChipListDirective, typeof i2.NiceChipListItemsComponent, typeof i3.ChipListItemLabelDirective], [typeof i4.CommonModule, typeof i5.MatIconModule], [typeof i1.NiceChipListDirective, typeof i2.NiceChipListItemsComponent, typeof i3.ChipListItemLabelDirective]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<NiceChipListDirectiveModule>;
14
- }
@@ -1 +0,0 @@
1
- export * from "./public-api";
@@ -1,4 +0,0 @@
1
- export * from "./chip-list-items/chip-list-item-label.directive";
2
- export * from "./chip-list-items/chip-list-items.component";
3
- export * from "./chip-list.directive";
4
- export * from "./chip-list.module";
@@ -1,24 +0,0 @@
1
- import { CdkDragDrop, CdkDropList } from "@angular/cdk/drag-drop";
2
- import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
3
- import { FormArray, FormArrayName } from "@angular/forms";
4
- import * as i0 from "@angular/core";
5
- export declare class NiceDraggableListDirective<T> implements OnInit, OnDestroy, OnChanges {
6
- private formArrayName;
7
- private cdkDropList;
8
- items: T[];
9
- rankProperty: string;
10
- itemsUpdated: EventEmitter<T[]>;
11
- itemRankUpdated: EventEmitter<T>;
12
- sortedItems: T[];
13
- formArray: FormArray;
14
- private unsubscribeAll$;
15
- constructor(formArrayName: FormArrayName, cdkDropList: CdkDropList);
16
- ngOnInit(): void;
17
- ngOnDestroy(): void;
18
- ngOnChanges(changes: SimpleChanges): void;
19
- drop(event: CdkDragDrop<any, any>): void;
20
- private sortItems;
21
- private getNextRank;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<NiceDraggableListDirective<any>, [{ optional: true; }, null]>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceDraggableListDirective<any>, "[cdkDropList][niceDraggableList]", never, { "items": { "alias": "items"; "required": false; }; "rankProperty": { "alias": "rankProperty"; "required": false; }; }, { "itemsUpdated": "itemsUpdated"; "itemRankUpdated": "itemRankUpdated"; }, never, never, false, never>;
24
- }