@pepperi-addons/ngx-lib 0.3.15-beta.60 → 0.3.15-beta.61

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 (690) hide show
  1. package/address/address.component.d.ts +27 -27
  2. package/address/address.module.d.ts +2 -2
  3. package/address/pepperi-addons-ngx-lib-address.d.ts +4 -4
  4. package/address/public-api.d.ts +2 -2
  5. package/attachment/attachment.component.d.ts +82 -82
  6. package/attachment/attachment.module.d.ts +2 -2
  7. package/attachment/pepperi-addons-ngx-lib-attachment.d.ts +4 -4
  8. package/attachment/public-api.d.ts +2 -2
  9. package/bread-crumbs/bread-crumbs.component.d.ts +23 -23
  10. package/bread-crumbs/bread-crumbs.model.d.ts +11 -11
  11. package/bread-crumbs/bread-crumbs.module.d.ts +5 -5
  12. package/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.d.ts +4 -4
  13. package/bread-crumbs/public-api.d.ts +3 -3
  14. package/bundles/pepperi-addons-ngx-lib-address.umd.js +124 -124
  15. package/bundles/pepperi-addons-ngx-lib-attachment.umd.js +247 -247
  16. package/bundles/pepperi-addons-ngx-lib-bread-crumbs.umd.js +121 -121
  17. package/bundles/pepperi-addons-ngx-lib-button.umd.js +158 -158
  18. package/bundles/pepperi-addons-ngx-lib-carousel.umd.js +788 -788
  19. package/bundles/pepperi-addons-ngx-lib-checkbox.umd.js +192 -192
  20. package/bundles/pepperi-addons-ngx-lib-color.umd.js +302 -302
  21. package/bundles/pepperi-addons-ngx-lib-date.umd.js +667 -667
  22. package/bundles/pepperi-addons-ngx-lib-dialog.umd.js +519 -519
  23. package/bundles/pepperi-addons-ngx-lib-draggable-items.umd.js +151 -151
  24. package/bundles/pepperi-addons-ngx-lib-field-title.umd.js +57 -57
  25. package/bundles/pepperi-addons-ngx-lib-files-uploader.umd.js +260 -260
  26. package/bundles/pepperi-addons-ngx-lib-form.umd.js +3253 -3253
  27. package/bundles/pepperi-addons-ngx-lib-group-buttons.umd.js +87 -87
  28. package/bundles/pepperi-addons-ngx-lib-icon.umd.js +681 -681
  29. package/bundles/pepperi-addons-ngx-lib-image.umd.js +324 -324
  30. package/bundles/pepperi-addons-ngx-lib-images-filmstrip.umd.js +360 -360
  31. package/bundles/pepperi-addons-ngx-lib-link.umd.js +388 -388
  32. package/bundles/pepperi-addons-ngx-lib-list.umd.js +3191 -3191
  33. package/bundles/pepperi-addons-ngx-lib-menu.umd.js +646 -646
  34. package/bundles/pepperi-addons-ngx-lib-page-layout.umd.js +60 -60
  35. package/bundles/pepperi-addons-ngx-lib-profile-data-views-list.umd.js +543 -543
  36. package/bundles/pepperi-addons-ngx-lib-quantity-selector.umd.js +930 -930
  37. package/bundles/pepperi-addons-ngx-lib-query-builder.umd.js +1181 -1181
  38. package/bundles/pepperi-addons-ngx-lib-remote-loader.umd.js +683 -683
  39. package/bundles/pepperi-addons-ngx-lib-rich-html-textarea.umd.js +275 -275
  40. package/bundles/pepperi-addons-ngx-lib-search.umd.js +326 -326
  41. package/bundles/pepperi-addons-ngx-lib-select.umd.js +587 -587
  42. package/bundles/pepperi-addons-ngx-lib-separator.umd.js +79 -79
  43. package/bundles/pepperi-addons-ngx-lib-side-bar.umd.js +165 -165
  44. package/bundles/pepperi-addons-ngx-lib-signature.umd.js +286 -286
  45. package/bundles/pepperi-addons-ngx-lib-size-detector.umd.js +113 -113
  46. package/bundles/pepperi-addons-ngx-lib-slider.umd.js +124 -124
  47. package/bundles/pepperi-addons-ngx-lib-smart-filters.umd.js +1974 -1974
  48. package/bundles/pepperi-addons-ngx-lib-snack-bar.umd.js +148 -148
  49. package/bundles/pepperi-addons-ngx-lib-textarea.umd.js +211 -211
  50. package/bundles/pepperi-addons-ngx-lib-textbox-icon.umd.js +80 -80
  51. package/bundles/pepperi-addons-ngx-lib-textbox.umd.js +553 -553
  52. package/bundles/pepperi-addons-ngx-lib-top-bar.umd.js +129 -129
  53. package/bundles/pepperi-addons-ngx-lib.umd.js +4963 -4962
  54. package/bundles/pepperi-addons-ngx-lib.umd.js.map +1 -1
  55. package/button/button.component.d.ts +99 -99
  56. package/button/button.model.d.ts +14 -14
  57. package/button/button.module.d.ts +2 -2
  58. package/button/pepperi-addons-ngx-lib-button.d.ts +4 -4
  59. package/button/public-api.d.ts +3 -3
  60. package/carousel/carousel-item.directive.d.ts +9 -9
  61. package/carousel/carousel.component.d.ts +145 -145
  62. package/carousel/carousel.module.d.ts +2 -2
  63. package/carousel/pepperi-addons-ngx-lib-carousel.d.ts +4 -4
  64. package/carousel/public-api.d.ts +3 -3
  65. package/checkbox/checkbox.component.d.ts +47 -47
  66. package/checkbox/checkbox.module.d.ts +5 -5
  67. package/checkbox/pepperi-addons-ngx-lib-checkbox.d.ts +4 -4
  68. package/checkbox/public-api.d.ts +2 -2
  69. package/color/color-picker.component.d.ts +54 -54
  70. package/color/color.component.d.ts +27 -27
  71. package/color/color.model.d.ts +1 -1
  72. package/color/color.module.d.ts +5 -5
  73. package/color/pepperi-addons-ngx-lib-color.d.ts +5 -5
  74. package/color/public-api.d.ts +3 -3
  75. package/core/clipboard/clipboard.directive.d.ts +2 -2
  76. package/core/clipboard/clipboard.service.d.ts +2 -2
  77. package/core/clipboard/index.d.ts +1 -1
  78. package/core/clipboard/public-api.d.ts +2 -2
  79. package/core/common/directives/auto-width.directive.d.ts +16 -16
  80. package/core/common/directives/button-blur.directive.d.ts +6 -6
  81. package/core/common/directives/button-loader.directive.d.ts +23 -23
  82. package/core/common/directives/data-qa.directive.d.ts +8 -8
  83. package/core/common/directives/index.d.ts +1 -1
  84. package/core/common/directives/menu-blur.directive.d.ts +7 -7
  85. package/core/common/directives/prevent-multi-click.directive.d.ts +4 -4
  86. package/core/common/directives/print.directive.d.ts +72 -72
  87. package/core/common/directives/public-api.d.ts +7 -7
  88. package/core/common/index.d.ts +1 -1
  89. package/core/common/model/index.d.ts +1 -1
  90. package/core/common/model/papi.model.d.ts +2 -2
  91. package/core/common/model/public-api.d.ts +3 -3
  92. package/core/common/model/utilities.model.d.ts +5 -5
  93. package/core/common/model/wapi.model.d.ts +200 -200
  94. package/core/common/pipes/common-pipes.d.ts +36 -36
  95. package/core/common/pipes/date-ago.pipe.d.ts +8 -8
  96. package/core/common/pipes/index.d.ts +1 -1
  97. package/core/common/pipes/public-api.d.ts +2 -2
  98. package/core/common/public-api.d.ts +4 -4
  99. package/core/common/services/addon.service.d.ts +38 -38
  100. package/core/common/services/color.service.d.ts +48 -48
  101. package/core/common/services/cookie.service.d.ts +50 -50
  102. package/core/common/services/data-convertor.service.d.ts +41 -41
  103. package/core/common/services/file.service.d.ts +24 -24
  104. package/core/common/services/index.d.ts +1 -1
  105. package/core/common/services/jwt-helper.service.d.ts +10 -10
  106. package/core/common/services/public-api.d.ts +11 -11
  107. package/core/common/services/session.service.d.ts +15 -15
  108. package/core/common/services/translate.service.d.ts +9 -9
  109. package/core/common/services/utilities.service.d.ts +34 -34
  110. package/core/common/services/validator.service.d.ts +28 -28
  111. package/core/common/services/window-scrolling.service.d.ts +7 -7
  112. package/core/customization/customization.model.d.ts +266 -266
  113. package/core/customization/customization.service.d.ts +156 -156
  114. package/core/customization/index.d.ts +1 -1
  115. package/core/customization/public-api.d.ts +2 -2
  116. package/core/http/index.d.ts +1 -1
  117. package/core/http/interceptors/error.interceptor.d.ts +5 -5
  118. package/core/http/interceptors/index.d.ts +11 -11
  119. package/core/http/interceptors/loader.interceptor.d.ts +8 -8
  120. package/core/http/interceptors/profiler.interceptor.d.ts +5 -5
  121. package/core/http/public-api.d.ts +2 -2
  122. package/core/http/services/http.service.d.ts +25 -25
  123. package/core/http/services/loader.service.d.ts +10 -10
  124. package/core/index.d.ts +1 -1
  125. package/core/layout/index.d.ts +1 -1
  126. package/core/layout/layout.service.d.ts +33 -33
  127. package/core/layout/public-api.d.ts +2 -2
  128. package/core/layout/rtl.directive.d.ts +16 -16
  129. package/core/portal/attach.directive.d.ts +10 -10
  130. package/core/portal/index.d.ts +1 -1
  131. package/core/portal/portal.service.d.ts +9 -9
  132. package/core/portal/public-api.d.ts +3 -3
  133. package/core/portal/target.directive.d.ts +9 -9
  134. package/core/public-api.d.ts +7 -7
  135. package/core/scroll-to/index.d.ts +1 -1
  136. package/core/scroll-to/public-api.d.ts +1 -1
  137. package/core/scroll-to/scroll-to.service.d.ts +8 -8
  138. package/date/date.component.d.ts +66 -66
  139. package/date/date.model.d.ts +26 -26
  140. package/date/date.module.d.ts +5 -5
  141. package/date/pepperi-addons-ngx-lib-date.d.ts +5 -5
  142. package/date/public-api.d.ts +2 -2
  143. package/dialog/default-dialog.component.d.ts +9 -9
  144. package/dialog/dialog.component.d.ts +10 -10
  145. package/dialog/dialog.model.d.ts +31 -31
  146. package/dialog/dialog.module.d.ts +5 -5
  147. package/dialog/dialog.service.d.ts +24 -24
  148. package/dialog/pepperi-addons-ngx-lib-dialog.d.ts +5 -5
  149. package/dialog/public-api.d.ts +4 -4
  150. package/draggable-items/draggable-item/draggable-item.component.d.ts +8 -8
  151. package/draggable-items/draggable-items.component.d.ts +33 -33
  152. package/draggable-items/draggable-items.model.d.ts +11 -11
  153. package/draggable-items/draggable-items.module.d.ts +5 -5
  154. package/draggable-items/pepperi-addons-ngx-lib-draggable-items.d.ts +4 -4
  155. package/draggable-items/public-api.d.ts +4 -4
  156. package/esm2015/address/address.component.js +96 -96
  157. package/esm2015/address/address.module.js +30 -30
  158. package/esm2015/address/pepperi-addons-ngx-lib-address.js +4 -4
  159. package/esm2015/address/public-api.js +5 -5
  160. package/esm2015/attachment/attachment.component.js +208 -208
  161. package/esm2015/attachment/attachment.module.js +28 -28
  162. package/esm2015/attachment/pepperi-addons-ngx-lib-attachment.js +4 -4
  163. package/esm2015/attachment/public-api.js +5 -5
  164. package/esm2015/bread-crumbs/bread-crumbs.component.js +78 -78
  165. package/esm2015/bread-crumbs/bread-crumbs.model.js +6 -6
  166. package/esm2015/bread-crumbs/bread-crumbs.module.js +34 -34
  167. package/esm2015/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.js +4 -4
  168. package/esm2015/bread-crumbs/public-api.js +6 -6
  169. package/esm2015/button/button.component.js +127 -127
  170. package/esm2015/button/button.model.js +5 -5
  171. package/esm2015/button/button.module.js +26 -26
  172. package/esm2015/button/pepperi-addons-ngx-lib-button.js +4 -4
  173. package/esm2015/button/public-api.js +6 -6
  174. package/esm2015/carousel/carousel-item.directive.js +26 -26
  175. package/esm2015/carousel/carousel.component.js +699 -699
  176. package/esm2015/carousel/carousel.module.js +11 -11
  177. package/esm2015/carousel/pepperi-addons-ngx-lib-carousel.js +4 -4
  178. package/esm2015/carousel/public-api.js +7 -7
  179. package/esm2015/checkbox/checkbox.component.js +151 -151
  180. package/esm2015/checkbox/checkbox.module.js +39 -39
  181. package/esm2015/checkbox/pepperi-addons-ngx-lib-checkbox.js +4 -4
  182. package/esm2015/checkbox/public-api.js +5 -5
  183. package/esm2015/color/color-picker.component.js +197 -197
  184. package/esm2015/color/color.component.js +77 -77
  185. package/esm2015/color/color.model.js +1 -1
  186. package/esm2015/color/color.module.js +57 -57
  187. package/esm2015/color/pepperi-addons-ngx-lib-color.js +5 -5
  188. package/esm2015/color/public-api.js +6 -6
  189. package/esm2015/core/clipboard/clipboard.directive.js +19 -19
  190. package/esm2015/core/clipboard/clipboard.service.js +11 -11
  191. package/esm2015/core/clipboard/index.js +4 -4
  192. package/esm2015/core/clipboard/public-api.js +5 -5
  193. package/esm2015/core/common/directives/auto-width.directive.js +77 -77
  194. package/esm2015/core/common/directives/button-blur.directive.js +22 -22
  195. package/esm2015/core/common/directives/button-loader.directive.js +102 -102
  196. package/esm2015/core/common/directives/data-qa.directive.js +22 -22
  197. package/esm2015/core/common/directives/index.js +4 -4
  198. package/esm2015/core/common/directives/menu-blur.directive.js +28 -28
  199. package/esm2015/core/common/directives/prevent-multi-click.directive.js +21 -21
  200. package/esm2015/core/common/directives/print.directive.js +134 -134
  201. package/esm2015/core/common/directives/public-api.js +11 -11
  202. package/esm2015/core/common/index.js +4 -4
  203. package/esm2015/core/common/model/index.js +4 -4
  204. package/esm2015/core/common/model/papi.model.js +2 -2
  205. package/esm2015/core/common/model/public-api.js +6 -6
  206. package/esm2015/core/common/model/utilities.model.js +56 -56
  207. package/esm2015/core/common/model/wapi.model.js +155 -155
  208. package/esm2015/core/common/pipes/common-pipes.js +141 -141
  209. package/esm2015/core/common/pipes/date-ago.pipe.js +44 -44
  210. package/esm2015/core/common/pipes/index.js +4 -4
  211. package/esm2015/core/common/pipes/public-api.js +5 -5
  212. package/esm2015/core/common/public-api.js +7 -7
  213. package/esm2015/core/common/services/addon.service.js +160 -160
  214. package/esm2015/core/common/services/color.service.js +356 -356
  215. package/esm2015/core/common/services/cookie.service.js +147 -147
  216. package/esm2015/core/common/services/data-convertor.service.js +117 -117
  217. package/esm2015/core/common/services/file.service.js +211 -211
  218. package/esm2015/core/common/services/index.js +4 -4
  219. package/esm2015/core/common/services/jwt-helper.service.js +103 -103
  220. package/esm2015/core/common/services/public-api.js +14 -14
  221. package/esm2015/core/common/services/session.service.js +72 -72
  222. package/esm2015/core/common/services/translate.service.js +47 -47
  223. package/esm2015/core/common/services/utilities.service.js +253 -253
  224. package/esm2015/core/common/services/validator.service.js +272 -272
  225. package/esm2015/core/common/services/window-scrolling.service.js +30 -30
  226. package/esm2015/core/customization/customization.model.js +290 -290
  227. package/esm2015/core/customization/customization.service.js +777 -777
  228. package/esm2015/core/customization/index.js +4 -4
  229. package/esm2015/core/customization/public-api.js +5 -5
  230. package/esm2015/core/http/index.js +4 -4
  231. package/esm2015/core/http/interceptors/error.interceptor.js +23 -23
  232. package/esm2015/core/http/interceptors/index.js +23 -23
  233. package/esm2015/core/http/interceptors/loader.interceptor.js +31 -31
  234. package/esm2015/core/http/interceptors/profiler.interceptor.js +28 -28
  235. package/esm2015/core/http/public-api.js +5 -5
  236. package/esm2015/core/http/services/http.service.js +160 -160
  237. package/esm2015/core/http/services/loader.service.js +48 -48
  238. package/esm2015/core/index.js +4 -4
  239. package/esm2015/core/layout/index.js +4 -4
  240. package/esm2015/core/layout/layout.service.js +168 -168
  241. package/esm2015/core/layout/public-api.js +5 -5
  242. package/esm2015/core/layout/rtl.directive.js +46 -46
  243. package/esm2015/core/portal/attach.directive.js +26 -26
  244. package/esm2015/core/portal/index.js +4 -4
  245. package/esm2015/core/portal/portal.service.js +34 -34
  246. package/esm2015/core/portal/public-api.js +6 -6
  247. package/esm2015/core/portal/target.directive.js +23 -23
  248. package/esm2015/core/public-api.js +10 -10
  249. package/esm2015/core/scroll-to/index.js +4 -4
  250. package/esm2015/core/scroll-to/public-api.js +5 -5
  251. package/esm2015/core/scroll-to/scroll-to.service.js +81 -81
  252. package/esm2015/date/date.component.js +251 -251
  253. package/esm2015/date/date.model.js +44 -44
  254. package/esm2015/date/date.module.js +50 -50
  255. package/esm2015/date/pepperi-addons-ngx-lib-date.js +5 -5
  256. package/esm2015/date/public-api.js +5 -5
  257. package/esm2015/dialog/default-dialog.component.js +31 -31
  258. package/esm2015/dialog/dialog.component.js +28 -28
  259. package/esm2015/dialog/dialog.model.js +34 -34
  260. package/esm2015/dialog/dialog.module.js +39 -39
  261. package/esm2015/dialog/dialog.service.js +87 -87
  262. package/esm2015/dialog/pepperi-addons-ngx-lib-dialog.js +5 -5
  263. package/esm2015/dialog/public-api.js +7 -7
  264. package/esm2015/draggable-items/draggable-item/draggable-item.component.js +24 -24
  265. package/esm2015/draggable-items/draggable-items.component.js +91 -91
  266. package/esm2015/draggable-items/draggable-items.model.js +1 -1
  267. package/esm2015/draggable-items/draggable-items.module.js +42 -42
  268. package/esm2015/draggable-items/pepperi-addons-ngx-lib-draggable-items.js +4 -4
  269. package/esm2015/draggable-items/public-api.js +7 -7
  270. package/esm2015/field-title/field-title.component.js +31 -31
  271. package/esm2015/field-title/field-title.module.js +31 -31
  272. package/esm2015/field-title/pepperi-addons-ngx-lib-field-title.js +4 -4
  273. package/esm2015/field-title/public-api.js +5 -5
  274. package/esm2015/files-uploader/files-uploader.component.js +220 -220
  275. package/esm2015/files-uploader/files-uploader.module.js +49 -49
  276. package/esm2015/files-uploader/pepperi-addons-ngx-lib-files-uploader.js +4 -4
  277. package/esm2015/files-uploader/public-api.js +5 -5
  278. package/esm2015/form/field-generator.component.js +121 -121
  279. package/esm2015/form/form.component.js +1200 -1200
  280. package/esm2015/form/form.model.js +1 -1
  281. package/esm2015/form/form.module.js +107 -107
  282. package/esm2015/form/indicators.component.js +20 -20
  283. package/esm2015/form/internal-button.component.js +165 -165
  284. package/esm2015/form/internal-carusel.component.js +115 -115
  285. package/esm2015/form/internal-carusel.service.js +31 -31
  286. package/esm2015/form/internal-list.component.js +494 -494
  287. package/esm2015/form/internal-menu.component.js +54 -54
  288. package/esm2015/form/internal-page.component.js +350 -350
  289. package/esm2015/form/internal-page.service.js +120 -120
  290. package/esm2015/form/pepperi-addons-ngx-lib-form.js +13 -13
  291. package/esm2015/form/public-api.js +6 -6
  292. package/esm2015/group-buttons/group-buttons.component.js +57 -57
  293. package/esm2015/group-buttons/group-buttons.module.js +37 -37
  294. package/esm2015/group-buttons/pepperi-addons-ngx-lib-group-buttons.js +4 -4
  295. package/esm2015/group-buttons/public-api.js +5 -5
  296. package/esm2015/icon/icon-generated-all.model.js +100 -100
  297. package/esm2015/icon/icon-generated.model.js +389 -389
  298. package/esm2015/icon/icon-registry.service.js +22 -22
  299. package/esm2015/icon/icon.component.js +124 -124
  300. package/esm2015/icon/icon.module.js +14 -14
  301. package/esm2015/icon/icon.service.js +31 -31
  302. package/esm2015/icon/pepperi-addons-ngx-lib-icon.js +4 -4
  303. package/esm2015/icon/public-api.js +10 -10
  304. package/esm2015/image/image.component.js +228 -228
  305. package/esm2015/image/image.module.js +48 -48
  306. package/esm2015/image/image.service.js +56 -56
  307. package/esm2015/image/pepperi-addons-ngx-lib-image.js +4 -4
  308. package/esm2015/image/public-api.js +6 -6
  309. package/esm2015/images-filmstrip/images-filmstrip.component.js +316 -316
  310. package/esm2015/images-filmstrip/images-filmstrip.module.js +51 -51
  311. package/esm2015/images-filmstrip/pepperi-addons-ngx-lib-images-filmstrip.js +4 -4
  312. package/esm2015/images-filmstrip/public-api.js +5 -5
  313. package/esm2015/link/link.component.js +315 -315
  314. package/esm2015/link/link.module.js +50 -50
  315. package/esm2015/link/link.pipes.js +13 -13
  316. package/esm2015/link/pepperi-addons-ngx-lib-link.js +5 -5
  317. package/esm2015/link/public-api.js +5 -5
  318. package/esm2015/list/list-actions.component.js +35 -35
  319. package/esm2015/list/list-carousel.component.js +94 -94
  320. package/esm2015/list/list-chooser.component.js +57 -57
  321. package/esm2015/list/list-pager.component.js +112 -112
  322. package/esm2015/list/list-sorting.component.js +54 -54
  323. package/esm2015/list/list-total.component.js +23 -23
  324. package/esm2015/list/list-views.component.js +71 -71
  325. package/esm2015/list/list.component.js +1127 -1127
  326. package/esm2015/list/list.model.js +3 -3
  327. package/esm2015/list/list.module.js +87 -87
  328. package/esm2015/list/list.pipes.js +39 -39
  329. package/esm2015/list/pepperi-addons-ngx-lib-list.js +6 -6
  330. package/esm2015/list/public-api.js +14 -14
  331. package/esm2015/list/virtual-scroller.js +1018 -1018
  332. package/esm2015/menu/menu-item.component.js +102 -102
  333. package/esm2015/menu/menu.component.js +173 -173
  334. package/esm2015/menu/menu.model.js +18 -18
  335. package/esm2015/menu/menu.module.js +39 -39
  336. package/esm2015/menu/pepperi-addons-ngx-lib-menu.js +5 -5
  337. package/esm2015/menu/public-api.js +6 -6
  338. package/esm2015/ngx-lib.module.js +96 -94
  339. package/esm2015/page-layout/page-layout.component.js +41 -41
  340. package/esm2015/page-layout/page-layout.module.js +20 -20
  341. package/esm2015/page-layout/pepperi-addons-ngx-lib-page-layout.js +4 -4
  342. package/esm2015/page-layout/public-api.js +5 -5
  343. package/esm2015/pepperi-addons-ngx-lib.js +8 -8
  344. package/esm2015/profile-data-views-list/pepperi-addons-ngx-lib-profile-data-views-list.js +4 -4
  345. package/esm2015/profile-data-views-list/profile-data-view/profile-data-view.component.js +38 -38
  346. package/esm2015/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.js +59 -59
  347. package/esm2015/profile-data-views-list/profile-data-views-list.component.js +86 -86
  348. package/esm2015/profile-data-views-list/profile-data-views-list.model.js +1 -1
  349. package/esm2015/profile-data-views-list/profile-data-views-list.module.js +56 -56
  350. package/esm2015/profile-data-views-list/public-api.js +8 -8
  351. package/esm2015/public-api.js +5 -5
  352. package/esm2015/quantity-selector/pepperi-addons-ngx-lib-quantity-selector.js +6 -6
  353. package/esm2015/quantity-selector/public-api.js +5 -5
  354. package/esm2015/quantity-selector/quantity-selector-validation.directive.js +43 -43
  355. package/esm2015/quantity-selector/quantity-selector.component.js +472 -472
  356. package/esm2015/quantity-selector/quantity-selector.module.js +52 -52
  357. package/esm2015/quantity-selector/quantity-selector.pipes.js +18 -18
  358. package/esm2015/query-builder/common/model/field.js +1 -1
  359. package/esm2015/query-builder/common/model/filter.js +1 -1
  360. package/esm2015/query-builder/common/model/legacy.js +1 -1
  361. package/esm2015/query-builder/common/model/operator-unit.js +41 -41
  362. package/esm2015/query-builder/common/model/operator.js +265 -265
  363. package/esm2015/query-builder/common/model/structure.js +1 -1
  364. package/esm2015/query-builder/common/model/type-map.js +26 -26
  365. package/esm2015/query-builder/common/model/type.js +5 -5
  366. package/esm2015/query-builder/common/services/output-query.service.js +112 -112
  367. package/esm2015/query-builder/common/services/query-structure.service.js +228 -228
  368. package/esm2015/query-builder/common/services/type-convertor.service.js +39 -39
  369. package/esm2015/query-builder/pepperi-addons-ngx-lib-query-builder.js +9 -9
  370. package/esm2015/query-builder/public-api.js +8 -8
  371. package/esm2015/query-builder/query-builder-item/query-builder-item.component.js +117 -117
  372. package/esm2015/query-builder/query-builder-section/query-builder-section.component.js +63 -63
  373. package/esm2015/query-builder/query-builder.component.js +107 -107
  374. package/esm2015/query-builder/query-builder.module.js +34 -34
  375. package/esm2015/query-builder/query-builder.service.js +102 -102
  376. package/esm2015/remote-loader/addon-block-loader.component.js +77 -77
  377. package/esm2015/remote-loader/addon-block-loader.service.js +63 -63
  378. package/esm2015/remote-loader/pepperi-addons-ngx-lib-remote-loader.js +4 -4
  379. package/esm2015/remote-loader/public-api.js +9 -9
  380. package/esm2015/remote-loader/remote-loader.component.js +114 -114
  381. package/esm2015/remote-loader/remote-loader.model.js +1 -1
  382. package/esm2015/remote-loader/remote-loader.module.js +37 -37
  383. package/esm2015/remote-loader/remote-loader.service.js +65 -65
  384. package/esm2015/rich-html-textarea/pepperi-addons-ngx-lib-rich-html-textarea.js +4 -4
  385. package/esm2015/rich-html-textarea/public-api.js +5 -5
  386. package/esm2015/rich-html-textarea/rich-html-textarea.component.js +219 -219
  387. package/esm2015/rich-html-textarea/rich-html-textarea.module.js +56 -56
  388. package/esm2015/search/pepperi-addons-ngx-lib-search.js +4 -4
  389. package/esm2015/search/public-api.js +6 -6
  390. package/esm2015/search/search.component.js +273 -273
  391. package/esm2015/search/search.model.js +1 -1
  392. package/esm2015/search/search.module.js +44 -44
  393. package/esm2015/select/pepperi-addons-ngx-lib-select.js +4 -4
  394. package/esm2015/select/public-api.js +5 -5
  395. package/esm2015/select/select.component.js +219 -219
  396. package/esm2015/select/select.module.js +42 -42
  397. package/esm2015/separator/pepperi-addons-ngx-lib-separator.js +4 -4
  398. package/esm2015/separator/public-api.js +5 -5
  399. package/esm2015/separator/separator.component.js +62 -62
  400. package/esm2015/separator/separator.module.js +12 -12
  401. package/esm2015/side-bar/pepperi-addons-ngx-lib-side-bar.js +4 -4
  402. package/esm2015/side-bar/public-api.js +6 -6
  403. package/esm2015/side-bar/side-bar.component.js +132 -132
  404. package/esm2015/side-bar/side-bar.model.js +1 -1
  405. package/esm2015/side-bar/side-bar.module.js +33 -33
  406. package/esm2015/signature/pepperi-addons-ngx-lib-signature.js +4 -4
  407. package/esm2015/signature/public-api.js +5 -5
  408. package/esm2015/signature/signature.component.js +233 -233
  409. package/esm2015/signature/signature.module.js +54 -54
  410. package/esm2015/size-detector/pepperi-addons-ngx-lib-size-detector.js +4 -4
  411. package/esm2015/size-detector/public-api.js +5 -5
  412. package/esm2015/size-detector/size-detector.component.js +88 -88
  413. package/esm2015/size-detector/size-detector.module.js +21 -21
  414. package/esm2015/slider/pepperi-addons-ngx-lib-slider.js +4 -4
  415. package/esm2015/slider/public-api.js +5 -5
  416. package/esm2015/slider/slider.component.js +95 -95
  417. package/esm2015/slider/slider.module.js +24 -24
  418. package/esm2015/smart-filters/boolean-filter/boolean-filter.component.js +70 -70
  419. package/esm2015/smart-filters/common/filter-actions.component.js +25 -25
  420. package/esm2015/smart-filters/common/model/base-filter-component.js +291 -291
  421. package/esm2015/smart-filters/common/model/creator.js +75 -75
  422. package/esm2015/smart-filters/common/model/field.js +116 -116
  423. package/esm2015/smart-filters/common/model/filter.js +1 -1
  424. package/esm2015/smart-filters/common/model/operator.js +270 -270
  425. package/esm2015/smart-filters/common/model/type.js +1 -1
  426. package/esm2015/smart-filters/date-filter/date-filter.component.js +163 -163
  427. package/esm2015/smart-filters/multi-select-filter/multi-select-filter.component.js +190 -190
  428. package/esm2015/smart-filters/number-filter/number-filter.component.js +109 -109
  429. package/esm2015/smart-filters/pepperi-addons-ngx-lib-smart-filters.js +4 -4
  430. package/esm2015/smart-filters/public-api.js +18 -18
  431. package/esm2015/smart-filters/smart-filters.component.js +129 -129
  432. package/esm2015/smart-filters/smart-filters.module.js +90 -90
  433. package/esm2015/smart-filters/text-filter/text-filter.component.js +85 -85
  434. package/esm2015/snack-bar/default-snack-bar.component.js +27 -27
  435. package/esm2015/snack-bar/pepperi-addons-ngx-lib-snack-bar.js +5 -5
  436. package/esm2015/snack-bar/public-api.js +7 -7
  437. package/esm2015/snack-bar/snack-bar.component.js +25 -25
  438. package/esm2015/snack-bar/snack-bar.model.js +6 -6
  439. package/esm2015/snack-bar/snack-bar.module.js +41 -41
  440. package/esm2015/snack-bar/snack-bar.service.js +62 -62
  441. package/esm2015/textarea/pepperi-addons-ngx-lib-textarea.js +4 -4
  442. package/esm2015/textarea/public-api.js +5 -5
  443. package/esm2015/textarea/textarea.component.js +160 -160
  444. package/esm2015/textarea/textarea.module.js +50 -50
  445. package/esm2015/textbox/pepperi-addons-ngx-lib-textbox.js +5 -5
  446. package/esm2015/textbox/public-api.js +5 -5
  447. package/esm2015/textbox/textbox-validation.directive.js +85 -85
  448. package/esm2015/textbox/textbox.component.js +411 -411
  449. package/esm2015/textbox/textbox.module.js +44 -44
  450. package/esm2015/textbox-icon/pepperi-addons-ngx-lib-textbox-icon.js +4 -4
  451. package/esm2015/textbox-icon/public-api.js +5 -5
  452. package/esm2015/textbox-icon/textbox-icon.component.js +40 -40
  453. package/esm2015/textbox-icon/textbox-icon.module.js +46 -46
  454. package/esm2015/top-bar/pepperi-addons-ngx-lib-top-bar.js +4 -4
  455. package/esm2015/top-bar/public-api.js +6 -6
  456. package/esm2015/top-bar/top-bar.component.js +98 -98
  457. package/esm2015/top-bar/top-bar.model.js +1 -1
  458. package/esm2015/top-bar/top-bar.module.js +40 -40
  459. package/fesm2015/pepperi-addons-ngx-lib-address.js +116 -116
  460. package/fesm2015/pepperi-addons-ngx-lib-attachment.js +227 -227
  461. package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.js +109 -109
  462. package/fesm2015/pepperi-addons-ngx-lib-button.js +149 -149
  463. package/fesm2015/pepperi-addons-ngx-lib-carousel.js +731 -731
  464. package/fesm2015/pepperi-addons-ngx-lib-checkbox.js +178 -178
  465. package/fesm2015/pepperi-addons-ngx-lib-color.js +298 -298
  466. package/fesm2015/pepperi-addons-ngx-lib-date.js +320 -320
  467. package/fesm2015/pepperi-addons-ngx-lib-dialog.js +192 -192
  468. package/fesm2015/pepperi-addons-ngx-lib-draggable-items.js +143 -143
  469. package/fesm2015/pepperi-addons-ngx-lib-field-title.js +55 -55
  470. package/fesm2015/pepperi-addons-ngx-lib-files-uploader.js +252 -252
  471. package/fesm2015/pepperi-addons-ngx-lib-form.js +2697 -2697
  472. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.js +84 -84
  473. package/fesm2015/pepperi-addons-ngx-lib-icon.js +662 -662
  474. package/fesm2015/pepperi-addons-ngx-lib-image.js +308 -308
  475. package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.js +347 -347
  476. package/fesm2015/pepperi-addons-ngx-lib-link.js +358 -358
  477. package/fesm2015/pepperi-addons-ngx-lib-list.js +2661 -2661
  478. package/fesm2015/pepperi-addons-ngx-lib-menu.js +314 -314
  479. package/fesm2015/pepperi-addons-ngx-lib-page-layout.js +55 -55
  480. package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.js +219 -219
  481. package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.js +561 -561
  482. package/fesm2015/pepperi-addons-ngx-lib-query-builder.js +1087 -1087
  483. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.js +327 -327
  484. package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.js +256 -256
  485. package/fesm2015/pepperi-addons-ngx-lib-search.js +301 -301
  486. package/fesm2015/pepperi-addons-ngx-lib-select.js +249 -249
  487. package/fesm2015/pepperi-addons-ngx-lib-separator.js +71 -71
  488. package/fesm2015/pepperi-addons-ngx-lib-side-bar.js +156 -156
  489. package/fesm2015/pepperi-addons-ngx-lib-signature.js +270 -270
  490. package/fesm2015/pepperi-addons-ngx-lib-size-detector.js +103 -103
  491. package/fesm2015/pepperi-addons-ngx-lib-slider.js +112 -112
  492. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.js +1539 -1539
  493. package/fesm2015/pepperi-addons-ngx-lib-snack-bar.js +137 -137
  494. package/fesm2015/pepperi-addons-ngx-lib-textarea.js +194 -194
  495. package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.js +78 -78
  496. package/fesm2015/pepperi-addons-ngx-lib-textbox.js +521 -521
  497. package/fesm2015/pepperi-addons-ngx-lib-top-bar.js +125 -125
  498. package/fesm2015/pepperi-addons-ngx-lib.js +4320 -4319
  499. package/fesm2015/pepperi-addons-ngx-lib.js.map +1 -1
  500. package/field-title/field-title.component.d.ts +11 -11
  501. package/field-title/field-title.module.d.ts +5 -5
  502. package/field-title/pepperi-addons-ngx-lib-field-title.d.ts +4 -4
  503. package/field-title/public-api.d.ts +2 -2
  504. package/files-uploader/files-uploader.component.d.ts +53 -53
  505. package/files-uploader/files-uploader.module.d.ts +5 -5
  506. package/files-uploader/pepperi-addons-ngx-lib-files-uploader.d.ts +4 -4
  507. package/files-uploader/public-api.d.ts +2 -2
  508. package/form/field-generator.component.d.ts +36 -36
  509. package/form/form.component.d.ts +90 -90
  510. package/form/form.model.d.ts +20 -20
  511. package/form/form.module.d.ts +5 -5
  512. package/form/indicators.component.d.ts +7 -7
  513. package/form/internal-button.component.d.ts +39 -39
  514. package/form/internal-carusel.component.d.ts +38 -38
  515. package/form/internal-carusel.service.d.ts +7 -7
  516. package/form/internal-list.component.d.ts +92 -92
  517. package/form/internal-menu.component.d.ts +16 -16
  518. package/form/internal-page.component.d.ts +72 -72
  519. package/form/internal-page.service.d.ts +19 -19
  520. package/form/pepperi-addons-ngx-lib-form.d.ts +13 -13
  521. package/form/public-api.d.ts +3 -3
  522. package/group-buttons/group-buttons.component.d.ts +20 -20
  523. package/group-buttons/group-buttons.module.d.ts +5 -5
  524. package/group-buttons/pepperi-addons-ngx-lib-group-buttons.d.ts +4 -4
  525. package/group-buttons/public-api.d.ts +2 -2
  526. package/icon/icon-generated-all.model.d.ts +99 -99
  527. package/icon/icon-generated.model.d.ts +394 -394
  528. package/icon/icon-registry.service.d.ts +6 -6
  529. package/icon/icon.component.d.ts +46 -46
  530. package/icon/icon.module.d.ts +2 -2
  531. package/icon/icon.service.d.ts +10 -10
  532. package/icon/pepperi-addons-ngx-lib-icon.d.ts +4 -4
  533. package/icon/public-api.d.ts +6 -6
  534. package/image/image.component.d.ts +63 -63
  535. package/image/image.module.d.ts +5 -5
  536. package/image/image.service.d.ts +11 -11
  537. package/image/pepperi-addons-ngx-lib-image.d.ts +4 -4
  538. package/image/public-api.d.ts +3 -3
  539. package/images-filmstrip/images-filmstrip.component.d.ts +84 -84
  540. package/images-filmstrip/images-filmstrip.module.d.ts +5 -5
  541. package/images-filmstrip/pepperi-addons-ngx-lib-images-filmstrip.d.ts +4 -4
  542. package/images-filmstrip/public-api.d.ts +2 -2
  543. package/link/link.component.d.ts +131 -131
  544. package/link/link.module.d.ts +5 -5
  545. package/link/link.pipes.d.ts +4 -4
  546. package/link/pepperi-addons-ngx-lib-link.d.ts +5 -5
  547. package/link/public-api.d.ts +2 -2
  548. package/list/list-actions.component.d.ts +14 -14
  549. package/list/list-carousel.component.d.ts +36 -36
  550. package/list/list-chooser.component.d.ts +25 -25
  551. package/list/list-pager.component.d.ts +35 -35
  552. package/list/list-sorting.component.d.ts +26 -26
  553. package/list/list-total.component.d.ts +7 -7
  554. package/list/list-views.component.d.ts +31 -31
  555. package/list/list.component.d.ts +161 -161
  556. package/list/list.model.d.ts +31 -31
  557. package/list/list.module.d.ts +5 -5
  558. package/list/list.pipes.d.ts +11 -11
  559. package/list/pepperi-addons-ngx-lib-list.d.ts +6 -6
  560. package/list/public-api.d.ts +10 -10
  561. package/list/virtual-scroller.d.ts +176 -176
  562. package/menu/menu-item.component.d.ts +25 -25
  563. package/menu/menu.component.d.ts +43 -43
  564. package/menu/menu.model.d.ts +25 -25
  565. package/menu/menu.module.d.ts +5 -5
  566. package/menu/pepperi-addons-ngx-lib-menu.d.ts +5 -5
  567. package/menu/public-api.d.ts +3 -3
  568. package/ngx-lib.module.d.ts +2 -2
  569. package/package.json +1 -1
  570. package/page-layout/page-layout.component.d.ts +16 -16
  571. package/page-layout/page-layout.module.d.ts +2 -2
  572. package/page-layout/pepperi-addons-ngx-lib-page-layout.d.ts +4 -4
  573. package/page-layout/public-api.d.ts +2 -2
  574. package/pepperi-addons-ngx-lib.d.ts +8 -8
  575. package/pepperi-addons-ngx-lib.metadata.json +1 -1
  576. package/profile-data-views-list/pepperi-addons-ngx-lib-profile-data-views-list.d.ts +4 -4
  577. package/profile-data-views-list/profile-data-view/profile-data-view.component.d.ts +15 -15
  578. package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts +21 -21
  579. package/profile-data-views-list/profile-data-views-list.component.d.ts +32 -32
  580. package/profile-data-views-list/profile-data-views-list.model.d.ts +18 -18
  581. package/profile-data-views-list/profile-data-views-list.module.d.ts +5 -5
  582. package/profile-data-views-list/public-api.d.ts +5 -5
  583. package/public-api.d.ts +2 -2
  584. package/quantity-selector/pepperi-addons-ngx-lib-quantity-selector.d.ts +6 -6
  585. package/quantity-selector/public-api.d.ts +2 -2
  586. package/quantity-selector/quantity-selector-validation.directive.d.ts +13 -13
  587. package/quantity-selector/quantity-selector.component.d.ts +98 -98
  588. package/quantity-selector/quantity-selector.module.d.ts +5 -5
  589. package/quantity-selector/quantity-selector.pipes.d.ts +4 -4
  590. package/query-builder/common/model/field.d.ts +8 -8
  591. package/query-builder/common/model/filter.d.ts +6 -6
  592. package/query-builder/common/model/legacy.d.ts +29 -29
  593. package/query-builder/common/model/operator-unit.d.ts +13 -13
  594. package/query-builder/common/model/operator.d.ts +21 -21
  595. package/query-builder/common/model/structure.d.ts +4 -4
  596. package/query-builder/common/model/type-map.d.ts +12 -12
  597. package/query-builder/common/model/type.d.ts +4 -4
  598. package/query-builder/common/services/output-query.service.d.ts +44 -44
  599. package/query-builder/common/services/query-structure.service.d.ts +78 -78
  600. package/query-builder/common/services/type-convertor.service.d.ts +10 -10
  601. package/query-builder/pepperi-addons-ngx-lib-query-builder.d.ts +9 -9
  602. package/query-builder/public-api.d.ts +5 -5
  603. package/query-builder/query-builder-item/query-builder-item.component.d.ts +38 -38
  604. package/query-builder/query-builder-section/query-builder-section.component.d.ts +27 -27
  605. package/query-builder/query-builder.component.d.ts +36 -36
  606. package/query-builder/query-builder.module.d.ts +2 -2
  607. package/query-builder/query-builder.service.d.ts +27 -27
  608. package/remote-loader/addon-block-loader.component.d.ts +29 -29
  609. package/remote-loader/addon-block-loader.service.d.ts +13 -13
  610. package/remote-loader/pepperi-addons-ngx-lib-remote-loader.d.ts +4 -4
  611. package/remote-loader/public-api.d.ts +6 -6
  612. package/remote-loader/remote-loader.component.d.ts +24 -24
  613. package/remote-loader/remote-loader.model.d.ts +36 -36
  614. package/remote-loader/remote-loader.module.d.ts +2 -2
  615. package/remote-loader/remote-loader.service.d.ts +14 -14
  616. package/rich-html-textarea/pepperi-addons-ngx-lib-rich-html-textarea.d.ts +4 -4
  617. package/rich-html-textarea/public-api.d.ts +2 -2
  618. package/rich-html-textarea/rich-html-textarea.component.d.ts +75 -75
  619. package/rich-html-textarea/rich-html-textarea.module.d.ts +5 -5
  620. package/search/pepperi-addons-ngx-lib-search.d.ts +4 -4
  621. package/search/public-api.d.ts +3 -3
  622. package/search/search.component.d.ts +61 -61
  623. package/search/search.model.d.ts +14 -14
  624. package/search/search.module.d.ts +5 -5
  625. package/select/pepperi-addons-ngx-lib-select.d.ts +4 -4
  626. package/select/public-api.d.ts +2 -2
  627. package/select/select.component.d.ts +52 -52
  628. package/select/select.module.d.ts +5 -5
  629. package/separator/pepperi-addons-ngx-lib-separator.d.ts +4 -4
  630. package/separator/public-api.d.ts +2 -2
  631. package/separator/separator.component.d.ts +19 -19
  632. package/separator/separator.module.d.ts +2 -2
  633. package/side-bar/pepperi-addons-ngx-lib-side-bar.d.ts +4 -4
  634. package/side-bar/public-api.d.ts +3 -3
  635. package/side-bar/side-bar.component.d.ts +39 -39
  636. package/side-bar/side-bar.model.d.ts +4 -4
  637. package/side-bar/side-bar.module.d.ts +5 -5
  638. package/signature/pepperi-addons-ngx-lib-signature.d.ts +4 -4
  639. package/signature/public-api.d.ts +2 -2
  640. package/signature/signature.component.d.ts +65 -65
  641. package/signature/signature.module.d.ts +5 -5
  642. package/size-detector/pepperi-addons-ngx-lib-size-detector.d.ts +4 -4
  643. package/size-detector/public-api.d.ts +2 -2
  644. package/size-detector/size-detector.component.d.ts +26 -26
  645. package/size-detector/size-detector.module.d.ts +2 -2
  646. package/slider/pepperi-addons-ngx-lib-slider.d.ts +4 -4
  647. package/slider/public-api.d.ts +2 -2
  648. package/slider/slider.component.d.ts +36 -36
  649. package/slider/slider.module.d.ts +2 -2
  650. package/smart-filters/boolean-filter/boolean-filter.component.d.ts +25 -25
  651. package/smart-filters/common/filter-actions.component.d.ts +9 -9
  652. package/smart-filters/common/model/base-filter-component.d.ts +70 -70
  653. package/smart-filters/common/model/creator.d.ts +6 -6
  654. package/smart-filters/common/model/field.d.ts +69 -69
  655. package/smart-filters/common/model/filter.d.ts +11 -11
  656. package/smart-filters/common/model/operator.d.ts +51 -51
  657. package/smart-filters/common/model/type.d.ts +4 -4
  658. package/smart-filters/date-filter/date-filter.component.d.ts +56 -56
  659. package/smart-filters/multi-select-filter/multi-select-filter.component.d.ts +53 -53
  660. package/smart-filters/number-filter/number-filter.component.d.ts +48 -48
  661. package/smart-filters/pepperi-addons-ngx-lib-smart-filters.d.ts +4 -4
  662. package/smart-filters/public-api.d.ts +14 -14
  663. package/smart-filters/smart-filters.component.d.ts +32 -32
  664. package/smart-filters/smart-filters.module.d.ts +5 -5
  665. package/smart-filters/text-filter/text-filter.component.d.ts +25 -25
  666. package/snack-bar/default-snack-bar.component.d.ts +10 -10
  667. package/snack-bar/pepperi-addons-ngx-lib-snack-bar.d.ts +5 -5
  668. package/snack-bar/public-api.d.ts +4 -4
  669. package/snack-bar/snack-bar.component.d.ts +9 -9
  670. package/snack-bar/snack-bar.model.d.ts +8 -8
  671. package/snack-bar/snack-bar.module.d.ts +5 -5
  672. package/snack-bar/snack-bar.service.d.ts +21 -21
  673. package/textarea/pepperi-addons-ngx-lib-textarea.d.ts +4 -4
  674. package/textarea/public-api.d.ts +2 -2
  675. package/textarea/textarea.component.d.ts +51 -51
  676. package/textarea/textarea.module.d.ts +5 -5
  677. package/textbox/pepperi-addons-ngx-lib-textbox.d.ts +5 -5
  678. package/textbox/public-api.d.ts +2 -2
  679. package/textbox/textbox-validation.directive.d.ts +18 -18
  680. package/textbox/textbox.component.d.ts +141 -141
  681. package/textbox/textbox.module.d.ts +5 -5
  682. package/textbox-icon/pepperi-addons-ngx-lib-textbox-icon.d.ts +4 -4
  683. package/textbox-icon/public-api.d.ts +2 -2
  684. package/textbox-icon/textbox-icon.component.d.ts +10 -10
  685. package/textbox-icon/textbox-icon.module.d.ts +5 -5
  686. package/top-bar/pepperi-addons-ngx-lib-top-bar.d.ts +4 -4
  687. package/top-bar/public-api.d.ts +3 -3
  688. package/top-bar/top-bar.component.d.ts +36 -36
  689. package/top-bar/top-bar.model.d.ts +4 -4
  690. package/top-bar/top-bar.module.d.ts +5 -5
