@pepperi-addons/ngx-lib 0.4.0-angular14.2 → 0.4.0-angular14.22

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 (300) hide show
  1. package/core/common/services/utilities.service.d.ts +5 -4
  2. package/core/customization/customization.model.d.ts +2 -0
  3. package/esm2020/address/address.component.mjs +3 -3
  4. package/esm2020/address/address.module.mjs +4 -4
  5. package/esm2020/attachment/attachment.component.mjs +3 -3
  6. package/esm2020/attachment/attachment.module.mjs +4 -4
  7. package/esm2020/bread-crumbs/bread-crumbs.component.mjs +4 -4
  8. package/esm2020/bread-crumbs/bread-crumbs.module.mjs +4 -4
  9. package/esm2020/button/button.component.mjs +3 -3
  10. package/esm2020/button/button.module.mjs +4 -4
  11. package/esm2020/carousel/carousel-item.directive.mjs +3 -3
  12. package/esm2020/carousel/carousel.component.mjs +3 -3
  13. package/esm2020/carousel/carousel.module.mjs +4 -4
  14. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  15. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  16. package/esm2020/color/color-picker.component.mjs +3 -3
  17. package/esm2020/color/color.component.mjs +3 -3
  18. package/esm2020/color/color.module.mjs +4 -4
  19. package/esm2020/core/clipboard/clipboard.directive.mjs +3 -3
  20. package/esm2020/core/clipboard/clipboard.service.mjs +3 -3
  21. package/esm2020/core/common/directives/auto-width.directive.mjs +3 -3
  22. package/esm2020/core/common/directives/button-blur.directive.mjs +3 -3
  23. package/esm2020/core/common/directives/button-loader.directive.mjs +3 -3
  24. package/esm2020/core/common/directives/data-qa.directive.mjs +3 -3
  25. package/esm2020/core/common/directives/menu-blur.directive.mjs +3 -3
  26. package/esm2020/core/common/directives/prevent-multi-click.directive.mjs +3 -3
  27. package/esm2020/core/common/directives/print.directive.mjs +3 -3
  28. package/esm2020/core/common/pipes/common-pipes.mjs +30 -30
  29. package/esm2020/core/common/pipes/date-ago.pipe.mjs +3 -3
  30. package/esm2020/core/common/services/addon.service.mjs +3 -3
  31. package/esm2020/core/common/services/color.service.mjs +3 -3
  32. package/esm2020/core/common/services/cookie.service.mjs +3 -3
  33. package/esm2020/core/common/services/data-convertor.service.mjs +3 -3
  34. package/esm2020/core/common/services/file.service.mjs +3 -3
  35. package/esm2020/core/common/services/jwt-helper.service.mjs +3 -3
  36. package/esm2020/core/common/services/session.service.mjs +3 -3
  37. package/esm2020/core/common/services/translate.service.mjs +3 -3
  38. package/esm2020/core/common/services/utilities.service.mjs +57 -14
  39. package/esm2020/core/common/services/validator.service.mjs +3 -3
  40. package/esm2020/core/common/services/window-scrolling.service.mjs +3 -3
  41. package/esm2020/core/customization/customization.model.mjs +2 -1
  42. package/esm2020/core/customization/customization.service.mjs +3 -3
  43. package/esm2020/core/http/interceptors/error.interceptor.mjs +3 -3
  44. package/esm2020/core/http/interceptors/loader.interceptor.mjs +7 -8
  45. package/esm2020/core/http/interceptors/profiler.interceptor.mjs +3 -3
  46. package/esm2020/core/http/services/http.service.mjs +3 -3
  47. package/esm2020/core/http/services/loader.service.mjs +7 -7
  48. package/esm2020/core/layout/layout.service.mjs +3 -3
  49. package/esm2020/core/layout/rtl.directive.mjs +6 -6
  50. package/esm2020/core/portal/attach.directive.mjs +3 -3
  51. package/esm2020/core/portal/portal.service.mjs +3 -3
  52. package/esm2020/core/portal/target.directive.mjs +3 -3
  53. package/esm2020/core/scroll-to/scroll-to.service.mjs +3 -3
  54. package/esm2020/date/date.component.mjs +3 -3
  55. package/esm2020/date/date.model.mjs +6 -6
  56. package/esm2020/date/date.module.mjs +4 -4
  57. package/esm2020/dialog/default-dialog.component.mjs +3 -3
  58. package/esm2020/dialog/dialog.component.mjs +3 -3
  59. package/esm2020/dialog/dialog.module.mjs +4 -4
  60. package/esm2020/dialog/dialog.service.mjs +3 -3
  61. package/esm2020/draggable-items/draggable-item/draggable-item.component.mjs +3 -3
  62. package/esm2020/draggable-items/draggable-items.component.mjs +3 -3
  63. package/esm2020/draggable-items/draggable-items.module.mjs +4 -4
  64. package/esm2020/field-title/field-title.component.mjs +3 -3
  65. package/esm2020/field-title/field-title.module.mjs +4 -4
  66. package/esm2020/files-uploader/files-uploader.component.mjs +4 -4
  67. package/esm2020/files-uploader/files-uploader.module.mjs +4 -4
  68. package/esm2020/form/field-generator.component.mjs +9 -9
  69. package/esm2020/form/form.component.mjs +12 -5
  70. package/esm2020/form/form.module.mjs +11 -6
  71. package/esm2020/form/indicators.component.mjs +3 -3
  72. package/esm2020/form/internal-button.component.mjs +3 -3
  73. package/esm2020/form/internal-carusel.component.mjs +12 -14
  74. package/esm2020/form/internal-carusel.service.mjs +3 -3
  75. package/esm2020/form/internal-field-generator.component.mjs +3 -3
  76. package/esm2020/form/internal-form.component.mjs +3 -3
  77. package/esm2020/form/internal-list.component.mjs +3 -3
  78. package/esm2020/form/internal-menu.component.mjs +3 -3
  79. package/esm2020/form/internal-page.component.mjs +16 -19
  80. package/esm2020/form/internal-page.service.mjs +3 -3
  81. package/esm2020/group-buttons/group-buttons.component.mjs +3 -3
  82. package/esm2020/group-buttons/group-buttons.module.mjs +4 -4
  83. package/esm2020/icon/icon-registry.service.mjs +3 -3
  84. package/esm2020/icon/icon.component.mjs +3 -3
  85. package/esm2020/icon/icon.module.mjs +4 -4
  86. package/esm2020/icon/icon.service.mjs +3 -3
  87. package/esm2020/image/image.component.mjs +3 -3
  88. package/esm2020/image/image.module.mjs +4 -4
  89. package/esm2020/image/image.service.mjs +3 -3
  90. package/esm2020/images-filmstrip/images-filmstrip.component.mjs +5 -93
  91. package/esm2020/images-filmstrip/images-filmstrip.module.mjs +5 -60
  92. package/esm2020/link/link.component.mjs +11 -12
  93. package/esm2020/link/link.module.mjs +4 -4
  94. package/esm2020/link/link.pipes.mjs +3 -3
  95. package/esm2020/list/list-actions.component.mjs +4 -4
  96. package/esm2020/list/list-carousel.component.mjs +4 -4
  97. package/esm2020/list/list-chooser.component.mjs +4 -4
  98. package/esm2020/list/list-pager.component.mjs +4 -4
  99. package/esm2020/list/list-sorting.component.mjs +4 -4
  100. package/esm2020/list/list-total.component.mjs +4 -4
  101. package/esm2020/list/list-views.component.mjs +4 -4
  102. package/esm2020/list/list.component.mjs +3 -3
  103. package/esm2020/list/list.module.mjs +4 -4
  104. package/esm2020/list/list.pipes.mjs +6 -6
  105. package/esm2020/list/virtual-scroller.mjs +7 -7
  106. package/esm2020/menu/menu-item.component.mjs +3 -3
  107. package/esm2020/menu/menu.component.mjs +3 -3
  108. package/esm2020/menu/menu.module.mjs +4 -4
  109. package/esm2020/ngx-lib.module.mjs +8 -6
  110. package/esm2020/page-layout/page-layout.component.mjs +3 -3
  111. package/esm2020/page-layout/page-layout.module.mjs +4 -4
  112. package/esm2020/plugin/pepperi-addons-ngx-lib-plugin.mjs +5 -0
  113. package/esm2020/plugin/plugin-proxy.component.mjs +98 -0
  114. package/esm2020/plugin/plugin.model.mjs +2 -0
  115. package/esm2020/plugin/public-api.mjs +6 -0
  116. package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +3 -3
  117. package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +3 -3
  118. package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +3 -3
  119. package/esm2020/profile-data-views-list/profile-data-views-list.module.mjs +4 -4
  120. package/esm2020/quantity-selector/quantity-selector-validation.directive.mjs +3 -3
  121. package/esm2020/quantity-selector/quantity-selector.component.mjs +3 -3
  122. package/esm2020/quantity-selector/quantity-selector.module.mjs +4 -4
  123. package/esm2020/quantity-selector/quantity-selector.pipes.mjs +3 -3
  124. package/esm2020/query-builder/common/services/output-query.service.mjs +3 -3
  125. package/esm2020/query-builder/common/services/query-structure.service.mjs +14 -12
  126. package/esm2020/query-builder/common/services/type-convertor.service.mjs +3 -3
  127. package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +3 -3
  128. package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +3 -3
  129. package/esm2020/query-builder/query-builder.component.mjs +3 -3
  130. package/esm2020/query-builder/query-builder.module.mjs +11 -6
  131. package/esm2020/query-builder/query-builder.service.mjs +3 -3
  132. package/esm2020/remote-loader/addon-block-loader.component.mjs +3 -3
  133. package/esm2020/remote-loader/addon-block-loader.service.mjs +8 -9
  134. package/esm2020/remote-loader/remote-loader.component.mjs +19 -31
  135. package/esm2020/remote-loader/remote-loader.model.mjs +1 -1
  136. package/esm2020/remote-loader/remote-loader.module.mjs +4 -4
  137. package/esm2020/remote-loader/remote-loader.service.mjs +25 -24
  138. package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +3 -3
  139. package/esm2020/rich-html-textarea/rich-html-textarea.module.mjs +4 -4
  140. package/esm2020/search/search.component.mjs +4 -4
  141. package/esm2020/search/search.module.mjs +4 -4
  142. package/esm2020/select/select.component.mjs +15 -7
  143. package/esm2020/select/select.module.mjs +4 -4
  144. package/esm2020/separator/separator.component.mjs +3 -3
  145. package/esm2020/separator/separator.module.mjs +4 -4
  146. package/esm2020/side-bar/side-bar.component.mjs +9 -6
  147. package/esm2020/side-bar/side-bar.module.mjs +4 -4
  148. package/esm2020/signature/signature.component.mjs +3 -3
  149. package/esm2020/signature/signature.module.mjs +4 -4
  150. package/esm2020/size-detector/size-detector.component.mjs +3 -3
  151. package/esm2020/size-detector/size-detector.module.mjs +4 -4
  152. package/esm2020/slider/slider.component.mjs +3 -3
  153. package/esm2020/slider/slider.module.mjs +4 -4
  154. package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +3 -3
  155. package/esm2020/smart-filters/common/filter-actions.component.mjs +3 -3
  156. package/esm2020/smart-filters/common/model/base-filter-component.mjs +4 -4
  157. package/esm2020/smart-filters/date-filter/date-filter.component.mjs +3 -3
  158. package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +3 -3
  159. package/esm2020/smart-filters/number-filter/number-filter.component.mjs +5 -5
  160. package/esm2020/smart-filters/smart-filters.component.mjs +3 -3
  161. package/esm2020/smart-filters/smart-filters.module.mjs +11 -6
  162. package/esm2020/smart-filters/text-filter/text-filter.component.mjs +3 -3
  163. package/esm2020/snack-bar/default-snack-bar.component.mjs +3 -3
  164. package/esm2020/snack-bar/snack-bar.component.mjs +3 -3
  165. package/esm2020/snack-bar/snack-bar.module.mjs +4 -4
  166. package/esm2020/snack-bar/snack-bar.service.mjs +3 -3
  167. package/esm2020/textarea/textarea.component.mjs +3 -3
  168. package/esm2020/textarea/textarea.module.mjs +4 -4
  169. package/esm2020/textbox/textbox-validation.directive.mjs +3 -3
  170. package/esm2020/textbox/textbox.component.mjs +10 -11
  171. package/esm2020/textbox/textbox.module.mjs +4 -4
  172. package/esm2020/textbox-icon/textbox-icon.component.mjs +3 -3
  173. package/esm2020/textbox-icon/textbox-icon.module.mjs +4 -4
  174. package/esm2020/top-bar/top-bar.component.mjs +3 -3
  175. package/esm2020/top-bar/top-bar.module.mjs +4 -4
  176. package/fesm2015/pepperi-addons-ngx-lib-address.mjs +7 -7
  177. package/fesm2015/pepperi-addons-ngx-lib-address.mjs.map +1 -1
  178. package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +7 -7
  179. package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs +8 -8
  180. package/fesm2015/pepperi-addons-ngx-lib-button.mjs +7 -7
  181. package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs +10 -10
  182. package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +7 -7
  183. package/fesm2015/pepperi-addons-ngx-lib-color.mjs +10 -10
  184. package/fesm2015/pepperi-addons-ngx-lib-date.mjs +13 -13
  185. package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +13 -13
  186. package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +10 -10
  187. package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs +7 -7
  188. package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +8 -8
  189. package/fesm2015/pepperi-addons-ngx-lib-form.mjs +69 -63
  190. package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  191. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +7 -7
  192. package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +13 -13
  193. package/fesm2015/pepperi-addons-ngx-lib-image.mjs +10 -10
  194. package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +8 -135
  195. package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
  196. package/fesm2015/pepperi-addons-ngx-lib-link.mjs +16 -17
  197. package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -1
  198. package/fesm2015/pepperi-addons-ngx-lib-list.mjs +48 -48
  199. package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +10 -10
  200. package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
  201. package/fesm2015/pepperi-addons-ngx-lib-plugin.mjs +115 -0
  202. package/fesm2015/pepperi-addons-ngx-lib-plugin.mjs.map +1 -0
  203. package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +13 -13
  204. package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
  205. package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +13 -13
  206. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +38 -31
  207. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
  208. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +58 -70
  209. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
  210. package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +7 -7
  211. package/fesm2015/pepperi-addons-ngx-lib-search.mjs +8 -8
  212. package/fesm2015/pepperi-addons-ngx-lib-select.mjs +18 -10
  213. package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
  214. package/fesm2015/pepperi-addons-ngx-lib-separator.mjs +7 -7
  215. package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs +12 -9
  216. package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
  217. package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +7 -7
  218. package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +7 -7
  219. package/fesm2015/pepperi-addons-ngx-lib-slider.mjs +7 -7
  220. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +35 -30
  221. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
  222. package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
  223. package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs +7 -7
  224. package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
  225. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +17 -18
  226. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  227. package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +7 -7
  228. package/fesm2015/pepperi-addons-ngx-lib.mjs +200 -154
  229. package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
  230. package/fesm2020/pepperi-addons-ngx-lib-address.mjs +7 -7
  231. package/fesm2020/pepperi-addons-ngx-lib-address.mjs.map +1 -1
  232. package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +7 -7
  233. package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs +8 -8
  234. package/fesm2020/pepperi-addons-ngx-lib-button.mjs +7 -7
  235. package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs +10 -10
  236. package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +7 -7
  237. package/fesm2020/pepperi-addons-ngx-lib-color.mjs +10 -10
  238. package/fesm2020/pepperi-addons-ngx-lib-date.mjs +13 -13
  239. package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +13 -13
  240. package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +10 -10
  241. package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs +7 -7
  242. package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +8 -8
  243. package/fesm2020/pepperi-addons-ngx-lib-form.mjs +72 -63
  244. package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  245. package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +7 -7
  246. package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +13 -13
  247. package/fesm2020/pepperi-addons-ngx-lib-image.mjs +10 -10
  248. package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +8 -135
  249. package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
  250. package/fesm2020/pepperi-addons-ngx-lib-link.mjs +16 -17
  251. package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -1
  252. package/fesm2020/pepperi-addons-ngx-lib-list.mjs +48 -48
  253. package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +10 -10
  254. package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
  255. package/fesm2020/pepperi-addons-ngx-lib-plugin.mjs +109 -0
  256. package/fesm2020/pepperi-addons-ngx-lib-plugin.mjs.map +1 -0
  257. package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +13 -13
  258. package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
  259. package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +13 -13
  260. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +38 -31
  261. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
  262. package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +56 -68
  263. package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
  264. package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +7 -7
  265. package/fesm2020/pepperi-addons-ngx-lib-search.mjs +8 -8
  266. package/fesm2020/pepperi-addons-ngx-lib-select.mjs +18 -10
  267. package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
  268. package/fesm2020/pepperi-addons-ngx-lib-separator.mjs +7 -7
  269. package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs +12 -9
  270. package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
  271. package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +7 -7
  272. package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +7 -7
  273. package/fesm2020/pepperi-addons-ngx-lib-slider.mjs +7 -7
  274. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +35 -30
  275. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
  276. package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
  277. package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs +7 -7
  278. package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
  279. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +17 -18
  280. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  281. package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +7 -7
  282. package/fesm2020/pepperi-addons-ngx-lib.mjs +200 -154
  283. package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
  284. package/form/field-generator.component.d.ts +1 -1
  285. package/form/internal-carusel.component.d.ts +1 -3
  286. package/form/internal-page.component.d.ts +2 -4
  287. package/link/link.component.d.ts +2 -3
  288. package/package.json +16 -8
  289. package/plugin/index.d.ts +5 -0
  290. package/plugin/plugin-proxy.component.d.ts +25 -0
  291. package/plugin/plugin.model.d.ts +6 -0
  292. package/plugin/public-api.d.ts +2 -0
  293. package/query-builder/common/services/query-structure.service.d.ts +3 -4
  294. package/remote-loader/addon-block-loader.service.d.ts +2 -3
  295. package/remote-loader/remote-loader.component.d.ts +2 -4
  296. package/remote-loader/remote-loader.model.d.ts +5 -4
  297. package/remote-loader/remote-loader.service.d.ts +3 -3
  298. package/select/select.component.d.ts +4 -2
  299. package/side-bar/side-bar.component.d.ts +2 -1
  300. package/textbox/textbox.component.d.ts +2 -3
