@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
@@ -26,10 +26,10 @@ export class NiceChipListDirectiveModule {
26
26
  };
27
27
  }
28
28
  }
29
- NiceChipListDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceChipListDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
30
- NiceChipListDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceChipListDirectiveModule, declarations: [NiceChipListDirective, NiceChipListItemsComponent, ChipListItemLabelDirective], imports: [CommonModule, MatIconModule], exports: [NiceChipListDirective, NiceChipListItemsComponent, ChipListItemLabelDirective] });
31
- NiceChipListDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceChipListDirectiveModule, imports: [CommonModule, MatIconModule] });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceChipListDirectiveModule, decorators: [{
29
+ NiceChipListDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceChipListDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
30
+ NiceChipListDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceChipListDirectiveModule, declarations: [NiceChipListDirective, NiceChipListItemsComponent, ChipListItemLabelDirective], imports: [CommonModule, MatIconModule], exports: [NiceChipListDirective, NiceChipListItemsComponent, ChipListItemLabelDirective] });
31
+ NiceChipListDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceChipListDirectiveModule, imports: [[CommonModule, MatIconModule]] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceChipListDirectiveModule, decorators: [{
33
33
  type: NgModule,
34
34
  args: [{
35
35
  imports: [CommonModule, MatIconModule],
@@ -37,4 +37,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
37
37
  exports: [NiceChipListDirective, NiceChipListItemsComponent, ChipListItemLabelDirective]
38
38
  }]
39
39
  }] });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcC1saXN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pY2UtdWkta2l0LXYyL3NyYy9saWIvZGlyZWN0aXZlcy9jaGlwLWxpc3QvY2hpcC1saXN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUF1QixRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzlGLE9BQU8sRUFBRSwwQkFBMEIsRUFBdUIsTUFBTSw2Q0FBNkMsQ0FBQztBQUM5RyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUU5RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFPOUQsTUFBTSxPQUFPLDJCQUEyQjtJQUM3QixNQUFNLENBQUMsT0FBTyxDQUFDLE9BQTZCO1FBQy9DLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFDVixPQUFPLEdBQUc7Z0JBQ04sZUFBZSxFQUFFO29CQUNiLE9BQU8sRUFBRSxRQUFRO2lCQUNwQjthQUNKLENBQUM7U0FDTDtRQUNELE9BQU87WUFDSCxRQUFRLEVBQUUsMkJBQTJCO1lBQ3JDLFNBQVMsRUFBRTtnQkFDUDtvQkFDSSxPQUFPLEVBQUUsc0JBQXNCO29CQUMvQixRQUFRLEVBQUUsT0FBTztpQkFDcEI7YUFDSjtTQUNKLENBQUM7SUFDTixDQUFDOzt3SEFsQlEsMkJBQTJCO3lIQUEzQiwyQkFBMkIsaUJBSHJCLHFCQUFxQixFQUFFLDBCQUEwQixFQUFFLDBCQUEwQixhQURsRixZQUFZLEVBQUUsYUFBYSxhQUUzQixxQkFBcUIsRUFBRSwwQkFBMEIsRUFBRSwwQkFBMEI7eUhBRTlFLDJCQUEyQixZQUoxQixZQUFZLEVBQUUsYUFBYTsyRkFJNUIsMkJBQTJCO2tCQUx2QyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxhQUFhLENBQUM7b0JBQ3RDLFlBQVksRUFBRSxDQUFDLHFCQUFxQixFQUFFLDBCQUEwQixFQUFFLDBCQUEwQixDQUFDO29CQUM3RixPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsRUFBRSwwQkFBMEIsRUFBRSwwQkFBMEIsQ0FBQztpQkFDM0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5pbXBvcnQgeyBNb2R1bGVXaXRoUHJvdmlkZXJzLCBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL21hdGVyaWFsL2ljb25cIjtcbmltcG9ydCB7IENoaXBMaXN0SXRlbUxhYmVsRGlyZWN0aXZlIH0gZnJvbSBcIi4vY2hpcC1saXN0LWl0ZW1zL2NoaXAtbGlzdC1pdGVtLWxhYmVsLmRpcmVjdGl2ZVwiO1xuaW1wb3J0IHsgTmljZUNoaXBMaXN0SXRlbXNDb21wb25lbnQsIE5pY2VDaGlwTGlzdE9wdGlvbnMgfSBmcm9tIFwiLi9jaGlwLWxpc3QtaXRlbXMvY2hpcC1saXN0LWl0ZW1zLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgTklDRV9DSElQX0xJU1RfT1BUSU9OUyB9IGZyb20gXCIuL2NoaXAtbGlzdC5jb25zdGFudFwiO1xuXG5pbXBvcnQgeyBOaWNlQ2hpcExpc3REaXJlY3RpdmUgfSBmcm9tIFwiLi9jaGlwLWxpc3QuZGlyZWN0aXZlXCI7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgTWF0SWNvbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbTmljZUNoaXBMaXN0RGlyZWN0aXZlLCBOaWNlQ2hpcExpc3RJdGVtc0NvbXBvbmVudCwgQ2hpcExpc3RJdGVtTGFiZWxEaXJlY3RpdmVdLFxuICAgIGV4cG9ydHM6IFtOaWNlQ2hpcExpc3REaXJlY3RpdmUsIE5pY2VDaGlwTGlzdEl0ZW1zQ29tcG9uZW50LCBDaGlwTGlzdEl0ZW1MYWJlbERpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgTmljZUNoaXBMaXN0RGlyZWN0aXZlTW9kdWxlIHtcbiAgICBwdWJsaWMgc3RhdGljIGZvclJvb3Qob3B0aW9ucz86IE5pY2VDaGlwTGlzdE9wdGlvbnMpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPE5pY2VDaGlwTGlzdERpcmVjdGl2ZU1vZHVsZT4ge1xuICAgICAgICBpZiAoIW9wdGlvbnMpIHtcbiAgICAgICAgICAgIG9wdGlvbnMgPSB7XG4gICAgICAgICAgICAgICAgY2xvc2VCdXR0b25JY29uOiB7XG4gICAgICAgICAgICAgICAgICAgIG1hdEljb246IFwiY2FuY2VsXCJcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBuZ01vZHVsZTogTmljZUNoaXBMaXN0RGlyZWN0aXZlTW9kdWxlLFxuICAgICAgICAgICAgcHJvdmlkZXJzOiBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBwcm92aWRlOiBOSUNFX0NISVBfTElTVF9PUFRJT05TLFxuICAgICAgICAgICAgICAgICAgICB1c2VWYWx1ZTogb3B0aW9uc1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF1cbiAgICAgICAgfTtcbiAgICB9XG59XG4iXX0=
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcC1saXN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pY2UtdWkta2l0LXYyL3NyYy9saWIvZGlyZWN0aXZlcy9jaGlwLWxpc3QvY2hpcC1saXN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUF1QixRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzlGLE9BQU8sRUFBRSwwQkFBMEIsRUFBdUIsTUFBTSw2Q0FBNkMsQ0FBQztBQUM5RyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUU5RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFPOUQsTUFBTSxPQUFPLDJCQUEyQjtJQUM3QixNQUFNLENBQUMsT0FBTyxDQUFDLE9BQTZCO1FBQy9DLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFDVixPQUFPLEdBQUc7Z0JBQ04sZUFBZSxFQUFFO29CQUNiLE9BQU8sRUFBRSxRQUFRO2lCQUNwQjthQUNKLENBQUM7U0FDTDtRQUNELE9BQU87WUFDSCxRQUFRLEVBQUUsMkJBQTJCO1lBQ3JDLFNBQVMsRUFBRTtnQkFDUDtvQkFDSSxPQUFPLEVBQUUsc0JBQXNCO29CQUMvQixRQUFRLEVBQUUsT0FBTztpQkFDcEI7YUFDSjtTQUNKLENBQUM7SUFDTixDQUFDOzt3SEFsQlEsMkJBQTJCO3lIQUEzQiwyQkFBMkIsaUJBSHJCLHFCQUFxQixFQUFFLDBCQUEwQixFQUFFLDBCQUEwQixhQURsRixZQUFZLEVBQUUsYUFBYSxhQUUzQixxQkFBcUIsRUFBRSwwQkFBMEIsRUFBRSwwQkFBMEI7eUhBRTlFLDJCQUEyQixZQUozQixDQUFDLFlBQVksRUFBRSxhQUFhLENBQUM7MkZBSTdCLDJCQUEyQjtrQkFMdkMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsYUFBYSxDQUFDO29CQUN0QyxZQUFZLEVBQUUsQ0FBQyxxQkFBcUIsRUFBRSwwQkFBMEIsRUFBRSwwQkFBMEIsQ0FBQztvQkFDN0YsT0FBTyxFQUFFLENBQUMscUJBQXFCLEVBQUUsMEJBQTBCLEVBQUUsMEJBQTBCLENBQUM7aUJBQzNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9pY29uXCI7XG5pbXBvcnQgeyBDaGlwTGlzdEl0ZW1MYWJlbERpcmVjdGl2ZSB9IGZyb20gXCIuL2NoaXAtbGlzdC1pdGVtcy9jaGlwLWxpc3QtaXRlbS1sYWJlbC5kaXJlY3RpdmVcIjtcbmltcG9ydCB7IE5pY2VDaGlwTGlzdEl0ZW1zQ29tcG9uZW50LCBOaWNlQ2hpcExpc3RPcHRpb25zIH0gZnJvbSBcIi4vY2hpcC1saXN0LWl0ZW1zL2NoaXAtbGlzdC1pdGVtcy5jb21wb25lbnRcIjtcbmltcG9ydCB7IE5JQ0VfQ0hJUF9MSVNUX09QVElPTlMgfSBmcm9tIFwiLi9jaGlwLWxpc3QuY29uc3RhbnRcIjtcblxuaW1wb3J0IHsgTmljZUNoaXBMaXN0RGlyZWN0aXZlIH0gZnJvbSBcIi4vY2hpcC1saXN0LmRpcmVjdGl2ZVwiO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIE1hdEljb25Nb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW05pY2VDaGlwTGlzdERpcmVjdGl2ZSwgTmljZUNoaXBMaXN0SXRlbXNDb21wb25lbnQsIENoaXBMaXN0SXRlbUxhYmVsRGlyZWN0aXZlXSxcbiAgICBleHBvcnRzOiBbTmljZUNoaXBMaXN0RGlyZWN0aXZlLCBOaWNlQ2hpcExpc3RJdGVtc0NvbXBvbmVudCwgQ2hpcExpc3RJdGVtTGFiZWxEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIE5pY2VDaGlwTGlzdERpcmVjdGl2ZU1vZHVsZSB7XG4gICAgcHVibGljIHN0YXRpYyBmb3JSb290KG9wdGlvbnM/OiBOaWNlQ2hpcExpc3RPcHRpb25zKTogTW9kdWxlV2l0aFByb3ZpZGVyczxOaWNlQ2hpcExpc3REaXJlY3RpdmVNb2R1bGU+IHtcbiAgICAgICAgaWYgKCFvcHRpb25zKSB7XG4gICAgICAgICAgICBvcHRpb25zID0ge1xuICAgICAgICAgICAgICAgIGNsb3NlQnV0dG9uSWNvbjoge1xuICAgICAgICAgICAgICAgICAgICBtYXRJY29uOiBcImNhbmNlbFwiXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgbmdNb2R1bGU6IE5pY2VDaGlwTGlzdERpcmVjdGl2ZU1vZHVsZSxcbiAgICAgICAgICAgIHByb3ZpZGVyczogW1xuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgcHJvdmlkZTogTklDRV9DSElQX0xJU1RfT1BUSU9OUyxcbiAgICAgICAgICAgICAgICAgICAgdXNlVmFsdWU6IG9wdGlvbnNcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICBdXG4gICAgICAgIH07XG4gICAgfVxufVxuIl19
@@ -27,9 +27,9 @@ export class NiceDropzoneDirective {
27
27
  }