@@ -26,1213 +26,1213 @@
26
26
 
27
27
  var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
28
28
 
29
- var Equals = {
30
- legacy: 'IsEqual',
31
- smartFilter: smartFilters.PepSmartFilterOperators.Equals,
32
- type: ['boolean', 'int', 'text']
33
- };
34
- var EqualsVariable = {
35
- legacy: 'IsEqualVariable',
36
- smartFilter: smartFilters.PepSmartFilterVariableOperators.EqualsToVariable,
37
- type: ['boolean', 'int', 'text', 'multi-select']
38
- };
39
- var NotEqual = {
40
- legacy: 'IsNotEqual',
41
- smartFilter: smartFilters.PepSmartFilterOperators.NotEqual,
42
- type: null
43
- };
44
- var NotEqualsVariable = {
45
- legacy: 'IsNotEqualVariable',
46
- smartFilter: smartFilters.PepSmartFilterVariableOperators.NotEqualsToVariable,
47
- type: ['boolean', 'multi-select']
48
- };
49
- var LessThan = {
50
- legacy: '<',
51
- smartFilter: smartFilters.PepSmartFilterOperators.LessThan,
52
- type: null
53
- };
54
- var LessThanVarible = {
55
- legacy: 'LessThanVarible',
56
- smartFilter: smartFilters.PepSmartFilterVariableOperators.LessThanVariable,
57
- type: null
58
- };
59
- var GreaterThan = {
60
- legacy: '>',
61
- smartFilter: smartFilters.PepSmartFilterOperators.GreaterThan,
62
- type: null
63
- };
64
- var GreaterThanVarible = {
65
- legacy: 'GreaterThanVarible',
66
- smartFilter: smartFilters.PepSmartFilterVariableOperators.GreaterThanVariable,
67
- type: null
68
- };
69
- /*
70
- const GreaterThanOrEquals: IPepQueryBuilderOperator = {
71
- legacy: {
72
- operator: '>=',
73
- type: 'Integer'
74
- },
75
- smartFilter: {
76
- item: PepSmartFilterOperators.GreaterThanOrEquals,
77
- type: 'int'
78
- }
79
- };
80
-
81
- const LessThanOrEquals: IPepQueryBuilderOperator = {
82
- legacy: {
83
- operator: '<=',
84
- type: 'Integer'
85
- },
86
- smartFilter: {
87
- item: PepSmartFilterOperators.LessThanOrEquals,
88
- type: 'int',
89
- type: 'Integer'
90
- }
91
- }; */
92
- var NumberRange = {
93
- legacy: 'Between',
94
- smartFilter: smartFilters.PepSmartFilterOperators.NumberRange,
95
- type: ['int']
96
- };
97
- var Contains = {
98
- legacy: 'Contains',
99
- smartFilter: smartFilters.PepSmartFilterOperators.Contains,
100
- type: null
101
- };
102
- var BeginsWith = {
103
- legacy: 'BeginsWith',
104
- smartFilter: smartFilters.PepSmartFilterOperators.BeginsWith,
105
- type: null
106
- };
107
- var EndsWith = {
108
- legacy: 'EndsWith',
109
- smartFilter: smartFilters.PepSmartFilterOperators.EndsWith,
110
- type: null
111
- };
112
- /*
113
- const BeginsWith: IPepQueryBuilderOperator = {
114
- legacy: {
115
- operator: 'BeginsWith',
116
- type: 'String'
117
- },
118
- smartFilter: {
119
- item: PepSmartFilterOperators.BeginsWith,
120
- type: 'text'
121
- }
122
- };
123
-
124
- const EndsWith: IPepQueryBuilderOperator = {
125
- legacy: {
126
- operator: 'EndsWith',
127
- type: 'String'
128
- },
129
- smartFilter: {
130
- item: PepSmartFilterOperators.EndsWith,
131
- type: 'text'
132
- }
133
- };
134
-
135
- const Before: IPepQueryBuilderOperator = {
136
- legacy: {
137
- operator: 'Before',
138
- type: 'Date'
139
- },
140
- smartFilter: {
141
- item: PepSmartFilterOperators.Before,
142
- type: 'date'
143
- }
144
- };
145
-
146
- const After: IPepQueryBuilderOperator = {
147
- legacy: {
148
- operator: 'After',
149
- type: 'Date'
150
- },
151
- smartFilter: {
152
- item: PepSmartFilterOperators.After,
153
- type: 'date'
154
- }
155
- }; */
156
- var InTheLast = {
157
- legacy: 'InTheLast',
158
- smartFilter: smartFilters.PepSmartFilterOperators.InTheLast,
159
- type: null
160
- };
161
- var InTheLastCalendar = {
162
- legacy: 'InTheLastCalendar',
163
- smartFilter: smartFilters.PepSmartFilterAdditionalOperators.InTheLastCalendar,
164
- type: null
165
- };
166
- /*
167
- const InTheLastVariable: IPepQueryBuilderOperator = {
168
- legacy: 'InTheLastVariable',
169
- smartFilter: PepSmartFilterVariableOperators.InTheLastVariable,
170
- type: null
171
- } */
172
- var NotInTheLast = {
173
- legacy: 'NotInTheLast',
174
- smartFilter: smartFilters.PepSmartFilterOperators.NotInTheLast,
175
- type: null
176
- };
177
- var NotInTheLastCalendar = {
178
- legacy: 'NotInTheLastCalendar',
179
- smartFilter: smartFilters.PepSmartFilterAdditionalOperators.NotInTheLastCalendar,
180
- type: null
181
- };
182
- var Today = {
183
- legacy: 'Today',
184
- smartFilter: smartFilters.PepSmartFilterOperators.Today,
185
- type: null
186
- };
187
- var ThisWeek = {
188
- legacy: 'ThisWeek',
189
- smartFilter: smartFilters.PepSmartFilterOperators.ThisWeek,
190
- type: null
191
- };
192
- var ThisMonth = {
193
- legacy: 'ThisMonth',
194
- smartFilter: smartFilters.PepSmartFilterOperators.ThisMonth,
195
- type: null
196
- };
197
- var DateRange = {
198
- legacy: 'Between',
199
- smartFilter: smartFilters.PepSmartFilterOperators.DateRange,
200
- type: ['date-time']
201
- };
202
- var dateRangeVariable = {
203
- legacy: 'BetweenVariable',
204
- smartFilter: smartFilters.PepSmartFilterVariableOperators.DateRangeVariable,
205
- type: ['date-time']
206
- };
207
- var DueIn = {
208
- legacy: 'DueIn',
209
- smartFilter: smartFilters.PepSmartFilterOperators.DueIn,
210
- type: null
211
- };
212
- var NotDueIn = {
213
- legacy: 'NotDueIn',
214
- smartFilter: smartFilters.PepSmartFilterOperators.NotDueIn,
215
- type: null
216
- };
217
- var On = {
218
- legacy: 'On',
219
- smartFilter: smartFilters.PepSmartFilterOperators.On,
220
- type: null
221
- };
222
- var IsEmpty = {
223
- legacy: 'IsEmpty',
224
- smartFilter: smartFilters.PepSmartFilterOperators.IsEmpty,
225
- type: null
226
- };
227
- var IsNotEmpty = {
228
- legacy: 'IsNotEmpty',
229
- smartFilter: smartFilters.PepSmartFilterOperators.IsNotEmpty,
230
- type: null
231
- };
232
- var In = {
233
- legacy: 'IsEqual',
234
- smartFilter: smartFilters.PepSmartFilterOperators.In,
235
- type: ['multi-select']
236
- };
237
- var PepQueryBuilderOperators = [
238
- Equals,
239
- EqualsVariable,
240
- NotEqual,
241
- NotEqualsVariable,
242
- LessThan,
243
- LessThanVarible,
244
- // LessThanOrEquals,
245
- GreaterThan,
246
- GreaterThanVarible,
247
- // GreaterThanOrEquals,
248
- NumberRange,
249
- Contains,
250
- BeginsWith,
251
- EndsWith,
252
- // After,
253
- // Before,
254
- InTheLast,
255
- // InTheLastVariable,
256
- InTheLastCalendar,
257
- NotInTheLast,
258
- NotInTheLastCalendar,
259
- Today,
260
- ThisWeek,
261
- ThisMonth,
262
- DateRange,
263
- dateRangeVariable,
264
- DueIn,
265
- NotDueIn,
266
- On,
267
- IsEmpty,
268
- IsNotEmpty,
269
- In
270
- ];
271
- /**
272
- * gets a smart filter operator item
273
- * @param operator legacy operator
274
- * @param type smart filter's type
275
- * @returns smart filter operator item
276
- */
277
- function getSmartFilterOperator(operator, type) {
278
- var smartFilterOperator = PepQueryBuilderOperators.find(function (item) { return item.legacy === operator &&
279
- (item.type === null || item.type.includes(type)); });
280
- return smartFilterOperator ? smartFilterOperator.smartFilter : null;
281
- }
282
- /**
283
- * gets a legacy operator value
284
- * @param operator smart filter operator item
285
- * @param type smart filter's type
286
- * @returns legacy operator value
287
- */
288
- function getLegacyOperator(operator, type) {
289
- var legacyOperator = PepQueryBuilderOperators.find(function (item) { return item.smartFilter === operator &&
290
- (item.type === null || item.type.includes(type)); });
291
- return legacyOperator ? legacyOperator.legacy : null;
29
+ var Equals = {
30
+ legacy: 'IsEqual',
31
+ smartFilter: smartFilters.PepSmartFilterOperators.Equals,
32
+ type: ['boolean', 'int', 'text']
33
+ };
34
+ var EqualsVariable = {
35
+ legacy: 'IsEqualVariable',
36
+ smartFilter: smartFilters.PepSmartFilterVariableOperators.EqualsToVariable,
37
+ type: ['boolean', 'int', 'text', 'multi-select']
38
+ };
39
+ var NotEqual = {
40
+ legacy: 'IsNotEqual',
41
+ smartFilter: smartFilters.PepSmartFilterOperators.NotEqual,
42
+ type: null
43
+ };
44
+ var NotEqualsVariable = {
45
+ legacy: 'IsNotEqualVariable',
46
+ smartFilter: smartFilters.PepSmartFilterVariableOperators.NotEqualsToVariable,
47
+ type: ['boolean', 'multi-select']
48
+ };
49
+ var LessThan = {
50
+ legacy: '<',
51
+ smartFilter: smartFilters.PepSmartFilterOperators.LessThan,
52
+ type: null
53
+ };
54
+ var LessThanVarible = {
55
+ legacy: 'LessThanVarible',
56
+ smartFilter: smartFilters.PepSmartFilterVariableOperators.LessThanVariable,
57
+ type: null
58
+ };
59
+ var GreaterThan = {
60
+ legacy: '>',
61
+ smartFilter: smartFilters.PepSmartFilterOperators.GreaterThan,
62
+ type: null
63
+ };
64
+ var GreaterThanVarible = {
65
+ legacy: 'GreaterThanVarible',
66
+ smartFilter: smartFilters.PepSmartFilterVariableOperators.GreaterThanVariable,
67
+ type: null
68
+ };
69
+ /*
70
+ const GreaterThanOrEquals: IPepQueryBuilderOperator = {
71
+ legacy: {
72
+ operator: '>=',
73
+ type: 'Integer'
74
+ },
75
+ smartFilter: {
76
+ item: PepSmartFilterOperators.GreaterThanOrEquals,
77
+ type: 'int'
78
+ }
79
+ };
80
+
81
+ const LessThanOrEquals: IPepQueryBuilderOperator = {
82
+ legacy: {
83
+ operator: '<=',
84
+ type: 'Integer'
85
+ },
86
+ smartFilter: {
87
+ item: PepSmartFilterOperators.LessThanOrEquals,
88
+ type: 'int',
89
+ type: 'Integer'
90
+ }
91
+ }; */
92
+ var NumberRange = {
93
+ legacy: 'Between',
94
+ smartFilter: smartFilters.PepSmartFilterOperators.NumberRange,
95
+ type: ['int']
96
+ };
97
+ var Contains = {
98
+ legacy: 'Contains',
99
+ smartFilter: smartFilters.PepSmartFilterOperators.Contains,
100
+ type: null
101
+ };
102
+ var BeginsWith = {
103
+ legacy: 'BeginsWith',
104
+ smartFilter: smartFilters.PepSmartFilterOperators.BeginsWith,
105
+ type: null
106
+ };
107
+ var EndsWith = {
108
+ legacy: 'EndsWith',
109
+ smartFilter: smartFilters.PepSmartFilterOperators.EndsWith,
110
+ type: null
111
+ };
112
+ /*
113
+ const BeginsWith: IPepQueryBuilderOperator = {
114
+ legacy: {
115
+ operator: 'BeginsWith',
116
+ type: 'String'
117
+ },
118
+ smartFilter: {
119
+ item: PepSmartFilterOperators.BeginsWith,
120
+ type: 'text'
121
+ }
122
+ };
123
+
124
+ const EndsWith: IPepQueryBuilderOperator = {
125
+ legacy: {
126
+ operator: 'EndsWith',
127
+ type: 'String'
128
+ },
129
+ smartFilter: {
130
+ item: PepSmartFilterOperators.EndsWith,
131
+ type: 'text'
132
+ }
133
+ };
134
+
135
+ const Before: IPepQueryBuilderOperator = {
136
+ legacy: {
137
+ operator: 'Before',
138
+ type: 'Date'
139
+ },
140
+ smartFilter: {
141
+ item: PepSmartFilterOperators.Before,
142
+ type: 'date'
143
+ }
144
+ };
145
+
146
+ const After: IPepQueryBuilderOperator = {
147
+ legacy: {
148
+ operator: 'After',
149
+ type: 'Date'
150
+ },
151
+ smartFilter: {
152
+ item: PepSmartFilterOperators.After,
153
+ type: 'date'
154
+ }
155
+ }; */
156
+ var InTheLast = {
157
+ legacy: 'InTheLast',
158
+ smartFilter: smartFilters.PepSmartFilterOperators.InTheLast,
159
+ type: null
160
+ };
161
+ var InTheLastCalendar = {
162
+ legacy: 'InTheLastCalendar',
163
+ smartFilter: smartFilters.PepSmartFilterAdditionalOperators.InTheLastCalendar,
164
+ type: null
165
+ };
166
+ /*
167
+ const InTheLastVariable: IPepQueryBuilderOperator = {
168
+ legacy: 'InTheLastVariable',
169
+ smartFilter: PepSmartFilterVariableOperators.InTheLastVariable,
170
+ type: null
171
+ } */
172
+ var NotInTheLast = {
173
+ legacy: 'NotInTheLast',
174
+ smartFilter: smartFilters.PepSmartFilterOperators.NotInTheLast,
175
+ type: null
176
+ };
177
+ var NotInTheLastCalendar = {
178
+ legacy: 'NotInTheLastCalendar',
179
+ smartFilter: smartFilters.PepSmartFilterAdditionalOperators.NotInTheLastCalendar,
180
+ type: null
181
+ };
182
+ var Today = {
183
+ legacy: 'Today',
184
+ smartFilter: smartFilters.PepSmartFilterOperators.Today,
185
+ type: null
186
+ };
187
+ var ThisWeek = {
188
+ legacy: 'ThisWeek',
189
+ smartFilter: smartFilters.PepSmartFilterOperators.ThisWeek,
190
+ type: null
191
+ };
192
+ var ThisMonth = {
193
+ legacy: 'ThisMonth',
194
+ smartFilter: smartFilters.PepSmartFilterOperators.ThisMonth,
195
+ type: null
196
+ };
197
+ var DateRange = {
198
+ legacy: 'Between',
199
+ smartFilter: smartFilters.PepSmartFilterOperators.DateRange,
200
+ type: ['date-time']
201
+ };
202
+ var dateRangeVariable = {
203
+ legacy: 'BetweenVariable',
204
+ smartFilter: smartFilters.PepSmartFilterVariableOperators.DateRangeVariable,
205
+ type: ['date-time']
206
+ };
207
+ var DueIn = {
208
+ legacy: 'DueIn',
209
+ smartFilter: smartFilters.PepSmartFilterOperators.DueIn,
210
+ type: null
211
+ };
212
+ var NotDueIn = {
213
+ legacy: 'NotDueIn',
214
+ smartFilter: smartFilters.PepSmartFilterOperators.NotDueIn,
215
+ type: null
216
+ };
217
+ var On = {
218
+ legacy: 'On',
219
+ smartFilter: smartFilters.PepSmartFilterOperators.On,
220
+ type: null
221
+ };
222
+ var IsEmpty = {
223
+ legacy: 'IsEmpty',
224
+ smartFilter: smartFilters.PepSmartFilterOperators.IsEmpty,
225
+ type: null
226
+ };
227
+ var IsNotEmpty = {
228
+ legacy: 'IsNotEmpty',
229
+ smartFilter: smartFilters.PepSmartFilterOperators.IsNotEmpty,
230
+ type: null
231
+ };
232
+ var In = {
233
+ legacy: 'IsEqual',
234
+ smartFilter: smartFilters.PepSmartFilterOperators.In,
235
+ type: ['multi-select']
236
+ };
237
+ var PepQueryBuilderOperators = [
238
+ Equals,
239
+ EqualsVariable,
240
+ NotEqual,
241
+ NotEqualsVariable,
242
+ LessThan,
243
+ LessThanVarible,
244
+ // LessThanOrEquals,
245
+ GreaterThan,
246
+ GreaterThanVarible,
247
+ // GreaterThanOrEquals,
248
+ NumberRange,
249
+ Contains,
250
+ BeginsWith,
251
+ EndsWith,
252
+ // After,
253
+ // Before,
254
+ InTheLast,
255
+ // InTheLastVariable,
256
+ InTheLastCalendar,
257
+ NotInTheLast,
258
+ NotInTheLastCalendar,
259
+ Today,
260
+ ThisWeek,
261
+ ThisMonth,
262
+ DateRange,
263
+ dateRangeVariable,
264
+ DueIn,
265
+ NotDueIn,
266
+ On,
267
+ IsEmpty,
268
+ IsNotEmpty,
269
+ In
270
+ ];
271
+ /**
272
+ * gets a smart filter operator item
273
+ * @param operator legacy operator
274
+ * @param type smart filter's type
275
+ * @returns smart filter operator item
276
+ */
277
+ function getSmartFilterOperator(operator, type) {
278
+ var smartFilterOperator = PepQueryBuilderOperators.find(function (item) { return item.legacy === operator &&
279
+ (item.type === null || item.type.includes(type)); });
280
+ return smartFilterOperator ? smartFilterOperator.smartFilter : null;
281
+ }
282
+ /**
283
+ * gets a legacy operator value
284
+ * @param operator smart filter operator item
285
+ * @param type smart filter's type
286
+ * @returns legacy operator value
287
+ */
288
+ function getLegacyOperator(operator, type) {
289
+ var legacyOperator = PepQueryBuilderOperators.find(function (item) { return item.smartFilter === operator &&
290
+ (item.type === null || item.type.includes(type)); });
291
+ return legacyOperator ? legacyOperator.legacy : null;
292
292
  }
293
293
 
294
- var PepQueryBuilderTypeMap = /** @class */ (function () {
295
- function PepQueryBuilderTypeMap() {
296
- this.loadTypes();
297
- }
298
- PepQueryBuilderTypeMap.prototype.loadTypes = function () {
299
- this.map = new Map();
300
- this.map.set('Bool', 'boolean');
301
- this.map.set('JsonBool', 'boolean');
302
- this.map.set('Integer', 'int');
303
- this.map.set('Double', 'int');
304
- this.map.set('String', 'text');
305
- this.map.set('Guid', 'text');
306
- this.map.set('Date', 'date');
307
- this.map.set('DateTime', 'date-time');
308
- this.map.set('MultipleStringValues', 'multi-select');
309
- };
310
- /**
311
- * Converts legacy field type to smart filter type
312
- * @param type legacy type
313
- * @returns smart filter field type
314
- */
315
- PepQueryBuilderTypeMap.prototype.getSmartFilterType = function (key) {
316
- var item = this.map.get(key);
317
- return item ? item : null;
318
- };
319
- return PepQueryBuilderTypeMap;
294
+ var PepQueryBuilderTypeMap = /** @class */ (function () {
295
+ function PepQueryBuilderTypeMap() {
296
+ this.loadTypes();
297
+ }
298
+ PepQueryBuilderTypeMap.prototype.loadTypes = function () {
299
+ this.map = new Map();
300
+ this.map.set('Bool', 'boolean');
301
+ this.map.set('JsonBool', 'boolean');
302
+ this.map.set('Integer', 'int');
303
+ this.map.set('Double', 'int');
304
+ this.map.set('String', 'text');
305
+ this.map.set('Guid', 'text');
306
+ this.map.set('Date', 'date');
307
+ this.map.set('DateTime', 'date-time');
308
+ this.map.set('MultipleStringValues', 'multi-select');
309
+ };
310
+ /**
311
+ * Converts legacy field type to smart filter type
312
+ * @param type legacy type
313
+ * @returns smart filter field type
314
+ */
315
+ PepQueryBuilderTypeMap.prototype.getSmartFilterType = function (key) {
316
+ var item = this.map.get(key);
317
+ return item ? item : null;
318
+ };
319
+ return PepQueryBuilderTypeMap;
320
320
  }());
321
321
 
322
- var Days = {
323
- legacy: 'Days',
324
- smartFilter: smartFilters.PepSmartFilterOperatorUnits.Days
325
- };
326
- var Weeks = {
327
- legacy: 'Weeks',
328
- smartFilter: smartFilters.PepSmartFilterOperatorUnits.Weeks
329
- };
330
- var Months = {
331
- legacy: 'Months',
332
- smartFilter: smartFilters.PepSmartFilterOperatorUnits.Months
333
- };
334
- var Years = {
335
- legacy: 'Years',
336
- smartFilter: smartFilters.PepSmartFilterOperatorUnits.Years
337
- };
338
- var PepQueryBuilderOperationUnit = [
339
- Days,
340
- Weeks,
341
- Months,
342
- Years,
343
- ];
344
- /**
345
- * gets a smart filter operation unit item
346
- * @param operationUnit legacy operation unit
347
- * @returns smart filter operation unit item
348
- */
349
- function getSmartFilterOperationUnit(operationUnit) {
350
- var smartFilterOperationUnit = PepQueryBuilderOperationUnit.find(function (unit) { return unit.legacy === operationUnit; });
351
- return smartFilterOperationUnit ? smartFilterOperationUnit.smartFilter : null;
352
- }
353
- /**
354
- * gets a legacy operation unit value
355
- * @param operationUnit smart filter operation unit item
356
- * @returns legacy operation unit value
357
- */
358
- function getLegacyOperationUnit(operationUnit) {
359
- var legacyOperationUnit = PepQueryBuilderOperationUnit.find(function (unit) { return unit.smartFilter === operationUnit; });
360
- return legacyOperationUnit ? legacyOperationUnit.legacy : null;
322
+ var Days = {
323
+ legacy: 'Days',
324
+ smartFilter: smartFilters.PepSmartFilterOperatorUnits.Days
325
+ };
326
+ var Weeks = {
327
+ legacy: 'Weeks',
328
+ smartFilter: smartFilters.PepSmartFilterOperatorUnits.Weeks
329
+ };
330
+ var Months = {
331
+ legacy: 'Months',
332
+ smartFilter: smartFilters.PepSmartFilterOperatorUnits.Months
333
+ };
334
+ var Years = {
335
+ legacy: 'Years',
336
+ smartFilter: smartFilters.PepSmartFilterOperatorUnits.Years
337
+ };
338
+ var PepQueryBuilderOperationUnit = [
339
+ Days,
340
+ Weeks,
341
+ Months,
342
+ Years,
343
+ ];
344
+ /**
345
+ * gets a smart filter operation unit item
346
+ * @param operationUnit legacy operation unit
347
+ * @returns smart filter operation unit item
348
+ */
349
+ function getSmartFilterOperationUnit(operationUnit) {
350
+ var smartFilterOperationUnit = PepQueryBuilderOperationUnit.find(function (unit) { return unit.legacy === operationUnit; });
351
+ return smartFilterOperationUnit ? smartFilterOperationUnit.smartFilter : null;
352
+ }
353
+ /**
354
+ * gets a legacy operation unit value
355
+ * @param operationUnit smart filter operation unit item
356
+ * @returns legacy operation unit value
357
+ */
358
+ function getLegacyOperationUnit(operationUnit) {
359
+ var legacyOperationUnit = PepQueryBuilderOperationUnit.find(function (unit) { return unit.smartFilter === operationUnit; });
360
+ return legacyOperationUnit ? legacyOperationUnit.legacy : null;
361
361
  }
362
362
 
363
- var PepQueryBuilderService = /** @class */ (function () {
364
- function PepQueryBuilderService() {
365
- //
366
- }
367
- /**
368
- * creates a smart filter object
369
- * @param current filter legacy element
370
- * @param field filter's selected field
371
- * @returns smart filter object
372
- */
373
- PepQueryBuilderService.prototype.getFilter = function (current, field) {
374
- var operator = getSmartFilterOperator(current.Operation, field.type);
375
- if (operator) {
376
- var filterValues = this.getFilterValues(current, operator, field);
377
- return smartFilters.createSmartFilter(current.ApiName, operator, filterValues.first, filterValues.second, filterValues.operationUnit);
378
- }
379
- else {
380
- return null;
381
- }
382
- };
383
- /**
384
- * converts legacy fields to smart filter fields
385
- * @param fields legacy fields array
386
- * @returns smart filter fields array
387
- */
388
- PepQueryBuilderService.prototype.convertToSmartFilterFields = function (fields) {
389
- if ((fields === null || fields === void 0 ? void 0 : fields.length) > 0) {
390
- var typeMapper_1 = new PepQueryBuilderTypeMap();
391
- return fields.map(function (field) {
392
- var _a;
393
- return {
394
- smart: smartFilters.createSmartFilterField({
395
- id: field.FieldID,
396
- name: field.Title,
397
- options: (_a = field.OptionalValues) === null || _a === void 0 ? void 0 : _a.map(function (option) {
398
- return {
399
- key: option.Key,
400
- value: option.Value
401
- };
402
- })
403
- }, typeMapper_1.getSmartFilterType(field.FieldType)),
404
- query: {
405
- fieldType: field.FieldType
406
- }
407
- };
408
- });
409
- }
410
- else {
411
- return [];
412
- }
413
- };
414
- /**
415
- * gets smart filter's values data
416
- * @param current filter legacy element
417
- * @param operator smart filter operator
418
- * @param field filter's selected field
419
- * @returns object contains the filter values data
420
- */
421
- PepQueryBuilderService.prototype.getFilterValues = function (current, operator, field) {
422
- var _a, _b, _c, _d, _e;
423
- var data = {
424
- first: null,
425
- second: null,
426
- operationUnit: null
427
- };
428
- if (operator === smartFilters.PepSmartFilterOperators.In) { //multi select
429
- //filter keys don't exist on field options
430
- data.first = ((_a = current === null || current === void 0 ? void 0 : current.Values) === null || _a === void 0 ? void 0 : _a.length) > 0 ? current.Values.filter(function (item) {
431
- return field.options.find(function (option) { return option.key === item; });
432
- }) : null;
433
- }
434
- else if (operator === smartFilters.PepSmartFilterOperators.InTheLast ||
435
- operator === smartFilters.PepSmartFilterAdditionalOperators.InTheLastCalendar ||
436
- operator === smartFilters.PepSmartFilterOperators.NotInTheLast ||
437
- operator === smartFilters.PepSmartFilterAdditionalOperators.NotInTheLastCalendar ||
438
- operator === smartFilters.PepSmartFilterOperators.DueIn ||
439
- operator === smartFilters.PepSmartFilterOperators.NotDueIn) { //operation unit
440
- data.first = ((_b = current === null || current === void 0 ? void 0 : current.Values) === null || _b === void 0 ? void 0 : _b.length) > 0 ? current.Values[0] : null;
441
- if (((_c = current === null || current === void 0 ? void 0 : current.Values) === null || _c === void 0 ? void 0 : _c.length) === 2) {
442
- data.operationUnit = getSmartFilterOperationUnit(current.Values[1]);
443
- }
444
- }
445
- else {
446
- data.first = ((_d = current === null || current === void 0 ? void 0 : current.Values) === null || _d === void 0 ? void 0 : _d.length) > 0 ? current.Values[0] : null;
447
- data.second = ((_e = current === null || current === void 0 ? void 0 : current.Values) === null || _e === void 0 ? void 0 : _e.length) === 2 ? current.Values[1] : null;
448
- }
449
- return data;
450
- };
451
- return PepQueryBuilderService;
452
- }());
453
- PepQueryBuilderService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function PepQueryBuilderService_Factory() { return new PepQueryBuilderService(); }, token: PepQueryBuilderService, providedIn: "root" });
454
- PepQueryBuilderService.decorators = [
455
- { type: i0.Injectable, args: [{
456
- providedIn: 'root'
457
- },] }
458
- ];
363
+ var PepQueryBuilderService = /** @class */ (function () {
364
+ function PepQueryBuilderService() {
365
+ //
366
+ }
367
+ /**
368
+ * creates a smart filter object
369
+ * @param current filter legacy element
370
+ * @param field filter's selected field
371
+ * @returns smart filter object
372
+ */
373
+ PepQueryBuilderService.prototype.getFilter = function (current, field) {
374
+ var operator = getSmartFilterOperator(current.Operation, field.type);
375
+ if (operator) {
376
+ var filterValues = this.getFilterValues(current, operator, field);
377
+ return smartFilters.createSmartFilter(current.ApiName, operator, filterValues.first, filterValues.second, filterValues.operationUnit);
378
+ }
379
+ else {
380
+ return null;
381
+ }
382
+ };
383
+ /**
384
+ * converts legacy fields to smart filter fields
385
+ * @param fields legacy fields array
386
+ * @returns smart filter fields array
387
+ */
388
+ PepQueryBuilderService.prototype.convertToSmartFilterFields = function (fields) {
389
+ if ((fields === null || fields === void 0 ? void 0 : fields.length) > 0) {
390
+ var typeMapper_1 = new PepQueryBuilderTypeMap();
391
+ return fields.map(function (field) {
392
+ var _a;
393
+ return {
394
+ smart: smartFilters.createSmartFilterField({
395
+ id: field.FieldID,
396
+ name: field.Title,
397
+ options: (_a = field.OptionalValues) === null || _a === void 0 ? void 0 : _a.map(function (option) {
398
+ return {
399
+ key: option.Key,
400
+ value: option.Value
401
+ };
402
+ })
403
+ }, typeMapper_1.getSmartFilterType(field.FieldType)),
404
+ query: {
405
+ fieldType: field.FieldType
406
+ }
407
+ };
408
+ });
409
+ }
410
+ else {
411
+ return [];
412
+ }
413
+ };
414
+ /**
415
+ * gets smart filter's values data
416
+ * @param current filter legacy element
417
+ * @param operator smart filter operator
418
+ * @param field filter's selected field
419
+ * @returns object contains the filter values data
420
+ */
421
+ PepQueryBuilderService.prototype.getFilterValues = function (current, operator, field) {
422
+ var _a, _b, _c, _d, _e;
423
+ var data = {
424
+ first: null,
425
+ second: null,
426
+ operationUnit: null
427
+ };
428
+ if (operator === smartFilters.PepSmartFilterOperators.In) { //multi select
429
+ //filter keys don't exist on field options
430
+ data.first = ((_a = current === null || current === void 0 ? void 0 : current.Values) === null || _a === void 0 ? void 0 : _a.length) > 0 ? current.Values.filter(function (item) {
431
+ return field.options.find(function (option) { return option.key === item; });
432
+ }) : null;
433
+ }
434
+ else if (operator === smartFilters.PepSmartFilterOperators.InTheLast ||
435
+ operator === smartFilters.PepSmartFilterAdditionalOperators.InTheLastCalendar ||
436
+ operator === smartFilters.PepSmartFilterOperators.NotInTheLast ||
437
+ operator === smartFilters.PepSmartFilterAdditionalOperators.NotInTheLastCalendar ||
438
+ operator === smartFilters.PepSmartFilterOperators.DueIn ||
439
+ operator === smartFilters.PepSmartFilterOperators.NotDueIn) { //operation unit
440
+ data.first = ((_b = current === null || current === void 0 ? void 0 : current.Values) === null || _b === void 0 ? void 0 : _b.length) > 0 ? current.Values[0] : null;
441
+ if (((_c = current === null || current === void 0 ? void 0 : current.Values) === null || _c === void 0 ? void 0 : _c.length) === 2) {
442
+ data.operationUnit = getSmartFilterOperationUnit(current.Values[1]);
443
+ }
444
+ }
445
+ else {
446
+ data.first = ((_d = current === null || current === void 0 ? void 0 : current.Values) === null || _d === void 0 ? void 0 : _d.length) > 0 ? current.Values[0] : null;
447
+ data.second = ((_e = current === null || current === void 0 ? void 0 : current.Values) === null || _e === void 0 ? void 0 : _e.length) === 2 ? current.Values[1] : null;
448
+ }
449
+ return data;
450
+ };
451
+ return PepQueryBuilderService;
452
+ }());
453
+ PepQueryBuilderService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function PepQueryBuilderService_Factory() { return new PepQueryBuilderService(); }, token: PepQueryBuilderService, providedIn: "root" });
454
+ PepQueryBuilderService.decorators = [
455
+ { type: i0.Injectable, args: [{
456
+ providedIn: 'root'
457
+ },] }
458
+ ];
459
459
  PepQueryBuilderService.ctorParameters = function () { return []; };