@@ -1,12 +1,12 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Injectable, Directive, Optional, Pipe, Input, HostListener, Inject, PLATFORM_ID, NgModule } from '@angular/core';
3
- import { formatPercent, formatCurrency, formatNumber, DOCUMENT, isPlatformBrowser, CommonModule } from '@angular/common';
3
+ import { DOCUMENT, isPlatformBrowser, CommonModule } from '@angular/common';
4
4
  import * as i3 from '@angular/common/http';
5
5
  import { HttpResponse, HTTP_INTERCEPTORS, HttpHeaders, HttpClientModule } from '@angular/common/http';
6
6
  import * as i3$1 from '@angular/forms';
7
- import { FormControl, Validators, ReactiveFormsModule } from '@angular/forms';
7
+ import { FormControl, Validators, ReactiveFormsModule, FormBuilder } from '@angular/forms';
8
8
  import { throwError, BehaviorSubject, Subject } from 'rxjs';
9
- import { catchError, distinctUntilChanged, finalize, tap } from 'rxjs/operators';
9
+ import { catchError, filter, distinctUntilChanged, finalize, tap } from 'rxjs/operators';
10
10
  import * as i1 from '@ngx-translate/core';
11
11
  import { TranslateModule } from '@ngx-translate/core';
12
12
  import * as i1$1 from '@angular/platform-browser';
