@recursyve/nice-ui-kit.v2 13.2.0-beta.116 → 13.2.0-beta.118

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 (233) hide show
  1. package/esm2020/lib/api/interceptors/transform-response.interceptor.mjs +3 -3
  2. package/esm2020/lib/components/alert/alert.component.mjs +6 -6
  3. package/esm2020/lib/components/alert/alert.module.mjs +9 -7
  4. package/esm2020/lib/components/alert/alert.service.mjs +3 -3
  5. package/esm2020/lib/components/assets-carousel/assets-carousel.component.mjs +10 -10
  6. package/esm2020/lib/components/assets-carousel/assets-carousel.module.mjs +13 -11
  7. package/esm2020/lib/components/async-typeahead/async-typeahead.component.mjs +12 -12
  8. package/esm2020/lib/components/async-typeahead/async-typeahead.module.mjs +15 -13
  9. package/esm2020/lib/components/async-typeahead/providers/async-typeahead.service.mjs +3 -3
  10. package/esm2020/lib/components/base-form/base-form.component.mjs +3 -3
  11. package/esm2020/lib/components/base-form/base-form.module.mjs +4 -4
  12. package/esm2020/lib/components/base-form/form-submit.directive.mjs +3 -3
  13. package/esm2020/lib/components/card/card.component.mjs +4 -4
  14. package/esm2020/lib/components/card/card.module.mjs +7 -5
  15. package/esm2020/lib/components/carousel/carousel.component.mjs +3 -3
  16. package/esm2020/lib/components/carousel/carousel.module.mjs +11 -9
  17. package/esm2020/lib/components/carousel/picture-modal/picture-modal.component.mjs +3 -3
  18. package/esm2020/lib/components/carousel/picture-modal/picture-modal.service.mjs +3 -3
  19. package/esm2020/lib/components/carousel/pipe/carousel-layout.pipe.mjs +3 -3
  20. package/esm2020/lib/components/date-range-picker/components/header/header.component.mjs +5 -5
  21. package/esm2020/lib/components/date-range-picker/components/range-preset/range-preset.component.mjs +6 -6
  22. package/esm2020/lib/components/date-range-picker/date-range-picker.component.mjs +8 -8
  23. package/esm2020/lib/components/date-range-picker/date-range-picker.module.mjs +15 -13
  24. package/esm2020/lib/components/date-range-picker/providers/date-range-picker.service.mjs +3 -3
  25. package/esm2020/lib/components/drawer/drawer.component.mjs +4 -4
  26. package/esm2020/lib/components/drawer/drawer.module.mjs +8 -6
  27. package/esm2020/lib/components/drawer/drawer.service.mjs +3 -3
  28. package/esm2020/lib/components/export-bottom-sheet/export-bottom-sheet.component.mjs +5 -5
  29. package/esm2020/lib/components/export-bottom-sheet/export-bottom-sheet.module.mjs +6 -6
  30. package/esm2020/lib/components/export-bottom-sheet/providers/export-bottom-sheet.service.mjs +6 -6
  31. package/esm2020/lib/components/form-error/control-status.directive.mjs +3 -3
  32. package/esm2020/lib/components/form-error/form-error.component.mjs +5 -5
  33. package/esm2020/lib/components/form-error/form-error.module.mjs +5 -5
  34. package/esm2020/lib/components/horizontal-stepper/horizontal-stepper.component.mjs +4 -4
  35. package/esm2020/lib/components/horizontal-stepper/horizontal-stepper.module.mjs +9 -7
  36. package/esm2020/lib/components/horizontal-stepper/step.component.mjs +3 -3
  37. package/esm2020/lib/components/image-cropper/image-cropper.component.mjs +11 -11
  38. package/esm2020/lib/components/image-cropper/image-cropper.module.mjs +5 -5
  39. package/esm2020/lib/components/layout/layout.component.mjs +3 -3
  40. package/esm2020/lib/components/layout/layout.module.mjs +5 -5
  41. package/esm2020/lib/components/loading-spinner/loading-spinner.component.mjs +3 -3
  42. package/esm2020/lib/components/loading-spinner/loading-spinner.module.mjs +8 -6
  43. package/esm2020/lib/components/loading-spinner/loading.directive.mjs +3 -3
  44. package/esm2020/lib/components/lottie/lottie.component.mjs +3 -3
  45. package/esm2020/lib/components/lottie/lottie.module.mjs +5 -5
  46. package/esm2020/lib/components/navigation/directives/show-hint.directive.mjs +15 -10
  47. package/esm2020/lib/components/navigation/horizontal/components/basic/basic.component.mjs +9 -9
  48. package/esm2020/lib/components/navigation/horizontal/components/branch/branch.component.mjs +12 -12
  49. package/esm2020/lib/components/navigation/horizontal/components/divider/divider.component.mjs +5 -5
  50. package/esm2020/lib/components/navigation/horizontal/components/spacer/spacer.component.mjs +5 -5
  51. package/esm2020/lib/components/navigation/horizontal/horizontal.component.mjs +8 -8
  52. package/esm2020/lib/components/navigation/navigation.component.mjs +3 -3
  53. package/esm2020/lib/components/navigation/navigation.module.mjs +17 -13
  54. package/esm2020/lib/components/navigation/navigation.service.mjs +3 -3
  55. package/esm2020/lib/components/navigation/pipes/should-hide.pipe.mjs +3 -3
  56. package/esm2020/lib/components/navigation/pipes/should-show-hint.pipe.mjs +3 -3
  57. package/esm2020/lib/components/navigation/providers/hint.service.mjs +20 -0
  58. package/esm2020/lib/components/navigation/vertical/components/aside/aside.component.mjs +12 -12
  59. package/esm2020/lib/components/navigation/vertical/components/basic/basic.component.mjs +9 -9
  60. package/esm2020/lib/components/navigation/vertical/components/collapsable/collapsable.component.mjs +13 -13
  61. package/esm2020/lib/components/navigation/vertical/components/divider/divider.component.mjs +5 -5
  62. package/esm2020/lib/components/navigation/vertical/components/group/group.component.mjs +11 -11
  63. package/esm2020/lib/components/navigation/vertical/components/spacer/spacer.component.mjs +5 -5
  64. package/esm2020/lib/components/navigation/vertical/vertical.component.mjs +32 -16
  65. package/esm2020/lib/components/search-bar/search-bar.component.mjs +8 -8
  66. package/esm2020/lib/components/search-bar/search-bar.module.mjs +11 -9
  67. package/esm2020/lib/components/sweet-alert/sweet-alert.component.mjs +5 -5
  68. package/esm2020/lib/components/sweet-alert/sweet-alert.module.mjs +5 -5
  69. package/esm2020/lib/components/sweet-alert/sweet-alert.service.mjs +3 -3
  70. package/esm2020/lib/components/toast/toast.component.mjs +5 -5
  71. package/esm2020/lib/components/toast/toast.module.mjs +5 -5
  72. package/esm2020/lib/components/toast/toast.service.mjs +3 -3
  73. package/esm2020/lib/components/toggle-button-group/toggle-button-group.component.mjs +4 -4
  74. package/esm2020/lib/components/toggle-button-group/toggle-button-group.module.mjs +8 -6
  75. package/esm2020/lib/components/toggle-button-group/toggle-button.component.mjs +3 -3
  76. package/esm2020/lib/components/typeahead/directives/options-scroll.directive.mjs +3 -3
  77. package/esm2020/lib/components/typeahead/directives/options-scroll.module.mjs +4 -4
  78. package/esm2020/lib/components/typeahead/typeahead.component.mjs +12 -12
  79. package/esm2020/lib/components/typeahead/typeahead.module.mjs +17 -15
  80. package/esm2020/lib/directives/autofocus/autofocus.directive.mjs +3 -3
  81. package/esm2020/lib/directives/autofocus/autofocus.module.mjs +4 -4
  82. package/esm2020/lib/directives/autogrow/autogrow.directive.mjs +3 -3
  83. package/esm2020/lib/directives/autogrow/autogrow.module.mjs +4 -4
  84. package/esm2020/lib/directives/chip-async-typeahead/chip-async-typeahead.directive.mjs +3 -3
  85. package/esm2020/lib/directives/chip-list/chip-list-items/chip-list-item-label.directive.mjs +3 -3
  86. package/esm2020/lib/directives/chip-list/chip-list-items/chip-list-items.component.mjs +5 -5
  87. package/esm2020/lib/directives/chip-list/chip-list.directive.mjs +3 -3
  88. package/esm2020/lib/directives/chip-list/chip-list.module.mjs +5 -5
  89. package/esm2020/lib/directives/dropzone/dropzone.directive.mjs +3 -3
  90. package/esm2020/lib/directives/dropzone/dropzone.module.mjs +5 -5
  91. package/esm2020/lib/directives/image-error-placeholder/image-error-placeholder.directive.mjs +3 -3
  92. package/esm2020/lib/directives/image-error-placeholder/image-error-placeholder.module.mjs +4 -4
  93. package/esm2020/lib/directives/material/material.module.mjs +4 -4
  94. package/esm2020/lib/directives/material/nice-material-style.directive.mjs +3 -3
  95. package/esm2020/lib/directives/material/nice-rounded-style.directive.mjs +3 -3
  96. package/esm2020/lib/directives/modals/modal-on-click.directive.mjs +3 -3
  97. package/esm2020/lib/directives/modals/modal-opener.directive.mjs +3 -3
  98. package/esm2020/lib/directives/scroll-reset/scroll-reset.directive.mjs +3 -3
  99. package/esm2020/lib/directives/scroll-reset/scroll-reset.module.mjs +4 -4
  100. package/esm2020/lib/directives/scrollbar/scrollbar.directive.mjs +3 -3
  101. package/esm2020/lib/directives/scrollbar/scrollbar.module.mjs +4 -4
  102. package/esm2020/lib/directives/stop-propagation/click-stop-propagation.directive.mjs +3 -3
  103. package/esm2020/lib/directives/stop-propagation/stop-propagation.module.mjs +4 -4
  104. package/esm2020/lib/directives/window/prevent-close-window.directive.mjs +3 -3
  105. package/esm2020/lib/directives/window/window-directive.module.mjs +4 -4
  106. package/esm2020/lib/nice.module.mjs +10 -8
  107. package/esm2020/lib/pipes/boolean.pipe.mjs +3 -3
  108. package/esm2020/lib/pipes/capitalize-first-letter.pipe.mjs +3 -3
  109. package/esm2020/lib/pipes/ceil.pipe.mjs +3 -3
  110. package/esm2020/lib/pipes/entries.pipe.mjs +3 -3
  111. package/esm2020/lib/pipes/find-by-key.pipe.mjs +3 -3
  112. package/esm2020/lib/pipes/first-letter.pipe.mjs +3 -3
  113. package/esm2020/lib/pipes/floor.pipe.mjs +3 -3
  114. package/esm2020/lib/pipes/join-if-defined.pipe.mjs +3 -3
  115. package/esm2020/lib/pipes/link.pipe.mjs +3 -3
  116. package/esm2020/lib/pipes/localized-boolean.pipe.mjs +3 -3
  117. package/esm2020/lib/pipes/localized-currency.pipe.mjs +3 -3
  118. package/esm2020/lib/pipes/localized-date-only.pipe.mjs +3 -3
  119. package/esm2020/lib/pipes/localized-date.pipe.mjs +3 -3
  120. package/esm2020/lib/pipes/minutes-to-time.pipe.mjs +3 -3
  121. package/esm2020/lib/pipes/number-to-ordinal-indicator.pipe.mjs +3 -3
  122. package/esm2020/lib/pipes/pad.pipe.mjs +3 -3
  123. package/esm2020/lib/pipes/phone.pipe.mjs +3 -3
  124. package/esm2020/lib/pipes/pipes.module.mjs +4 -4
  125. package/esm2020/lib/pipes/postal-code.pipe.mjs +3 -3
  126. package/esm2020/lib/pipes/range.pipe.mjs +3 -3
  127. package/esm2020/lib/pipes/round.pipe.mjs +3 -3
  128. package/esm2020/lib/pipes/sanitize-bypass.pipe.mjs +3 -3
  129. package/esm2020/lib/pipes/seconds-to-time.pipe.mjs +3 -3
  130. package/esm2020/lib/providers/config/config.module.mjs +4 -4
  131. package/esm2020/lib/providers/config/config.service.mjs +3 -3
  132. package/esm2020/lib/providers/media-watcher/media-watcher.module.mjs +4 -4
  133. package/esm2020/lib/providers/media-watcher/media-watcher.service.mjs +3 -3
  134. package/esm2020/lib/providers/overlay/dynamic-overlay-container.service.mjs +3 -3
  135. package/esm2020/lib/providers/overlay/dynamic-overlay.service.mjs +3 -3
  136. package/esm2020/lib/providers/splash-screen/splash-screen.module.mjs +4 -4
  137. package/esm2020/lib/providers/splash-screen/splash-screen.service.mjs +3 -3
  138. package/esm2020/lib/providers/utils/utils.module.mjs +4 -4
  139. package/esm2020/lib/providers/utils/utils.service.mjs +3 -3
  140. package/fesm2015/recursyve-nice-ui-kit.v2.mjs +631 -568
  141. package/fesm2015/recursyve-nice-ui-kit.v2.mjs.map +1 -1
  142. package/fesm2020/recursyve-nice-ui-kit.v2.mjs +631 -568
  143. package/fesm2020/recursyve-nice-ui-kit.v2.mjs.map +1 -1
  144. package/lib/components/alert/alert.component.d.ts +1 -1
  145. package/lib/components/assets-carousel/assets-carousel.component.d.ts +1 -1
  146. package/lib/components/async-typeahead/async-typeahead.component.d.ts +2 -2
  147. package/lib/components/base-form/base-form.component.d.ts +1 -1
  148. package/lib/components/base-form/form-submit.directive.d.ts +1 -1
  149. package/lib/components/card/card.component.d.ts +1 -1
  150. package/lib/components/carousel/carousel.component.d.ts +1 -1
  151. package/lib/components/carousel/picture-modal/picture-modal.component.d.ts +1 -1
  152. package/lib/components/carousel/pipe/carousel-layout.pipe.d.ts +1 -1
  153. package/lib/components/date-range-picker/components/header/header.component.d.ts +1 -1
  154. package/lib/components/date-range-picker/components/range-preset/range-preset.component.d.ts +1 -1
  155. package/lib/components/date-range-picker/date-range-picker.component.d.ts +3 -6
  156. package/lib/components/drawer/drawer.component.d.ts +1 -1
  157. package/lib/components/export-bottom-sheet/export-bottom-sheet.component.d.ts +1 -1
  158. package/lib/components/form-error/control-status.directive.d.ts +1 -1
  159. package/lib/components/form-error/form-error.component.d.ts +1 -1
  160. package/lib/components/horizontal-stepper/horizontal-stepper.component.d.ts +1 -1
  161. package/lib/components/horizontal-stepper/step.component.d.ts +1 -1
  162. package/lib/components/image-cropper/image-cropper.component.d.ts +2 -2
  163. package/lib/components/layout/layout.component.d.ts +1 -1
  164. package/lib/components/loading-spinner/loading-spinner.component.d.ts +1 -1
  165. package/lib/components/loading-spinner/loading.directive.d.ts +1 -1
  166. package/lib/components/lottie/lottie.component.d.ts +1 -1
  167. package/lib/components/navigation/directives/show-hint.directive.d.ts +4 -2
  168. package/lib/components/navigation/horizontal/components/basic/basic.component.d.ts +1 -1
  169. package/lib/components/navigation/horizontal/components/branch/branch.component.d.ts +1 -1
  170. package/lib/components/navigation/horizontal/components/divider/divider.component.d.ts +1 -1
  171. package/lib/components/navigation/horizontal/components/spacer/spacer.component.d.ts +1 -1
  172. package/lib/components/navigation/horizontal/horizontal.component.d.ts +1 -1
  173. package/lib/components/navigation/navigation.component.d.ts +1 -1
  174. package/lib/components/navigation/pipes/should-hide.pipe.d.ts +1 -1
  175. package/lib/components/navigation/pipes/should-show-hint.pipe.d.ts +1 -1
  176. package/lib/components/navigation/providers/hint.service.d.ts +9 -0
  177. package/lib/components/navigation/vertical/components/aside/aside.component.d.ts +1 -1
  178. package/lib/components/navigation/vertical/components/basic/basic.component.d.ts +1 -1
  179. package/lib/components/navigation/vertical/components/collapsable/collapsable.component.d.ts +1 -1
  180. package/lib/components/navigation/vertical/components/divider/divider.component.d.ts +1 -1
  181. package/lib/components/navigation/vertical/components/group/group.component.d.ts +1 -1
  182. package/lib/components/navigation/vertical/components/spacer/spacer.component.d.ts +1 -1
  183. package/lib/components/navigation/vertical/vertical.component.d.ts +6 -2
  184. package/lib/components/search-bar/search-bar.component.d.ts +1 -1
  185. package/lib/components/sweet-alert/sweet-alert.component.d.ts +1 -1
  186. package/lib/components/toast/toast.component.d.ts +1 -1
  187. package/lib/components/toggle-button-group/toggle-button-group.component.d.ts +1 -1
  188. package/lib/components/toggle-button-group/toggle-button.component.d.ts +1 -1
  189. package/lib/components/typeahead/directives/options-scroll.directive.d.ts +1 -1
  190. package/lib/components/typeahead/typeahead.component.d.ts +2 -2
  191. package/lib/directives/autofocus/autofocus.directive.d.ts +1 -1
  192. package/lib/directives/autogrow/autogrow.directive.d.ts +1 -1
  193. package/lib/directives/chip-async-typeahead/chip-async-typeahead.directive.d.ts +1 -1
  194. package/lib/directives/chip-list/chip-list-items/chip-list-item-label.directive.d.ts +1 -1
  195. package/lib/directives/chip-list/chip-list-items/chip-list-items.component.d.ts +1 -1
  196. package/lib/directives/chip-list/chip-list.directive.d.ts +1 -1
  197. package/lib/directives/dropzone/dropzone.directive.d.ts +1 -1
  198. package/lib/directives/image-error-placeholder/image-error-placeholder.directive.d.ts +1 -1
  199. package/lib/directives/material/nice-material-style.directive.d.ts +1 -1
  200. package/lib/directives/material/nice-rounded-style.directive.d.ts +1 -1
  201. package/lib/directives/modals/modal-on-click.directive.d.ts +1 -1
  202. package/lib/directives/modals/modal-opener.directive.d.ts +1 -1
  203. package/lib/directives/scroll-reset/scroll-reset.directive.d.ts +1 -1
  204. package/lib/directives/scrollbar/scrollbar.directive.d.ts +1 -1
  205. package/lib/directives/stop-propagation/click-stop-propagation.directive.d.ts +1 -1
  206. package/lib/directives/window/prevent-close-window.directive.d.ts +1 -1
  207. package/lib/pipes/boolean.pipe.d.ts +1 -1
  208. package/lib/pipes/capitalize-first-letter.pipe.d.ts +1 -1
  209. package/lib/pipes/ceil.pipe.d.ts +1 -1
  210. package/lib/pipes/entries.pipe.d.ts +1 -1
  211. package/lib/pipes/find-by-key.pipe.d.ts +1 -1
  212. package/lib/pipes/first-letter.pipe.d.ts +1 -1
  213. package/lib/pipes/floor.pipe.d.ts +1 -1
  214. package/lib/pipes/join-if-defined.pipe.d.ts +1 -1
  215. package/lib/pipes/link.pipe.d.ts +1 -1
  216. package/lib/pipes/localized-boolean.pipe.d.ts +1 -1
  217. package/lib/pipes/localized-currency.pipe.d.ts +1 -1
  218. package/lib/pipes/localized-date-only.pipe.d.ts +1 -1
  219. package/lib/pipes/localized-date.pipe.d.ts +1 -1
  220. package/lib/pipes/minutes-to-time.pipe.d.ts +1 -1
  221. package/lib/pipes/number-to-ordinal-indicator.pipe.d.ts +1 -1
  222. package/lib/pipes/pad.pipe.d.ts +1 -1
  223. package/lib/pipes/phone.pipe.d.ts +1 -1
  224. package/lib/pipes/postal-code.pipe.d.ts +1 -1
  225. package/lib/pipes/range.pipe.d.ts +1 -1
  226. package/lib/pipes/round.pipe.d.ts +1 -1
  227. package/lib/pipes/sanitize-bypass.pipe.d.ts +1 -1
  228. package/lib/pipes/seconds-to-time.pipe.d.ts +1 -1
  229. package/lib/utils/array.utils.d.ts +1 -1
  230. package/package.json +3 -3
  231. package/{index.d.ts → recursyve-nice-ui-kit.v2.d.ts} +0 -0
  232. package/src/lib/components/navigation/vertical/styles/appearances/default.theme.scss +1 -1
  233. package/src/lib/components/navigation/vertical/styles/appearances/dense.theme.scss +2 -2