460
460
 
461
- var PepOutputQueryService = /** @class */ (function () {
462
- function PepOutputQueryService() {
463
- //
464
- }
465
- /**
466
- * generates a legacy query structure
467
- * @param filters UI smart filters structure
468
- * @returns legacy query
469
- */
470
- PepOutputQueryService.prototype.generateQuery = function (filters) {
471
- this.initParams();
472
- return this.sectionWalk(filters);
473
- };
474
- /**
475
- * init params
476
- */
477
- PepOutputQueryService.prototype.initParams = function () {
478
- this._complexIdCounter = 1;
479
- this._expressionIdCounter = 1;
480
- };
481
- /**
482
- * a recursive function dynamically builds legacy query structure
483
- * @param current UI object represents either a section or filter component
484
- * @returns section query data
485
- */
486
- PepOutputQueryService.prototype.sectionWalk = function (current) {
487
- var _this = this;
488
- var section = null;
489
- Object.keys(current).forEach(function (key) {
490
- if (key.includes('item')) {
491
- section = _this.addToSection(section, {
492
- ExpressionId: (_this._expressionIdCounter++).toString(),
493
- ApiName: current[key].smart.fieldId,
494
- FieldType: current[key].query.fieldType,
495
- Operation: getLegacyOperator(current[key].smart.operator, current[key].smart.fieldType),
496
- Values: _this.getItemValues(current[key].smart)
497
- }, current.operator);
498
- }
499
- else if (key.includes('section')) {
500
- var childSection = _this.sectionWalk(current[key]);
501
- if (childSection) {
502
- section = _this.addToSection(section, childSection, current.operator);
503
- }
504
- }
505
- });
506
- return section;
507
- };
508
- /**
509
- * adds a legacy filter object to the current query structure
510
- * @param section section query data
511
- * @param item filter item
512
- * @param operator query operator
513
- * @returns
514
- */
515
- PepOutputQueryService.prototype.addToSection = function (section, item, operator) {
516
- return section ? this.createSection(section, item, operator) : item;
517
- };
518
- /**
519
- * creates a legacy complex object
520
- * @param left LeftNode object
521
- * @param right RightNode object
522
- * @param operator query operator
523
- * @returns legacy complex object
524
- */
525
- PepOutputQueryService.prototype.createSection = function (left, right, operator) {
526
- return {
527
- ComplexId: (this._complexIdCounter++).toString(),
528
- LeftNode: left,
529
- RightNode: right,
530
- Operation: operator
531
- };
532
- };
533
- /**
534
- * gets legacy filter values object
535
- * @param current UI filter object's values
536
- * @returns an array represents legacy values
537
- */
538
- PepOutputQueryService.prototype.getItemValues = function (current) {
539
- var _a;
540
- var values = [];
541
- if ((_a = current === null || current === void 0 ? void 0 : current.values) === null || _a === void 0 ? void 0 : _a.first) {
542
- if (current.operator === smartFilters.PepSmartFilterOperators.In) { //multi select
543
- values = current.values.first;
544
- }
545
- else if (current.operator === smartFilters.PepSmartFilterOperators.InTheLast ||
546
- current.operator === smartFilters.PepSmartFilterAdditionalOperators.InTheLastCalendar ||
547
- current.operator === smartFilters.PepSmartFilterOperators.NotInTheLast ||
548
- current.operator === smartFilters.PepSmartFilterAdditionalOperators.NotInTheLastCalendar ||
549
- current.operator === smartFilters.PepSmartFilterOperators.DueIn ||
550
- current.operator === smartFilters.PepSmartFilterOperators.NotDueIn) { //operation unit
551
- values.push(current.values.first);
552
- if (current.operatorUnit) {
553
- values.push(getLegacyOperationUnit(current.operatorUnit));
554
- }
555
- }
556
- else {
557
- values.push(current.values.first);
558
- if (current.values.second) {
559
- values.push(current.values.second);
560
- }
561
- }
562
- }
563
- return values;
564
- };
565
- return PepOutputQueryService;
566
- }());
567
- PepOutputQueryService.decorators = [
568
- { type: i0.Injectable }
569
- ];
461
+ var PepOutputQueryService = /** @class */ (function () {
462
+ function PepOutputQueryService() {
463
+ //
464
+ }
465
+ /**
466
+ * generates a legacy query structure
467
+ * @param filters UI smart filters structure
468
+ * @returns legacy query
469
+ */
470
+ PepOutputQueryService.prototype.generateQuery = function (filters) {
471
+ this.initParams();
472
+ return this.sectionWalk(filters);
473
+ };
474
+ /**
475
+ * init params
476
+ */
477
+ PepOutputQueryService.prototype.initParams = function () {
478
+ this._complexIdCounter = 1;
479
+ this._expressionIdCounter = 1;
480
+ };
481
+ /**
482
+ * a recursive function dynamically builds legacy query structure
483
+ * @param current UI object represents either a section or filter component
484
+ * @returns section query data
485
+ */
486
+ PepOutputQueryService.prototype.sectionWalk = function (current) {
487
+ var _this = this;
488
+ var section = null;
489
+ Object.keys(current).forEach(function (key) {
490
+ if (key.includes('item')) {
491
+ section = _this.addToSection(section, {
492
+ ExpressionId: (_this._expressionIdCounter++).toString(),
493
+ ApiName: current[key].smart.fieldId,
494
+ FieldType: current[key].query.fieldType,
495
+ Operation: getLegacyOperator(current[key].smart.operator, current[key].smart.fieldType),
496
+ Values: _this.getItemValues(current[key].smart)
497
+ }, current.operator);
498
+ }
499
+ else if (key.includes('section')) {
500
+ var childSection = _this.sectionWalk(current[key]);
501
+ if (childSection) {
502
+ section = _this.addToSection(section, childSection, current.operator);
503
+ }
504
+ }
505
+ });
506
+ return section;
507
+ };
508
+ /**
509
+ * adds a legacy filter object to the current query structure
510
+ * @param section section query data
511
+ * @param item filter item
512
+ * @param operator query operator
513
+ * @returns
514
+ */
515
+ PepOutputQueryService.prototype.addToSection = function (section, item, operator) {
516
+ return section ? this.createSection(section, item, operator) : item;
517
+ };
518
+ /**
519
+ * creates a legacy complex object
520
+ * @param left LeftNode object
521
+ * @param right RightNode object
522
+ * @param operator query operator
523
+ * @returns legacy complex object
524
+ */
525
+ PepOutputQueryService.prototype.createSection = function (left, right, operator) {
526
+ return {
527
+ ComplexId: (this._complexIdCounter++).toString(),
528
+ LeftNode: left,
529
+ RightNode: right,
530
+ Operation: operator
531
+ };
532
+ };
533
+ /**
534
+ * gets legacy filter values object
535
+ * @param current UI filter object's values
536
+ * @returns an array represents legacy values
537
+ */
538
+ PepOutputQueryService.prototype.getItemValues = function (current) {
539
+ var _a;
540
+ var values = [];
541
+ if ((_a = current === null || current === void 0 ? void 0 : current.values) === null || _a === void 0 ? void 0 : _a.first) {
542
+ if (current.operator === smartFilters.PepSmartFilterOperators.In) { //multi select
543
+ values = current.values.first;
544
+ }
545
+ else if (current.operator === smartFilters.PepSmartFilterOperators.InTheLast ||
546
+ current.operator === smartFilters.PepSmartFilterAdditionalOperators.InTheLastCalendar ||
547
+ current.operator === smartFilters.PepSmartFilterOperators.NotInTheLast ||
548
+ current.operator === smartFilters.PepSmartFilterAdditionalOperators.NotInTheLastCalendar ||
549
+ current.operator === smartFilters.PepSmartFilterOperators.DueIn ||
550
+ current.operator === smartFilters.PepSmartFilterOperators.NotDueIn) { //operation unit
551
+ values.push(current.values.first);
552
+ if (current.operatorUnit) {
553
+ values.push(getLegacyOperationUnit(current.operatorUnit));
554
+ }
555
+ }
556
+ else {
557
+ values.push(current.values.first);
558
+ if (current.values.second) {
559
+ values.push(current.values.second);
560
+ }
561
+ }
562
+ }
563
+ return values;
564
+ };
565
+ return PepOutputQueryService;
566
+ }());
567
+ PepOutputQueryService.decorators = [
568
+ { type: i0.Injectable }
569
+ ];
570
570
  PepOutputQueryService.ctorParameters = function () { return []; };