@@ -31,16 +31,16 @@ class PepErrorInterceptor {
31
31
  }));
32
32
  }
33
33
  }
34
- PepErrorInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepErrorInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
35
- PepErrorInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepErrorInterceptor });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepErrorInterceptor, decorators: [{
34
+ PepErrorInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepErrorInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
35
+ PepErrorInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepErrorInterceptor });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepErrorInterceptor, decorators: [{
37
37
  type: Injectable
38
38
  }] });
39
39
 
40
40
  class PepLoaderService {
41
41
  constructor() {
42
42
  this.counter = 0;
43
- this.showLoaderSubject = new BehaviorSubject(false);
43
+ this.showLoaderSubject = new BehaviorSubject(undefined);
44
44
  // Raise custom event for showing the loader.
45
45
  this.onChanged$.subscribe((show) => {
46
46
  this.showLoaderChanged(show);
@@ -49,7 +49,7 @@ class PepLoaderService {
49
49
  get onChanged$() {
50
50
  return this.showLoaderSubject
51
51
  .asObservable()
52
- .pipe(distinctUntilChanged());
52
+ .pipe(filter(v => v !== undefined), distinctUntilChanged());
53
53
  }
54
54
  showLoaderChanged(show) {
55
55
  const eventData = {
@@ -74,9 +74,9 @@ class PepLoaderService {
74
74
  }
75
75
  }
76
76
  }
77
- PepLoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
78
- PepLoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepLoaderService, providedIn: 'root' });
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepLoaderService, decorators: [{
77
+ PepLoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
78
+ PepLoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepLoaderService, providedIn: 'root' });
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepLoaderService, decorators: [{
80
80
  type: Injectable,
81
81
  args: [{
82
82
  providedIn: 'root',
@@ -89,14 +89,13 @@ class PepLoaderInterceptor {
89
89
  }
90
90
  intercept(req, next) {
91
91
  // console.warn('LoaderInterceptor');
92
+ let newVer = 2;
92
93
  const loaderService = this.injector.get(PepLoaderService);
94
+ // console.log('show', req.url);
93
95
  loaderService.show();
94
96
  return next.handle(req).pipe(
95
97
  // delay(3000),
96
- catchError((err) => {
97
- loaderService.hide();
98
- return throwError(err);
99
- }), finalize(() => loaderService.hide()));
98
+ catchError((err) => throwError(err)), finalize(() => loaderService.hide()));
100
99
  // return next.handle(req).pipe(map(event => {
101
100
  // if (event instanceof HttpResponse) {
102
101
  // loaderService.hide();
@@ -105,9 +104,9 @@ class PepLoaderInterceptor {
105
104
  // }));
106
105
  }
107
106
  }
108
- PepLoaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepLoaderInterceptor, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
109
- PepLoaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepLoaderInterceptor });
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepLoaderInterceptor, decorators: [{
107
+ PepLoaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepLoaderInterceptor, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
108
+ PepLoaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepLoaderInterceptor });
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepLoaderInterceptor, decorators: [{
111
110
  type: Injectable
112
111
  }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
113
112
 
@@ -133,9 +132,9 @@ class PepProfilerInterceptor {
133
132
  }));
134
133
  }
135
134
  }
136
- PepProfilerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepProfilerInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
137
- PepProfilerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepProfilerInterceptor });
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepProfilerInterceptor, decorators: [{
135
+ PepProfilerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepProfilerInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
136
+ PepProfilerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepProfilerInterceptor });
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepProfilerInterceptor, decorators: [{
139
138
  type: Injectable
140
139
  }] });