28
28
  }
29
29
  }
30
- NiceDropzoneDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDropzoneDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
31
- NiceDropzoneDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NiceDropzoneDirective, selector: "[niceDropzone]", outputs: { filesDropped: "filesDropped" }, host: { listeners: { "dragover": "onDragOver($event)", "dragleave": "onDragLeave($event)", "drop": "ondrop($event)" }, properties: { "class.file-over": "this.fileOver" } }, ngImport: i0 });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDropzoneDirective, decorators: [{
30
+ NiceDropzoneDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceDropzoneDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
31
+ NiceDropzoneDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: NiceDropzoneDirective, selector: "[niceDropzone]", outputs: { filesDropped: "filesDropped" }, host: { listeners: { "dragover": "onDragOver($event)", "dragleave": "onDragLeave($event)", "drop": "ondrop($event)" }, properties: { "class.file-over": "this.fileOver" } }, ngImport: i0 });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceDropzoneDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{ selector: "[niceDropzone]" }]
35
35
  }], propDecorators: { fileOver: [{
@@ -3,10 +3,10 @@ import { NiceDropzoneDirective } from "./dropzone.directive";
3
3
  import * as i0 from "@angular/core";
4
4
  export class NiceDropzoneModule {
5
5
  }
6
- NiceDropzoneModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDropzoneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- NiceDropzoneModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceDropzoneModule, declarations: [NiceDropzoneDirective], exports: [NiceDropzoneDirective] });
8
- NiceDropzoneModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDropzoneModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDropzoneModule, decorators: [{
6
+ NiceDropzoneModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceDropzoneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ NiceDropzoneModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceDropzoneModule, declarations: [NiceDropzoneDirective], exports: [NiceDropzoneDirective] });
8
+ NiceDropzoneModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceDropzoneModule, providers: [], imports: [[]] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceDropzoneModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [],
@@ -15,4 +15,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
15
15
  exports: [NiceDropzoneDirective]
16
16
  }]