@@ -7,5 +7,5 @@ export declare class NiceDropzoneDirective {
7
7
  onDragLeave(event: DragEvent): void;
8
8
  ondrop(event: DragEvent): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceDropzoneDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceDropzoneDirective, "[niceDropzone]", never, {}, { "filesDropped": "filesDropped"; }, never, never, false>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NiceDropzoneDirective, "[niceDropzone]", never, {}, { "filesDropped": "filesDropped"; }, never>;
11
11
  }
@@ -7,5 +7,5 @@ export declare class NiceImageErrorPlaceholderDirective {
7
7
  constructor(elementRef: ElementRef, viewContainerRef: ViewContainerRef);
8
8
  onError(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceImageErrorPlaceholderDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceImageErrorPlaceholderDirective, "img[niceImageErrorPlaceholder]", never, { "fallback": "fallback"; }, {}, never, never, false>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NiceImageErrorPlaceholderDirective, "img[niceImageErrorPlaceholder]", never, { "fallback": "fallback"; }, {}, never>;
11
11
  }
@@ -5,5 +5,5 @@ export declare class NiceMaterialStyleDirective implements OnInit {
5
5
  constructor(element: ElementRef);
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceMaterialStyleDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceMaterialStyleDirective, "[keep-material-style]", never, {}, {}, never, never, false>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NiceMaterialStyleDirective, "[keep-material-style]", never, {}, {}, never>;
9
9
  }
@@ -5,5 +5,5 @@ export declare class NiceRoundedStyleDirective implements OnInit {
5
5
  constructor(element: ElementRef);
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceRoundedStyleDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceRoundedStyleDirective, "[nice-rounded-style]", never, {}, {}, never, never, false>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NiceRoundedStyleDirective, "[nice-rounded-style]", never, {}, {}, never>;
9
9
  }
@@ -6,5 +6,5 @@ export declare class NiceModalOnClickDirective<T, Return, Data = any> extends Ni
6
6
  constructor(dialog: MatDialog, modal: Type<T>, options: MatDialogConfig<Data>);
7
7
  onClick(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceModalOnClickDirective<any, any, any>, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceModalOnClickDirective<any, any, any>, never, never, {}, {}, never, never, false>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NiceModalOnClickDirective<any, any, any>, never, never, {}, {}, never>;
10
10
  }
@@ -10,5 +10,5 @@ export declare class NiceModalOpenerDirective<T, Return, Data> {
10
10
  constructor(dialog: MatDialog, modal: Type<T>, options: MatDialogConfig<Data>);
11
11
  open(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceModalOpenerDirective<any, any, any>, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceModalOpenerDirective<any, any, any>, never, never, { "modalData": "modalData"; }, { "modalAfterClosed": "modalAfterClosed"; }, never, never, false>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NiceModalOpenerDirective<any, any, any>, never, never, { "modalData": "modalData"; }, { "modalAfterClosed": "modalAfterClosed"; }, never>;
14
14
  }
@@ -18,5 +18,5 @@ export declare class NiceScrollResetDirective implements OnInit, OnDestroy {
18
18
  */
19
19
  ngOnDestroy(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceScrollResetDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceScrollResetDirective, "[niceScrollReset]", ["niceScrollReset"], {}, {}, never, never, false>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NiceScrollResetDirective, "[niceScrollReset]", ["niceScrollReset"], {}, {}, never>;
22
22
  }
@@ -108,5 +108,5 @@ export declare class NiceScrollbarDirective implements OnChanges, OnInit, OnDest
108
108
  */
109
109
  private _destroy;
110
110
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceScrollbarDirective, never>;
111
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceScrollbarDirective, "[niceScrollbar]", ["niceScrollbar"], { "niceScrollbar": "niceScrollbar"; "niceScrollbarOptions": "niceScrollbarOptions"; }, {}, never, never, false>;
111
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NiceScrollbarDirective, "[niceScrollbar]", ["niceScrollbar"], { "niceScrollbar": "niceScrollbar"; "niceScrollbarOptions": "niceScrollbarOptions"; }, {}, never>;
112
112
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class NiceClickStopPropagationDirective {
3
3
  stopClick(event: Event): void;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceClickStopPropagationDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<NiceClickStopPropagationDirective, "[niceClickStopPropagation]", never, {}, {}, never, never, false>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NiceClickStopPropagationDirective, "[niceClickStopPropagation]", never, {}, {}, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class NicePreventCloseWindowDirective {
3
3
  handleClose($event: any): void;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<NicePreventCloseWindowDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<NicePreventCloseWindowDirective, "[nicePreventCloseWindow]", never, {}, {}, never, never, false>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NicePreventCloseWindowDirective, "[nicePreventCloseWindow]", never, {}, {}, never>;
6
6
  }
@@ -6,5 +6,5 @@ export declare class BooleanPipe implements PipeTransform {
6
6
  constructor(translateService: TranslateService);
7
7
  transform(value: any): string;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BooleanPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<BooleanPipe, "boolean", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<BooleanPipe, "boolean">;
10
10
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class CapitalizeFirstLetterPipe implements PipeTransform {
4
4
  transform(value: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CapitalizeFirstLetterPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<CapitalizeFirstLetterPipe, "capitalizeFirstLetter", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<CapitalizeFirstLetterPipe, "capitalizeFirstLetter">;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class CeilPipe implements PipeTransform {
4
4
  transform(input: number): number;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CeilPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<CeilPipe, "ceil", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<CeilPipe, "ceil">;
7
7
  }
@@ -6,5 +6,5 @@ export declare class EntriesPipe implements PipeTransform {
6
6
  value: any;
7
7
  }[];
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<EntriesPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<EntriesPipe, "entries", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<EntriesPipe, "entries">;
10
10
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class FindByKeyPipe implements PipeTransform {
4
4
  transform<ArrayType, ValueType>(array: ArrayType[], value: ValueType, key?: string): ArrayType;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FindByKeyPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<FindByKeyPipe, "findByKey", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<FindByKeyPipe, "findByKey">;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class FirstLetterPipe implements PipeTransform {
4
4
  transform(value: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FirstLetterPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<FirstLetterPipe, "firstLetter", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<FirstLetterPipe, "firstLetter">;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class FloorPipe implements PipeTransform {
4
4
  transform(input: number): number;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FloorPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<FloorPipe, "floor", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<FloorPipe, "floor">;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class JoinPipe implements PipeTransform {
4
4
  transform(array: any[], separator?: string, prop?: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<JoinPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<JoinPipe, "join", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<JoinPipe, "join">;
7
7
  }
@@ -11,5 +11,5 @@ export declare class LinkPipe implements PipeTransform {
11
11
  postalCode: string;
12
12
  }, type: "direction"): string;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkPipe, never>;
14
- static ɵpipe: i0.ɵɵPipeDeclaration<LinkPipe, "link", false>;
14
+ static ɵpipe: i0.ɵɵPipeDeclaration<LinkPipe, "link">;
15
15
  }
@@ -6,5 +6,5 @@ export declare class LocalizedBooleanPipe implements PipeTransform {
6
6
  constructor(translateService: TranslateService);
7
7
  transform(value: boolean): any;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedBooleanPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedBooleanPipe, "localizedBoolean", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedBooleanPipe, "localizedBoolean">;
10
10
  }
@@ -6,5 +6,5 @@ export declare class LocalizedCurrencyPipe extends CurrencyPipe implements PipeT
6
6
  private readonly translateService;
7
7
  constructor(translateService: TranslateService);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedCurrencyPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedCurrencyPipe, "localizedCurrency", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedCurrencyPipe, "localizedCurrency">;
10
10
  }
@@ -6,5 +6,5 @@ export declare class LocalizedDateOnlyPipe implements PipeTransform {
6
6
  constructor(translateService: TranslateService);
7
7
  transform(value: any, pattern?: string, fallbackWithNull?: boolean): string;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedDateOnlyPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedDateOnlyPipe, "localizedDateOnly", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedDateOnlyPipe, "localizedDateOnly">;
10
10
  }
@@ -7,5 +7,5 @@ export declare class LocalizedDatePipe implements PipeTransform {
7
7
  transform(value: any, pattern?: string, fallbackWithNull?: boolean, timeZone?: string): string;
8
8
  private getMediumDateWithoutYearPattern;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedDatePipe, never>;
10
- static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedDatePipe, "localizedDate", false>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedDatePipe, "localizedDate">;
11
11
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class MinutesToTimePipe implements PipeTransform {
4
4
  transform(totalMinutes: number, separator?: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MinutesToTimePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MinutesToTimePipe, "minutesToTime", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MinutesToTimePipe, "minutesToTime">;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class NumberToOrdinalIndicatorPipe implements PipeTransform {
4
4
  transform(value: number): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<NumberToOrdinalIndicatorPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<NumberToOrdinalIndicatorPipe, "numberToOrdinalIndicator", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<NumberToOrdinalIndicatorPipe, "numberToOrdinalIndicator">;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class PadPipe implements PipeTransform {
4
4
  transform(value: number | string, length: number, direction?: "start" | "end", maxLength?: number, fillString?: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<PadPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<PadPipe, "pad", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<PadPipe, "pad">;
7
7
  }
@@ -6,5 +6,5 @@ export declare class PhonePipe implements PipeTransform {
6
6
  constructor(maskApplierService: MaskApplierService);
7
7
  transform(rawPhoneNumber: string, extension?: string): string;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<PhonePipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<PhonePipe, "phone", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<PhonePipe, "phone">;
10
10
  }
@@ -6,5 +6,5 @@ export declare class PostalCodePipe implements PipeTransform {
6
6
  constructor(maskApplierService: MaskApplierService);
7
7
  transform(postalCode: string): string;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<PostalCodePipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<PostalCodePipe, "postalCode", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<PostalCodePipe, "postalCode">;
10
10
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class RangePipe implements PipeTransform {
4
4
  transform(value: number): number[];
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<RangePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<RangePipe, "range", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangePipe, "range">;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class RoundPipe implements PipeTransform {
4
4
  transform(input: number): number;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<RoundPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<RoundPipe, "round", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<RoundPipe, "round">;
7
7
  }
@@ -6,5 +6,5 @@ export declare class SanitizeBypassPipe implements PipeTransform {
6
6
  constructor(sanitizer: DomSanitizer);
7
7
  transform(value: any, bypass: "html" | "style"): any;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeBypassPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeBypassPipe, "sanitizeBypass", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeBypassPipe, "sanitizeBypass">;
10
10
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class SecondsToTimePipe implements PipeTransform {
4
4
  transform(value: number, separator?: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SecondsToTimePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<SecondsToTimePipe, "secondsToTime", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<SecondsToTimePipe, "secondsToTime">;
7
7
  }
@@ -8,7 +8,7 @@ export declare class ArrayUtils {
8
8
  }): boolean;
9
9
  private static unorderedShallowEquals;
10
10
  static sortByKey(array: any[], key: string): any[];
11
- static sortByKeyFn(key: string): (a: any, b: any) => 1 | -1 | 0;
11
+ static sortByKeyFn(key: string): (a: any, b: any) => 0 | 1 | -1;
12
12
  static groupBy<Item, Key, Value>(array: Item[], keySelector: (item: Item) => Key, valueSelector: (item: Item) => Value[] | Value): Map<Key, Value[]>;
13
13
  }
14
14
  declare global {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@recursyve/nice-ui-kit.v2",
3
- "version": "13.2.0-beta.116",
3
+ "version": "13.2.0-beta.118",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./_index.scss",
7
- "types": "./index.d.ts",
7
+ "types": "./recursyve-nice-ui-kit.v2.d.ts",
8
8
  "esm2020": "./esm2020/recursyve-nice-ui-kit.v2.mjs",
9
9
  "es2020": "./fesm2020/recursyve-nice-ui-kit.v2.mjs",
10
10
  "es2015": "./fesm2015/recursyve-nice-ui-kit.v2.mjs",
@@ -37,6 +37,6 @@
37
37
  "esm2020": "esm2020/recursyve-nice-ui-kit.v2.mjs",
38
38
  "fesm2020": "fesm2020/recursyve-nice-ui-kit.v2.mjs",
39
39
  "fesm2015": "fesm2015/recursyve-nice-ui-kit.v2.mjs",
40
- "typings": "index.d.ts",
40
+ "typings": "recursyve-nice-ui-kit.v2.d.ts",
41
41
  "sideEffects": false
42
42
  }
File without changes
@@ -629,7 +629,7 @@
629
629
  }
630
630
 
631
631
  nice-vertical-navigation {
632
- &.nice-vertical-navigation-appearance-dense:not(.nice-vertical-navigation-hover) {
632
+ &.nice-vertical-navigation-appearance-dense:not(.nice-vertical-navigation-hover):not(.nice-vertical-navigation-has-hint) {
633
633
  .nice-vertical-navigation-hint {
634
634
  display: block !important;
635
635
 
@@ -94,7 +94,7 @@
94
94
  }
95
95
  }
96
96
 
97
- &:not(.nice-vertical-navigation-hover):not(.nice-vertical-navigation-mode-over) {
97
+ &:not(.nice-vertical-navigation-hover):not(.nice-vertical-navigation-mode-over):not(.nice-vertical-navigation-has-hint) {
98
98
 
99
99
  /* Wrapper */
100
100
  .nice-vertical-navigation-wrapper {
@@ -149,7 +149,7 @@
149
149
  }
150
150
 
151
151
  /* Hover */
152
- &.nice-vertical-navigation-hover {
152
+ &.nice-vertical-navigation-hover, &.nice-vertical-navigation-has-hint {
153
153
 
154
154
  .nice-vertical-navigation-wrapper {
155
155
  width: var(--nice-vertical-navigation-width);