141
140
 
@@ -162,9 +161,9 @@ const httpInterceptorProviders = [
162
161
  // will be copied to the ClipboardService and a (clipboardCopy) event will be emitted.
163
162
  class PepClipboardDirective {
164
163
  }
165
- PepClipboardDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
166
- PepClipboardDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepClipboardDirective, selector: "[pepClipboard]", inputs: { value: ["clipboard", "value"] }, outputs: { copyEvent: "clipboardCopy", errorEvent: "clipboardError" }, host: { listeners: { "click": "copyToClipboard()" } }, ngImport: i0 });
167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepClipboardDirective, decorators: [{
164
+ PepClipboardDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
165
+ PepClipboardDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepClipboardDirective, selector: "[pepClipboard]", inputs: { value: ["clipboard", "value"] }, outputs: { copyEvent: "clipboardCopy", errorEvent: "clipboardError" }, host: { listeners: { "click": "copyToClipboard()" } }, ngImport: i0 });
166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepClipboardDirective, decorators: [{
168
167
  type: Directive,
169
168
  args: [{
170
169
  selector: '[pepClipboard]',
@@ -328,9 +327,9 @@ class PepLayoutService {
328
327
  return isRtl;
329
328
  }
330
329
  }
331
- PepLayoutService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepLayoutService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
332
- PepLayoutService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepLayoutService, providedIn: 'root' });
333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepLayoutService, decorators: [{
330
+ PepLayoutService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepLayoutService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
331
+ PepLayoutService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepLayoutService, providedIn: 'root' });
332
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepLayoutService, decorators: [{
334
333
  type: Injectable,
335
334
  args: [{
336
335
  providedIn: 'root',
@@ -352,9 +351,9 @@ class PepRtlClassDirective {
352
351
  }
353
352
  }
354
353
  }
355
- PepRtlClassDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepRtlClassDirective, deps: [{ token: PepLayoutService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
356
- PepRtlClassDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepRtlClassDirective, selector: "[pepRtlClass]", ngImport: i0 });
357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepRtlClassDirective, decorators: [{
354
+ PepRtlClassDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepRtlClassDirective, deps: [{ token: PepLayoutService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
355
+ PepRtlClassDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepRtlClassDirective, selector: "[pepRtlClass]", ngImport: i0 });
356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepRtlClassDirective, decorators: [{
358
357
  type: Directive,
359
358
  args: [{
360
359
  selector: '[pepRtlClass]',
@@ -371,9 +370,9 @@ class PepRtlDirectionDirective {
371
370
  this.renderer.setAttribute(this.element.nativeElement, 'dir', isRtl ? 'rtl' : 'ltr');
372
371
  }
373
372
  }
374
- PepRtlDirectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepRtlDirectionDirective, deps: [{ token: PepLayoutService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
375
- PepRtlDirectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepRtlDirectionDirective, selector: "[pepRtlDirection]", ngImport: i0 });
376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepRtlDirectionDirective, decorators: [{
373
+ PepRtlDirectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepRtlDirectionDirective, deps: [{ token: PepLayoutService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
374
+ PepRtlDirectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepRtlDirectionDirective, selector: "[pepRtlDirection]", ngImport: i0 });
375
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepRtlDirectionDirective, decorators: [{
377
376
  type: Directive,
378
377
  args: [{
379
378
  selector: '[pepRtlDirection]',
@@ -388,9 +387,9 @@ class PepCapitalizePipe {
388
387
  return value;
389
388
  }
390
389
  }
391
- PepCapitalizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepCapitalizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
392
- PepCapitalizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepCapitalizePipe, name: "pepCapitalize" });
393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepCapitalizePipe, decorators: [{
390
+ PepCapitalizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepCapitalizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
391
+ PepCapitalizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepCapitalizePipe, name: "pepCapitalize" });
392
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepCapitalizePipe, decorators: [{
394
393
  type: Pipe,
395
394
  args: [{ name: 'pepCapitalize' }]
396
395
  }] });
@@ -403,9 +402,9 @@ class PepEncodePipe {
403
402
  return value;
404
403
  }
405
404
  }
406
- PepEncodePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepEncodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
407
- PepEncodePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepEncodePipe, name: "pepEncode" });
408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepEncodePipe, decorators: [{
405
+ PepEncodePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepEncodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
406
+ PepEncodePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepEncodePipe, name: "pepEncode" });
407
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepEncodePipe, decorators: [{
409
408
  type: Pipe,
410
409
  args: [{ name: 'pepEncode' }]
411
410
  }] });
@@ -418,9 +417,9 @@ class PepEscapePipe {
418
417
  return value;
419
418
  }
420
419
  }
421
- PepEscapePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepEscapePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
422
- PepEscapePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepEscapePipe, name: "pepEscape" });
423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepEscapePipe, decorators: [{
420
+ PepEscapePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepEscapePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
421
+ PepEscapePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepEscapePipe, name: "pepEscape" });
422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepEscapePipe, decorators: [{
424
423
  type: Pipe,
425
424
  args: [{ name: 'pepEscape' }]
426
425
  }] });
@@ -430,9 +429,9 @@ class PepReplaceLineBreaksPipe {
430
429
  return newValue;
431
430
  }
432
431
  }
433
- PepReplaceLineBreaksPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepReplaceLineBreaksPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
434
- PepReplaceLineBreaksPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepReplaceLineBreaksPipe, name: "pepReplaceLineBreaks" });
435
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepReplaceLineBreaksPipe, decorators: [{
432
+ PepReplaceLineBreaksPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepReplaceLineBreaksPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
433
+ PepReplaceLineBreaksPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepReplaceLineBreaksPipe, name: "pepReplaceLineBreaks" });
434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepReplaceLineBreaksPipe, decorators: [{
436
435
  type: Pipe,
437
436
  args: [{ name: 'pepReplaceLineBreaks' }]
438
437
  }] });
@@ -454,9 +453,9 @@ class PepDateFormatterPipe {
454
453
  return res;
455
454
  }
456
455
  }
457
- PepDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepDateFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
458
- PepDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepDateFormatterPipe, name: "pepDateFormatter" });
459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepDateFormatterPipe, decorators: [{
456
+ PepDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepDateFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
457
+ PepDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepDateFormatterPipe, name: "pepDateFormatter" });
458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepDateFormatterPipe, decorators: [{
460
459
  type: Pipe,
461
460
  args: [{ name: 'pepDateFormatter' }]
462
461
  }] });
@@ -473,9 +472,9 @@ class PepDateStringFormatterPipe {
473
472
  return res;
474
473
  }
475
474
  }
476
- PepDateStringFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepDateStringFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
477
- PepDateStringFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepDateStringFormatterPipe, name: "pepDateStringFormatter" });
478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepDateStringFormatterPipe, decorators: [{
475
+ PepDateStringFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepDateStringFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
476
+ PepDateStringFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepDateStringFormatterPipe, name: "pepDateStringFormatter" });
477
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepDateStringFormatterPipe, decorators: [{
479
478
  type: Pipe,
480
479
  args: [{ name: 'pepDateStringFormatter' }]
481
480
  }] });