17
17
  }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcHpvbmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmljZS11aS1raXQtdjIvc3JjL2xpYi9kaXJlY3RpdmVzL2Ryb3B6b25lL2Ryb3B6b25lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQVE3RCxNQUFNLE9BQU8sa0JBQWtCOzsrR0FBbEIsa0JBQWtCO2dIQUFsQixrQkFBa0IsaUJBSloscUJBQXFCLGFBRTFCLHFCQUFxQjtnSEFFdEIsa0JBQWtCOzJGQUFsQixrQkFBa0I7a0JBTjlCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLEVBQUU7b0JBQ1gsWUFBWSxFQUFFLENBQUMscUJBQXFCLENBQUM7b0JBQ3JDLFNBQVMsRUFBRSxFQUFFO29CQUNiLE9BQU8sRUFBRSxDQUFDLHFCQUFxQixDQUFDO2lCQUNuQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IE5pY2VEcm9wem9uZURpcmVjdGl2ZSB9IGZyb20gXCIuL2Ryb3B6b25lLmRpcmVjdGl2ZVwiO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtdLFxuICAgIGRlY2xhcmF0aW9uczogW05pY2VEcm9wem9uZURpcmVjdGl2ZV0sXG4gICAgcHJvdmlkZXJzOiBbXSxcbiAgICBleHBvcnRzOiBbTmljZURyb3B6b25lRGlyZWN0aXZlXVxufSlcbmV4cG9ydCBjbGFzcyBOaWNlRHJvcHpvbmVNb2R1bGUge31cbiJdfQ==
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcHpvbmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmljZS11aS1raXQtdjIvc3JjL2xpYi9kaXJlY3RpdmVzL2Ryb3B6b25lL2Ryb3B6b25lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQVE3RCxNQUFNLE9BQU8sa0JBQWtCOzsrR0FBbEIsa0JBQWtCO2dIQUFsQixrQkFBa0IsaUJBSloscUJBQXFCLGFBRTFCLHFCQUFxQjtnSEFFdEIsa0JBQWtCLGFBSGhCLEVBQUUsWUFGSixFQUFFOzJGQUtGLGtCQUFrQjtrQkFOOUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsRUFBRTtvQkFDWCxZQUFZLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztvQkFDckMsU0FBUyxFQUFFLEVBQUU7b0JBQ2IsT0FBTyxFQUFFLENBQUMscUJBQXFCLENBQUM7aUJBQ25DIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgTmljZURyb3B6b25lRGlyZWN0aXZlIH0gZnJvbSBcIi4vZHJvcHpvbmUuZGlyZWN0aXZlXCI7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW10sXG4gICAgZGVjbGFyYXRpb25zOiBbTmljZURyb3B6b25lRGlyZWN0aXZlXSxcbiAgICBwcm92aWRlcnM6IFtdLFxuICAgIGV4cG9ydHM6IFtOaWNlRHJvcHpvbmVEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIE5pY2VEcm9wem9uZU1vZHVsZSB7fVxuIl19
@@ -12,9 +12,9 @@ export class NiceImageErrorPlaceholderDirective {
12
12
  }
13
13
  }
14
14
  }
15
- NiceImageErrorPlaceholderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceImageErrorPlaceholderDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
16
- NiceImageErrorPlaceholderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NiceImageErrorPlaceholderDirective, selector: "img[niceImageErrorPlaceholder]", inputs: { fallback: "fallback" }, host: { listeners: { "error": "onError()" } }, ngImport: i0 });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceImageErrorPlaceholderDirective, decorators: [{
15
+ NiceImageErrorPlaceholderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceImageErrorPlaceholderDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
16
+ NiceImageErrorPlaceholderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: NiceImageErrorPlaceholderDirective, selector: "img[niceImageErrorPlaceholder]", inputs: { fallback: "fallback" }, host: { listeners: { "error": "onError()" } }, ngImport: i0 });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceImageErrorPlaceholderDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{ selector: "img[niceImageErrorPlaceholder]" }]
20
20
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ViewContainerRef }]; }, propDecorators: { fallback: [{
@@ -3,10 +3,10 @@ import { NiceImageErrorPlaceholderDirective } from "./image-error-placeholder.di
3
3
  import * as i0 from "@angular/core";
4
4
  export class NiceImageErrorPlaceholderDirectiveModule {
5
5
  }
6
- NiceImageErrorPlaceholderDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- NiceImageErrorPlaceholderDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule, declarations: [NiceImageErrorPlaceholderDirective], exports: [NiceImageErrorPlaceholderDirective] });
8
- NiceImageErrorPlaceholderDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule, decorators: [{
6
+ NiceImageErrorPlaceholderDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ NiceImageErrorPlaceholderDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule, declarations: [NiceImageErrorPlaceholderDirective], exports: [NiceImageErrorPlaceholderDirective] });
8
+ NiceImageErrorPlaceholderDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [NiceImageErrorPlaceholderDirective],
@@ -4,12 +4,12 @@ import { NiceRoundedStyleDirective } from "./nice-rounded-style.directive";
4
4
  import * as i0 from "@angular/core";
5
5
  export class NiceMaterialModule {
6
6
  }
7
- NiceMaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceMaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- NiceMaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceMaterialModule, declarations: [NiceMaterialStyleDirective,
7
+ NiceMaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceMaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ NiceMaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceMaterialModule, declarations: [NiceMaterialStyleDirective,
9
9
  NiceRoundedStyleDirective], exports: [NiceMaterialStyleDirective,
10
10
  NiceRoundedStyleDirective] });
