@pepperi-addons/ngx-lib 0.4.2-scroll.7 → 0.5.0-ng15.1

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 (508) hide show
  1. package/address/address.component.d.ts +1 -1
  2. package/attachment/attachment.component.d.ts +2 -1
  3. package/bread-crumbs/bread-crumbs.component.d.ts +1 -1
  4. package/bread-crumbs/bread-crumbs.model.d.ts +1 -1
  5. package/button/button.component.d.ts +1 -1
  6. package/carousel/carousel-item.directive.d.ts +1 -1
  7. package/carousel/carousel.component.d.ts +1 -1
  8. package/checkbox/checkbox.component.d.ts +2 -1
  9. package/chips/chips.component.d.ts +4 -5
  10. package/chips/chips.component.theme.scss +15 -5
  11. package/chips/chips.model.d.ts +2 -2
  12. package/chips/chips.service.d.ts +0 -3
  13. package/color/color-picker.component.d.ts +1 -1
  14. package/color/color-picker.component.theme.scss +2 -1
  15. package/color/color.component.d.ts +1 -1
  16. package/color/color.model.d.ts +1 -1
  17. package/core/clipboard/clipboard.directive.d.ts +1 -1
  18. package/core/common/directives/auto-width.directive.d.ts +1 -1
  19. package/core/common/directives/base-destroyer.directive.d.ts +10 -0
  20. package/core/common/directives/button-blur.directive.d.ts +1 -1
  21. package/core/common/directives/button-loader.directive.d.ts +1 -1
  22. package/core/common/directives/data-qa.directive.d.ts +1 -1
  23. package/core/common/directives/div-loader.directive.d.ts +1 -1
  24. package/core/common/directives/menu-blur.directive.d.ts +1 -1
  25. package/core/common/directives/prevent-multi-click.directive.d.ts +1 -1
  26. package/core/common/directives/print.directive.d.ts +1 -1
  27. package/core/common/directives/public-api.d.ts +1 -0
  28. package/core/common/pipes/common-pipes.d.ts +2 -2
  29. package/core/common/services/addon.service.d.ts +6 -4
  30. package/core/common/services/file.service.d.ts +1 -1
  31. package/core/common/services/utilities.service.d.ts +4 -4
  32. package/core/customization/customization.model.d.ts +15 -12
  33. package/core/customization/customization.service.d.ts +4 -0
  34. package/core/layout/layout.service.d.ts +1 -1
  35. package/core/layout/rtl.directive.d.ts +2 -2
  36. package/core/portal/attach.directive.d.ts +1 -1
  37. package/core/portal/target.directive.d.ts +1 -1
  38. package/date/date.component.d.ts +4 -2
  39. package/dialog/default-dialog.component.d.ts +1 -1
  40. package/dialog/dialog.component.d.ts +1 -1
  41. package/dialog/dialog.model.d.ts +2 -2
  42. package/draggable-items/draggable-item/draggable-item.component.d.ts +16 -2
  43. package/draggable-items/draggable-items.component.d.ts +4 -7
  44. package/draggable-items/draggable-items.model.d.ts +2 -2
  45. package/draggable-items/draggable-items.module.d.ts +4 -3
  46. package/esm2020/address/address.component.mjs +16 -16
  47. package/esm2020/address/address.module.mjs +5 -5
  48. package/esm2020/attachment/attachment.component.mjs +58 -49
  49. package/esm2020/attachment/attachment.module.mjs +5 -5
  50. package/esm2020/bread-crumbs/bread-crumbs.component.mjs +15 -15
  51. package/esm2020/bread-crumbs/bread-crumbs.module.mjs +5 -5
  52. package/esm2020/button/button.component.mjs +23 -23
  53. package/esm2020/button/button.module.mjs +5 -5
  54. package/esm2020/carousel/carousel-item.directive.mjs +9 -9
  55. package/esm2020/carousel/carousel.component.mjs +52 -52
  56. package/esm2020/carousel/carousel.module.mjs +5 -5
  57. package/esm2020/checkbox/checkbox.component.mjs +40 -31
  58. package/esm2020/checkbox/checkbox.module.mjs +5 -5
  59. package/esm2020/chips/chips.component.mjs +26 -28
  60. package/esm2020/chips/chips.module.mjs +5 -5
  61. package/esm2020/chips/chips.service.mjs +5 -14
  62. package/esm2020/color/color-picker.component.mjs +5 -5
  63. package/esm2020/color/color.component.mjs +4 -4
  64. package/esm2020/color/color.module.mjs +5 -5
  65. package/esm2020/core/clipboard/clipboard.directive.mjs +4 -4
  66. package/esm2020/core/clipboard/clipboard.service.mjs +4 -4
  67. package/esm2020/core/common/directives/auto-width.directive.mjs +4 -4
  68. package/esm2020/core/common/directives/base-destroyer.directive.mjs +22 -0
  69. package/esm2020/core/common/directives/button-blur.directive.mjs +4 -4
  70. package/esm2020/core/common/directives/button-loader.directive.mjs +10 -10
  71. package/esm2020/core/common/directives/data-qa.directive.mjs +4 -4
  72. package/esm2020/core/common/directives/div-loader.directive.mjs +4 -4
  73. package/esm2020/core/common/directives/menu-blur.directive.mjs +4 -4
  74. package/esm2020/core/common/directives/prevent-multi-click.directive.mjs +4 -4
  75. package/esm2020/core/common/directives/print.directive.mjs +4 -4
  76. package/esm2020/core/common/directives/public-api.mjs +2 -1
  77. package/esm2020/core/common/pipes/common-pipes.mjs +35 -35
  78. package/esm2020/core/common/pipes/date-ago.pipe.mjs +4 -4
  79. package/esm2020/core/common/services/addon.service.mjs +36 -12
  80. package/esm2020/core/common/services/color.service.mjs +4 -4
  81. package/esm2020/core/common/services/cookie.service.mjs +4 -4
  82. package/esm2020/core/common/services/data-convertor.service.mjs +6 -6
  83. package/esm2020/core/common/services/file.service.mjs +4 -4
  84. package/esm2020/core/common/services/jwt-helper.service.mjs +4 -4
  85. package/esm2020/core/common/services/session.service.mjs +4 -4
  86. package/esm2020/core/common/services/translate.service.mjs +4 -4
  87. package/esm2020/core/common/services/utilities.service.mjs +10 -10
  88. package/esm2020/core/common/services/validator.service.mjs +4 -4
  89. package/esm2020/core/common/services/window-scrolling.service.mjs +4 -4
  90. package/esm2020/core/customization/customization.model.mjs +40 -11
  91. package/esm2020/core/customization/customization.service.mjs +22 -4
  92. package/esm2020/core/http/interceptors/error.interceptor.mjs +4 -4
  93. package/esm2020/core/http/interceptors/loader.interceptor.mjs +4 -4
  94. package/esm2020/core/http/interceptors/profiler.interceptor.mjs +4 -4
  95. package/esm2020/core/http/services/http.service.mjs +4 -4
  96. package/esm2020/core/http/services/loader.service.mjs +9 -9
  97. package/esm2020/core/layout/layout.service.mjs +12 -12
  98. package/esm2020/core/layout/rtl.directive.mjs +7 -7
  99. package/esm2020/core/portal/attach.directive.mjs +4 -4
  100. package/esm2020/core/portal/portal.service.mjs +4 -4
  101. package/esm2020/core/portal/target.directive.mjs +4 -4
  102. package/esm2020/core/scroll-to/scroll-to.service.mjs +4 -4
  103. package/esm2020/date/date.component.mjs +81 -59
  104. package/esm2020/date/date.model.mjs +7 -7
  105. package/esm2020/date/date.module.mjs +5 -5
  106. package/esm2020/dialog/default-dialog.component.mjs +4 -4
  107. package/esm2020/dialog/dialog.component.mjs +4 -4
  108. package/esm2020/dialog/dialog.module.mjs +5 -5
  109. package/esm2020/dialog/dialog.service.mjs +4 -4
  110. package/esm2020/draggable-items/draggable-item/draggable-item.component.mjs +46 -6
  111. package/esm2020/draggable-items/draggable-items.component.mjs +21 -29
  112. package/esm2020/draggable-items/draggable-items.module.mjs +9 -5
  113. package/esm2020/field-title/field-title.component.mjs +8 -5
  114. package/esm2020/field-title/field-title.module.mjs +5 -5
  115. package/esm2020/files-uploader/files-uploader.component.mjs +12 -12
  116. package/esm2020/files-uploader/files-uploader.module.mjs +5 -5
  117. package/esm2020/form/field-generator.component.mjs +5 -5
  118. package/esm2020/form/form.component.mjs +29 -27
  119. package/esm2020/form/form.module.mjs +5 -5
  120. package/esm2020/form/indicators.component.mjs +4 -4
  121. package/esm2020/form/internal-button.component.mjs +17 -17
  122. package/esm2020/form/internal-carusel.component.mjs +18 -18
  123. package/esm2020/form/internal-carusel.service.mjs +4 -4
  124. package/esm2020/form/internal-field-generator.component.mjs +5 -5
  125. package/esm2020/form/internal-form.component.mjs +29 -27
  126. package/esm2020/form/internal-list.component.mjs +7 -7
  127. package/esm2020/form/internal-menu.component.mjs +4 -4
  128. package/esm2020/form/internal-page.component.mjs +4 -4
  129. package/esm2020/form/internal-page.service.mjs +4 -4
  130. package/esm2020/group-buttons/group-buttons.component.mjs +5 -5
  131. package/esm2020/group-buttons/group-buttons.module.mjs +5 -5
  132. package/esm2020/icon/icon-registry.service.mjs +4 -4
  133. package/esm2020/icon/icon.component.mjs +11 -11
  134. package/esm2020/icon/icon.module.mjs +5 -5
  135. package/esm2020/icon/icon.service.mjs +4 -4
  136. package/esm2020/image/image.component.mjs +52 -43
  137. package/esm2020/image/image.module.mjs +5 -5
  138. package/esm2020/image/image.service.mjs +4 -4
  139. package/esm2020/images-filmstrip/images-filmstrip.component.mjs +26 -25
  140. package/esm2020/images-filmstrip/images-filmstrip.module.mjs +5 -5
  141. package/esm2020/link/link.component.mjs +59 -50
  142. package/esm2020/link/link.module.mjs +5 -5
  143. package/esm2020/link/link.pipes.mjs +4 -4
  144. package/esm2020/list/list-actions.component.mjs +6 -6
  145. package/esm2020/list/list-carousel.component.mjs +20 -20
  146. package/esm2020/list/list-chooser.component.mjs +6 -6
  147. package/esm2020/list/list-pager.component.mjs +12 -12
  148. package/esm2020/list/list-sorting.component.mjs +6 -6
  149. package/esm2020/list/list-total.component.mjs +9 -6
  150. package/esm2020/list/list-views.component.mjs +6 -6
  151. package/esm2020/list/list.component.mjs +135 -83
  152. package/esm2020/list/list.module.mjs +5 -5
  153. package/esm2020/list/list.pipes.mjs +7 -7
  154. package/esm2020/list/virtual-scroller.mjs +58 -58
  155. package/esm2020/menu/menu-item.component.mjs +5 -5
  156. package/esm2020/menu/menu.component.mjs +11 -11
  157. package/esm2020/menu/menu.module.mjs +5 -5
  158. package/esm2020/ngx-lib.module.mjs +5 -5
  159. package/esm2020/page-layout/page-layout.component.mjs +4 -4
  160. package/esm2020/page-layout/page-layout.module.mjs +5 -5
  161. package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +4 -4
  162. package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +4 -4
  163. package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +17 -17
  164. package/esm2020/profile-data-views-list/profile-data-views-list.module.mjs +5 -5
  165. package/esm2020/quantity-selector/quantity-selector-validation.directive.mjs +4 -4
  166. package/esm2020/quantity-selector/quantity-selector.component.mjs +102 -89
  167. package/esm2020/quantity-selector/quantity-selector.module.mjs +5 -5
  168. package/esm2020/quantity-selector/quantity-selector.pipes.mjs +4 -4
  169. package/esm2020/query-builder/common/services/output-query.service.mjs +4 -4
  170. package/esm2020/query-builder/common/services/query-structure.service.mjs +14 -5
  171. package/esm2020/query-builder/common/services/type-convertor.service.mjs +10 -10
  172. package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +24 -22
  173. package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +4 -4
  174. package/esm2020/query-builder/query-builder.component.mjs +19 -19
  175. package/esm2020/query-builder/query-builder.module.mjs +5 -5
  176. package/esm2020/query-builder/query-builder.service.mjs +4 -4
  177. package/esm2020/remote-loader/addon-block-loader.component.mjs +45 -35
  178. package/esm2020/remote-loader/addon-block-loader.service.mjs +8 -5
  179. package/esm2020/remote-loader/remote-loader-element.component.mjs +81 -26
  180. package/esm2020/remote-loader/remote-loader.component.mjs +13 -13
  181. package/esm2020/remote-loader/remote-loader.model.mjs +1 -1
  182. package/esm2020/remote-loader/remote-loader.module.mjs +5 -5
  183. package/esm2020/remote-loader/remote-loader.service.mjs +38 -15
  184. package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +47 -38
  185. package/esm2020/rich-html-textarea/rich-html-textarea.module.mjs +5 -5
  186. package/esm2020/search/search.component.mjs +35 -35
  187. package/esm2020/search/search.module.mjs +5 -5
  188. package/esm2020/select/select.component.mjs +89 -45
  189. package/esm2020/select/select.module.mjs +5 -5
  190. package/esm2020/select-panel/select-panel.component.mjs +26 -26
  191. package/esm2020/select-panel/select-panel.module.mjs +5 -5
  192. package/esm2020/separator/separator.component.mjs +16 -16
  193. package/esm2020/separator/separator.module.mjs +5 -5
  194. package/esm2020/side-bar/side-bar.component.mjs +29 -15
  195. package/esm2020/side-bar/side-bar.module.mjs +5 -5
  196. package/esm2020/signature/signature-dialog.component.mjs +4 -4
  197. package/esm2020/signature/signature.component.mjs +40 -31
  198. package/esm2020/signature/signature.module.mjs +5 -5
  199. package/esm2020/size-detector/size-detector.component.mjs +15 -13
  200. package/esm2020/size-detector/size-detector.module.mjs +5 -5
  201. package/esm2020/skeleton-loader/skeleton-loader.component.mjs +5 -5
  202. package/esm2020/skeleton-loader/skeleton-loader.module.mjs +5 -5
  203. package/esm2020/slider/slider.component.mjs +21 -21
  204. package/esm2020/slider/slider.module.mjs +5 -5
  205. package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +4 -4
  206. package/esm2020/smart-filters/common/filter-actions.component.mjs +4 -4
  207. package/esm2020/smart-filters/common/model/base-filter-component.mjs +28 -34
  208. package/esm2020/smart-filters/common/model/field.mjs +7 -7
  209. package/esm2020/smart-filters/common/model/operator.mjs +6 -4
  210. package/esm2020/smart-filters/date-filter/date-filter.component.mjs +4 -4
  211. package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +5 -5
  212. package/esm2020/smart-filters/number-filter/number-filter.component.mjs +4 -4
  213. package/esm2020/smart-filters/smart-filters.component.mjs +19 -19
  214. package/esm2020/smart-filters/smart-filters.module.mjs +5 -5
  215. package/esm2020/smart-filters/text-filter/text-filter.component.mjs +29 -9
  216. package/esm2020/snack-bar/default-snack-bar.component.mjs +4 -4
  217. package/esm2020/snack-bar/snack-bar.component.mjs +4 -4
  218. package/esm2020/snack-bar/snack-bar.module.mjs +5 -5
  219. package/esm2020/snack-bar/snack-bar.service.mjs +4 -4
  220. package/esm2020/textarea/textarea.component.mjs +40 -31
  221. package/esm2020/textarea/textarea.module.mjs +5 -5
  222. package/esm2020/textbox/textbox-validation.directive.mjs +5 -5
  223. package/esm2020/textbox/textbox.component.mjs +152 -116
  224. package/esm2020/textbox/textbox.module.mjs +5 -5
  225. package/esm2020/textbox-icon/textbox-icon.component.mjs +4 -4
  226. package/esm2020/textbox-icon/textbox-icon.module.mjs +5 -5
  227. package/esm2020/top-bar/top-bar.component.mjs +5 -5
  228. package/esm2020/top-bar/top-bar.module.mjs +5 -5
  229. package/fesm2015/pepperi-addons-ngx-lib-address.mjs +19 -19
  230. package/fesm2015/pepperi-addons-ngx-lib-address.mjs.map +1 -1
  231. package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +61 -52
  232. package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
  233. package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs +18 -18
  234. package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs.map +1 -1
  235. package/fesm2015/pepperi-addons-ngx-lib-button.mjs +26 -26
  236. package/fesm2015/pepperi-addons-ngx-lib-button.mjs.map +1 -1
  237. package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs +63 -63
  238. package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
  239. package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +43 -34
  240. package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
  241. package/fesm2015/pepperi-addons-ngx-lib-chips.mjs +33 -44
  242. package/fesm2015/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
  243. package/fesm2015/pepperi-addons-ngx-lib-color.mjs +11 -11
  244. package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -1
  245. package/fesm2015/pepperi-addons-ngx-lib-date.mjs +91 -68
  246. package/fesm2015/pepperi-addons-ngx-lib-date.mjs.map +1 -1
  247. package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +13 -13
  248. package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
  249. package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +75 -40
  250. package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
  251. package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs +11 -8
  252. package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
  253. package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +15 -15
  254. package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
  255. package/fesm2015/pepperi-addons-ngx-lib-form.mjs +122 -118
  256. package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  257. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +8 -8
  258. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
  259. package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +20 -20
  260. package/fesm2015/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
  261. package/fesm2015/pepperi-addons-ngx-lib-image.mjs +58 -49
  262. package/fesm2015/pepperi-addons-ngx-lib-image.mjs.map +1 -1
  263. package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +29 -28
  264. package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
  265. package/fesm2015/pepperi-addons-ngx-lib-link.mjs +65 -56
  266. package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -1
  267. package/fesm2015/pepperi-addons-ngx-lib-list.mjs +261 -204
  268. package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
  269. package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +18 -18
  270. package/fesm2015/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
  271. package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
  272. package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
  273. package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +26 -26
  274. package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
  275. package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +110 -97
  276. package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
  277. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +75 -65
  278. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
  279. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +197 -108
  280. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
  281. package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +50 -41
  282. package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
  283. package/fesm2015/pepperi-addons-ngx-lib-search.mjs +38 -38
  284. package/fesm2015/pepperi-addons-ngx-lib-search.mjs.map +1 -1
  285. package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs +29 -29
  286. package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
  287. package/fesm2015/pepperi-addons-ngx-lib-select.mjs +92 -48
  288. package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
  289. package/fesm2015/pepperi-addons-ngx-lib-separator.mjs +19 -19
  290. package/fesm2015/pepperi-addons-ngx-lib-separator.mjs.map +1 -1
  291. package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs +32 -18
  292. package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
  293. package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +46 -37
  294. package/fesm2015/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
  295. package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +18 -16
  296. package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
  297. package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs +8 -8
  298. package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
  299. package/fesm2015/pepperi-addons-ngx-lib-slider.mjs +24 -24
  300. package/fesm2015/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
  301. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +105 -89
  302. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
  303. package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
  304. package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
  305. package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs +43 -34
  306. package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
  307. package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
  308. package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
  309. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +161 -124
  310. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  311. package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +8 -8
  312. package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
  313. package/fesm2015/pepperi-addons-ngx-lib.mjs +282 -190
  314. package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
  315. package/fesm2020/pepperi-addons-ngx-lib-address.mjs +19 -19
  316. package/fesm2020/pepperi-addons-ngx-lib-address.mjs.map +1 -1
  317. package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +61 -52
  318. package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
  319. package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs +18 -18
  320. package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs.map +1 -1
  321. package/fesm2020/pepperi-addons-ngx-lib-button.mjs +26 -26
  322. package/fesm2020/pepperi-addons-ngx-lib-button.mjs.map +1 -1
  323. package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs +63 -63
  324. package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
  325. package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +43 -34
  326. package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
  327. package/fesm2020/pepperi-addons-ngx-lib-chips.mjs +33 -44
  328. package/fesm2020/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
  329. package/fesm2020/pepperi-addons-ngx-lib-color.mjs +11 -11
  330. package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -1
  331. package/fesm2020/pepperi-addons-ngx-lib-date.mjs +90 -68
  332. package/fesm2020/pepperi-addons-ngx-lib-date.mjs.map +1 -1
  333. package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +13 -13
  334. package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
  335. package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +74 -39
  336. package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
  337. package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs +11 -8
  338. package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
  339. package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +15 -15
  340. package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
  341. package/fesm2020/pepperi-addons-ngx-lib-form.mjs +122 -118
  342. package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  343. package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +8 -8
  344. package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
  345. package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +20 -20
  346. package/fesm2020/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
  347. package/fesm2020/pepperi-addons-ngx-lib-image.mjs +58 -49
  348. package/fesm2020/pepperi-addons-ngx-lib-image.mjs.map +1 -1
  349. package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +29 -28
  350. package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
  351. package/fesm2020/pepperi-addons-ngx-lib-link.mjs +65 -56
  352. package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -1
  353. package/fesm2020/pepperi-addons-ngx-lib-list.mjs +259 -204
  354. package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
  355. package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +18 -18
  356. package/fesm2020/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
  357. package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
  358. package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
  359. package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +26 -26
  360. package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
  361. package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +110 -97
  362. package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
  363. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +75 -65
  364. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
  365. package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +184 -93
  366. package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
  367. package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +50 -41
  368. package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
  369. package/fesm2020/pepperi-addons-ngx-lib-search.mjs +38 -38
  370. package/fesm2020/pepperi-addons-ngx-lib-search.mjs.map +1 -1
  371. package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs +29 -29
  372. package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
  373. package/fesm2020/pepperi-addons-ngx-lib-select.mjs +92 -48
  374. package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
  375. package/fesm2020/pepperi-addons-ngx-lib-separator.mjs +19 -19
  376. package/fesm2020/pepperi-addons-ngx-lib-separator.mjs.map +1 -1
  377. package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs +32 -18
  378. package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
  379. package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +46 -37
  380. package/fesm2020/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
  381. package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +18 -16
  382. package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
  383. package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs +8 -8
  384. package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
  385. package/fesm2020/pepperi-addons-ngx-lib-slider.mjs +24 -24
  386. package/fesm2020/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
  387. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +105 -89
  388. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
  389. package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
  390. package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
  391. package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs +43 -34
  392. package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
  393. package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
  394. package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
  395. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +160 -124
  396. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  397. package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +8 -8
  398. package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
  399. package/fesm2020/pepperi-addons-ngx-lib.mjs +281 -190
  400. package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
  401. package/field-title/field-title.component.d.ts +2 -1
  402. package/files-uploader/files-uploader.component.d.ts +1 -1
  403. package/form/field-generator.component.d.ts +1 -1
  404. package/form/form.component.d.ts +1 -1
  405. package/form/indicators.component.d.ts +1 -1
  406. package/form/internal-button.component.d.ts +1 -1
  407. package/form/internal-carusel.component.d.ts +1 -1
  408. package/form/internal-field-generator.component.d.ts +1 -1
  409. package/form/internal-form.component.d.ts +1 -1
  410. package/form/internal-list.component.d.ts +2 -2
  411. package/form/internal-menu.component.d.ts +1 -1
  412. package/form/internal-page.component.d.ts +1 -1
  413. package/group-buttons/group-buttons.component.d.ts +2 -2
  414. package/icon/icon-generated.model.d.ts +2 -2
  415. package/icon/icon.component.d.ts +1 -1
  416. package/image/image.component.d.ts +2 -1
  417. package/image/image.component.theme.scss +4 -2
  418. package/images-filmstrip/images-filmstrip.component.d.ts +1 -1
  419. package/link/link.component.d.ts +2 -1
  420. package/list/list-actions.component.d.ts +1 -1
  421. package/list/list-carousel.component.d.ts +2 -2
  422. package/list/list-chooser.component.d.ts +1 -1
  423. package/list/list-pager.component.d.ts +1 -1
  424. package/list/list-sorting.component.d.ts +1 -1
  425. package/list/list-total.component.d.ts +2 -1
  426. package/list/list-views.component.d.ts +2 -2
  427. package/list/list.component.d.ts +8 -5
  428. package/list/list.model.d.ts +6 -6
  429. package/list/virtual-scroller.d.ts +2 -2
  430. package/menu/menu-item.component.d.ts +1 -1
  431. package/menu/menu.component.d.ts +1 -1
  432. package/menu/menu.model.d.ts +3 -3
  433. package/package.json +1 -1
  434. package/page-layout/page-layout.component.d.ts +1 -1
  435. package/profile-data-views-list/profile-data-view/profile-data-view.component.d.ts +1 -1
  436. package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts +1 -1
  437. package/profile-data-views-list/profile-data-views-list.component.d.ts +1 -1
  438. package/quantity-selector/quantity-selector-validation.directive.d.ts +1 -1
  439. package/quantity-selector/quantity-selector.component.d.ts +8 -9
  440. package/quantity-selector/quantity-selector.component.theme.scss +12 -6
  441. package/query-builder/common/model/operator.d.ts +1 -1
  442. package/query-builder/query-builder-item/query-builder-item.component.d.ts +4 -2
  443. package/query-builder/query-builder-section/query-builder-section.component.d.ts +1 -1
  444. package/query-builder/query-builder.component.d.ts +1 -1
  445. package/remote-loader/addon-block-loader.component.d.ts +4 -2
  446. package/remote-loader/remote-loader-element.component.d.ts +9 -2
  447. package/remote-loader/remote-loader.component.d.ts +1 -1
  448. package/remote-loader/remote-loader.model.d.ts +3 -2
  449. package/remote-loader/remote-loader.service.d.ts +2 -0
  450. package/rich-html-textarea/rich-html-textarea.component.d.ts +2 -1
  451. package/rich-html-textarea/rich-html-textarea.component.theme.scss +6 -3
  452. package/search/search.component.d.ts +1 -1
  453. package/search/search.model.d.ts +4 -4
  454. package/select/select.component.d.ts +9 -1
  455. package/select/select.component.theme.scss +22 -11
  456. package/select-panel/select-panel.component.d.ts +1 -1
  457. package/select-panel/select-panel.component.theme.scss +0 -2
  458. package/separator/separator.component.d.ts +1 -1
  459. package/side-bar/side-bar.component.d.ts +4 -1
  460. package/side-bar/side-bar.model.d.ts +1 -1
  461. package/signature/signature-dialog.component.d.ts +1 -1
  462. package/signature/signature.component.d.ts +2 -1
  463. package/size-detector/size-detector.component.d.ts +1 -1
  464. package/skeleton-loader/skeleton-loader.component.d.ts +2 -2
  465. package/slider/slider.component.d.ts +1 -1
  466. package/slider/slider.component.theme.scss +15 -5
  467. package/smart-filters/boolean-filter/boolean-filter.component.d.ts +3 -1
  468. package/smart-filters/common/filter-actions.component.d.ts +1 -1
  469. package/smart-filters/common/model/base-filter-component.d.ts +3 -5
  470. package/smart-filters/common/model/operator.d.ts +2 -0
  471. package/smart-filters/common/model/type.d.ts +4 -4
  472. package/smart-filters/date-filter/date-filter.component.d.ts +3 -1
  473. package/smart-filters/multi-select-filter/multi-select-filter.component.d.ts +3 -1
  474. package/smart-filters/number-filter/number-filter.component.d.ts +3 -1
  475. package/smart-filters/smart-filters.component.d.ts +1 -1
  476. package/smart-filters/text-filter/text-filter.component.d.ts +4 -1
  477. package/snack-bar/default-snack-bar.component.d.ts +1 -1
  478. package/snack-bar/snack-bar.component.d.ts +1 -1
  479. package/src/assets/i18n/ar.ngx-lib.json +180 -0
  480. package/src/assets/i18n/de.ngx-lib.json +104 -5
  481. package/src/assets/i18n/en.ngx-lib.json +4 -3
  482. package/src/assets/i18n/es.ngx-lib.json +113 -11
  483. package/src/assets/i18n/fr.ngx-lib.json +105 -4
  484. package/src/assets/i18n/he.ngx-lib.json +105 -4
  485. package/src/assets/i18n/it.ngx-lib.json +114 -13
  486. package/src/assets/i18n/ja.ngx-lib.json +105 -4
  487. package/src/assets/i18n/pl.ngx-lib.json +105 -4
  488. package/src/assets/i18n/pt.ngx-lib.json +105 -4
  489. package/src/assets/i18n/sr.ngx-lib.json +180 -0
  490. package/src/assets/i18n/zh.ngx-lib.json +105 -2
  491. package/src/core/style/abstracts/mixins.scss +88 -30
  492. package/src/core/style/abstracts/variables.scss +9 -0
  493. package/src/core/style/base/Spacing.stories.mdx +22 -22
  494. package/src/core/style/base/base.scss +215 -115
  495. package/src/core/style/components/button.scss +41 -19
  496. package/src/core/style/components/checkbox.scss +132 -128
  497. package/src/core/style/components/file.scss +13 -9
  498. package/src/core/style/components/general.scss +149 -65
  499. package/src/core/style/components/radio-button.scss +50 -23
  500. package/src/core/style/components/textarea.scss +69 -30
  501. package/textarea/textarea.component.d.ts +2 -1
  502. package/textbox/textbox-validation.directive.d.ts +1 -1
  503. package/textbox/textbox.component.d.ts +2 -1
  504. package/textbox-icon/textbox-icon.component.d.ts +1 -1
  505. package/theming-offline.scss +2 -1
  506. package/theming.scss +2 -1
  507. package/top-bar/top-bar.component.d.ts +1 -1
  508. package/top-bar/top-bar.model.d.ts +1 -1