@@ -487,9 +486,9 @@ class PepSafeHtmlPipe {
487
486
  return this.sanitizer.bypassSecurityTrustHtml(html);
488
487
  }
489
488
  }
490
- PepSafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepSafeHtmlPipe, deps: [{ token: i1$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
491
- PepSafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepSafeHtmlPipe, name: "pepSafeHtml" });
492
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepSafeHtmlPipe, decorators: [{
489
+ PepSafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepSafeHtmlPipe, deps: [{ token: i1$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
490
+ PepSafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepSafeHtmlPipe, name: "pepSafeHtml" });
491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepSafeHtmlPipe, decorators: [{
493
492
  type: Pipe,
494
493
  args: [{ name: 'pepSafeHtml' }]
495
494
  }], ctorParameters: function () { return [{ type: i1$1.DomSanitizer }]; } });
@@ -514,9 +513,9 @@ class PepSafePipe {
514
513
  }
515
514
  }
516
515
  }
517
- PepSafePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepSafePipe, deps: [{ token: i1$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
518
- PepSafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepSafePipe, name: "pepSafe" });
519
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepSafePipe, decorators: [{
516
+ PepSafePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepSafePipe, deps: [{ token: i1$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
517
+ PepSafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepSafePipe, name: "pepSafe" });
518
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepSafePipe, decorators: [{
520
519
  type: Pipe,
521
520
  args: [{ name: 'pepSafe' }]
522
521
  }], ctorParameters: function () { return [{ type: i1$1.DomSanitizer }]; } });
@@ -526,9 +525,9 @@ class PepSplitUppercasePipe {
526
525
  return newValue;
527
526
  }
528
527
  }
529
- PepSplitUppercasePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepSplitUppercasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
530
- PepSplitUppercasePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepSplitUppercasePipe, name: "pepSplitUppercase" });
531
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepSplitUppercasePipe, decorators: [{
528
+ PepSplitUppercasePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepSplitUppercasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
529
+ PepSplitUppercasePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepSplitUppercasePipe, name: "pepSplitUppercase" });
530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepSplitUppercasePipe, decorators: [{
532
531
  type: Pipe,
533
532
  args: [{ name: 'pepSplitUppercase' }]
534
533
  }] });
@@ -537,9 +536,9 @@ class PepToNumberPipe {
537
536
  return parseInt(value);
538
537
  }
539
538
  }
540
- PepToNumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepToNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
541
- PepToNumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepToNumberPipe, name: "pepToNumber" });
542
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepToNumberPipe, decorators: [{
539
+ PepToNumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepToNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
540
+ PepToNumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepToNumberPipe, name: "pepToNumber" });
541
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepToNumberPipe, decorators: [{
543
542
  type: Pipe,
544
543
  args: [{ name: 'pepToNumber' }]
545
544
  }] });
@@ -578,9 +577,9 @@ class DateAgoPipe {
578
577
  return value;
579
578
  }
580
579
  }