11
- NiceMaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceMaterialModule });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceMaterialModule, decorators: [{
11
+ NiceMaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceMaterialModule });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceMaterialModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [
@@ -9,9 +9,9 @@ export class NiceMaterialStyleDirective {
9
9
  this.element.nativeElement.classList.add("keep-material-style");
10
10
  }
11
11
  }
12
- NiceMaterialStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceMaterialStyleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
13
- NiceMaterialStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NiceMaterialStyleDirective, selector: "[keep-material-style]", ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceMaterialStyleDirective, decorators: [{
12
+ NiceMaterialStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceMaterialStyleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
13
+ NiceMaterialStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: NiceMaterialStyleDirective, selector: "[keep-material-style]", ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceMaterialStyleDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{ selector: "[keep-material-style]" }]
17
17
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
@@ -9,9 +9,9 @@ export class NiceRoundedStyleDirective {
9
9
  this.element.nativeElement.classList.add("nice-rounded-style");
10
10
  }
11
11
  }
12
- NiceRoundedStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceRoundedStyleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
13
- NiceRoundedStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NiceRoundedStyleDirective, selector: "[nice-rounded-style]", ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceRoundedStyleDirective, decorators: [{
12
+ NiceRoundedStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceRoundedStyleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
13
+ NiceRoundedStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: NiceRoundedStyleDirective, selector: "[nice-rounded-style]", ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceRoundedStyleDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{ selector: "[nice-rounded-style]" }]
17
17
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
@@ -11,9 +11,9 @@ export class NiceModalOnClickDirective extends NiceModalOpenerDirective {
11
11
  this.open();
12
12
  }
13
13
  }
14
- NiceModalOnClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceModalOnClickDirective, deps: [{ token: i1.MatDialog }, { token: i0.Type }, { token: i1.MatDialogConfig }], target: i0.ɵɵFactoryTarget.Directive });
15
- NiceModalOnClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NiceModalOnClickDirective, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0 });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceModalOnClickDirective, decorators: [{
14
+ NiceModalOnClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceModalOnClickDirective, deps: [{ token: i1.MatDialog }, { token: i0.Type }, { token: i1.MatDialogConfig }], target: i0.ɵɵFactoryTarget.Directive });
15
+ NiceModalOnClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: NiceModalOnClickDirective, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0 });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceModalOnClickDirective, decorators: [{
17
17
  type: Directive
18
18
  }], ctorParameters: function () { return [{ type: i1.MatDialog }, { type: i0.Type }, { type: i1.MatDialogConfig }]; }, propDecorators: { onClick: [{
19
19
  type: HostListener,
@@ -19,9 +19,9 @@ export class NiceModalOpenerDirective {
19
19
  .subscribe(res => this.modalAfterClosed.emit(res));
20
20
  }
21
21
  }
22
- NiceModalOpenerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceModalOpenerDirective, deps: [{ token: i1.MatDialog }, { token: i0.Type }, { token: i1.MatDialogConfig }], target: i0.ɵɵFactoryTarget.Directive });
23
- NiceModalOpenerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NiceModalOpenerDirective, inputs: { modalData: "modalData" }, outputs: { modalAfterClosed: "modalAfterClosed" }, ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceModalOpenerDirective, decorators: [{
22
+ NiceModalOpenerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceModalOpenerDirective, deps: [{ token: i1.MatDialog }, { token: i0.Type }, { token: i1.MatDialogConfig }], target: i0.ɵɵFactoryTarget.Directive });
23
+ NiceModalOpenerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: NiceModalOpenerDirective, inputs: { modalData: "modalData" }, outputs: { modalAfterClosed: "modalAfterClosed" }, ngImport: i0 });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceModalOpenerDirective, decorators: [{
25
25
  type: Directive
26
26
  }], ctorParameters: function () { return [{ type: i1.MatDialog }, { type: i0.Type }, { type: i1.MatDialogConfig }]; }, propDecorators: { modalData: [{
27
27
  type: Input
@@ -35,9 +35,9 @@ export class NiceScrollResetDirective {
35
35
  this._unsubscribeAll.complete();
36
36
  }
37
37
  }
38
- NiceScrollResetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollResetDirective, deps: [{ token: i0.ElementRef }, { token: i1.Router }], target: i0.ɵɵFactoryTarget.Directive });
39
- NiceScrollResetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NiceScrollResetDirective, selector: "[niceScrollReset]", exportAs: ["niceScrollReset"], ngImport: i0 });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollResetDirective, decorators: [{
38
+ NiceScrollResetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollResetDirective, deps: [{ token: i0.ElementRef }, { token: i1.Router }], target: i0.ɵɵFactoryTarget.Directive });
39
+ NiceScrollResetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: NiceScrollResetDirective, selector: "[niceScrollReset]", exportAs: ["niceScrollReset"], ngImport: i0 });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollResetDirective, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: "[niceScrollReset]",
@@ -3,10 +3,10 @@ import { NiceScrollResetDirective } from "./scroll-reset.directive";
3
3
  import * as i0 from "@angular/core";
4
4
  export class NiceScrollResetModule {
5
5
  }
6
- NiceScrollResetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollResetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- NiceScrollResetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollResetModule, declarations: [NiceScrollResetDirective], exports: [NiceScrollResetDirective] });
8
- NiceScrollResetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollResetModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollResetModule, decorators: [{
6
+ NiceScrollResetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollResetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ NiceScrollResetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollResetModule, declarations: [NiceScrollResetDirective], exports: [NiceScrollResetDirective] });
8
+ NiceScrollResetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollResetModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollResetModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [
@@ -293,9 +293,9 @@ export class NiceScrollbarDirective {
293
293
  this._ps = null;
294
294
  }
295
295
  }