571
571
 
572
- var PepTypeConvertorService = /** @class */ (function () {
573
- function PepTypeConvertorService() {
574
- this._operators = [];
575
- this._booleans = [];
576
- this.initOperators();
577
- this.initBooleans();
578
- }
579
- Object.defineProperty(PepTypeConvertorService.prototype, "operators", {
580
- get: function () {
581
- return this._operators;
582
- },
583
- enumerable: false,
584
- configurable: true
585
- });
586
- Object.defineProperty(PepTypeConvertorService.prototype, "booleans", {
587
- get: function () {
588
- return this._booleans;
589
- },
590
- enumerable: false,
591
- configurable: true
592
- });
593
- PepTypeConvertorService.prototype.initOperators = function () {
594
- this._operators.push({
595
- key: 'AND',
596
- value: 'And'
597
- });
598
- this._operators.push({
599
- key: 'OR',
600
- value: 'Or'
601
- });
602
- };
603
- PepTypeConvertorService.prototype.initBooleans = function () {
604
- this._booleans.push({
605
- key: 'True',
606
- value: 'True'
607
- });
608
- this._booleans.push({
609
- key: 'False',
610
- value: 'False'
611
- });
612
- };
613
- return PepTypeConvertorService;
614
- }());
615
- PepTypeConvertorService.decorators = [
616
- { type: i0.Injectable }
617
- ];
572
+ var PepTypeConvertorService = /** @class */ (function () {
573
+ function PepTypeConvertorService() {
574
+ this._operators = [];
575
+ this._booleans = [];
576
+ this.initOperators();
577
+ this.initBooleans();
578
+ }
579
+ Object.defineProperty(PepTypeConvertorService.prototype, "operators", {
580
+ get: function () {
581
+ return this._operators;
582
+ },
583
+ enumerable: false,
584
+ configurable: true
585
+ });
586
+ Object.defineProperty(PepTypeConvertorService.prototype, "booleans", {
587
+ get: function () {
588
+ return this._booleans;
589
+ },
590
+ enumerable: false,
591
+ configurable: true
592
+ });
593
+ PepTypeConvertorService.prototype.initOperators = function () {
594
+ this._operators.push({
595
+ key: 'AND',
596
+ value: 'And'
597
+ });
598
+ this._operators.push({
599
+ key: 'OR',
600
+ value: 'Or'
601
+ });
602
+ };
603
+ PepTypeConvertorService.prototype.initBooleans = function () {
604
+ this._booleans.push({
605
+ key: 'True',
606
+ value: 'True'
607
+ });
608
+ this._booleans.push({
609
+ key: 'False',
610
+ value: 'False'
611
+ });
612
+ };
613
+ return PepTypeConvertorService;
614
+ }());
615
+ PepTypeConvertorService.decorators = [
616
+ { type: i0.Injectable }
617
+ ];
618
618
  PepTypeConvertorService.ctorParameters = function () { return []; };