@@ -1,10 +1,10 @@
1
- import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef, ChangeDetectorRef, Renderer2, AfterViewInit } from '@angular/core';
1
+ import { OnInit, OnChanges, EventEmitter, ElementRef, ChangeDetectorRef, Renderer2, AfterViewInit } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
- import { PepLayoutType, PepStyleType, PepCustomizationService, PepHorizontalAlignment, IPepFieldClickEvent, PepQuantitySelectorFieldType, PepUtilitiesService } from '@pepperi-addons/ngx-lib';
3
+ import { PepLayoutType, PepStyleType, PepCustomizationService, PepHorizontalAlignment, IPepFieldClickEvent, PepQuantitySelectorFieldType, PepUtilitiesService, BaseDestroyerDirective } from '@pepperi-addons/ngx-lib';
4
4
  import { Observable } from 'rxjs';
5
5
  import { TranslateService } from '@ngx-translate/core';
6
6
  import * as i0 from "@angular/core";
7
- export declare class PepQuantitySelectorComponent implements OnChanges, OnInit, AfterViewInit, OnDestroy {
7
+ export declare class PepQuantitySelectorComponent extends BaseDestroyerDirective implements OnChanges, OnInit, AfterViewInit {
8
8
  private cd;
9
9
  private customizationService;
10
10
  private renderer;
@@ -53,17 +53,18 @@ export declare class PepQuantitySelectorComponent implements OnChanges, OnInit,
53
53
  renderTitle: boolean;
54
54
  layoutType: PepLayoutType;
55
55
  isActive: boolean;
56
- styleType: PepStyleType;
56
+ private _styleType;
57
+ set styleType(value: PepStyleType);
58
+ get styleType(): PepStyleType;
57
59
  valueChange: EventEmitter<string>;
58
60
  elementClick: EventEmitter<IPepFieldClickEvent>;
61
+ validationChange: EventEmitter<boolean>;
59
62
  QSCont: ElementRef;
60
63
  QSInput: ElementRef;
61
64
  private _calculateFormattedValue;
62
65
  get calculateFormattedValue(): boolean;
63
- private readonly _destroyed;
64
66
  private qsWidthSubject;
65
67
  lastQsContClientWidth: number;
66
- showQsBtn: boolean;
67
68
  standAlone: boolean;
68
69
  private _isInFocus;
69
70
  set isInFocus(isInFocus: boolean);
@@ -81,12 +82,10 @@ export declare class PepQuantitySelectorComponent implements OnChanges, OnInit,
81
82
  private notifyDisplayValueChange;
82
83
  private changeDisplayValue;
83
84
  private updateFormFieldValue;
84
- protected getDestroyer(): import("rxjs").MonoTypeOperatorFunction<unknown>;
85
85
  ngOnInit(): void;
86
86
  ngAfterViewInit(): void;
87
87
  ngAfterViewChecked(): void;
88
88
  ngOnChanges(changes: any): void;
89
- ngOnDestroy(): void;
90
89
  get getAdditionalValue(): string;
91
90
  getParentByClass(el: any, parentSelector: any): any;
92
91
  getSameElementInTheWantedRowByClassName(event: any, isNext?: boolean): any;
@@ -106,5 +105,5 @@ export declare class PepQuantitySelectorComponent implements OnChanges, OnInit,
106
105
  enterChildren(event: any): void;
107
106
  enterPackage(event: any): void;
108
107
  static ɵfac: i0.ɵɵFactoryDeclaration<PepQuantitySelectorComponent, never>;
109
- static ɵcmp: i0.ɵɵComponentDeclaration<PepQuantitySelectorComponent, "pep-quantity-selector", never, { "key": "key"; "value": "value"; "minFractionDigits": "minFractionDigits"; "maxFractionDigits": "maxFractionDigits"; "label": "label"; "type": "type"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "textColor": "textColor"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "allowDecimal": "allowDecimal"; "additionalValue": "additionalValue"; "notificationInfo": "notificationInfo"; "visible": "visible"; "form": "form"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "layoutType": "layoutType"; "isActive": "isActive"; "styleType": "styleType"; "isInFocus": "isInFocus"; }, { "valueChange": "valueChange"; "elementClick": "elementClick"; }, never, never, false>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepQuantitySelectorComponent, "pep-quantity-selector", never, { "key": "key"; "value": "value"; "minFractionDigits": "minFractionDigits"; "maxFractionDigits": "maxFractionDigits"; "label": "label"; "type": "type"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "textColor": "textColor"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "allowDecimal": "allowDecimal"; "additionalValue": "additionalValue"; "notificationInfo": "notificationInfo"; "visible": "visible"; "form": "form"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "layoutType": "layoutType"; "isActive": "isActive"; "styleType": "styleType"; "isInFocus": "isInFocus"; }, { "valueChange": "valueChange"; "elementClick": "elementClick"; "validationChange": "validationChange"; }, never, never, false, never>;
110
109
  }
@@ -14,7 +14,8 @@
14
14
  }