296
- NiceScrollbarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollbarDirective, deps: [{ token: i0.ElementRef }, { token: i1.Platform }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Directive });
297
- NiceScrollbarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NiceScrollbarDirective, selector: "[niceScrollbar]", inputs: { niceScrollbar: "niceScrollbar", niceScrollbarOptions: "niceScrollbarOptions" }, exportAs: ["niceScrollbar"], usesOnChanges: true, ngImport: i0 });
298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollbarDirective, decorators: [{
296
+ NiceScrollbarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollbarDirective, deps: [{ token: i0.ElementRef }, { token: i1.Platform }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Directive });
297
+ NiceScrollbarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: NiceScrollbarDirective, selector: "[niceScrollbar]", inputs: { niceScrollbar: "niceScrollbar", niceScrollbarOptions: "niceScrollbarOptions" }, exportAs: ["niceScrollbar"], usesOnChanges: true, ngImport: i0 });
298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollbarDirective, decorators: [{
299
299
  type: Directive,
300
300
  args: [{
301
301
  selector: "[niceScrollbar]",
@@ -3,10 +3,10 @@ import { NiceScrollbarDirective } from "./scrollbar.directive";
3
3
  import * as i0 from "@angular/core";
4
4
  export class NiceScrollbarModule {
5
5
  }
6
- NiceScrollbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- NiceScrollbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollbarModule, declarations: [NiceScrollbarDirective], exports: [NiceScrollbarDirective] });
8
- NiceScrollbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollbarModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceScrollbarModule, decorators: [{
6
+ NiceScrollbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ NiceScrollbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollbarModule, declarations: [NiceScrollbarDirective], exports: [NiceScrollbarDirective] });
8
+ NiceScrollbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollbarModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceScrollbarModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [
@@ -6,9 +6,9 @@ export class NiceClickStopPropagationDirective {
6
6
  event.stopPropagation();
7
7
  }
8
8
  }
9
- NiceClickStopPropagationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceClickStopPropagationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
10
- NiceClickStopPropagationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NiceClickStopPropagationDirective, selector: "[niceClickStopPropagation]", host: { listeners: { "click": "stopClick($event)" } }, ngImport: i0 });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceClickStopPropagationDirective, decorators: [{
9
+ NiceClickStopPropagationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceClickStopPropagationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
10
+ NiceClickStopPropagationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: NiceClickStopPropagationDirective, selector: "[niceClickStopPropagation]", host: { listeners: { "click": "stopClick($event)" } }, ngImport: i0 });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceClickStopPropagationDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{ selector: "[niceClickStopPropagation]" }]
14
14
  }], propDecorators: { stopClick: [{
@@ -3,10 +3,10 @@ import { NiceClickStopPropagationDirective } from "./click-stop-propagation.dire
3
3
  import * as i0 from "@angular/core";
4
4
  export class NiceStopPropagationModule {
5
5
  }
6
- NiceStopPropagationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceStopPropagationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- NiceStopPropagationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceStopPropagationModule, declarations: [NiceClickStopPropagationDirective], exports: [NiceClickStopPropagationDirective] });
8
- NiceStopPropagationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceStopPropagationModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceStopPropagationModule, decorators: [{
6
+ NiceStopPropagationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceStopPropagationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ NiceStopPropagationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceStopPropagationModule, declarations: [NiceClickStopPropagationDirective], exports: [NiceClickStopPropagationDirective] });
8
+ NiceStopPropagationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceStopPropagationModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceStopPropagationModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  exports: [NiceClickStopPropagationDirective],
@@ -6,9 +6,9 @@ export class NicePreventCloseWindowDirective {
6
6
  $event.returnValue = false;
7
7
  }
8
8
  }
9
- NicePreventCloseWindowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NicePreventCloseWindowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
10
- NicePreventCloseWindowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NicePreventCloseWindowDirective, selector: "[nicePreventCloseWindow]", host: { listeners: { "window:beforeunload": "handleClose($event)" } }, ngImport: i0 });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NicePreventCloseWindowDirective, decorators: [{
9
+ NicePreventCloseWindowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NicePreventCloseWindowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
10
+ NicePreventCloseWindowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: NicePreventCloseWindowDirective, selector: "[nicePreventCloseWindow]", host: { listeners: { "window:beforeunload": "handleClose($event)" } }, ngImport: i0 });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NicePreventCloseWindowDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{ selector: "[nicePreventCloseWindow]" }]
14
14
  }], propDecorators: { handleClose: [{
@@ -3,10 +3,10 @@ import { NicePreventCloseWindowDirective } from "./prevent-close-window.directiv
3
3
  import * as i0 from "@angular/core";
4
4
  export class NiceWindowDirectiveModule {
5
5
  }
6
- NiceWindowDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceWindowDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- NiceWindowDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceWindowDirectiveModule, declarations: [NicePreventCloseWindowDirective], exports: [NicePreventCloseWindowDirective] });
8
- NiceWindowDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceWindowDirectiveModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceWindowDirectiveModule, decorators: [{
6
+ NiceWindowDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceWindowDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ NiceWindowDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceWindowDirectiveModule, declarations: [NicePreventCloseWindowDirective], exports: [NicePreventCloseWindowDirective] });
8
+ NiceWindowDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceWindowDirectiveModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceWindowDirectiveModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [NicePreventCloseWindowDirective],
@@ -13,11 +13,11 @@ export class NiceModule {
13
13
  }
14
14
  }
15
15
  }
16
- NiceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceModule, deps: [{ token: NiceModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
17
- NiceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceModule, imports: [NiceMediaWatcherModule,
16
+ NiceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceModule, deps: [{ token: NiceModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
17
+ NiceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceModule, imports: [NiceMediaWatcherModule,
18
18
  NiceSplashScreenModule,
19
19
  NiceUtilsModule] });
20
- NiceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceModule, providers: [
20
+ NiceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceModule, providers: [
21
21
  {
22
22
  // Disable 'theme' sanity check
23
23
  provide: MATERIAL_SANITY_CHECKS,
@@ -34,10 +34,12 @@ NiceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14
34
34
  appearance: "fill"
35
35
  }
36
36
  }
37
- ], imports: [NiceMediaWatcherModule,
38
- NiceSplashScreenModule,
39
- NiceUtilsModule] });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceModule, decorators: [{
37
+ ], imports: [[
38
+ NiceMediaWatcherModule,
39
+ NiceSplashScreenModule,
40
+ NiceUtilsModule
41
+ ]] });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NiceModule, decorators: [{
41
43
  type: NgModule,
42
44
  args: [{
43
45
  imports: [
@@ -69,4 +71,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
69
71
  }, {
70
72
  type: SkipSelf
71
73
  }] }]; } });