619
619
 
620
- var PepQueryBuilderSectionComponent = /** @class */ (function () {
621
- function PepQueryBuilderSectionComponent(_typeConvertorService) {
622
- this._typeConvertorService = _typeConvertorService;
623
- this.hasFields = true;
624
- this.createSection = new i0.EventEmitter();
625
- this.createItem = new i0.EventEmitter();
626
- this.remove = new i0.EventEmitter();
627
- this.operatorChange = new i0.EventEmitter();
628
- }
629
- PepQueryBuilderSectionComponent.prototype.ngOnInit = function () {
630
- this.initOperators();
631
- };
632
- Object.defineProperty(PepQueryBuilderSectionComponent.prototype, "f", {
633
- get: function () {
634
- return this.form.controls;
635
- },
636
- enumerable: false,
637
- configurable: true
638
- });
639
- PepQueryBuilderSectionComponent.prototype.initOperators = function () {
640
- var _this = this;
641
- this.toggleButtons = this._typeConvertorService.operators.map(function (operator) {
642
- return {
643
- key: operator.key,
644
- value: operator.value,
645
- callback: function (event) { return _this.onOperatorChanged(event); }
646
- };
647
- });
648
- };
649
- PepQueryBuilderSectionComponent.prototype.onOperatorChanged = function (event) {
650
- var _a;
651
- if ((_a = event === null || event === void 0 ? void 0 : event.source) === null || _a === void 0 ? void 0 : _a.key) {
652
- this.f.operator.setValue(event.source.key);
653
- this.operatorChange.emit();
654
- }
655
- };
656
- PepQueryBuilderSectionComponent.prototype.onAddRuleClicked = function () {
657
- this.createItem.emit();
658
- };
659
- PepQueryBuilderSectionComponent.prototype.onAddRuleSetClicked = function () {
660
- this.createSection.emit();
661
- };
662
- PepQueryBuilderSectionComponent.prototype.onDeleteSectionClicked = function () {
663
- this.remove.emit();
664
- };
665
- return PepQueryBuilderSectionComponent;
666
- }());
667
- PepQueryBuilderSectionComponent.decorators = [
668
- { type: i0.Component, args: [{
669
- selector: 'pep-query-builder-section',
670
- template: "<div fxLayout=\"row\" fxLayoutGap=\".5rem\">\n <div class=\"query-section-container\" fxLayout=\"column\" fxLayoutGap=\".5rem\">\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between\">\n <pep-group-buttons [buttons]=\"toggleButtons\" [selectedButtonKey]=\"f.operator?.value || ''\" styleType=\"weak\"\n sizeType=\"sm\" [viewType]=\"'toggle'\" [buttonsDisabled]=\"!hasFields\">\n </pep-group-buttons>\n <div fxLayout=\"row\" fxLayoutGap=\".5rem\">\n <pep-button value=\"Add Filter\" styleType=\"weak\" styleStateType=\"system\" sizeType=\"sm\" classNames=\"\"\n [disabled]=\"!hasFields\" iconName=\"number_plus\" iconPosition=\"end\" [visible]=\"true\"\n (buttonClick)=\"onAddRuleClicked()\"></pep-button>\n <ng-container *ngIf=\"depth.current < depth.max-1\">\n <pep-button value=\"Add Filter Group\" styleType=\"weak\" styleStateType=\"system\" sizeType=\"sm\"\n classNames=\"\" [disabled]=\"!hasFields\" iconName=\"number_plus\" iconPosition=\"end\" [visible]=\"true\"\n (buttonClick)=\"onAddRuleSetClicked()\"></pep-button>\n </ng-container>\n </div>\n </div>\n <ng-container #sectionContainer></ng-container>\n </div>\n <pep-button *ngIf=\"depth.current > 0\" styleType=\"weak\" styleStateType=\"system_bin\" sizeType=\"md\" classNames=\"\"\n [disabled]=\"false\" iconName=\"system_bin\" iconPosition=\"end\" [visible]=\"true\"\n (buttonClick)=\"onDeleteSectionClicked()\">\n </pep-button>\n</div>",
671
- styles: [".query-section-container{border-radius:.25rem;border-radius:var(--pep-border-radius-md,.25rem);padding:.5rem;width:100%}", ".query-section-container{box-shadow:0 .25rem .5rem 0 rgba(26,26,26,.08);box-shadow:var(--pep-shadow-sm-offset,0 .25rem .5rem 0) hsla(var(--pep-color-system-primary-h,0),var(--pep-color-system-primary-s,0%),var(--pep-color-system-primary-l,10%),.08);border:1px solid rgba(26,26,26,.24);border:1px solid hsla(var(--pep-color-system-primary-h,0),var(--pep-color-system-primary-s,0%),var(--pep-color-system-primary-l,10%),.24)}"]
672
- },] }
673
- ];
674
- PepQueryBuilderSectionComponent.ctorParameters = function () { return [
675
- { type: PepTypeConvertorService }
676
- ]; };
677
- PepQueryBuilderSectionComponent.propDecorators = {
678
- form: [{ type: i0.Input }],
679
- depth: [{ type: i0.Input }],
680
- hasFields: [{ type: i0.Input }],
681
- createSection: [{ type: i0.Output }],
682
- createItem: [{ type: i0.Output }],
683
- remove: [{ type: i0.Output }],
684
- operatorChange: [{ type: i0.Output }],
685
- sectionContainer: [{ type: i0.ViewChild, args: ['sectionContainer', { read: i0.ViewContainerRef, static: true },] }]
620
+ var PepQueryBuilderSectionComponent = /** @class */ (function () {
621
+ function PepQueryBuilderSectionComponent(_typeConvertorService) {
622
+ this._typeConvertorService = _typeConvertorService;
623
+ this.hasFields = true;
624
+ this.createSection = new i0.EventEmitter();
625
+ this.createItem = new i0.EventEmitter();
626
+ this.remove = new i0.EventEmitter();
627
+ this.operatorChange = new i0.EventEmitter();
628
+ }
629
+ PepQueryBuilderSectionComponent.prototype.ngOnInit = function () {
630
+ this.initOperators();
631
+ };
632
+ Object.defineProperty(PepQueryBuilderSectionComponent.prototype, "f", {
633
+ get: function () {
634
+ return this.form.controls;
635
+ },
636
+ enumerable: false,
637
+ configurable: true
638
+ });
639
+ PepQueryBuilderSectionComponent.prototype.initOperators = function () {
640
+ var _this = this;
641
+ this.toggleButtons = this._typeConvertorService.operators.map(function (operator) {
642
+ return {
643
+ key: operator.key,
644
+ value: operator.value,
645
+ callback: function (event) { return _this.onOperatorChanged(event); }
646
+ };
647
+ });
648
+ };
649
+ PepQueryBuilderSectionComponent.prototype.onOperatorChanged = function (event) {
650
+ var _a;
651
+ if ((_a = event === null || event === void 0 ? void 0 : event.source) === null || _a === void 0 ? void 0 : _a.key) {
652
+ this.f.operator.setValue(event.source.key);
653
+ this.operatorChange.emit();
654
+ }
655
+ };
656
+ PepQueryBuilderSectionComponent.prototype.onAddRuleClicked = function () {
657
+ this.createItem.emit();
658
+ };
659
+ PepQueryBuilderSectionComponent.prototype.onAddRuleSetClicked = function () {
660
+ this.createSection.emit();
661
+ };
662
+ PepQueryBuilderSectionComponent.prototype.onDeleteSectionClicked = function () {
663
+ this.remove.emit();
664
+ };
665
+ return PepQueryBuilderSectionComponent;
666
+ }());
667
+ PepQueryBuilderSectionComponent.decorators = [
668
+ { type: i0.Component, args: [{
669
+ selector: 'pep-query-builder-section',
670
+ template: "<div fxLayout=\"row\" fxLayoutGap=\".5rem\">\n <div class=\"query-section-container\" fxLayout=\"column\" fxLayoutGap=\".5rem\">\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between\">\n <pep-group-buttons [buttons]=\"toggleButtons\" [selectedButtonKey]=\"f.operator?.value || ''\" styleType=\"weak\"\n sizeType=\"sm\" [viewType]=\"'toggle'\" [buttonsDisabled]=\"!hasFields\">\n </pep-group-buttons>\n <div fxLayout=\"row\" fxLayoutGap=\".5rem\">\n <pep-button value=\"Add Filter\" styleType=\"weak\" styleStateType=\"system\" sizeType=\"sm\" classNames=\"\"\n [disabled]=\"!hasFields\" iconName=\"number_plus\" iconPosition=\"end\" [visible]=\"true\"\n (buttonClick)=\"onAddRuleClicked()\"></pep-button>\n <ng-container *ngIf=\"depth.current < depth.max-1\">\n <pep-button value=\"Add Filter Group\" styleType=\"weak\" styleStateType=\"system\" sizeType=\"sm\"\n classNames=\"\" [disabled]=\"!hasFields\" iconName=\"number_plus\" iconPosition=\"end\" [visible]=\"true\"\n (buttonClick)=\"onAddRuleSetClicked()\"></pep-button>\n </ng-container>\n </div>\n </div>\n <ng-container #sectionContainer></ng-container>\n </div>\n <pep-button *ngIf=\"depth.current > 0\" styleType=\"weak\" styleStateType=\"system_bin\" sizeType=\"md\" classNames=\"\"\n [disabled]=\"false\" iconName=\"system_bin\" iconPosition=\"end\" [visible]=\"true\"\n (buttonClick)=\"onDeleteSectionClicked()\">\n </pep-button>\n</div>",
671
+ styles: [".query-section-container{border-radius:.25rem;border-radius:var(--pep-border-radius-md,.25rem);padding:.5rem;width:100%}", ".query-section-container{box-shadow:0 .25rem .5rem 0 rgba(26,26,26,.08);box-shadow:var(--pep-shadow-sm-offset,0 .25rem .5rem 0) hsla(var(--pep-color-system-primary-h,0),var(--pep-color-system-primary-s,0%),var(--pep-color-system-primary-l,10%),.08);border:1px solid rgba(26,26,26,.24);border:1px solid hsla(var(--pep-color-system-primary-h,0),var(--pep-color-system-primary-s,0%),var(--pep-color-system-primary-l,10%),.24)}"]
672
+ },] }
673
+ ];
674
+ PepQueryBuilderSectionComponent.ctorParameters = function () { return [
675
+ { type: PepTypeConvertorService }
676
+ ]; };
677
+ PepQueryBuilderSectionComponent.propDecorators = {
678
+ form: [{ type: i0.Input }],
679
+ depth: [{ type: i0.Input }],
680
+ hasFields: [{ type: i0.Input }],
681
+ createSection: [{ type: i0.Output }],
682
+ createItem: [{ type: i0.Output }],
683
+ remove: [{ type: i0.Output }],
684
+ operatorChange: [{ type: i0.Output }],
685
+ sectionContainer: [{ type: i0.ViewChild, args: ['sectionContainer', { read: i0.ViewContainerRef, static: true },] }]
686
686
  };
687
687
 
688
- var PepQueryBuilderItemComponent = /** @class */ (function () {
689
- function PepQueryBuilderItemComponent(_fb, typeConvertorService) {
690
- this._fb = _fb;
691
- this.typeConvertorService = typeConvertorService;
692
- this._fields = [];
693
- this._options = [];
694
- this._selectedField = null;
695
- this.variableFields = {};
696
- this.filterChange = new i0.EventEmitter();
697
- this.remove = new i0.EventEmitter();
698
- this.setupForm();
699
- }
700
- Object.defineProperty(PepQueryBuilderItemComponent.prototype, "fields", {
701
- set: function (list) {
702
- if ((list === null || list === void 0 ? void 0 : list.length) > 0) {
703
- this._fields = list;
704
- this._options = list.map(function (field) {
705
- return {
706
- key: field.smart.id,
707
- value: field.smart.name
708
- };
709
- });
710
- }
711
- },
712
- enumerable: false,
713
- configurable: true
714
- });
715
- Object.defineProperty(PepQueryBuilderItemComponent.prototype, "selected", {
716
- set: function (value) {
717
- if (value) {
718
- this._selectedField = value.smart;
719
- this.queryForm.fieldType.setValue(value.query.fieldType);
720
- }
721
- },
722
- enumerable: false,
723
- configurable: true
724
- });
725
- Object.defineProperty(PepQueryBuilderItemComponent.prototype, "filter", {
726
- set: function (value) {
727
- if (value) {
728
- this._filter = value;
729
- }
730
- },
731
- enumerable: false,
732
- configurable: true
733
- });
734
- Object.defineProperty(PepQueryBuilderItemComponent.prototype, "parentForm", {
735
- set: function (value) {
736
- if (value) {
737
- this._parentForm = value;
738
- this.addToParentForm();
739
- }
740
- },
741
- enumerable: false,
742
- configurable: true
743
- });
744
- PepQueryBuilderItemComponent.prototype.ngOnInit = function () {
745
- //
746
- };
747
- Object.defineProperty(PepQueryBuilderItemComponent.prototype, "f", {
748
- get: function () {
749
- return this.form.controls;
750
- },
751
- enumerable: false,
752
- configurable: true
753
- });
754
- Object.defineProperty(PepQueryBuilderItemComponent.prototype, "queryForm", {
755
- get: function () {
756
- return this.f.query.controls;
757
- },
758
- enumerable: false,
759
- configurable: true
760
- });
761
- PepQueryBuilderItemComponent.prototype.setupForm = function () {
762
- this.form = this._fb.group({
763
- smart: this._fb.group({
764
- fieldId: this._fb.control(null),
765
- fieldType: this._fb.control(null),
766
- operator: this._fb.control(null),
767
- operatorUnit: this._fb.control(null),
768
- values: this._fb.group({
769
- first: this._fb.control(null),
770
- second: this._fb.control(null)
771
- })
772
- }),
773
- query: this._fb.group({
774
- fieldType: this._fb.control(null)
775
- })
776
- });
777
- };
778
- PepQueryBuilderItemComponent.prototype.addToParentForm = function () {
779
- this._parentForm.setControl(this.formKey, this.form);
780
- };
781
- PepQueryBuilderItemComponent.prototype.onFieldChanged = function (key) {
782
- var _this = this;
783
- var item = this._fields.find(function (field) { return field.smart.id === key; });
784
- this.setupForm();
785
- this.queryForm.fieldType.setValue(item.query.fieldType);
786
- this.addToParentForm();
787
- /**
788
- * hack due to angular's change detection bug -
789
- * ERROR Error: There is no FormControl instance attached to form control element with name: [formControlName]
790
- */
791
- this._selectedField = null;
792
- setTimeout(function () {
793
- _this._selectedField = item ? item.smart : null;
794
- }, 0);
795
- this._filter = null;
796
- };
797
- PepQueryBuilderItemComponent.prototype.onFilterChanged = function () {
798
- if (this.form.valid) {
799
- this.filterChange.emit();
800
- }
801
- };
802
- PepQueryBuilderItemComponent.prototype.onDeleteItemClicked = function () {
803
- this.remove.emit();
804
- };
805
- return PepQueryBuilderItemComponent;
806
- }());
807
- PepQueryBuilderItemComponent.decorators = [
808
- { type: i0.Component, args: [{
809
- selector: 'pep-query-builder-item',
810
- template: "<div fxLayout=\"column\" fxLayoutGap=\".5rem\">\n <div fxLayout=\"row\" fxLayoutGap=\".5rem\">\n <pep-select fxFlex=\"25%\" [value]=\"_selectedField?.id\" xAlignment=\"left\" [options]=\"_options\"\n [renderTitle]=\"false\" (valueChange)=\"onFieldChanged($event)\"></pep-select>\n <ng-container *ngIf=\"_selectedField?.componentType\">\n <ng-container [ngSwitch]=\"_selectedField.componentType\">\n <ng-container *ngSwitchCase=\"'text'\">\n <pep-text-filter fxFlex=\"auto\" [showActionButtons]=\"false\" [variableField]=\"variableFields?.text\"\n [field]=\"_selectedField\" [filter]=\"_filter\" [parentForm]=\"f.smart\" [emitOnChange]=\"true\"\n [inline]=\"true\" [renderTitle]=\"false\" (filterChange)=\"onFilterChanged()\">\n </pep-text-filter>\n </ng-container>\n <ng-container *ngSwitchCase=\"'boolean'\">\n <pep-boolean-filter fxFlex=\"auto\" [showActionButtons]=\"false\"\n [variableField]=\"variableFields?.boolean\" [field]=\"_selectedField\" [filter]=\"_filter\"\n [parentForm]=\"f.smart\" [emitOnChange]=\"true\" [inline]=\"true\"\n [options]=\"typeConvertorService.booleans\" [renderTitle]=\"false\"\n (filterChange)=\"onFilterChanged()\">\n </pep-boolean-filter>\n </ng-container>\n <ng-container *ngSwitchCase=\"'date'\">\n <pep-date-filter fxFlex=\"auto\" [showActionButtons]=\"false\" [showAdditionalOperators]=\"true\"\n [variableField]=\"variableFields?.date\" [field]=\"_selectedField\" [filter]=\"_filter\"\n [parentForm]=\"f.smart\" [emitOnChange]=\"true\" [inline]=\"true\" [renderTitle]=\"false\"\n (filterChange)=\"onFilterChanged()\">\n </pep-date-filter>\n </ng-container>\n <ng-container *ngSwitchCase=\"'multi-select'\">\n <pep-multi-select-filter fxFlex=\"auto\" [showActionButtons]=\"false\"\n [variableField]=\"variableFields?.['multi-select']\" [field]=\"_selectedField\" [filter]=\"_filter\"\n [parentForm]=\"f.smart\" [emitOnChange]=\"true\" [inline]=\"true\" [renderTitle]=\"false\"\n (filterChange)=\"onFilterChanged()\">\n </pep-multi-select-filter>\n </ng-container>\n <ng-container *ngSwitchCase=\"'number'\">\n <pep-number-filter fxFlex=\"auto\" [showActionButtons]=\"false\"\n [variableField]=\"variableFields?.number\" [field]=\"_selectedField\" [filter]=\"_filter\"\n [parentForm]=\"f.smart\" [emitOnChange]=\"true\" [inline]=\"true\" [renderTitle]=\"false\"\n (filterChange)=\"onFilterChanged()\">\n </pep-number-filter>\n </ng-container>\n </ng-container>\n </ng-container>\n <pep-button styleType=\"weak\" styleStateType=\"system_bin\" sizeType=\"md\" classNames=\"\" [disabled]=\"false\"\n iconName=\"system_bin\" iconPosition=\"end\" [visible]=\"true\" (buttonClick)=\"onDeleteItemClicked()\">\n </pep-button>\n </div>\n</div>",
811
- styles: ["::ng-deep .pep-field-no-spacing{min-height:0!important;margin-bottom:0!important}"]
812
- },] }
813
- ];
814
- PepQueryBuilderItemComponent.ctorParameters = function () { return [
815
- { type: forms.FormBuilder },
816
- { type: PepTypeConvertorService }
817
- ]; };
818
- PepQueryBuilderItemComponent.propDecorators = {
819
- formKey: [{ type: i0.Input }],
820
- fields: [{ type: i0.Input }],
821
- selected: [{ type: i0.Input }],
822
- filter: [{ type: i0.Input }],
823
- parentForm: [{ type: i0.Input }],
824
- variableFields: [{ type: i0.Input }],
825
- filterChange: [{ type: i0.Output }],
826
- remove: [{ type: i0.Output }]
688
+ var PepQueryBuilderItemComponent = /** @class */ (function () {
689
+ function PepQueryBuilderItemComponent(_fb, typeConvertorService) {
690
+ this._fb = _fb;
691
+ this.typeConvertorService = typeConvertorService;
692
+ this._fields = [];
693
+ this._options = [];
694
+ this._selectedField = null;
695
+ this.variableFields = {};
696
+ this.filterChange = new i0.EventEmitter();
697
+ this.remove = new i0.EventEmitter();
698
+ this.setupForm();
699
+ }
700
+ Object.defineProperty(PepQueryBuilderItemComponent.prototype, "fields", {
701
+ set: function (list) {
702
+ if ((list === null || list === void 0 ? void 0 : list.length) > 0) {
703
+ this._fields = list;
704
+ this._options = list.map(function (field) {
705
+ return {
706
+ key: field.smart.id,
707
+ value: field.smart.name
708
+ };
709
+ });
710
+ }
711
+ },
712
+ enumerable: false,
713
+ configurable: true
714
+ });
715
+ Object.defineProperty(PepQueryBuilderItemComponent.prototype, "selected", {
716
+ set: function (value) {
717
+ if (value) {
718
+ this._selectedField = value.smart;
719
+ this.queryForm.fieldType.setValue(value.query.fieldType);
720
+ }
721
+ },
722
+ enumerable: false,
723
+ configurable: true
724
+ });
725
+ Object.defineProperty(PepQueryBuilderItemComponent.prototype, "filter", {
726
+ set: function (value) {
727
+ if (value) {
728
+ this._filter = value;
729
+ }
730
+ },
731
+ enumerable: false,
732
+ configurable: true
733
+ });
734
+ Object.defineProperty(PepQueryBuilderItemComponent.prototype, "parentForm", {
735
+ set: function (value) {
736
+ if (value) {
737
+ this._parentForm = value;
738
+ this.addToParentForm();
739
+ }
740
+ },
741
+ enumerable: false,
742
+ configurable: true
743
+ });
744
+ PepQueryBuilderItemComponent.prototype.ngOnInit = function () {
745
+ //
746
+ };
747
+ Object.defineProperty(PepQueryBuilderItemComponent.prototype, "f", {
748
+ get: function () {
749
+ return this.form.controls;
750
+ },
751
+ enumerable: false,
752
+ configurable: true
753
+ });
754
+ Object.defineProperty(PepQueryBuilderItemComponent.prototype, "queryForm", {
755
+ get: function () {
756
+ return this.f.query.controls;
757
+ },
758
+ enumerable: false,
759
+ configurable: true
760
+ });
761
+ PepQueryBuilderItemComponent.prototype.setupForm = function () {
762
+ this.form = this._fb.group({
763
+ smart: this._fb.group({
764
+ fieldId: this._fb.control(null),
765
+ fieldType: this._fb.control(null),
766
+ operator: this._fb.control(null),
767
+ operatorUnit: this._fb.control(null),
768
+ values: this._fb.group({
769
+ first: this._fb.control(null),
770
+ second: this._fb.control(null)
771
+ })
772
+ }),
773
+ query: this._fb.group({
774
+ fieldType: this._fb.control(null)
775
+ })
776
+ });
777
+ };
778
+ PepQueryBuilderItemComponent.prototype.addToParentForm = function () {
779
+ this._parentForm.setControl(this.formKey, this.form);
780
+ };
781
+ PepQueryBuilderItemComponent.prototype.onFieldChanged = function (key) {
782
+ var _this = this;
783
+ var item = this._fields.find(function (field) { return field.smart.id === key; });
784
+ this.setupForm();
785
+ this.queryForm.fieldType.setValue(item.query.fieldType);
786
+ this.addToParentForm();
787
+ /**
788
+ * hack due to angular's change detection bug -
789
+ * ERROR Error: There is no FormControl instance attached to form control element with name: [formControlName]
790
+ */
791
+ this._selectedField = null;
792
+ setTimeout(function () {
793
+ _this._selectedField = item ? item.smart : null;
794
+ }, 0);
795
+ this._filter = null;
796
+ };
797
+ PepQueryBuilderItemComponent.prototype.onFilterChanged = function () {
798
+ if (this.form.valid) {
799
+ this.filterChange.emit();
800
+ }
801
+ };
802
+ PepQueryBuilderItemComponent.prototype.onDeleteItemClicked = function () {
803
+ this.remove.emit();
804
+ };
805
+ return PepQueryBuilderItemComponent;
806
+ }());
807
+ PepQueryBuilderItemComponent.decorators = [
808
+ { type: i0.Component, args: [{
809
+ selector: 'pep-query-builder-item',
810
+ template: "<div fxLayout=\"column\" fxLayoutGap=\".5rem\">\n <div fxLayout=\"row\" fxLayoutGap=\".5rem\">\n <pep-select fxFlex=\"25%\" [value]=\"_selectedField?.id\" xAlignment=\"left\" [options]=\"_options\"\n [renderTitle]=\"false\" (valueChange)=\"onFieldChanged($event)\"></pep-select>\n <ng-container *ngIf=\"_selectedField?.componentType\">\n <ng-container [ngSwitch]=\"_selectedField.componentType\">\n <ng-container *ngSwitchCase=\"'text'\">\n <pep-text-filter fxFlex=\"auto\" [showActionButtons]=\"false\" [variableField]=\"variableFields?.text\"\n [field]=\"_selectedField\" [filter]=\"_filter\" [parentForm]=\"f.smart\" [emitOnChange]=\"true\"\n [inline]=\"true\" [renderTitle]=\"false\" (filterChange)=\"onFilterChanged()\">\n </pep-text-filter>\n </ng-container>\n <ng-container *ngSwitchCase=\"'boolean'\">\n <pep-boolean-filter fxFlex=\"auto\" [showActionButtons]=\"false\"\n [variableField]=\"variableFields?.boolean\" [field]=\"_selectedField\" [filter]=\"_filter\"\n [parentForm]=\"f.smart\" [emitOnChange]=\"true\" [inline]=\"true\"\n [options]=\"typeConvertorService.booleans\" [renderTitle]=\"false\"\n (filterChange)=\"onFilterChanged()\">\n </pep-boolean-filter>\n </ng-container>\n <ng-container *ngSwitchCase=\"'date'\">\n <pep-date-filter fxFlex=\"auto\" [showActionButtons]=\"false\" [showAdditionalOperators]=\"true\"\n [variableField]=\"variableFields?.date\" [field]=\"_selectedField\" [filter]=\"_filter\"\n [parentForm]=\"f.smart\" [emitOnChange]=\"true\" [inline]=\"true\" [renderTitle]=\"false\"\n (filterChange)=\"onFilterChanged()\">\n </pep-date-filter>\n </ng-container>\n <ng-container *ngSwitchCase=\"'multi-select'\">\n <pep-multi-select-filter fxFlex=\"auto\" [showActionButtons]=\"false\"\n [variableField]=\"variableFields?.['multi-select']\" [field]=\"_selectedField\" [filter]=\"_filter\"\n [parentForm]=\"f.smart\" [emitOnChange]=\"true\" [inline]=\"true\" [renderTitle]=\"false\"\n (filterChange)=\"onFilterChanged()\">\n </pep-multi-select-filter>\n </ng-container>\n <ng-container *ngSwitchCase=\"'number'\">\n <pep-number-filter fxFlex=\"auto\" [showActionButtons]=\"false\"\n [variableField]=\"variableFields?.number\" [field]=\"_selectedField\" [filter]=\"_filter\"\n [parentForm]=\"f.smart\" [emitOnChange]=\"true\" [inline]=\"true\" [renderTitle]=\"false\"\n (filterChange)=\"onFilterChanged()\">\n </pep-number-filter>\n </ng-container>\n </ng-container>\n </ng-container>\n <pep-button styleType=\"weak\" styleStateType=\"system_bin\" sizeType=\"md\" classNames=\"\" [disabled]=\"false\"\n iconName=\"system_bin\" iconPosition=\"end\" [visible]=\"true\" (buttonClick)=\"onDeleteItemClicked()\">\n </pep-button>\n </div>\n</div>",
811
+ styles: ["::ng-deep .pep-field-no-spacing{min-height:0!important;margin-bottom:0!important}"]
812
+ },] }
813
+ ];
814
+ PepQueryBuilderItemComponent.ctorParameters = function () { return [
815
+ { type: forms.FormBuilder },
816
+ { type: PepTypeConvertorService }
817
+ ]; };
818
+ PepQueryBuilderItemComponent.propDecorators = {
819
+ formKey: [{ type: i0.Input }],
820
+ fields: [{ type: i0.Input }],
821
+ selected: [{ type: i0.Input }],
822
+ filter: [{ type: i0.Input }],
823
+ parentForm: [{ type: i0.Input }],
824
+ variableFields: [{ type: i0.Input }],
825
+ filterChange: [{ type: i0.Output }],
826
+ remove: [{ type: i0.Output }]
827
827
  };
828
828
 
829
- var PepOperatorTypes;
830
- (function (PepOperatorTypes) {
831
- PepOperatorTypes["And"] = "AND";
832
- PepOperatorTypes["Or"] = "OR";
829
+ var PepOperatorTypes;
830
+ (function (PepOperatorTypes) {
831
+ PepOperatorTypes["And"] = "AND";
832
+ PepOperatorTypes["Or"] = "OR";
833
833
  })(PepOperatorTypes || (PepOperatorTypes = {}));
834
834
 
835
- var MAX_STRUCTURE_DEPTH = 3;
836
- var PepQueryStructureService = /** @class */ (function () {
837
- function PepQueryStructureService(_fb, _resolver, _outputQueryService, _queryBuilderService) {
838
- this._fb = _fb;
839
- this._resolver = _resolver;
840
- this._outputQueryService = _outputQueryService;
841
- this._queryBuilderService = _queryBuilderService;
842
- this._outputQuery$ = new rxjs.BehaviorSubject(null);
843
- this._variableFields = {};
844
- this._maxStructureDepth = MAX_STRUCTURE_DEPTH;
845
- this.outputQuery$ = this._outputQuery$.asObservable();
846
- }
847
- Object.defineProperty(PepQueryStructureService.prototype, "maxDepth", {
848
- get: function () {
849
- return this._maxStructureDepth;
850
- },
851
- set: function (value) {
852
- this._maxStructureDepth = value;
853
- },
854
- enumerable: false,
855
- configurable: true
856
- });
857
- Object.defineProperty(PepQueryStructureService.prototype, "fields", {
858
- set: function (list) {
859
- this._smartFilterFields = this._queryBuilderService.convertToSmartFilterFields(list);
860
- },
861
- enumerable: false,
862
- configurable: true
863
- });
864
- Object.defineProperty(PepQueryStructureService.prototype, "hasFields", {
865
- get: function () {
866
- var _a;
867
- return ((_a = this._smartFilterFields) === null || _a === void 0 ? void 0 : _a.length) > 0;
868
- },
869
- enumerable: false,
870
- configurable: true
871
- });
872
- Object.defineProperty(PepQueryStructureService.prototype, "variableFields", {
873
- set: function (list) {
874
- var _this = this;
875
- if (list === null || list === void 0 ? void 0 : list.length) {
876
- var typeMapper_1 = new PepQueryBuilderTypeMap();
877
- list.forEach(function (field) {
878
- var fieldType = _this.convertSmartFilterComponentType(typeMapper_1.getSmartFilterType(field.FieldType));
879
- if (_this.hasProperty(_this._variableFields, fieldType)) {
880
- _this._variableFields[fieldType].push(field.FieldID);
881
- }
882
- else {
883
- _this._variableFields[fieldType] = [field.FieldID];
884
- }
885
- });
886
- }
887
- },
888
- enumerable: false,
889
- configurable: true
890
- });
891
- Object.defineProperty(PepQueryStructureService.prototype, "form", {
892
- get: function () {
893
- return this._form;
894
- },
895
- set: function (value) {
896
- this._form = value;
897
- },
898
- enumerable: false,
899
- configurable: true
900
- });
901
- /**
902
- * builds a dynamic UI query structure
903
- * might has a different structure than the query's due to parent-child elements merge
904
- * @param query legacy query
905
- * @param containerRef reference to root element
906
- */
907
- PepQueryStructureService.prototype.buildQueryStructure = function (query, containerRef) {
908
- //update root operator
909
- if (this.hasProperty(query, 'ComplexId') &&
910
- (query === null || query === void 0 ? void 0 : query.Operation) &&
911
- query.Operation !== this._form.get('operator').value) {
912
- this._form.get('operator').setValue(query.Operation);
913
- }
914
- this.flatten(this._form.get('operator').value, query, containerRef, this._form, 0);
915
- };
916
- /**
917
- * checks if the object contains property
918
- * @param obj object
919
- * @param prop property name
920
- * @returns true if contains, false otherwise
921
- */
922
- PepQueryStructureService.prototype.hasProperty = function (obj, prop) {
923
- return Object.prototype.hasOwnProperty.call(obj, prop);
924
- };
925
- /**
926
- * a recursive function dynamically builds UI filters structure
927
- * @param parentOperator parent legacy complex operator
928
- * @param current child legacy object (either another complex or expression type)
929
- * @param containerRef parent element
930
- * @param parentForm parent form
931
- */
932
- PepQueryStructureService.prototype.flatten = function (parentOperator, current, containerRef, parentForm, depth) {
933
- if (this.hasProperty(current, 'ComplexId')) {
934
- var section = current;
935
- if (parentOperator === current.Operation) {
936
- this.flatten(current.Operation, section.LeftNode, containerRef, parentForm, depth);
937
- this.flatten(current.Operation, section.RightNode, containerRef, parentForm, depth);
938
- }
939
- else {
940
- var result = this.createSection(section.Operation, containerRef, parentForm, depth + 1);
941
- this.flatten(section.Operation, section.LeftNode, result.containerRef, result.parentForm, depth + 1);
942
- this.flatten(section.Operation, section.RightNode, result.containerRef, result.parentForm, depth + 1);
943
- }
944
- }
945
- else if (this.hasProperty(current, 'ExpressionId')) {
946
- this.createItem(current, containerRef, parentForm);
947
- }
948
- };
949
- /**
950
- * creates a container object of two or more child filter items
951
- * @param operator AND/OR operator
952
- * @param containerRef parent element
953
- * @param parentForm parent form
954
- * @param depth
955
- * @returns an object containing the current element and current form
956
- */
957
- PepQueryStructureService.prototype.createSection = function (operator, containerRef, parentForm, depth) {
958
- var _this = this;
959
- var factory = this._resolver.resolveComponentFactory(PepQueryBuilderSectionComponent);
960
- var componentRef = containerRef.createComponent(factory);
961
- var sectionGroup = this._fb.group({
962
- operator: this._fb.control(operator)
963
- });
964
- var counter = 1;
965
- Object.keys(parentForm.controls).forEach(function (item) {
966
- if (item.includes('section')) {
967
- counter++;
968
- }
969
- });
970
- var formKey = "section" + counter;
971
- parentForm.addControl(formKey, sectionGroup);
972
- componentRef.instance.form = sectionGroup;
973
- componentRef.instance.depth = {
974
- current: depth,
975
- max: this._maxStructureDepth
976
- };
977
- componentRef.instance.createSection.subscribe(function () {
978
- var section = _this.createSection(PepOperatorTypes.And, componentRef.instance.sectionContainer, sectionGroup, depth + 1);
979
- _this.createItem(null, section.containerRef, section.parentForm);
980
- });
981
- componentRef.instance.createItem.subscribe(function () {
982
- _this.createItem(null, componentRef.instance.sectionContainer, sectionGroup);
983
- });
984
- componentRef.instance.remove.subscribe(function () {
985
- parentForm.removeControl(formKey);
986
- componentRef.destroy();
987
- _this.createOutputQuery();
988
- });
989
- componentRef.instance.operatorChange.subscribe(function () {
990
- _this.createOutputQuery();
991
- });
992
- return {
993
- containerRef: componentRef.instance.sectionContainer,
994
- parentForm: sectionGroup
995
- };
996
- };
997
- /**
998
- * creates a component represents filter item (leaf element - has no childs)
999
- * @param current filter legacy element
1000
- * @param containerRef parent element
1001
- * @param parentForm parent form
1002
- */
1003
- PepQueryStructureService.prototype.createItem = function (current, containerRef, parentForm) {
1004
- var _this = this;
1005
- var factory = this._resolver.resolveComponentFactory(PepQueryBuilderItemComponent);
1006
- var componentRef = containerRef.createComponent(factory);
1007
- var counter = 1;
1008
- Object.keys(parentForm.controls).forEach(function (item) {
1009
- if (item.includes('item')) {
1010
- counter++;
1011
- }
1012
- });
1013
- var formKey = "item" + counter;
1014
- componentRef.instance.formKey = formKey;
1015
- componentRef.instance.fields = this._smartFilterFields;
1016
- componentRef.instance.variableFields = this._variableFields;
1017
- var selectedField = this.getSelectedField(current);
1018
- if (selectedField) {
1019
- componentRef.instance.selected = selectedField;
1020
- if (current) {
1021
- componentRef.instance.filter = this._queryBuilderService.getFilter(current, selectedField.smart);
1022
- }
1023
- }
1024
- componentRef.instance.parentForm = parentForm;
1025
- componentRef.instance.filterChange.subscribe(function () {
1026
- _this.createOutputQuery();
1027
- });
1028
- componentRef.instance.remove.subscribe(function () {
1029
- parentForm.removeControl(formKey);
1030
- componentRef.destroy();
1031
- _this.createOutputQuery();
1032
- });
1033
- };
1034
- /**
1035
- * get smart filter field
1036
- * @param current filter legacy element
1037
- * @returns smart filter field, if not found returns the first field
1038
- */
1039
- PepQueryStructureService.prototype.getSelectedField = function (current) {
1040
- var _a, _b;
1041
- if (current) {
1042
- var item = this._smartFilterFields.find(function (field) { return field.smart.id === current.ApiName; });
1043
- return item ? item : ((_a = this._smartFilterFields) === null || _a === void 0 ? void 0 : _a.length) > 0 ? this._smartFilterFields[0] : null;
1044
- }
1045
- else {
1046
- return ((_b = this._smartFilterFields) === null || _b === void 0 ? void 0 : _b.length) > 0 ? this._smartFilterFields[0] : null;
1047
- }
1048
- };
1049
- PepQueryStructureService.prototype.convertSmartFilterComponentType = function (type) {
1050
- switch (type) {
1051
- case 'int':
1052
- case 'currency':
1053
- case 'real':
1054
- case 'percentage':
1055
- return 'number';
1056
- case 'date-time':
1057
- return 'date';
1058
- default:
1059
- return type;
1060
- }
1061
- };
1062
- /**
1063
- * creates a legacy output query
1064
- */
1065
- PepQueryStructureService.prototype.createOutputQuery = function () {
1066
- if (this._form.valid) {
1067
- var query = this._outputQueryService.generateQuery(this._form.value);
1068
- this._outputQuery$.next(query);
1069
- }
1070
- };
1071
- return PepQueryStructureService;
1072
- }());
1073
- PepQueryStructureService.decorators = [
1074
- { type: i0.Injectable }
1075
- ];
1076
- PepQueryStructureService.ctorParameters = function () { return [
1077
- { type: forms.FormBuilder },
1078
- { type: i0.ComponentFactoryResolver },
1079
- { type: PepOutputQueryService },
1080
- { type: PepQueryBuilderService }
835
+ var MAX_STRUCTURE_DEPTH = 3;
836
+ var PepQueryStructureService = /** @class */ (function () {
837
+ function PepQueryStructureService(_fb, _resolver, _outputQueryService, _queryBuilderService) {
838
+ this._fb = _fb;
839
+ this._resolver = _resolver;
840
+ this._outputQueryService = _outputQueryService;
841
+ this._queryBuilderService = _queryBuilderService;
842
+ this._outputQuery$ = new rxjs.BehaviorSubject(null);
843
+ this._variableFields = {};
844
+ this._maxStructureDepth = MAX_STRUCTURE_DEPTH;
845
+ this.outputQuery$ = this._outputQuery$.asObservable();
846
+ }
847
+ Object.defineProperty(PepQueryStructureService.prototype, "maxDepth", {
848
+ get: function () {
849
+ return this._maxStructureDepth;
850
+ },
851
+ set: function (value) {
852
+ this._maxStructureDepth = value;
853
+ },
854
+ enumerable: false,
855
+ configurable: true
856
+ });
857
+ Object.defineProperty(PepQueryStructureService.prototype, "fields", {
858
+ set: function (list) {
859
+ this._smartFilterFields = this._queryBuilderService.convertToSmartFilterFields(list);
860
+ },
861
+ enumerable: false,
862
+ configurable: true
863
+ });
864
+ Object.defineProperty(PepQueryStructureService.prototype, "hasFields", {
865
+ get: function () {
866
+ var _a;
867
+ return ((_a = this._smartFilterFields) === null || _a === void 0 ? void 0 : _a.length) > 0;
868
+ },
869
+ enumerable: false,
870
+ configurable: true
871
+ });
872
+ Object.defineProperty(PepQueryStructureService.prototype, "variableFields", {
873
+ set: function (list) {
874
+ var _this = this;
875
+ if (list === null || list === void 0 ? void 0 : list.length) {
876
+ var typeMapper_1 = new PepQueryBuilderTypeMap();
877
+ list.forEach(function (field) {
878
+ var fieldType = _this.convertSmartFilterComponentType(typeMapper_1.getSmartFilterType(field.FieldType));
879
+ if (_this.hasProperty(_this._variableFields, fieldType)) {
880
+ _this._variableFields[fieldType].push(field.FieldID);
881
+ }
882
+ else {
883
+ _this._variableFields[fieldType] = [field.FieldID];
884
+ }
885
+ });
886
+ }
887
+ },
888
+ enumerable: false,
889
+ configurable: true
890
+ });
891
+ Object.defineProperty(PepQueryStructureService.prototype, "form", {
892
+ get: function () {
893
+ return this._form;
894
+ },
895
+ set: function (value) {
896
+ this._form = value;
897
+ },
898
+ enumerable: false,
899
+ configurable: true
900
+ });
901
+ /**
902
+ * builds a dynamic UI query structure
903
+ * might has a different structure than the query's due to parent-child elements merge
904
+ * @param query legacy query
905
+ * @param containerRef reference to root element
906
+ */
907
+ PepQueryStructureService.prototype.buildQueryStructure = function (query, containerRef) {
908
+ //update root operator
909
+ if (this.hasProperty(query, 'ComplexId') &&
910
+ (query === null || query === void 0 ? void 0 : query.Operation) &&
911
+ query.Operation !== this._form.get('operator').value) {
912
+ this._form.get('operator').setValue(query.Operation);
913
+ }
914
+ this.flatten(this._form.get('operator').value, query, containerRef, this._form, 0);
915
+ };
916
+ /**
917
+ * checks if the object contains property
918
+ * @param obj object
919
+ * @param prop property name
920
+ * @returns true if contains, false otherwise
921
+ */
922
+ PepQueryStructureService.prototype.hasProperty = function (obj, prop) {
923
+ return Object.prototype.hasOwnProperty.call(obj, prop);
924
+ };
925
+ /**
926
+ * a recursive function dynamically builds UI filters structure
927
+ * @param parentOperator parent legacy complex operator
928
+ * @param current child legacy object (either another complex or expression type)
929
+ * @param containerRef parent element
930
+ * @param parentForm parent form
931
+ */
932
+ PepQueryStructureService.prototype.flatten = function (parentOperator, current, containerRef, parentForm, depth) {
933
+ if (this.hasProperty(current, 'ComplexId')) {
934
+ var section = current;
935
+ if (parentOperator === current.Operation) {
936
+ this.flatten(current.Operation, section.LeftNode, containerRef, parentForm, depth);
937
+ this.flatten(current.Operation, section.RightNode, containerRef, parentForm, depth);
938
+ }
939
+ else {
940
+ var result = this.createSection(section.Operation, containerRef, parentForm, depth + 1);
941
+ this.flatten(section.Operation, section.LeftNode, result.containerRef, result.parentForm, depth + 1);
942
+ this.flatten(section.Operation, section.RightNode, result.containerRef, result.parentForm, depth + 1);
943
+ }
944
+ }
945
+ else if (this.hasProperty(current, 'ExpressionId')) {
946
+ this.createItem(current, containerRef, parentForm);
947
+ }
948
+ };
949
+ /**
950
+ * creates a container object of two or more child filter items
951
+ * @param operator AND/OR operator
952
+ * @param containerRef parent element
953
+ * @param parentForm parent form
954
+ * @param depth
955
+ * @returns an object containing the current element and current form
956
+ */
957
+ PepQueryStructureService.prototype.createSection = function (operator, containerRef, parentForm, depth) {
958
+ var _this = this;
959
+ var factory = this._resolver.resolveComponentFactory(PepQueryBuilderSectionComponent);
960
+ var componentRef = containerRef.createComponent(factory);
961
+ var sectionGroup = this._fb.group({
962
+ operator: this._fb.control(operator)
963
+ });
964
+ var counter = 1;
965
+ Object.keys(parentForm.controls).forEach(function (item) {
966
+ if (item.includes('section')) {
967
+ counter++;
968
+ }
969
+ });
970
+ var formKey = "section" + counter;
971
+ parentForm.addControl(formKey, sectionGroup);
972
+ componentRef.instance.form = sectionGroup;
973
+ componentRef.instance.depth = {
974
+ current: depth,
975
+ max: this._maxStructureDepth
976
+ };
977
+ componentRef.instance.createSection.subscribe(function () {
978
+ var section = _this.createSection(PepOperatorTypes.And, componentRef.instance.sectionContainer, sectionGroup, depth + 1);
979
+ _this.createItem(null, section.containerRef, section.parentForm);
980
+ });
981
+ componentRef.instance.createItem.subscribe(function () {
982
+ _this.createItem(null, componentRef.instance.sectionContainer, sectionGroup);
983
+ });
984
+ componentRef.instance.remove.subscribe(function () {
985
+ parentForm.removeControl(formKey);
986
+ componentRef.destroy();
987
+ _this.createOutputQuery();
988
+ });
989
+ componentRef.instance.operatorChange.subscribe(function () {
990
+ _this.createOutputQuery();
991
+ });
992
+ return {
993
+ containerRef: componentRef.instance.sectionContainer,
994
+ parentForm: sectionGroup
995
+ };
996
+ };
997
+ /**
998
+ * creates a component represents filter item (leaf element - has no childs)
999
+ * @param current filter legacy element
1000
+ * @param containerRef parent element
1001
+ * @param parentForm parent form
1002
+ */
1003
+ PepQueryStructureService.prototype.createItem = function (current, containerRef, parentForm) {
1004
+ var _this = this;
1005
+ var factory = this._resolver.resolveComponentFactory(PepQueryBuilderItemComponent);
1006
+ var componentRef = containerRef.createComponent(factory);
1007
+ var counter = 1;
1008
+ Object.keys(parentForm.controls).forEach(function (item) {
1009
+ if (item.includes('item')) {
1010
+ counter++;
1011
+ }
1012
+ });
1013
+ var formKey = "item" + counter;
1014
+ componentRef.instance.formKey = formKey;
1015
+ componentRef.instance.fields = this._smartFilterFields;
1016
+ componentRef.instance.variableFields = this._variableFields;
1017
+ var selectedField = this.getSelectedField(current);
1018
+ if (selectedField) {
1019
+ componentRef.instance.selected = selectedField;
1020
+ if (current) {
1021
+ componentRef.instance.filter = this._queryBuilderService.getFilter(current, selectedField.smart);
1022
+ }
1023
+ }
1024
+ componentRef.instance.parentForm = parentForm;
1025
+ componentRef.instance.filterChange.subscribe(function () {
1026
+ _this.createOutputQuery();
1027
+ });
1028
+ componentRef.instance.remove.subscribe(function () {
1029
+ parentForm.removeControl(formKey);
1030
+ componentRef.destroy();
1031
+ _this.createOutputQuery();
1032
+ });
1033
+ };
1034
+ /**
1035
+ * get smart filter field
1036
+ * @param current filter legacy element
1037
+ * @returns smart filter field, if not found returns the first field
1038
+ */
1039
+ PepQueryStructureService.prototype.getSelectedField = function (current) {
1040
+ var _a, _b;
1041
+ if (current) {
1042
+ var item = this._smartFilterFields.find(function (field) { return field.smart.id === current.ApiName; });
1043
+ return item ? item : ((_a = this._smartFilterFields) === null || _a === void 0 ? void 0 : _a.length) > 0 ? this._smartFilterFields[0] : null;
1044
+ }
1045
+ else {
1046
+ return ((_b = this._smartFilterFields) === null || _b === void 0 ? void 0 : _b.length) > 0 ? this._smartFilterFields[0] : null;
1047
+ }
1048
+ };
1049
+ PepQueryStructureService.prototype.convertSmartFilterComponentType = function (type) {
1050
+ switch (type) {
1051
+ case 'int':
1052
+ case 'currency':
1053
+ case 'real':
1054
+ case 'percentage':
1055
+ return 'number';
1056
+ case 'date-time':
1057
+ return 'date';
1058
+ default:
1059
+ return type;
1060
+ }
1061
+ };
1062
+ /**
1063
+ * creates a legacy output query
1064
+ */
1065
+ PepQueryStructureService.prototype.createOutputQuery = function () {
1066
+ if (this._form.valid) {
1067
+ var query = this._outputQueryService.generateQuery(this._form.value);
1068
+ this._outputQuery$.next(query);
1069
+ }
1070
+ };
1071
+ return PepQueryStructureService;
1072
+ }());
1073
+ PepQueryStructureService.decorators = [
1074
+ { type: i0.Injectable }
1075
+ ];
1076
+ PepQueryStructureService.ctorParameters = function () { return [
1077
+ { type: forms.FormBuilder },
1078
+ { type: i0.ComponentFactoryResolver },
1079
+ { type: PepOutputQueryService },
1080
+ { type: PepQueryBuilderService }
1081
1081
  ]; };
1082
1082
 
1083
- var PepQueryBuilderComponent = /** @class */ (function () {
1084
- function PepQueryBuilderComponent(_fb, queryStructureService) {
1085
- var _this = this;
1086
- this._fb = _fb;
1087
- this.queryStructureService = queryStructureService;
1088
- this._query = null;
1089
- this.queryChange = new i0.EventEmitter();
1090
- this.formValidationChange = new i0.EventEmitter();
1091
- this._lastFormValidStatus = true;
1092
- this.hasFields = false;
1093
- this.setupForm();
1094
- this.initDepth();
1095
- this._formSubscription$ = this.queryStructureService.form.valueChanges.subscribe(function (val) {
1096
- if (_this.queryStructureService.form.valid !== _this._lastFormValidStatus) {
1097
- _this._lastFormValidStatus = _this.queryStructureService.form.valid;
1098
- _this.formValidationChange.emit(_this._lastFormValidStatus);
1099
- }
1100
- });
1101
- this._outputQuerySubscription$ = this.queryStructureService.outputQuery$.subscribe(function (outputQuery) {
1102
- _this.queryChange.emit(outputQuery);
1103
- });
1104
- }
1105
- Object.defineProperty(PepQueryBuilderComponent.prototype, "query", {
1106
- set: function (object) {
1107
- this._query = object;
1108
- this.loadQuery();
1109
- },
1110
- enumerable: false,
1111
- configurable: true
1112
- });
1113
- Object.defineProperty(PepQueryBuilderComponent.prototype, "fields", {
1114
- set: function (list) {
1115
- this.queryStructureService.fields = list;
1116
- this.hasFields = this.queryStructureService.hasFields;
1117
- this.loadQuery();
1118
- },
1119
- enumerable: false,
1120
- configurable: true
1121
- });
1122
- Object.defineProperty(PepQueryBuilderComponent.prototype, "variableFields", {
1123
- set: function (list) {
1124
- this.queryStructureService.variableFields = list;
1125
- },
1126
- enumerable: false,
1127
- configurable: true
1128
- });
1129
- Object.defineProperty(PepQueryBuilderComponent.prototype, "maxDepth", {
1130
- set: function (value) {
1131
- this.queryStructureService.maxDepth = value;
1132
- },
1133
- enumerable: false,
1134
- configurable: true
1135
- });
1136
- PepQueryBuilderComponent.prototype.ngOnInit = function () {
1137
- //
1138
- };
1139
- PepQueryBuilderComponent.prototype.setupForm = function () {
1140
- this.queryStructureService.form = this._fb.group({
1141
- operator: this._fb.control(PepOperatorTypes.And)
1142
- });
1143
- };
1144
- PepQueryBuilderComponent.prototype.initDepth = function () {
1145
- this.depth = {
1146
- current: 0,
1147
- max: this.queryStructureService.maxDepth
1148
- };
1149
- };
1150
- /**
1151
- * builds UI query structure as soon as both the fields and query loads
1152
- */
1153
- PepQueryBuilderComponent.prototype.loadQuery = function () {
1154
- var _a;
1155
- if (this._query &&
1156
- this.queryStructureService.hasFields &&
1157
- ((_a = this.root) === null || _a === void 0 ? void 0 : _a.sectionContainer)) {
1158
- this.queryStructureService.buildQueryStructure(this._query, this.root.sectionContainer);
1159
- }
1160
- };
1161
- PepQueryBuilderComponent.prototype.onCreateSection = function () {
1162
- var section = this.queryStructureService.createSection(PepOperatorTypes.And, this.root.sectionContainer, this.queryStructureService.form, 1);
1163
- this.queryStructureService.createItem(null, section.containerRef, section.parentForm);
1164
- };
1165
- PepQueryBuilderComponent.prototype.onCreateItem = function () {
1166
- this.queryStructureService.createItem(null, this.root.sectionContainer, this.queryStructureService.form);
1167
- };
1168
- PepQueryBuilderComponent.prototype.onOperatorChange = function () {
1169
- this.queryStructureService.createOutputQuery();
1170
- };
1171
- PepQueryBuilderComponent.prototype.ngOnDestroy = function () {
1172
- if (this._formSubscription$) {
1173
- this._formSubscription$.unsubscribe();
1174
- }
1175
- if (this._outputQuerySubscription$) {
1176
- this._outputQuerySubscription$.unsubscribe();
1177
- }
1178
- };
1179
- return PepQueryBuilderComponent;
1180
- }());
1181
- PepQueryBuilderComponent.decorators = [
1182
- { type: i0.Component, args: [{
1183
- selector: 'pep-query-builder',
1184
- template: "<pep-query-builder-section #rootContainer [form]=\"queryStructureService.form\" [depth]=\"depth\" [hasFields]=\"hasFields\"\n (createSection)=\"onCreateSection()\" (createItem)=\"onCreateItem()\" (operatorChange)=\"onOperatorChange()\">\n</pep-query-builder-section>",
1185
- providers: [PepQueryStructureService, PepTypeConvertorService, PepOutputQueryService],
1186
- styles: [""]
1187
- },] }
1188
- ];
1189
- PepQueryBuilderComponent.ctorParameters = function () { return [
1190
- { type: forms.FormBuilder },
1191
- { type: PepQueryStructureService }
1192
- ]; };
1193
- PepQueryBuilderComponent.propDecorators = {
1194
- query: [{ type: i0.Input }],
1195
- fields: [{ type: i0.Input }],
1196
- variableFields: [{ type: i0.Input }],
1197
- maxDepth: [{ type: i0.Input }],
1198
- queryChange: [{ type: i0.Output }],
1199
- formValidationChange: [{ type: i0.Output }],
1200
- root: [{ type: i0.ViewChild, args: ['rootContainer', { static: true },] }]
1083
+ var PepQueryBuilderComponent = /** @class */ (function () {
1084
+ function PepQueryBuilderComponent(_fb, queryStructureService) {
1085
+ var _this = this;
1086
+ this._fb = _fb;
1087
+ this.queryStructureService = queryStructureService;
1088
+ this._query = null;
1089
+ this.queryChange = new i0.EventEmitter();
1090
+ this.formValidationChange = new i0.EventEmitter();
1091
+ this._lastFormValidStatus = true;
1092
+ this.hasFields = false;
1093
+ this.setupForm();
1094
+ this.initDepth();
1095
+ this._formSubscription$ = this.queryStructureService.form.valueChanges.subscribe(function (val) {
1096
+ if (_this.queryStructureService.form.valid !== _this._lastFormValidStatus) {
1097
+ _this._lastFormValidStatus = _this.queryStructureService.form.valid;
1098
+ _this.formValidationChange.emit(_this._lastFormValidStatus);
1099
+ }
1100
+ });
1101
+ this._outputQuerySubscription$ = this.queryStructureService.outputQuery$.subscribe(function (outputQuery) {
1102
+ _this.queryChange.emit(outputQuery);
1103
+ });
1104
+ }
1105
+ Object.defineProperty(PepQueryBuilderComponent.prototype, "query", {
1106
+ set: function (object) {
1107
+ this._query = object;
1108
+ this.loadQuery();
1109
+ },
1110
+ enumerable: false,
1111
+ configurable: true
1112
+ });
1113
+ Object.defineProperty(PepQueryBuilderComponent.prototype, "fields", {
1114
+ set: function (list) {
1115
+ this.queryStructureService.fields = list;
1116
+ this.hasFields = this.queryStructureService.hasFields;
1117
+ this.loadQuery();
1118
+ },
1119
+ enumerable: false,
1120
+ configurable: true
1121
+ });
1122
+ Object.defineProperty(PepQueryBuilderComponent.prototype, "variableFields", {
1123
+ set: function (list) {
1124
+ this.queryStructureService.variableFields = list;
1125
+ },
1126
+ enumerable: false,
1127
+ configurable: true
1128
+ });
1129
+ Object.defineProperty(PepQueryBuilderComponent.prototype, "maxDepth", {
1130
+ set: function (value) {
1131
+ this.queryStructureService.maxDepth = value;
1132
+ },
1133
+ enumerable: false,
1134
+ configurable: true
1135
+ });
1136
+ PepQueryBuilderComponent.prototype.ngOnInit = function () {
1137
+ //
1138
+ };
1139
+ PepQueryBuilderComponent.prototype.setupForm = function () {
1140
+ this.queryStructureService.form = this._fb.group({
1141
+ operator: this._fb.control(PepOperatorTypes.And)
1142
+ });
1143
+ };
1144
+ PepQueryBuilderComponent.prototype.initDepth = function () {
1145
+ this.depth = {
1146
+ current: 0,
1147
+ max: this.queryStructureService.maxDepth
1148
+ };
1149
+ };
1150
+ /**
1151
+ * builds UI query structure as soon as both the fields and query loads
1152
+ */
1153
+ PepQueryBuilderComponent.prototype.loadQuery = function () {
1154
+ var _a;
1155
+ if (this._query &&
1156
+ this.queryStructureService.hasFields &&
1157
+ ((_a = this.root) === null || _a === void 0 ? void 0 : _a.sectionContainer)) {
1158
+ this.queryStructureService.buildQueryStructure(this._query, this.root.sectionContainer);
1159
+ }
1160
+ };
1161
+ PepQueryBuilderComponent.prototype.onCreateSection = function () {
1162
+ var section = this.queryStructureService.createSection(PepOperatorTypes.And, this.root.sectionContainer, this.queryStructureService.form, 1);
1163
+ this.queryStructureService.createItem(null, section.containerRef, section.parentForm);
1164
+ };
1165
+ PepQueryBuilderComponent.prototype.onCreateItem = function () {
1166
+ this.queryStructureService.createItem(null, this.root.sectionContainer, this.queryStructureService.form);
1167
+ };
1168
+ PepQueryBuilderComponent.prototype.onOperatorChange = function () {
1169
+ this.queryStructureService.createOutputQuery();
1170
+ };
1171
+ PepQueryBuilderComponent.prototype.ngOnDestroy = function () {
1172
+ if (this._formSubscription$) {
1173
+ this._formSubscription$.unsubscribe();
1174
+ }
1175
+ if (this._outputQuerySubscription$) {
1176
+ this._outputQuerySubscription$.unsubscribe();
1177
+ }
1178
+ };
1179
+ return PepQueryBuilderComponent;
1180
+ }());
1181
+ PepQueryBuilderComponent.decorators = [
1182
+ { type: i0.Component, args: [{
1183
+ selector: 'pep-query-builder',
1184
+ template: "<pep-query-builder-section #rootContainer [form]=\"queryStructureService.form\" [depth]=\"depth\" [hasFields]=\"hasFields\"\n (createSection)=\"onCreateSection()\" (createItem)=\"onCreateItem()\" (operatorChange)=\"onOperatorChange()\">\n</pep-query-builder-section>",
1185
+ providers: [PepQueryStructureService, PepTypeConvertorService, PepOutputQueryService],
1186
+ styles: [""]
1187
+ },] }
1188
+ ];
1189
+ PepQueryBuilderComponent.ctorParameters = function () { return [
1190
+ { type: forms.FormBuilder },
1191
+ { type: PepQueryStructureService }
1192
+ ]; };
1193
+ PepQueryBuilderComponent.propDecorators = {
1194
+ query: [{ type: i0.Input }],
1195
+ fields: [{ type: i0.Input }],
1196
+ variableFields: [{ type: i0.Input }],
1197
+ maxDepth: [{ type: i0.Input }],
1198
+ queryChange: [{ type: i0.Output }],
1199
+ formValidationChange: [{ type: i0.Output }],
1200
+ root: [{ type: i0.ViewChild, args: ['rootContainer', { static: true },] }]
1201
1201
  };
1202
1202
 
1203
- var PepQueryBuilderModule = /** @class */ (function () {
1204
- function PepQueryBuilderModule() {
1205
- }
1206
- return PepQueryBuilderModule;
1207
- }());
1208
- PepQueryBuilderModule.decorators = [
1209
- { type: i0.NgModule, args: [{
1210
- imports: [
1211
- common.CommonModule,
1212
- forms.ReactiveFormsModule,
1213
- flexLayout.FlexLayoutModule,
1214
- select.PepSelectModule,
1215
- button.PepButtonModule,
1216
- groupButtons.PepGroupButtonsModule,
1217
- smartFilters.PepSmartFiltersModule
1218
- ],
1219
- exports: [
1220
- PepQueryBuilderComponent
1221
- ],
1222
- declarations: [
1223
- PepQueryBuilderComponent,
1224
- PepQueryBuilderSectionComponent,
1225
- PepQueryBuilderItemComponent
1226
- ]
1227
- },] }
1203
+ var PepQueryBuilderModule = /** @class */ (function () {
1204
+ function PepQueryBuilderModule() {
1205
+ }
1206
+ return PepQueryBuilderModule;
1207
+ }());
1208
+ PepQueryBuilderModule.decorators = [
1209
+ { type: i0.NgModule, args: [{
1210
+ imports: [
1211
+ common.CommonModule,
1212
+ forms.ReactiveFormsModule,
1213
+ flexLayout.FlexLayoutModule,
1214
+ select.PepSelectModule,
1215
+ button.PepButtonModule,
1216
+ groupButtons.PepGroupButtonsModule,
1217
+ smartFilters.PepSmartFiltersModule
1218
+ ],
1219
+ exports: [
1220
+ PepQueryBuilderComponent
1221
+ ],
1222
+ declarations: [
1223
+ PepQueryBuilderComponent,
1224
+ PepQueryBuilderSectionComponent,
1225
+ PepQueryBuilderItemComponent
1226
+ ]
1227
+ },] }
1228
1228
  ];
1229
1229
 
1230
- /*
1231
- * Public API Surface of ngx-lib/query-builder
1230
+ /*
1231
+ * Public API Surface of ngx-lib/query-builder
1232
1232
  */
1233
1233
 
1234
- /**
1235
- * Generated bundle index. Do not edit.
1234
+ /**
1235
+ * Generated bundle index. Do not edit.
1236
1236
  */
1237
1237
 
1238
1238
  exports.PepQueryBuilderComponent = PepQueryBuilderComponent;