15
15
 
16
16
  @mixin pep-qs-states($style) {
17
- .mat-form-field {
17
+ .mat-form-field,
18
+ .mat-mdc-form-field {
18
19
  @include mixins.pep-form-field-states($style, color-qs);
19
20
  }
20
21
 
@@ -24,7 +25,8 @@
24
25
  }
25
26
 
26
27
  &.caution {
27
- .mat-form-field {
28
+ .mat-form-field,
29
+ .mat-mdc-form-field {
28
30
  @include mixins.pep-form-field-states($style, color-system-caution);
29
31
  }
30
32
 
@@ -37,15 +39,19 @@
37
39
  ::ng-deep {
38
40
  .pepperi-quantity-selector-container, .pep-quantity-selector-container {
39
41
  &:not(.strong) {
40
- .mat-form-field {
41
- .mat-input-element {
42
+ .mat-form-field,
43
+ .mat-mdc-form-field {
44
+ .mat-input-element,
45
+ .mat-mdc-input-element {
42
46
  color: functions.get-pep-color(color-text, color-main);
43
47
  }
44
48
  }
45
49
 
46
50
  &.zero-quantity {
47
- .mat-form-field {
48
- .mat-input-element {
51
+ .mat-form-field,
52
+ .mat-mdc-form-field {
53
+ .mat-input-element,
54
+ .mat-mdc-input-element {
49
55
  color: functions.get-pep-color(color-text, color-dimmed);
50
56
  }
51
57
  }
@@ -1,6 +1,6 @@
1
1
  import { IPepSmartFilterOperator } from '@pepperi-addons/ngx-lib/smart-filters';
2
2
  import { PepSmartFilterType } from '@pepperi-addons/ngx-lib/smart-filters';
3
- export declare type IpepQueryBuilderValueType = 'Static' | 'Dynamic';
3
+ export type IpepQueryBuilderValueType = 'Static' | 'Dynamic';
4
4
  export interface IPepQueryBuilderOperator {
5
5
  legacy: string;
6
6
  valueType: IpepQueryBuilderValueType;
@@ -5,10 +5,12 @@ import { IPepSmartFilterData } from '@pepperi-addons/ngx-lib/smart-filters';
5
5
  import { IPepOption } from '@pepperi-addons/ngx-lib';
6
6
  import { PepTypeConvertorService } from '../common/services/type-convertor.service';
7
7
  import { IPepQueryBuilderFieldContainer } from '../common/model/field';
8
+ import { PepQueryStructureService } from '../common/services/query-structure.service';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class PepQueryBuilderItemComponent {
10
11
  private _fb;
11
12
  typeConvertorService: PepTypeConvertorService;
13
+ private queryStructureService;
12
14
  formKey: string;
13
15
  _fields: Array<IPepQueryBuilderFieldContainer>;
14
16
  _options: IPepOption[];
@@ -23,7 +25,7 @@ export declare class PepQueryBuilderItemComponent {
23
25
  filterChange: EventEmitter<any>;
24
26
  remove: EventEmitter<any>;
25
27
  form: FormGroup;
26
- constructor(_fb: FormBuilder, typeConvertorService: PepTypeConvertorService);
28
+ constructor(_fb: FormBuilder, typeConvertorService: PepTypeConvertorService, queryStructureService: PepQueryStructureService);
27
29
  ngOnInit(): void;
28
30
  get f(): {
29
31
  [key: string]: import("@angular/forms").AbstractControl<any, any>;
@@ -37,5 +39,5 @@ export declare class PepQueryBuilderItemComponent {
37
39
  onFilterChanged(): void;
38
40
  onDeleteItemClicked(): void;
39
41
  static ɵfac: i0.ɵɵFactoryDeclaration<PepQueryBuilderItemComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<PepQueryBuilderItemComponent, "pep-query-builder-item", never, { "formKey": "formKey"; "fields": "fields"; "selected": "selected"; "filter": "filter"; "parentForm": "parentForm"; "variableFields": "variableFields"; }, { "filterChange": "filterChange"; "remove": "remove"; }, never, never, false>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepQueryBuilderItemComponent, "pep-query-builder-item", never, { "formKey": "formKey"; "fields": "fields"; "selected": "selected"; "filter": "filter"; "parentForm": "parentForm"; "variableFields": "variableFields"; }, { "filterChange": "filterChange"; "remove": "remove"; }, never, never, false, never>;
41
43
  }
@@ -26,5 +26,5 @@ export declare class PepQueryBuilderSectionComponent {
26
26
  onAddRuleSetClicked(): void;
27
27
  onDeleteSectionClicked(): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<PepQueryBuilderSectionComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<PepQueryBuilderSectionComponent, "pep-query-builder-section", never, { "form": "form"; "depth": "depth"; "hasFields": "hasFields"; }, { "createSection": "createSection"; "createItem": "createItem"; "remove": "remove"; "operatorChange": "operatorChange"; }, never, never, false>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepQueryBuilderSectionComponent, "pep-query-builder-section", never, { "form": "form"; "depth": "depth"; "hasFields": "hasFields"; }, { "createSection": "createSection"; "createItem": "createItem"; "remove": "remove"; "operatorChange": "operatorChange"; }, never, never, false, never>;
30
30
  }
@@ -35,5 +35,5 @@ export declare class PepQueryBuilderComponent implements OnInit, OnDestroy {
35
35
  onOperatorChange(): void;
36
36
  ngOnDestroy(): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<PepQueryBuilderComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<PepQueryBuilderComponent, "pep-query-builder", never, { "query": "query"; "fields": "fields"; "variableFields": "variableFields"; "maxDepth": "maxDepth"; }, { "queryChange": "queryChange"; "formValidationChange": "formValidationChange"; }, never, never, false>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepQueryBuilderComponent, "pep-query-builder", never, { "query": "query"; "fields": "fields"; "variableFields": "variableFields"; "maxDepth": "maxDepth"; }, { "queryChange": "queryChange"; "formValidationChange": "formValidationChange"; }, never, never, false, never>;
39
39
  }
@@ -19,10 +19,12 @@ export declare class PepAddonBlockLoaderComponent implements OnInit, OnDestroy {
19
19
  private _dialogRef;
20
20
  set dialogRef(value: MatDialogRef<any>);
21
21
  get dialogRef(): MatDialogRef<any>;
22
+ private _remoteLoaderOptions;
23
+ set remoteLoaderOptions(value: PepRemoteLoaderOptions);
24
+ get remoteLoaderOptions(): PepRemoteLoaderOptions;
22
25
  hostEvents: EventEmitter<any>;
23
26
  blockLoad: EventEmitter<void>;
24
27
  protected inDialog: boolean;
25
- protected remotePathOptions: PepRemoteLoaderOptions;
26
28
  protected loadElement: boolean;
27
29
  protected onHostEventsCallback: (event: CustomEvent) => void;
28
30
  constructor(remoteLoaderService: PepRemoteLoaderService);
@@ -32,5 +34,5 @@ export declare class PepAddonBlockLoaderComponent implements OnInit, OnDestroy {
32
34
  onHostEvents(event: any): void;
33
35
  closeDialog(event: any): void;
34
36
  static ɵfac: i0.ɵɵFactoryDeclaration<PepAddonBlockLoaderComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<PepAddonBlockLoaderComponent, "pep-addon-block-loader", never, { "addonId": "addonId"; "remoteEntry": "remoteEntry"; "slugName": "slugName"; "blockType": "blockType"; "name": "name"; "hostObject": "hostObject"; "dialogRef": "dialogRef"; }, { "hostEvents": "hostEvents"; "blockLoad": "blockLoad"; }, never, never, false>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepAddonBlockLoaderComponent, "pep-addon-block-loader", never, { "addonId": "addonId"; "remoteEntry": "remoteEntry"; "slugName": "slugName"; "blockType": "blockType"; "name": "name"; "hostObject": "hostObject"; "dialogRef": "dialogRef"; "remoteLoaderOptions": "remoteLoaderOptions"; }, { "hostEvents": "hostEvents"; "blockLoad": "blockLoad"; }, never, never, false, never>;
36
38
  }
@@ -20,13 +20,20 @@ export declare class PepRemoteLoaderElementComponent implements AfterContentInit
20
20
  load: EventEmitter<any>;
21
21
  element: HTMLElement;
22
22
  private _elementName;
23
+ private _blockType;
24
+ private _alreadyLoaded;
23
25
  constructor(renderer: Renderer2, el: ElementRef, pepAddonService: PepAddonService, remoteLoaderService: PepRemoteLoaderService, route: ActivatedRoute);
24
26
  private populateProps;
25
27
  private setupEvents;
26
28
  private loadOptionsFromRoute;
27
29
  ngOnChanges(): void;
28
30
  ngOnDestroy(): void;
29
- ngAfterContentInit(): Promise<void>;
31
+ /**
32
+ * Loads the remote JS bundle as a script tag for web component remotes.
33
+ * If the script is already loaded, resolves immediately.
34
+ */
35
+ private loadElementFromModule;
36
+ ngAfterContentInit(): void;
30
37
  static ɵfac: i0.ɵɵFactoryDeclaration<PepRemoteLoaderElementComponent, [null, null, null, null, { optional: true; }]>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<PepRemoteLoaderElementComponent, "pep-remote-loader-element", never, { "options": "options"; "props": "props"; "events": "events"; }, { "load": "load"; }, never, never, false>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepRemoteLoaderElementComponent, "pep-remote-loader-element", never, { "options": "options"; "props": "props"; "events": "events"; }, { "load": "load"; }, never, never, false, never>;
32
39
  }
@@ -21,5 +21,5 @@ export declare class PepRemoteLoaderComponent implements OnChanges {
21
21
  private loadModule;
22
22
  ngOnDestroy(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<PepRemoteLoaderComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<PepRemoteLoaderComponent, "pep-remote-loader", never, { "options": "options"; "hostObject": "hostObject"; }, { "hostEvents": "hostEvents"; "load": "load"; }, never, never, false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepRemoteLoaderComponent, "pep-remote-loader", never, { "options": "options"; "hostObject": "hostObject"; }, { "hostEvents": "hostEvents"; "load": "load"; }, never, never, false, never>;
25
25
  }
@@ -3,12 +3,12 @@ import { ViewContainerRef } from "@angular/core";
3
3
  import { MatDialogConfig } from "@angular/material/dialog";
4
4
  import { PepDialogSizeType } from "@pepperi-addons/ngx-lib/dialog";
5
5
  import { InstalledAddon, NgComponentRelation } from "@pepperi-addons/papi-sdk";
6
- declare type PepRemoteLoaderData = {
6
+ type PepRemoteLoaderData = {
7
7
  addonId?: string;
8
8
  componentName?: string;
9
9
  elementName?: string;
10
10
  };
11
- export declare type PepRemoteLoaderOptions = PepRemoteLoaderData & LoadRemoteModuleOptions;
11
+ export type PepRemoteLoaderOptions = PepRemoteLoaderData & LoadRemoteModuleOptions;
12
12
  export interface IPepRemoteLoaderParamsOptions {
13
13
  name?: string;
14
14
  slugName?: string;
@@ -23,6 +23,7 @@ export interface IBlockLoaderData {
23
23
  addonPublicBaseURL: string;
24
24
  }
25
25
  export interface IAddonBlockLoaderOptions extends IPepRemoteLoaderParamsOptions {
26
+ remoteLoaderOptions?: PepRemoteLoaderOptions;
26
27
  container: ViewContainerRef;
27
28
  hostObject?: any;
28
29
  hostEventsCallback?: (event: any) => void;
@@ -9,6 +9,8 @@ export declare class PepRemoteLoaderService {
9
9
  constructor(httpService: PepHttpService, sessionService: PepSessionService, addonService: PepAddonService);
10
10
  private getBlockLoaderDataUrl;
11
11
  getRemoteLoaderOptions(blockLoaderData: IBlockLoaderData, blockRemoteEntry?: string, type?: 'script' | 'module' | 'manifest'): PepRemoteLoaderOptions;
12
+ private getBlockLoaderDataSuccess;
13
+ private getBlockLoaderDataError;
12
14
  getBlockRemoteLoaderOptions(options: IPepRemoteLoaderParamsOptions): Promise<PepRemoteLoaderOptions>;
13
15
  static ɵfac: i0.ɵɵFactoryDeclaration<PepRemoteLoaderService, never>;
14
16
  static ɵprov: i0.ɵɵInjectableDeclaration<PepRemoteLoaderService>;
@@ -56,6 +56,7 @@ export declare class PepRichHtmlTextareaComponent implements OnInit, OnChanges,
56
56
  set toolbarOptions(options: IPepRichHtmlTextareaToolbarOptions);
57
57
  valueChange: EventEmitter<string>;
58
58
  editorCreated: EventEmitter<string>;
59
+ validationChange: EventEmitter<boolean>;
59
60
  richTextEditorDialogTemplate: TemplateRef<any>;
60
61
  quillContent: string;
61
62
  quillContentDialog: string;
@@ -77,5 +78,5 @@ export declare class PepRichHtmlTextareaComponent implements OnInit, OnChanges,
77
78
  onBlur(obj: any, inDialog: boolean): void;
78
79
  onFocus(obj: any, inDialog: boolean): void;
79
80
  static ɵfac: i0.ɵɵFactoryDeclaration<PepRichHtmlTextareaComponent, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<PepRichHtmlTextareaComponent, "pep-rich-html-textarea", never, { "key": "key"; "value": "value"; "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "maxFieldCharacters": "maxFieldCharacters"; "xAlignment": "xAlignment"; "sanitize": "sanitize"; "rowSpan": "rowSpan"; "visible": "visible"; "form": "form"; "isActive": "isActive"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "renderEnlargeButton": "renderEnlargeButton"; "layoutType": "layoutType"; "inlineMode": "inlineMode"; "toolbarOptions": "toolbarOptions"; }, { "valueChange": "valueChange"; "editorCreated": "editorCreated"; }, never, never, false>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepRichHtmlTextareaComponent, "pep-rich-html-textarea", never, { "key": "key"; "value": "value"; "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "maxFieldCharacters": "maxFieldCharacters"; "xAlignment": "xAlignment"; "sanitize": "sanitize"; "rowSpan": "rowSpan"; "visible": "visible"; "form": "form"; "isActive": "isActive"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "renderEnlargeButton": "renderEnlargeButton"; "layoutType": "layoutType"; "inlineMode": "inlineMode"; "toolbarOptions": "toolbarOptions"; }, { "valueChange": "valueChange"; "editorCreated": "editorCreated"; "validationChange": "validationChange"; }, never, never, false, never>;
81
82
  }
@@ -5,10 +5,13 @@
5
5
 
6
6
  @include textarea.pep-textarea-theme();
7
7
 
8
- .mat-form-field {
8
+ .mat-form-field,
9
+ .mat-mdc-form-field {
9
10
  // Disabled - remove the default disabled
10
- &.mat-form-field-disabled {
11
- ::ng-deep.mat-form-field-flex {
11
+ &.mat-form-field-disabled,
12
+ &.mat-mdc-form-field-disabled {
13
+ ::ng-deep.mat-form-field-flex,
14
+ ::ng-deep.mat-mdc-form-field-flex {
12
15
  color: functions.get-pep-color(color-text, color-main);
13
16
  }
14
17
  }
@@ -60,6 +60,6 @@ export declare class PepSearchComponent implements OnInit, OnDestroy {
60
60
  animateSearchDone(): void;
61
61
  emitSearchClick(): void;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSearchComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<PepSearchComponent, "pep-search", never, { "triggerOn": "triggerOn"; "autoCompleteTop": "autoCompleteTop"; "autoCompleteValues": "autoCompleteValues"; "shrink": "shrink"; "value": "value"; "searchControl": "searchControl"; "useAsWebComponent": "useAsWebComponent"; "sizeType": "sizeType"; }, { "search": "search"; "autocompleteChange": "autocompleteChange"; "stateChange": "stateChange"; }, never, never, false>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepSearchComponent, "pep-search", never, { "triggerOn": "triggerOn"; "autoCompleteTop": "autoCompleteTop"; "autoCompleteValues": "autoCompleteValues"; "shrink": "shrink"; "value": "value"; "searchControl": "searchControl"; "useAsWebComponent": "useAsWebComponent"; "sizeType": "sizeType"; }, { "search": "search"; "autocompleteChange": "autocompleteChange"; "stateChange": "stateChange"; }, never, never, false, never>;
64
64
  static ɵprov: i0.ɵɵInjectableDeclaration<PepSearchComponent>;
65
65
  }
@@ -1,7 +1,7 @@
1
- export declare type PepSearchType = 'regular' | 'auto-complete';
2
- export declare type PepSearchTriggerType = 'keydown' | 'click';
3
- export declare type PepSearchStateType = 'open' | 'close';
4
- export declare type PepSearchShrinkType = 'small-screen' | 'always' | 'never';
1
+ export type PepSearchType = 'regular' | 'auto-complete';
2
+ export type PepSearchTriggerType = 'keydown' | 'click';
3
+ export type PepSearchStateType = 'open' | 'close';
4
+ export type PepSearchShrinkType = 'small-screen' | 'always' | 'never';
5
5
  export interface IPepSearchClickEvent {
6
6
  value: string;
7
7
  }
@@ -25,6 +25,10 @@ export declare class PepSelectComponent implements OnChanges, OnInit, OnDestroy
25
25
  set placeholder(value: string);
26
26
  get placeholder(): string;
27
27
  placeholderWhenDisabled: string;
28
+ private _autoSortOptions;
29
+ set autoSortOptions(val: boolean);
30
+ get autoSortOptions(): boolean;
31
+ private _originalOptions;
28
32
  private _options;
29
33
  set options(value: Array<IPepOption>);
30
34
  get options(): Array<IPepOption>;
@@ -44,6 +48,7 @@ export declare class PepSelectComponent implements OnChanges, OnInit, OnDestroy
44
48
  typeaheadDebounceInterval: number;
45
49
  addValueToOptionsIfNotExist: boolean;
46
50
  valueChange: EventEmitter<string>;
51
+ validationChange: EventEmitter<boolean>;
47
52
  select: MatSelect;
48
53
  standAlone: boolean;
49
54
  isInEditMode: boolean;
@@ -52,6 +57,8 @@ export declare class PepSelectComponent implements OnChanges, OnInit, OnDestroy
52
57
  selectedValueModel: string;
53
58
  fieldFormattedValue: string;
54
59
  constructor(translate: TranslateService, customizationService: PepCustomizationService, renderer: Renderer2, element: ElementRef);
60
+ private setOptions;
61
+ private sortOptionsByValue;
55
62
  private addOptionsIfNeeded;
56
63
  private setFieldFormattedValue;
57
64
  private setDefaultForm;
@@ -60,8 +67,9 @@ export declare class PepSelectComponent implements OnChanges, OnInit, OnDestroy
60
67
  ngOnDestroy(): void;
61
68
  selectionChange(event: any): void;
62
69
  openedChange(event: any): void;
70
+ private updateFormFieldValue;
63
71
  changeValue(value: any): void;
64
72
  cardTemplateClicked(event: any): void;
65
73
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSelectComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<PepSelectComponent, "pep-select", never, { "key": "key"; "value": "value"; "label": "label"; "type": "type"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "placeholder": "placeholder"; "placeholderWhenDisabled": "placeholderWhenDisabled"; "options": "options"; "visible": "visible"; "emptyOption": "emptyOption"; "form": "form"; "layoutType": "layoutType"; "parentFieldKey": "parentFieldKey"; "isActive": "isActive"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "typeaheadDebounceInterval": "typeaheadDebounceInterval"; "addValueToOptionsIfNotExist": "addValueToOptionsIfNotExist"; }, { "valueChange": "valueChange"; }, never, never, false>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepSelectComponent, "pep-select", never, { "key": "key"; "value": "value"; "label": "label"; "type": "type"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "placeholder": "placeholder"; "placeholderWhenDisabled": "placeholderWhenDisabled"; "autoSortOptions": "autoSortOptions"; "options": "options"; "visible": "visible"; "emptyOption": "emptyOption"; "form": "form"; "layoutType": "layoutType"; "parentFieldKey": "parentFieldKey"; "isActive": "isActive"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "typeaheadDebounceInterval": "typeaheadDebounceInterval"; "addValueToOptionsIfNotExist": "addValueToOptionsIfNotExist"; }, { "valueChange": "valueChange"; "validationChange": "validationChange"; }, never, never, false, never>;
67
75
  }
@@ -4,22 +4,26 @@
4
4
  // -----------------------------------------------------
5
5
  // Override material style
6
6
  // -----------------------------------------------------
7
- mat-select {
7
+ mat-select, mat-mdc-select {
8
8
  outline: none;
9
9
  }
10
10
 
11
11
  ::ng-deep {
12
- .mat-select-disabled {
13
- .mat-select-value {
12
+ .mat-select-disabled,
13
+ .mat-mdc-select-disabled {
14
+ .mat-select-value,
15
+ .mat-mdc-select-value {
14
16
  color: functions.get-pep-color(color-text, color-dimmed);
15
17
  }
16
18
  }
17
19
 
18
- .mat-select-arrow-wrapper {
20
+ .mat-select-arrow-wrapper,
21
+ .mat-mdc-select-arrow-wrapper {
19
22
  transform: unset !important;
20
23
  vertical-align: middle; // unset;
21
24
 
22
- .mat-select-arrow {
25
+ .mat-select-arrow,
26
+ .mat-mdc-select-arrow {
23
27
  border: 0;
24
28
 
25
29
  &:after {
@@ -28,8 +32,10 @@ mat-select {
28
32
  }
29
33
  }
30
34
 
31
- .mat-select-panel {
32
- .mat-option {
35
+ .mat-select-panel,
36
+ .mat-mdc-select-panel {
37
+ .mat-option,
38
+ .mat-mdc-option {
33
39
  background: functions.get-pep-color(color-system-primary-invert, color-base);
34
40
 
35
41
  //&.mat-active,
@@ -44,7 +50,9 @@ mat-select {
44
50
  @include mixins.state-weak-disable();
45
51
  }
46
52
  }
47
- .mat-option.mat-selected {
53
+ .mat-option.mat-selected,
54
+ .mat-mdc-option.mat-mdc-selected,
55
+ .mat-mdc-option.mdc-list-item--selected {
48
56
  @include mixins.state-weak-default();
49
57
  // box-shadow: functions.get-pep-shadow(shadow-xs, soft);
50
58
 
@@ -61,7 +69,7 @@ mat-select {
61
69
  }
62
70
  }
63
71
 
64
- .mat-pseudo-checkbox {
72
+ .mat-pseudo-checkbox, .mat-mdc-pseudo-checkbox {
65
73
  @include mixins.state-regular-default(true);
66
74
 
67
75
  &:hover {
@@ -76,7 +84,9 @@ mat-select {
76
84
  }
77
85
 
78
86
  .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
79
- .mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate {
87
+ .mat-mdc-pseudo-checkbox.mat-mdc-pseudo-checkbox-checked,
88
+ .mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate,
89
+ .mat-mdc-pseudo-checkbox.mat-mdc-pseudo-checkbox-indeterminate {
80
90
  @include mixins.state-regular-default(true);
81
91
  @include mixins.inline(functions.get-pep-color(color-system-primary, color-flat-r-10), 1px, solid, true);
82
92
 
@@ -91,7 +101,8 @@ mat-select {
91
101
  }
92
102
  }
93
103
 
94
- .mat-pseudo-checkbox::after {
104
+ .mat-pseudo-checkbox::after,
105
+ .mat-mdc-pseudo-checkbox::after {
95
106
  color: functions.get-pep-color(color-text, color-main) !important;
96
107
  }
97
108
  }
@@ -46,5 +46,5 @@ export declare class PepSelectPanelComponent implements OnDestroy {
46
46
  selectionChange(option: any, event: any): void;
47
47
  isChecked(option: any): boolean;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSelectPanelComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<PepSelectPanelComponent, "pep-select-panel", never, { "form": "form"; "layoutType": "layoutType"; "xAlignment": "xAlignment"; "renderTitle": "renderTitle"; "showTitle": "showTitle"; "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "isMultiSelect": "isMultiSelect"; "numOfCol": "numOfCol"; "value": "value"; "options": "options"; }, { "valueChange": "valueChange"; }, never, never, false>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepSelectPanelComponent, "pep-select-panel", never, { "form": "form"; "layoutType": "layoutType"; "xAlignment": "xAlignment"; "renderTitle": "renderTitle"; "showTitle": "showTitle"; "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "isMultiSelect": "isMultiSelect"; "numOfCol": "numOfCol"; "value": "value"; "options": "options"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
50
50
  }
@@ -7,8 +7,6 @@
7
7
  // @include mixins.pep-state-hover();
8
8
  // }
9
9
 
10
-
11
-
12
10
  // &:active {
13
11
  // @include mixins.pep-state-active();
14
12
  // }
@@ -18,5 +18,5 @@ export declare class PepSeparatorComponent implements OnInit {
18
18
  constructor(renderer: Renderer2, element: ElementRef);
19
19
  ngOnInit(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSeparatorComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<PepSeparatorComponent, "pep-separator", never, { "key": "key"; "label": "label"; "xAlignment": "xAlignment"; "form": "form"; "layoutType": "layoutType"; "visible": "visible"; }, {}, never, never, false>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepSeparatorComponent, "pep-separator", never, { "key": "key"; "label": "label"; "xAlignment": "xAlignment"; "form": "form"; "layoutType": "layoutType"; "visible": "visible"; }, {}, never, never, false, never>;
22
22
  }
@@ -13,6 +13,9 @@ export declare class PepSideBarComponent implements OnInit {
13
13
  showHeader: boolean;
14
14
  showFooter: boolean;
15
15
  showToggle: boolean;
16
+ private _stateType;
17
+ set stateType(value: PepSideBarStateType | undefined);
18
+ get stateType(): PepSideBarStateType | undefined;
16
19
  private _useAsWebComponent;
17
20
  private readonly _animationTime;
18
21
  state: PepSideBarStateType;
@@ -37,6 +40,6 @@ export declare class PepSideBarComponent implements OnInit {
37
40
  toggleSideWrapper(): void;
38
41
  toggleSidenav(isOpen: boolean): void;
39
42
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSideBarComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<PepSideBarComponent, "pep-side-bar", never, { "position": "position"; "ignoreResize": "ignoreResize"; "showHeader": "showHeader"; "showFooter": "showFooter"; "showToggle": "showToggle"; "useAsWebComponent": "useAsWebComponent"; }, { "stateChange": "stateChange"; }, never, ["[header-content]", "[start-content]", "*", "[end-content]", "pep-smart-filters", "[footer-content]"], false>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepSideBarComponent, "pep-side-bar", never, { "position": "position"; "ignoreResize": "ignoreResize"; "showHeader": "showHeader"; "showFooter": "showFooter"; "showToggle": "showToggle"; "stateType": "stateType"; "useAsWebComponent": "useAsWebComponent"; }, { "stateChange": "stateChange"; }, never, ["[header-content]", "[start-content]", "*", "[end-content]", "pep-smart-filters", "[footer-content]"], false, never>;
41
44
  static ɵprov: i0.ɵɵInjectableDeclaration<PepSideBarComponent>;
42
45
  }
@@ -1,4 +1,4 @@
1
- export declare type PepSideBarStateType = 'open' | 'close';
1
+ export type PepSideBarStateType = 'open' | 'close';
2
2
  export interface IPepSideBarStateChangeEvent {
3
3
  state: PepSideBarStateType;
4
4
  }
@@ -24,6 +24,6 @@ export declare class PepSignatureDialogComponent implements OnInit, AfterViewIni
24
24
  saveSignModal(event: any): void;
25
25
  closeDialog(event: any): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSignatureDialogComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<PepSignatureDialogComponent, "ng-component", never, {}, {}, never, never, false>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepSignatureDialogComponent, "ng-component", never, {}, {}, never, never, false, never>;
28
28
  }
29
29
  export {};
@@ -37,6 +37,7 @@ export declare class PepSignatureComponent implements OnInit, OnChanges, OnDestr
37
37
  chooseFile: EventEmitter<void>;
38
38
  fileChange: EventEmitter<any>;
39
39
  elementClick: EventEmitter<IPepFieldClickEvent>;
40
+ validationChange: EventEmitter<boolean>;
40
41
  dialogRef: MatDialogRef<any>;
41
42
  fieldHeight: string;
42
43
  standAlone: boolean;
@@ -55,5 +56,5 @@ export declare class PepSignatureComponent implements OnInit, OnChanges, OnDestr
55
56
  changeValue(fileData: any): void;
56
57
  onKeyPress_OpenSignModal(event: any): void;
57
58
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSignatureComponent, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<PepSignatureComponent, "pep-signature", never, { "key": "key"; "src": "src"; "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "signatureURL": "signatureURL"; "visible": "visible"; "form": "form"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "layoutType": "layoutType"; "isActive": "isActive"; "handleActions": "handleActions"; }, { "chooseFile": "chooseFile"; "fileChange": "fileChange"; "elementClick": "elementClick"; }, never, never, false>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepSignatureComponent, "pep-signature", never, { "key": "key"; "src": "src"; "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "signatureURL": "signatureURL"; "visible": "visible"; "form": "form"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "layoutType": "layoutType"; "isActive": "isActive"; "handleActions": "handleActions"; }, { "chooseFile": "chooseFile"; "fileChange": "fileChange"; "elementClick": "elementClick"; "validationChange": "validationChange"; }, never, never, false, never>;
59
60
  }
@@ -24,6 +24,6 @@ export declare class PepSizeDetectorComponent implements AfterViewInit {
24
24
  private exportFunctionsOnHostElement;
25
25
  getCurrentSize(): IPepSizeDetectorItem;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSizeDetectorComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<PepSizeDetectorComponent, "pep-size-detector", never, { "showScreenSize": "showScreenSize"; "useAsWebComponent": "useAsWebComponent"; }, { "sizeChange": "sizeChange"; }, never, never, false>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepSizeDetectorComponent, "pep-size-detector", never, { "showScreenSize": "showScreenSize"; "useAsWebComponent": "useAsWebComponent"; }, { "sizeChange": "sizeChange"; }, never, never, false, never>;
28
28
  }
29
29
  export {};
@@ -1,6 +1,6 @@
1
1
  import { MatDialogRef } from '@angular/material/dialog';
2
2
  import * as i0 from "@angular/core";
3
- export declare type PepSkeletonSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'max';
3
+ export type PepSkeletonSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'max';
4
4
  interface IPepSkeletonLoaderDialogData {
5
5
  rowHeightType: PepSkeletonSizeType;
6
6
  rowsNumber: number;
@@ -15,6 +15,6 @@ export declare class PepSkeletonLoaderComponent {
15
15
  constructor(dialogRef: MatDialogRef<PepSkeletonLoaderComponent>, data: IPepSkeletonLoaderDialogData);
16
16
  counter(i: number): any[];
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSkeletonLoaderComponent, [{ optional: true; }, { optional: true; }]>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<PepSkeletonLoaderComponent, "pep-skeleton-loader", never, { "rowHeightType": "rowHeightType"; "rowsNumber": "rowsNumber"; "lastRowOffset": "lastRowOffset"; }, {}, never, never, false>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepSkeletonLoaderComponent, "pep-skeleton-loader", never, { "rowHeightType": "rowHeightType"; "rowsNumber": "rowsNumber"; "lastRowOffset": "lastRowOffset"; }, {}, never, never, false, never>;
19
19
  }
20
20
  export {};
@@ -35,5 +35,5 @@ export declare class PepSliderComponent implements OnInit {
35
35
  onValueChange(event: any): void;
36
36
  onInputChange(event: any): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSliderComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<PepSliderComponent, "pep-slider", never, { "label": "label"; "disabled": "disabled"; "hint": "hint"; "background": "background"; "step": "step"; "minValue": "minValue"; "maxValue": "maxValue"; "value": "value"; }, { "valueChange": "valueChange"; "inputChange": "inputChange"; }, never, never, false>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepSliderComponent, "pep-slider", never, { "label": "label"; "disabled": "disabled"; "hint": "hint"; "background": "background"; "step": "step"; "minValue": "minValue"; "maxValue": "maxValue"; "value": "value"; }, { "valueChange": "valueChange"; "inputChange": "inputChange"; }, never, never, false, never>;
39
39
  }
@@ -5,14 +5,21 @@
5
5
  ::ng-deep.mat-slider {
6
6
  background: functions.get-pep-color(color-system-primary, color-tran-30);
7
7
 
8
- &.mat-slider-horizontal {
8
+ &.mat-slider-disabled,
9
+ &.mdc-slider--disabled {
10
+ opacity: 0.5;
11
+ }
12
+
13
+ &.mat-slider-horizontal,
14
+ &.mdc-slider--horizontal {
9
15
  height: 1rem;
10
16
  width: 100%;
11
17
  padding: 0.5rem 0.25rem;
12
18
  border-radius: variables.$border-radius-lg;
13
19
  }
14
20
 
15
- .mat-slider-wrapper {
21
+ .mat-slider-wrapper,
22
+ .mdc-slider {
16
23
  $wrapperHeight: 0.375rem;
17
24
  height: $wrapperHeight;
18
25
  position: relative;
@@ -21,7 +28,8 @@
21
28
  right: unset;
22
29
  border-radius: variables.$border-radius-md;
23
30
 
24
- .mat-slider-track-wrapper {
31
+ .mat-slider-track-wrapper,
32
+ .mdc-slider__track {
25
33
  display: none;
26
34
  }
27
35
 
@@ -29,11 +37,13 @@
29
37
  // // Not in use.
30
38
  // }
31
39
 
32
- .mat-slider-thumb-container {
40
+ .mat-slider-thumb-container,
41
+ .mdc-slider__thumb {
33
42
  width: 94%;
34
43
  left: 3%;
35
44
 
36
- .mat-slider-thumb {
45
+ .mat-slider-thumb,
46
+ .mdc-slider__thumb-knob {
37
47
  // position: absolute;
38
48
  $sliderSize: 18px;
39
49
  width: $sliderSize;
@@ -13,6 +13,8 @@ export declare class PepBooleanFilterComponent extends BaseFilterComponent imple
13
13
  GreaterThanVariable: IPepSmartFilterOperator;
14
14
  DateRangeVariable: IPepSmartFilterOperator;
15
15
  InVariable: IPepSmartFilterOperator;
16
+ IsEmpty: IPepSmartFilterOperator;
17
+ IsNotEmpty: IPepSmartFilterOperator;
16
18
  };
17
19
  chooseTypeOptions: Array<IPepOption>;
18
20
  operatorWidth: string;
@@ -25,5 +27,5 @@ export declare class PepBooleanFilterComponent extends BaseFilterComponent imple
25
27
  onOperatorChanged(value: string): void;
26
28
  onValueChanged(value: any): void;
27
29
  static ɵfac: i0.ɵɵFactoryDeclaration<PepBooleanFilterComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<PepBooleanFilterComponent, "pep-boolean-filter", never, { "options": "options"; }, {}, never, never, false>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepBooleanFilterComponent, "pep-boolean-filter", never, { "options": "options"; }, {}, never, never, false, never>;
29
31
  }