72
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmljZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uaWNlLXVpLWtpdC12Mi9zcmMvbGliL25pY2UubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM5RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsc0JBQXNCLEVBQUUsZUFBZSxFQUFFLE1BQU0sYUFBYSxDQUFDOztBQTJCOUYsTUFBTSxPQUFPLFVBQVU7SUFDbkI7O09BRUc7SUFDSCxZQUFvQyxZQUF5QjtRQUN6RCxJQUFJLFlBQVksRUFBRTtZQUNkLE1BQU0sSUFBSSxLQUFLLENBQUMsK0VBQStFLENBQUMsQ0FBQztTQUNwRztJQUNMLENBQUM7O3VHQVJRLFVBQVU7d0dBQVYsVUFBVSxZQXZCZixzQkFBc0I7UUFDdEIsc0JBQXNCO1FBQ3RCLGVBQWU7d0dBcUJWLFVBQVUsYUFuQlI7UUFDUDtZQUNJLCtCQUErQjtZQUMvQixPQUFPLEVBQUcsc0JBQXNCO1lBQ2hDLFFBQVEsRUFBRTtnQkFDTixPQUFPLEVBQUUsSUFBSTtnQkFDYixLQUFLLEVBQUksS0FBSztnQkFDZCxPQUFPLEVBQUUsSUFBSTthQUNoQjtTQUNKO1FBQ0Q7WUFDSSx1RUFBdUU7WUFDdkUsT0FBTyxFQUFFLDhCQUE4QjtZQUN2QyxRQUFRLEVBQUU7Z0JBQ04sVUFBVSxFQUFFLE1BQU07YUFDckI7U0FDSjtLQUNKLFlBckJHLHNCQUFzQjtRQUN0QixzQkFBc0I7UUFDdEIsZUFBZTsyRkFxQlYsVUFBVTtrQkF6QnRCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLHNCQUFzQjt3QkFDdEIsc0JBQXNCO3dCQUN0QixlQUFlO3FCQUNsQjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1A7NEJBQ0ksK0JBQStCOzRCQUMvQixPQUFPLEVBQUcsc0JBQXNCOzRCQUNoQyxRQUFRLEVBQUU7Z0NBQ04sT0FBTyxFQUFFLElBQUk7Z0NBQ2IsS0FBSyxFQUFJLEtBQUs7Z0NBQ2QsT0FBTyxFQUFFLElBQUk7NkJBQ2hCO3lCQUNKO3dCQUNEOzRCQUNJLHVFQUF1RTs0QkFDdkUsT0FBTyxFQUFFLDhCQUE4Qjs0QkFDdkMsUUFBUSxFQUFFO2dDQUNOLFVBQVUsRUFBRSxNQUFNOzZCQUNyQjt5QkFDSjtxQkFDSjtpQkFDSjs7MEJBS2dCLFFBQVE7OzBCQUFJLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgT3B0aW9uYWwsIFNraXBTZWxmIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IE1BVEVSSUFMX1NBTklUWV9DSEVDS1MgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZVwiO1xuaW1wb3J0IHsgTUFUX0ZPUk1fRklFTERfREVGQVVMVF9PUFRJT05TIH0gZnJvbSBcIkBhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGRcIjtcbmltcG9ydCB7IE5pY2VNZWRpYVdhdGNoZXJNb2R1bGUsIE5pY2VTcGxhc2hTY3JlZW5Nb2R1bGUsIE5pY2VVdGlsc01vZHVsZSB9IGZyb20gXCIuL3Byb3ZpZGVyc1wiO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgTmljZU1lZGlhV2F0Y2hlck1vZHVsZSxcbiAgICAgICAgTmljZVNwbGFzaFNjcmVlbk1vZHVsZSxcbiAgICAgICAgTmljZVV0aWxzTW9kdWxlXG4gICAgXSxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgLy8gRGlzYWJsZSAndGhlbWUnIHNhbml0eSBjaGVja1xuICAgICAgICAgICAgcHJvdmlkZSA6IE1BVEVSSUFMX1NBTklUWV9DSEVDS1MsXG4gICAgICAgICAgICB1c2VWYWx1ZToge1xuICAgICAgICAgICAgICAgIGRvY3R5cGU6IHRydWUsXG4gICAgICAgICAgICAgICAgdGhlbWUgIDogZmFsc2UsXG4gICAgICAgICAgICAgICAgdmVyc2lvbjogdHJ1ZVxuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICAgICAvLyBVc2UgdGhlICdmaWxsJyBhcHBlYXJhbmNlIG9uIEFuZ3VsYXIgTWF0ZXJpYWwgZm9ybSBmaWVsZHMgYnkgZGVmYXVsdFxuICAgICAgICAgICAgcHJvdmlkZTogTUFUX0ZPUk1fRklFTERfREVGQVVMVF9PUFRJT05TLFxuICAgICAgICAgICAgdXNlVmFsdWU6IHtcbiAgICAgICAgICAgICAgICBhcHBlYXJhbmNlOiBcImZpbGxcIlxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBOaWNlTW9kdWxlIHtcbiAgICAvKipcbiAgICAgKiBDb25zdHJ1Y3RvclxuICAgICAqL1xuICAgIGNvbnN0cnVjdG9yKEBPcHRpb25hbCgpIEBTa2lwU2VsZigpIHBhcmVudE1vZHVsZT86IE5pY2VNb2R1bGUpIHtcbiAgICAgICAgaWYgKHBhcmVudE1vZHVsZSkge1xuICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKFwiTmljZU1vZHVsZSBoYXMgYWxyZWFkeSBiZWVuIGxvYWRlZC4gSW1wb3J0IHRoaXMgbW9kdWxlIGluIHRoZSBBcHBNb2R1bGUgb25seSFcIik7XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
74
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmljZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uaWNlLXVpLWtpdC12Mi9zcmMvbGliL25pY2UubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM5RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsc0JBQXNCLEVBQUUsZUFBZSxFQUFFLE1BQU0sYUFBYSxDQUFDOztBQTJCOUYsTUFBTSxPQUFPLFVBQVU7SUFDbkI7O09BRUc7SUFDSCxZQUFvQyxZQUF5QjtRQUN6RCxJQUFJLFlBQVksRUFBRTtZQUNkLE1BQU0sSUFBSSxLQUFLLENBQUMsK0VBQStFLENBQUMsQ0FBQztTQUNwRztJQUNMLENBQUM7O3VHQVJRLFVBQVUsa0JBSWdDLFVBQVU7d0dBSnBELFVBQVUsWUF2QmYsc0JBQXNCO1FBQ3RCLHNCQUFzQjtRQUN0QixlQUFlO3dHQXFCVixVQUFVLGFBbkJSO1FBQ1A7WUFDSSwrQkFBK0I7WUFDL0IsT0FBTyxFQUFHLHNCQUFzQjtZQUNoQyxRQUFRLEVBQUU7Z0JBQ04sT0FBTyxFQUFFLElBQUk7Z0JBQ2IsS0FBSyxFQUFJLEtBQUs7Z0JBQ2QsT0FBTyxFQUFFLElBQUk7YUFDaEI7U0FDSjtRQUNEO1lBQ0ksdUVBQXVFO1lBQ3ZFLE9BQU8sRUFBRSw4QkFBOEI7WUFDdkMsUUFBUSxFQUFFO2dCQUNOLFVBQVUsRUFBRSxNQUFNO2FBQ3JCO1NBQ0o7S0FDSixZQXRCUTtZQUNMLHNCQUFzQjtZQUN0QixzQkFBc0I7WUFDdEIsZUFBZTtTQUNsQjsyRkFvQlEsVUFBVTtrQkF6QnRCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLHNCQUFzQjt3QkFDdEIsc0JBQXNCO3dCQUN0QixlQUFlO3FCQUNsQjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1A7NEJBQ0ksK0JBQStCOzRCQUMvQixPQUFPLEVBQUcsc0JBQXNCOzRCQUNoQyxRQUFRLEVBQUU7Z0NBQ04sT0FBTyxFQUFFLElBQUk7Z0NBQ2IsS0FBSyxFQUFJLEtBQUs7Z0NBQ2QsT0FBTyxFQUFFLElBQUk7NkJBQ2hCO3lCQUNKO3dCQUNEOzRCQUNJLHVFQUF1RTs0QkFDdkUsT0FBTyxFQUFFLDhCQUE4Qjs0QkFDdkMsUUFBUSxFQUFFO2dDQUNOLFVBQVUsRUFBRSxNQUFNOzZCQUNyQjt5QkFDSjtxQkFDSjtpQkFDSjswREFLc0QsVUFBVTswQkFBaEQsUUFBUTs7MEJBQUksUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlLCBPcHRpb25hbCwgU2tpcFNlbGYgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgTUFURVJJQUxfU0FOSVRZX0NIRUNLUyB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9jb3JlXCI7XG5pbXBvcnQgeyBNQVRfRk9STV9GSUVMRF9ERUZBVUxUX09QVElPTlMgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZFwiO1xuaW1wb3J0IHsgTmljZU1lZGlhV2F0Y2hlck1vZHVsZSwgTmljZVNwbGFzaFNjcmVlbk1vZHVsZSwgTmljZVV0aWxzTW9kdWxlIH0gZnJvbSBcIi4vcHJvdmlkZXJzXCI7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBOaWNlTWVkaWFXYXRjaGVyTW9kdWxlLFxuICAgICAgICBOaWNlU3BsYXNoU2NyZWVuTW9kdWxlLFxuICAgICAgICBOaWNlVXRpbHNNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICAvLyBEaXNhYmxlICd0aGVtZScgc2FuaXR5IGNoZWNrXG4gICAgICAgICAgICBwcm92aWRlIDogTUFURVJJQUxfU0FOSVRZX0NIRUNLUyxcbiAgICAgICAgICAgIHVzZVZhbHVlOiB7XG4gICAgICAgICAgICAgICAgZG9jdHlwZTogdHJ1ZSxcbiAgICAgICAgICAgICAgICB0aGVtZSAgOiBmYWxzZSxcbiAgICAgICAgICAgICAgICB2ZXJzaW9uOiB0cnVlXG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICAgIC8vIFVzZSB0aGUgJ2ZpbGwnIGFwcGVhcmFuY2Ugb24gQW5ndWxhciBNYXRlcmlhbCBmb3JtIGZpZWxkcyBieSBkZWZhdWx0XG4gICAgICAgICAgICBwcm92aWRlOiBNQVRfRk9STV9GSUVMRF9ERUZBVUxUX09QVElPTlMsXG4gICAgICAgICAgICB1c2VWYWx1ZToge1xuICAgICAgICAgICAgICAgIGFwcGVhcmFuY2U6IFwiZmlsbFwiXG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIE5pY2VNb2R1bGUge1xuICAgIC8qKlxuICAgICAqIENvbnN0cnVjdG9yXG4gICAgICovXG4gICAgY29uc3RydWN0b3IoQE9wdGlvbmFsKCkgQFNraXBTZWxmKCkgcGFyZW50TW9kdWxlPzogTmljZU1vZHVsZSkge1xuICAgICAgICBpZiAocGFyZW50TW9kdWxlKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoXCJOaWNlTW9kdWxlIGhhcyBhbHJlYWR5IGJlZW4gbG9hZGVkLiBJbXBvcnQgdGhpcyBtb2R1bGUgaW4gdGhlIEFwcE1vZHVsZSBvbmx5IVwiKTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==
@@ -13,9 +13,9 @@ export class BooleanPipe {
13
13
  return this.translateService.instant(value ? "general.yes" : "general.no");
14
14
  }