581
- DateAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: DateAgoPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
582
- DateAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: DateAgoPipe, name: "dateAgo" });
583
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: DateAgoPipe, decorators: [{
580
+ DateAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: DateAgoPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
581
+ DateAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: DateAgoPipe, name: "dateAgo" });
582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: DateAgoPipe, decorators: [{
584
583
  type: Pipe,
585
584
  args: [{
586
585
  name: 'dateAgo'
@@ -651,9 +650,9 @@ class PepInputAutoWidthDirective {
651
650
  return ctx ? ctx.measureText(value).width : 0;
652
651
  }
653
652
  }
654
- PepInputAutoWidthDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepInputAutoWidthDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
655
- PepInputAutoWidthDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepInputAutoWidthDirective, selector: "[pepAutoWidth]", inputs: { includePadding: "includePadding" }, ngImport: i0 });
656
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepInputAutoWidthDirective, decorators: [{
653
+ PepInputAutoWidthDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepInputAutoWidthDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
654
+ PepInputAutoWidthDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepInputAutoWidthDirective, selector: "[pepAutoWidth]", inputs: { includePadding: "includePadding" }, ngImport: i0 });
655
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepInputAutoWidthDirective, decorators: [{
657
656
  type: Directive,
658
657
  args: [{
659
658
  selector: '[pepAutoWidth]',
@@ -672,9 +671,9 @@ class PepButtonBlurDirective {
672
671
  }, 0);
673
672
  }
674
673
  }
675
- PepButtonBlurDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepButtonBlurDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
676
- PepButtonBlurDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepButtonBlurDirective, selector: "[pepButtonBlur]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
677
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepButtonBlurDirective, decorators: [{
674
+ PepButtonBlurDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepButtonBlurDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
675
+ PepButtonBlurDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepButtonBlurDirective, selector: "[pepButtonBlur]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepButtonBlurDirective, decorators: [{
678
677
  type: Directive,
679
678
  args: [{
680
679
  selector: '[pepButtonBlur]',
@@ -689,6 +688,9 @@ class PepUtilitiesService {
689
688
  this.translate = translate;
690
689
  this.culture = 'en-US';
691
690
  this.culture = this.translate?.getBrowserCultureLang() || 'en-US';
691
+ // try {
692
+ // import(`@angular/common/locales/global/${this.culture}`);
693
+ // } catch {}
692
694
  }
693
695
  changeDecimalSeperator(value, reverse = false) {
694
696
  // If the decimal separator is ','
@@ -729,6 +731,19 @@ class PepUtilitiesService {
729
731
  str = new Array(size).join('0').concat(str);
730
732
  return str;
731
733
  }
734
+ isCurrencyShouldBeOnRight(currencySymbol) {
735
+ let res = false;
736
+ if (currencySymbol == "€" ||
737
+ currencySymbol == "₪" ||
738
+ currencySymbol == "Ft" ||
739
+ currencySymbol == "Kč" ||
740
+ currencySymbol == "руб" ||
741
+ currencySymbol == "zł" ||
742
+ currencySymbol == "kr.") {
743
+ res = true;
744
+ }
745
+ return res;
746
+ }
732
747
  parseDate(dateStr, showTime = false) {
733
748
  let retVal = null;
734
749
  if (dateStr !== '') {
@@ -794,40 +809,68 @@ class PepUtilitiesService {
794
809
  return (div.querySelector('svg') ||
795
810
  document.createElementNS('http://www.w3.org/2000/svg', 'path'));
796
811
  }
797
- formatPercent(value, digitsInfo = '1.0-2') {
812
+ // formatPercent(value: any, digitsInfo = '1.0-2') {
813
+ formatPercent(value) {
798
814
  const number = this.coerceNumberProperty(value);
799
815
  if (number === 0) {
800
816
  return '0%';
801
817
  }
802
818
  else {
803
- return formatPercent(number / 100, this.culture, digitsInfo);
819
+ // return formatPercent(number / 100, this.culture, digitsInfo);
820
+ return new Intl.NumberFormat(this.culture, {
821
+ style: 'percent',
822
+ minimumFractionDigits: 0,
823
+ maximumFractionDigits: 2,
824
+ }).format(number / 100);
804
825
  }
805
826
  }
806
- formatCurrency(value, currencySign = '', digitsInfo = '1.2-2') {
827
+ // formatCurrency(value: any, currencySign = '', digitsInfo = '1.2-2') {
828
+ formatCurrency(value, currencySign = '') {
829
+ let res = '';
807
830
  const number = this.coerceNumberProperty(value);
831
+ const styleOptions = {
832
+ // style: 'currency',
833
+ // currencySign: currencySign,
834
+ minimumFractionDigits: 0,
835
+ maximumFractionDigits: 2,
836
+ };
808
837
  if (number === 0) {
809
- return formatCurrency(0, this.culture, currencySign, undefined, digitsInfo);
838
+ // return formatCurrency(0, this.culture, currencySign, undefined, digitsInfo);
839
+ res = new Intl.NumberFormat(this.culture, styleOptions).format(0);
810
840
  }
811
841
  else {
812
- return formatCurrency(value, this.culture, currencySign, undefined, digitsInfo);
842
+ // return formatCurrency(value, this.culture, currencySign, undefined, digitsInfo);
843
+ res = new Intl.NumberFormat(this.culture, styleOptions).format(number);
813
844
  }
845
+ res = this.isCurrencyShouldBeOnRight(currencySign) ? `${res} ${currencySign}` : `${currencySign} ${res}`;
846
+ return res;
814
847
  }
815
- formatDecimal(value, digitsInfo = '1.2-2') {
848
+ // formatDecimal(value: any, digitsInfo = '1.2-2') {
849
+ formatDecimal(value) {
816
850
  const number = this.coerceNumberProperty(value);
817
851
  if (number === 0) {
818
852
  return '0';
819
853
  }
820
854
  else {
821
- return formatNumber(value, this.culture, digitsInfo);
855
+ // return formatNumber(value, this.culture, digitsInfo);
856
+ return new Intl.NumberFormat(this.culture, {
857
+ minimumFractionDigits: 2,
858
+ maximumFractionDigits: 2,
859
+ }).format(number);
822
860
  }
823
861
  }
824
- formatNumber(value, digitsInfo = '1.0-0') {
862
+ // formatNumber(value: any, digitsInfo = '1.0-0'): string {
863
+ formatNumber(value) {
825
864
  const number = this.coerceNumberProperty(value);
826
865
  if (number === 0) {
827
866
  return '0';
828
867
  }
829
868
  else {
830
- return formatNumber(value, this.culture, digitsInfo);
869
+ // return formatNumber(value, this.culture, digitsInfo);
870
+ return new Intl.NumberFormat(this.culture, {
871
+ minimumFractionDigits: 0,
872
+ maximumFractionDigits: 0,
873
+ }).format(number);
831
874
  }
832
875
  }
833
876
  /**
@@ -878,9 +921,9 @@ class PepUtilitiesService {
878
921
  return coerceNumberProperty(value, fallbackValue);
879
922
  }
880
923
  }
881
- PepUtilitiesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepUtilitiesService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
882
- PepUtilitiesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepUtilitiesService, providedIn: 'root' });
883
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepUtilitiesService, decorators: [{
924
+ PepUtilitiesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepUtilitiesService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
925
+ PepUtilitiesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepUtilitiesService, providedIn: 'root' });
926
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepUtilitiesService, decorators: [{
884
927
  type: Injectable,
885
928
  args: [{
886
929
  providedIn: 'root',
@@ -968,9 +1011,9 @@ class PepButtonLoaderDirective {
968
1011
  }
969
1012
  }
970
1013
  }
971
- PepButtonLoaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepButtonLoaderDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PepUtilitiesService }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
972
- PepButtonLoaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepButtonLoaderDirective, selector: "[pepButtonLoader]", inputs: { loaderTime: "loaderTime", loaderColor: "loaderColor", loaderWidth: "loaderWidth", loaderHeight: "loaderHeight", ignoreDisabledStyle: "ignoreDisabledStyle", finish: "finish" }, host: { listeners: { "click": "clickEvent($event)" } }, ngImport: i0 });
973
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepButtonLoaderDirective, decorators: [{
1014
+ PepButtonLoaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepButtonLoaderDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PepUtilitiesService }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1015
+ PepButtonLoaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepButtonLoaderDirective, selector: "[pepButtonLoader]", inputs: { loaderTime: "loaderTime", loaderColor: "loaderColor", loaderWidth: "loaderWidth", loaderHeight: "loaderHeight", ignoreDisabledStyle: "ignoreDisabledStyle", finish: "finish" }, host: { listeners: { "click": "clickEvent($event)" } }, ngImport: i0 });
1016
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepButtonLoaderDirective, decorators: [{
974
1017
  type: Directive,
975
1018
  args: [{
976
1019
  selector: '[pepButtonLoader]',
@@ -1012,9 +1055,9 @@ class PepMenuBlurDirective {
1012
1055
  }, 0);
1013
1056
  }
1014
1057
  }
1015
- PepMenuBlurDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepMenuBlurDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1016
- PepMenuBlurDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepMenuBlurDirective, selector: "[pepMenuBlur]", host: { listeners: { "menuClosed": "menuClosedEvent()", "menuOpened": "menuOpenedEvent()" } }, ngImport: i0 });
1017
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepMenuBlurDirective, decorators: [{
1058
+ PepMenuBlurDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepMenuBlurDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1059
+ PepMenuBlurDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepMenuBlurDirective, selector: "[pepMenuBlur]", host: { listeners: { "menuClosed": "menuClosedEvent()", "menuOpened": "menuOpenedEvent()" } }, ngImport: i0 });
1060
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepMenuBlurDirective, decorators: [{
1018
1061
  type: Directive,
1019
1062
  args: [{
1020
1063
  selector: '[pepMenuBlur]',
@@ -1036,9 +1079,9 @@ class PepDataQaDirective {
1036
1079
  this.renderer.setAttribute(this.element.nativeElement, 'data-qa', this.dataQa);
1037
1080
  }
1038
1081
  }
1039
- PepDataQaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepDataQaDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1040
- PepDataQaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepDataQaDirective, selector: "[pepDataQa]", inputs: { dataQa: ["pepDataQa", "dataQa"] }, ngImport: i0 });
1041
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepDataQaDirective, decorators: [{
1082
+ PepDataQaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepDataQaDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1083
+ PepDataQaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepDataQaDirective, selector: "[pepDataQa]", inputs: { dataQa: ["pepDataQa", "dataQa"] }, ngImport: i0 });
1084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepDataQaDirective, decorators: [{
1042
1085
  type: Directive,
1043
1086
  args: [{
1044
1087
  selector: '[pepDataQa]',
@@ -1059,9 +1102,9 @@ class PepPreventMultiClickDirective {
1059
1102
  }, this.disabledTime);
1060
1103
  }
1061
1104
  }
1062
- PepPreventMultiClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepPreventMultiClickDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1063
- PepPreventMultiClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepPreventMultiClickDirective, selector: "[pepPreventMultiClick]", inputs: { disabledTime: "disabledTime" }, host: { listeners: { "click": "clickEvent($event)" } }, ngImport: i0 });
1064
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepPreventMultiClickDirective, decorators: [{
1105
+ PepPreventMultiClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepPreventMultiClickDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1106
+ PepPreventMultiClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepPreventMultiClickDirective, selector: "[pepPreventMultiClick]", inputs: { disabledTime: "disabledTime" }, host: { listeners: { "click": "clickEvent($event)" } }, ngImport: i0 });
1107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepPreventMultiClickDirective, decorators: [{
1065
1108
  type: Directive,
1066
1109
  args: [{
1067
1110
  selector: '[pepPreventMultiClick]',
@@ -1217,9 +1260,9 @@ class PepPrintDirective {
1217
1260
  popupWin.document.close();
1218
1261
  }
1219
1262
  }
1220
- PepPrintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepPrintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1221
- PepPrintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepPrintDirective, selector: "[pepPrint]", inputs: { printSectionId: "printSectionId", printTitle: "printTitle", useExistingCss: "useExistingCss", printDelay: "printDelay", printStyle: "printStyle", styleSheetFile: "styleSheetFile" }, host: { listeners: { "click": "print()" } }, ngImport: i0 });
1222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepPrintDirective, decorators: [{
1263
+ PepPrintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepPrintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1264
+ PepPrintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepPrintDirective, selector: "[pepPrint]", inputs: { printSectionId: "printSectionId", printTitle: "printTitle", useExistingCss: "useExistingCss", printDelay: "printDelay", printStyle: "printStyle", styleSheetFile: "styleSheetFile" }, host: { listeners: { "click": "print()" } }, ngImport: i0 });
1265
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepPrintDirective, decorators: [{
1223
1266
  type: Directive,
1224
1267
  args: [{
1225
1268
  selector: "[pepPrint]"
@@ -1266,9 +1309,9 @@ class PepPortalService {
1266
1309
  : null;
1267
1310
  }
1268
1311
  }
1269
- PepPortalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepPortalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1270
- PepPortalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepPortalService, providedIn: 'root' });
1271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepPortalService, decorators: [{
1312
+ PepPortalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepPortalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1313
+ PepPortalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepPortalService, providedIn: 'root' });
1314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepPortalService, decorators: [{
1272
1315
  type: Injectable,
1273
1316
  args: [{
1274
1317
  providedIn: 'root',
@@ -1287,9 +1330,9 @@ class PepAttachDirective {
1287
1330
  this.portalService.clear(this.targetName);
1288
1331
  }
1289
1332
  }
1290
- PepAttachDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepAttachDirective, deps: [{ token: PepPortalService }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
1291
- PepAttachDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepAttachDirective, selector: "[pepAttach]", inputs: { targetName: ["pepAttach", "targetName"] }, ngImport: i0 });
1292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepAttachDirective, decorators: [{
1333
+ PepAttachDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepAttachDirective, deps: [{ token: PepPortalService }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
1334
+ PepAttachDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepAttachDirective, selector: "[pepAttach]", inputs: { targetName: ["pepAttach", "targetName"] }, ngImport: i0 });
1335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepAttachDirective, decorators: [{
1293
1336
  type: Directive,
1294
1337
  args: [{
1295
1338
  selector: '[pepAttach]',
@@ -1308,9 +1351,9 @@ class PepTargetDirective {
1308
1351
  this.portalService.addTarget(this.targetName, this.viewContainer);
1309
1352
  }
1310
1353
  }
1311
- PepTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepTargetDirective, deps: [{ token: PepPortalService }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
1312
- PepTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.1", type: PepTargetDirective, selector: "[pepTarget]", inputs: { targetName: ["pepTarget", "targetName"] }, ngImport: i0 });
1313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepTargetDirective, decorators: [{
1354
+ PepTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepTargetDirective, deps: [{ token: PepPortalService }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
1355
+ PepTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: PepTargetDirective, selector: "[pepTarget]", inputs: { targetName: ["pepTarget", "targetName"] }, ngImport: i0 });
1356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepTargetDirective, decorators: [{
1314
1357
  type: Directive,
1315
1358
  args: [{
1316
1359
  selector: '[pepTarget]',
@@ -1323,9 +1366,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImpor
1323
1366
  // Import the core angular services.
1324
1367
  class PepClipboardService {
1325
1368
  }
1326
- PepClipboardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepClipboardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1327
- PepClipboardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepClipboardService, providedIn: 'root' });
1328
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepClipboardService, decorators: [{
1369
+ PepClipboardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepClipboardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1370
+ PepClipboardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepClipboardService, providedIn: 'root' });
1371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepClipboardService, decorators: [{
1329
1372
  type: Injectable,
1330
1373
  args: [{
1331
1374
  providedIn: 'root',
@@ -1675,9 +1718,9 @@ class PepJwtHelperService {
1675
1718
  return authScheme;
1676
1719
  }
1677
1720
  }
1678
- PepJwtHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepJwtHelperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1679
- PepJwtHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepJwtHelperService, providedIn: 'root' });
1680
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepJwtHelperService, decorators: [{
1721
+ PepJwtHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepJwtHelperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1722
+ PepJwtHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepJwtHelperService, providedIn: 'root' });
1723
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepJwtHelperService, decorators: [{
1681
1724
  type: Injectable,
1682
1725
  args: [{
1683
1726
  providedIn: 'root',
@@ -1743,9 +1786,9 @@ class PepSessionService {
1743
1786
  return tokenObj ? tokenObj[this.PAPI_BASE_URL_KEY] : null;
1744
1787
  }
1745
1788
  }
1746
- PepSessionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepSessionService, deps: [{ token: PepJwtHelperService }], target: i0.ɵɵFactoryTarget.Injectable });
1747
- PepSessionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepSessionService, providedIn: 'root' });
1748
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepSessionService, decorators: [{
1789
+ PepSessionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepSessionService, deps: [{ token: PepJwtHelperService }], target: i0.ɵɵFactoryTarget.Injectable });
1790
+ PepSessionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepSessionService, providedIn: 'root' });
1791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepSessionService, decorators: [{
1749
1792
  type: Injectable,
1750
1793
  args: [{
1751
1794
  providedIn: 'root',
@@ -1885,9 +1928,9 @@ class PepCookieService {
1885
1928
  }
1886
1929
  }
1887
1930
  }
1888
- PepCookieService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepCookieService, deps: [{ token: DOCUMENT, optional: true }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
1889
- PepCookieService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepCookieService, providedIn: 'root' });
1890
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepCookieService, decorators: [{
1931
+ PepCookieService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepCookieService, deps: [{ token: DOCUMENT, optional: true }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
1932
+ PepCookieService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepCookieService, providedIn: 'root' });
1933
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepCookieService, decorators: [{
1891
1934
  type: Injectable,
1892
1935
  args: [{
1893
1936
  providedIn: 'root',
@@ -2040,9 +2083,9 @@ class PepHttpService {
2040
2083
  return this.postHttpCall(`${papiBaseUrl}${url}`, body, httpOptions);
2041
2084
  }
2042
2085
  }
2043
- PepHttpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepHttpService, deps: [{ token: PepSessionService }, { token: PepCookieService }, { token: i3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2044
- PepHttpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepHttpService, providedIn: 'root' });
2045
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepHttpService, decorators: [{
2086
+ PepHttpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepHttpService, deps: [{ token: PepSessionService }, { token: PepCookieService }, { token: i3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2087
+ PepHttpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepHttpService, providedIn: 'root' });
2088
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepHttpService, decorators: [{
2046
2089
  type: Injectable,
2047
2090
  args: [{
2048
2091
  providedIn: 'root',
@@ -2082,9 +2125,9 @@ class PepTranslateService {
2082
2125
  });
2083
2126
  }
2084
2127
  }
2085
- PepTranslateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepTranslateService, deps: [{ token: i3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2086
- PepTranslateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepTranslateService, providedIn: 'root' });
2087
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepTranslateService, decorators: [{
2128
+ PepTranslateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepTranslateService, deps: [{ token: i3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2129
+ PepTranslateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepTranslateService, providedIn: 'root' });
2130
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepTranslateService, decorators: [{
2088
2131
  type: Injectable,
2089
2132
  args: [{
2090
2133
  providedIn: 'root',
@@ -2293,9 +2336,9 @@ class PepFileService {
2293
2336
  return url;
2294
2337
  }
2295
2338
  }
2296
- PepFileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepFileService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2297
- PepFileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepFileService, providedIn: 'root' });
2298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepFileService, decorators: [{
2339
+ PepFileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepFileService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2340
+ PepFileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepFileService, providedIn: 'root' });
2341
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepFileService, decorators: [{
2299
2342
  type: Injectable,
2300
2343
  args: [{
2301
2344
  providedIn: 'root',
@@ -2433,9 +2476,9 @@ class PepAddonService {
2433
2476
  ]);
2434
2477
  }
2435
2478
  }
2436
- PepAddonService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepAddonService, deps: [{ token: PepSessionService }, { token: PepHttpService }, { token: PepLoaderService }, { token: PepTranslateService }, { token: PepFileService }, { token: i6.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
2437
- PepAddonService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepAddonService, providedIn: 'root' });
2438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepAddonService, decorators: [{
2479
+ PepAddonService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepAddonService, deps: [{ token: PepSessionService }, { token: PepHttpService }, { token: PepLoaderService }, { token: PepTranslateService }, { token: PepFileService }, { token: i6.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
2480
+ PepAddonService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepAddonService, providedIn: 'root' });
2481
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepAddonService, decorators: [{
2439
2482
  type: Injectable,
2440
2483
  args: [{
2441
2484
  providedIn: 'root',
@@ -2790,9 +2833,9 @@ class PepColorService {
2790
2833
  '%)');
2791
2834
  }
2792
2835
  }
2793
- PepColorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepColorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2794
- PepColorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepColorService, providedIn: 'root' });
2795
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepColorService, decorators: [{
2836
+ PepColorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepColorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2837
+ PepColorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepColorService, providedIn: 'root' });
2838
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepColorService, decorators: [{
2796
2839
  type: Injectable,
2797
2840
  args: [{
2798
2841
  providedIn: 'root',
@@ -2905,9 +2948,9 @@ class PepDataConvertorService {
2905
2948
  return layout;
2906
2949
  }
2907
2950
  }
2908
- PepDataConvertorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepDataConvertorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2909
- PepDataConvertorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepDataConvertorService, providedIn: 'root' });
2910
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepDataConvertorService, decorators: [{
2951
+ PepDataConvertorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepDataConvertorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2952
+ PepDataConvertorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepDataConvertorService, providedIn: 'root' });
2953
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepDataConvertorService, decorators: [{
2911
2954
  type: Injectable,
2912
2955
  args: [{
2913
2956
  providedIn: 'root',
@@ -3170,9 +3213,9 @@ class PepValidatorService {
3170
3213
  return isNumber;
3171
3214
  }
3172
3215
  }
3173
- PepValidatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepValidatorService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3174
- PepValidatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepValidatorService, providedIn: 'root' });
3175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepValidatorService, decorators: [{
3216
+ PepValidatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepValidatorService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3217
+ PepValidatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepValidatorService, providedIn: 'root' });
3218
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepValidatorService, decorators: [{
3176
3219
  type: Injectable,
3177
3220
  args: [{
3178
3221
  providedIn: 'root',
@@ -3206,9 +3249,9 @@ class PepWindowScrollingService {
3206
3249
  return style;
3207
3250
  }
3208
3251
  }
3209
- PepWindowScrollingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepWindowScrollingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3210
- PepWindowScrollingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepWindowScrollingService, providedIn: 'root' });
3211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepWindowScrollingService, decorators: [{
3252
+ PepWindowScrollingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepWindowScrollingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3253
+ PepWindowScrollingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepWindowScrollingService, providedIn: 'root' });
3254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepWindowScrollingService, decorators: [{
3212
3255
  type: Injectable,
3213
3256
  args: [{
3214
3257
  providedIn: 'root',
@@ -3455,6 +3498,7 @@ class PepSelectField extends PepFieldBase {
3455
3498
  this.controlType = 'select';
3456
3499
  this.options = [];
3457
3500
  this.type = options.type || 'select';
3501
+ this.emptyOption = options.emptyOption;
3458
3502
  this.update(options);
3459
3503
  }
3460
3504
  update(options) {
@@ -4275,9 +4319,9 @@ PepCustomizationService.TABLE_BORDER_RADIUS_KEY = '--pep-table-border-radius';
4275
4319
  PepCustomizationService.DEFAULT_HEADER_HEIGHT = 64; // Default
4276
4320
  PepCustomizationService.DEFAULT_SPINNER_COLOR = '#78aa00';
4277
4321
  PepCustomizationService.DEFAULT_BRANDING_COLOR = '#fff';
4278
- PepCustomizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepCustomizationService, deps: [{ token: PepSessionService }, { token: PepFileService }, { token: i3$1.FormBuilder }], target: i0.ɵɵFactoryTarget.Injectable });
4279
- PepCustomizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepCustomizationService, providedIn: 'root' });
4280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepCustomizationService, decorators: [{
4322
+ PepCustomizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepCustomizationService, deps: [{ token: PepSessionService }, { token: PepFileService }, { token: i3$1.FormBuilder }], target: i0.ɵɵFactoryTarget.Injectable });
4323
+ PepCustomizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepCustomizationService, providedIn: 'root' });
4324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepCustomizationService, decorators: [{
4281
4325
  type: Injectable,
4282
4326
  args: [{
4283
4327
  providedIn: 'root',
@@ -4388,9 +4432,9 @@ class PepScrollToService {
4388
4432
  });
4389
4433
  }
4390
4434
  }
4391
- PepScrollToService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepScrollToService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4392
- PepScrollToService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepScrollToService, providedIn: 'root' });
4393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepScrollToService, decorators: [{
4435
+ PepScrollToService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepScrollToService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4436
+ PepScrollToService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepScrollToService, providedIn: 'root' });
4437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepScrollToService, decorators: [{
4394
4438
  type: Injectable,
4395
4439
  args: [{
4396
4440
  providedIn: 'root',
@@ -4441,8 +4485,8 @@ const utilitiesList = [
4441
4485
  const portalList = [PepAttachDirective, PepTargetDirective];
4442
4486
  class PepNgxLibModule {
4443
4487
  }
4444
- PepNgxLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepNgxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4445
- PepNgxLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: PepNgxLibModule, declarations: [PepCapitalizePipe,
4488
+ PepNgxLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepNgxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4489
+ PepNgxLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepNgxLibModule, declarations: [PepCapitalizePipe,
4446
4490
  PepEncodePipe,
4447
4491
  PepEscapePipe,
4448
4492
  PepReplaceLineBreaksPipe,
@@ -4479,7 +4523,7 @@ PepNgxLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
4479
4523
  // PreventDoubleClickDirective,
4480
4524
  PepPreventMultiClickDirective,
4481
4525
  PepPrintDirective, PepClipboardDirective, PepRtlClassDirective, PepRtlDirectionDirective, PepAttachDirective, PepTargetDirective, TranslateModule] });
4482
- PepNgxLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepNgxLibModule, providers: [
4526
+ PepNgxLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepNgxLibModule, providers: [
4483
4527
  httpInterceptorProviders,
4484
4528
  PepAddonService,
4485
4529
  PepColorService,
@@ -4498,10 +4542,11 @@ PepNgxLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
4498
4542
  PepLayoutService,
4499
4543
  PepPortalService,
4500
4544
  PepScrollToService,
4545
+ FormBuilder
4501
4546
  ], imports: [CommonModule,
4502
4547
  HttpClientModule,
4503
4548
  ReactiveFormsModule, TranslateModule] });
4504
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: PepNgxLibModule, decorators: [{
4549
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepNgxLibModule, decorators: [{
4505
4550
  type: NgModule,
4506
4551
  args: [{
4507
4552
  declarations: [
@@ -4543,6 +4588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImpor
4543
4588
  PepLayoutService,
4544
4589
  PepPortalService,
4545
4590
  PepScrollToService,
4591
+ FormBuilder
4546
4592
  ]
4547
4593
  }]
4548
4594
  }] });