15
15
  }
16
- BooleanPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: BooleanPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
17
- BooleanPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: BooleanPipe, name: "boolean" });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: BooleanPipe, decorators: [{
16
+ BooleanPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BooleanPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
17
+ BooleanPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BooleanPipe, name: "boolean" });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BooleanPipe, decorators: [{
19
19
  type: Pipe,
20
20
  args: [{ name: "boolean" }]
21
21
  }], ctorParameters: function () { return [{ type: i1.TranslateService }]; } });
@@ -9,9 +9,9 @@ export class CapitalizeFirstLetterPipe {
9
9
  return value.charAt(0).toUpperCase() + value.slice(1);
10
10
  }
11
11
  }
12
- CapitalizeFirstLetterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: CapitalizeFirstLetterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
13
- CapitalizeFirstLetterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: CapitalizeFirstLetterPipe, name: "capitalizeFirstLetter" });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: CapitalizeFirstLetterPipe, decorators: [{
12
+ CapitalizeFirstLetterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CapitalizeFirstLetterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
13
+ CapitalizeFirstLetterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CapitalizeFirstLetterPipe, name: "capitalizeFirstLetter" });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CapitalizeFirstLetterPipe, decorators: [{
15
15
  type: Pipe,
16
16
  args: [{ name: "capitalizeFirstLetter" }]
17
17
  }] });
@@ -5,9 +5,9 @@ export class CeilPipe {
5
5
  return Math.ceil(input);
6
6
  }
7
7
  }
8
- CeilPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: CeilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
- CeilPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: CeilPipe, name: "ceil" });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: CeilPipe, decorators: [{
8
+ CeilPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CeilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
+ CeilPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CeilPipe, name: "ceil" });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CeilPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{ name: "ceil" }]
13
13
  }] });
@@ -14,9 +14,9 @@ export class EntriesPipe {
14
14
  return keys;
15
15
  }
16
16
  }
17
- EntriesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: EntriesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
18
- EntriesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: EntriesPipe, name: "entries" });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: EntriesPipe, decorators: [{
17
+ EntriesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: EntriesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
18
+ EntriesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: EntriesPipe, name: "entries" });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: EntriesPipe, decorators: [{
20
20
  type: Pipe,
21
21
  args: [{ name: "entries" }]
22
22
  }] });
@@ -5,9 +5,9 @@ export class FindByKeyPipe {
5
5
  return (array ?? []).find((v) => v?.[key] === value);
6
6
  }
7
7
  }
8
- FindByKeyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: FindByKeyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
- FindByKeyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: FindByKeyPipe, name: "findByKey" });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: FindByKeyPipe, decorators: [{
8
+ FindByKeyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FindByKeyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
+ FindByKeyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FindByKeyPipe, name: "findByKey" });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FindByKeyPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{ name: "findByKey" }]
13
13
  }] });
@@ -5,9 +5,9 @@ export class FirstLetterPipe {
5
5
  return value?.[0];
6
6
  }
7
7
  }
8
- FirstLetterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: FirstLetterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
- FirstLetterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: FirstLetterPipe, name: "firstLetter" });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: FirstLetterPipe, decorators: [{
8
+ FirstLetterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FirstLetterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
+ FirstLetterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FirstLetterPipe, name: "firstLetter" });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FirstLetterPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{ name: "firstLetter" }]
13
13
  }] });
@@ -5,9 +5,9 @@ export class FloorPipe {
5
5
  return Math.floor(input);
6
6
  }
7
7
  }
8
- FloorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: FloorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
- FloorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: FloorPipe, name: "floor" });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: FloorPipe, decorators: [{
8
+ FloorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FloorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
+ FloorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FloorPipe, name: "floor" });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FloorPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{ name: "floor" }]
13
13
  }] });
@@ -11,9 +11,9 @@ export class JoinPipe {
11
11
  return array.filter(x => x).map(x => x[prop]).join(separator);
12
12
  }
13
13
  }
14
- JoinPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: JoinPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
15
- JoinPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: JoinPipe, name: "join" });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: JoinPipe, decorators: [{
14
+ JoinPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: JoinPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
15
+ JoinPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: JoinPipe, name: "join" });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: JoinPipe, decorators: [{
17
17
  type: Pipe,
18
18
  args: [{ name: "join" }]
19
19
  }] });
@@ -16,9 +16,9 @@ export class LinkPipe {
16
16
  }
17
17
  }
18
18
  }
19
- LinkPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LinkPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
20
- LinkPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: LinkPipe, name: "link" });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LinkPipe, decorators: [{
19
+ LinkPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LinkPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
20
+ LinkPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LinkPipe, name: "link" });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LinkPipe, decorators: [{
22
22
  type: Pipe,
23
23
  args: [{ name: "link" }]
24
24
  }] });
@@ -10,9 +10,9 @@ export class LocalizedBooleanPipe {
10
10
  return this.translateService.instant(`general.bool_${value}`);
11
11
  }
12
12
  }
13
- LocalizedBooleanPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocalizedBooleanPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
14
- LocalizedBooleanPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: LocalizedBooleanPipe, name: "localizedBoolean" });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocalizedBooleanPipe, decorators: [{
13
+ LocalizedBooleanPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedBooleanPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
14
+ LocalizedBooleanPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedBooleanPipe, name: "localizedBoolean" });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedBooleanPipe, decorators: [{
16
16
  type: Pipe,
17
17
  args: [{ name: "localizedBoolean" }]
18
18
  }], ctorParameters: function () { return [{ type: i1.TranslateService }]; } });
@@ -9,9 +9,9 @@ export class LocalizedCurrencyPipe extends CurrencyPipe {
9
9
  this.translateService = translateService;
10
10
  }
11
11
  }
12
- LocalizedCurrencyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocalizedCurrencyPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
13
- LocalizedCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: LocalizedCurrencyPipe, name: "localizedCurrency" });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocalizedCurrencyPipe, decorators: [{
12
+ LocalizedCurrencyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedCurrencyPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
13
+ LocalizedCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedCurrencyPipe, name: "localizedCurrency" });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedCurrencyPipe, decorators: [{
15
15
  type: Pipe,
16
16
  args: [{ name: "localizedCurrency" }]
17
17
  }], ctorParameters: function () { return [{ type: i1.TranslateService }]; } });
@@ -12,9 +12,9 @@ export class LocalizedDateOnlyPipe {
12
12
  return pipe.transform(value, pattern, fallbackWithNull, "UTC");
13
13
  }
14
14
  }
15
- LocalizedDateOnlyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocalizedDateOnlyPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
16
- LocalizedDateOnlyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: LocalizedDateOnlyPipe, name: "localizedDateOnly" });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocalizedDateOnlyPipe, decorators: [{
15
+ LocalizedDateOnlyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedDateOnlyPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
16
+ LocalizedDateOnlyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedDateOnlyPipe, name: "localizedDateOnly" });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedDateOnlyPipe, decorators: [{
18
18
  type: Pipe,
19
19
  args: [{ name: "localizedDateOnly" }]
20
20
  }], ctorParameters: function () { return [{ type: i1.TranslateService }]; } });
@@ -31,9 +31,9 @@ export class LocalizedDatePipe {
31
31
  return "MMMM d";
32
32
  }
33
33
  }
34
- LocalizedDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocalizedDatePipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
35
- LocalizedDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: LocalizedDatePipe, name: "localizedDate" });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocalizedDatePipe, decorators: [{
34
+ LocalizedDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedDatePipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
35
+ LocalizedDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedDatePipe, name: "localizedDate" });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LocalizedDatePipe, decorators: [{
37
37
  type: Pipe,
38
38
  args: [{ name: "localizedDate" }]
39
39
  }], ctorParameters: function () { return [{ type: i1.TranslateService }]; } });