@pepperi-addons/ngx-lib 0.4.0-angular14.1 → 0.4.0-angular14.4

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 (256) hide show
  1. package/esm2020/address/address.component.mjs +3 -3
  2. package/esm2020/address/address.module.mjs +4 -4
  3. package/esm2020/attachment/attachment.component.mjs +3 -3
  4. package/esm2020/attachment/attachment.module.mjs +4 -4
  5. package/esm2020/bread-crumbs/bread-crumbs.component.mjs +4 -4
  6. package/esm2020/bread-crumbs/bread-crumbs.module.mjs +4 -4
  7. package/esm2020/button/button.component.mjs +3 -3
  8. package/esm2020/button/button.module.mjs +4 -4
  9. package/esm2020/carousel/carousel-item.directive.mjs +3 -3
  10. package/esm2020/carousel/carousel.component.mjs +3 -3
  11. package/esm2020/carousel/carousel.module.mjs +4 -4
  12. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  13. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  14. package/esm2020/color/color-picker.component.mjs +3 -3
  15. package/esm2020/color/color.component.mjs +3 -3
  16. package/esm2020/color/color.module.mjs +4 -4
  17. package/esm2020/core/clipboard/clipboard.directive.mjs +3 -3
  18. package/esm2020/core/clipboard/clipboard.service.mjs +3 -3
  19. package/esm2020/core/common/directives/auto-width.directive.mjs +3 -3
  20. package/esm2020/core/common/directives/button-blur.directive.mjs +3 -3
  21. package/esm2020/core/common/directives/button-loader.directive.mjs +3 -3
  22. package/esm2020/core/common/directives/data-qa.directive.mjs +3 -3
  23. package/esm2020/core/common/directives/menu-blur.directive.mjs +3 -3
  24. package/esm2020/core/common/directives/prevent-multi-click.directive.mjs +3 -3
  25. package/esm2020/core/common/directives/print.directive.mjs +3 -3
  26. package/esm2020/core/common/pipes/common-pipes.mjs +30 -30
  27. package/esm2020/core/common/pipes/date-ago.pipe.mjs +3 -3
  28. package/esm2020/core/common/services/addon.service.mjs +3 -3
  29. package/esm2020/core/common/services/color.service.mjs +3 -3
  30. package/esm2020/core/common/services/cookie.service.mjs +3 -3
  31. package/esm2020/core/common/services/data-convertor.service.mjs +3 -3
  32. package/esm2020/core/common/services/file.service.mjs +3 -3
  33. package/esm2020/core/common/services/jwt-helper.service.mjs +3 -3
  34. package/esm2020/core/common/services/session.service.mjs +3 -3
  35. package/esm2020/core/common/services/translate.service.mjs +3 -3
  36. package/esm2020/core/common/services/utilities.service.mjs +3 -3
  37. package/esm2020/core/common/services/validator.service.mjs +3 -3
  38. package/esm2020/core/common/services/window-scrolling.service.mjs +3 -3
  39. package/esm2020/core/customization/customization.service.mjs +3 -3
  40. package/esm2020/core/http/interceptors/error.interceptor.mjs +3 -3
  41. package/esm2020/core/http/interceptors/loader.interceptor.mjs +3 -3
  42. package/esm2020/core/http/interceptors/profiler.interceptor.mjs +3 -3
  43. package/esm2020/core/http/services/http.service.mjs +3 -3
  44. package/esm2020/core/http/services/loader.service.mjs +3 -3
  45. package/esm2020/core/layout/layout.service.mjs +3 -3
  46. package/esm2020/core/layout/rtl.directive.mjs +6 -6
  47. package/esm2020/core/portal/attach.directive.mjs +3 -3
  48. package/esm2020/core/portal/portal.service.mjs +3 -3
  49. package/esm2020/core/portal/target.directive.mjs +3 -3
  50. package/esm2020/core/scroll-to/scroll-to.service.mjs +3 -3
  51. package/esm2020/date/date.component.mjs +3 -3
  52. package/esm2020/date/date.model.mjs +6 -6
  53. package/esm2020/date/date.module.mjs +4 -4
  54. package/esm2020/dialog/default-dialog.component.mjs +3 -3
  55. package/esm2020/dialog/dialog.component.mjs +3 -3
  56. package/esm2020/dialog/dialog.module.mjs +4 -4
  57. package/esm2020/dialog/dialog.service.mjs +3 -3
  58. package/esm2020/draggable-items/draggable-item/draggable-item.component.mjs +3 -3
  59. package/esm2020/draggable-items/draggable-items.component.mjs +3 -3
  60. package/esm2020/draggable-items/draggable-items.module.mjs +4 -4
  61. package/esm2020/field-title/field-title.component.mjs +3 -3
  62. package/esm2020/field-title/field-title.module.mjs +4 -4
  63. package/esm2020/files-uploader/files-uploader.component.mjs +4 -4
  64. package/esm2020/files-uploader/files-uploader.module.mjs +4 -4
  65. package/esm2020/form/field-generator.component.mjs +7 -5
  66. package/esm2020/form/form.component.mjs +3 -3
  67. package/esm2020/form/form.module.mjs +11 -5
  68. package/esm2020/form/indicators.component.mjs +3 -3
  69. package/esm2020/form/internal-button.component.mjs +3 -3
  70. package/esm2020/form/internal-carusel.component.mjs +6 -6
  71. package/esm2020/form/internal-carusel.service.mjs +3 -3
  72. package/esm2020/form/internal-field-generator.component.mjs +147 -0
  73. package/esm2020/form/internal-form.component.mjs +1214 -0
  74. package/esm2020/form/internal-list.component.mjs +6 -6
  75. package/esm2020/form/internal-menu.component.mjs +3 -3
  76. package/esm2020/form/internal-page.component.mjs +3 -3
  77. package/esm2020/form/internal-page.service.mjs +3 -3
  78. package/esm2020/group-buttons/group-buttons.component.mjs +3 -3
  79. package/esm2020/group-buttons/group-buttons.module.mjs +4 -4
  80. package/esm2020/icon/icon-registry.service.mjs +3 -3
  81. package/esm2020/icon/icon.component.mjs +3 -3
  82. package/esm2020/icon/icon.module.mjs +4 -4
  83. package/esm2020/icon/icon.service.mjs +3 -3
  84. package/esm2020/image/image.component.mjs +3 -3
  85. package/esm2020/image/image.module.mjs +4 -4
  86. package/esm2020/image/image.service.mjs +3 -3
  87. package/esm2020/images-filmstrip/images-filmstrip.component.mjs +3 -3
  88. package/esm2020/images-filmstrip/images-filmstrip.module.mjs +4 -4
  89. package/esm2020/link/link.component.mjs +3 -3
  90. package/esm2020/link/link.module.mjs +4 -4
  91. package/esm2020/link/link.pipes.mjs +3 -3
  92. package/esm2020/list/list-actions.component.mjs +4 -4
  93. package/esm2020/list/list-carousel.component.mjs +4 -4
  94. package/esm2020/list/list-chooser.component.mjs +4 -4
  95. package/esm2020/list/list-pager.component.mjs +4 -4
  96. package/esm2020/list/list-sorting.component.mjs +4 -4
  97. package/esm2020/list/list-total.component.mjs +4 -4
  98. package/esm2020/list/list-views.component.mjs +4 -4
  99. package/esm2020/list/list.component.mjs +3 -3
  100. package/esm2020/list/list.module.mjs +4 -4
  101. package/esm2020/list/list.pipes.mjs +6 -6
  102. package/esm2020/list/virtual-scroller.mjs +7 -7
  103. package/esm2020/menu/menu-item.component.mjs +3 -3
  104. package/esm2020/menu/menu.component.mjs +3 -3
  105. package/esm2020/menu/menu.module.mjs +4 -4
  106. package/esm2020/ngx-lib.module.mjs +4 -4
  107. package/esm2020/page-layout/page-layout.component.mjs +3 -3
  108. package/esm2020/page-layout/page-layout.module.mjs +4 -4
  109. package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +3 -3
  110. package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +3 -3
  111. package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +3 -3
  112. package/esm2020/profile-data-views-list/profile-data-views-list.module.mjs +4 -4
  113. package/esm2020/quantity-selector/quantity-selector-validation.directive.mjs +3 -3
  114. package/esm2020/quantity-selector/quantity-selector.component.mjs +3 -3
  115. package/esm2020/quantity-selector/quantity-selector.module.mjs +4 -4
  116. package/esm2020/quantity-selector/quantity-selector.pipes.mjs +3 -3
  117. package/esm2020/query-builder/common/services/output-query.service.mjs +3 -3
  118. package/esm2020/query-builder/common/services/query-structure.service.mjs +3 -3
  119. package/esm2020/query-builder/common/services/type-convertor.service.mjs +3 -3
  120. package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +3 -3
  121. package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +3 -3
  122. package/esm2020/query-builder/query-builder.component.mjs +3 -3
  123. package/esm2020/query-builder/query-builder.module.mjs +4 -4
  124. package/esm2020/query-builder/query-builder.service.mjs +3 -3
  125. package/esm2020/remote-loader/addon-block-loader.component.mjs +3 -3
  126. package/esm2020/remote-loader/addon-block-loader.service.mjs +3 -3
  127. package/esm2020/remote-loader/remote-loader.component.mjs +39 -40
  128. package/esm2020/remote-loader/remote-loader.module.mjs +4 -4
  129. package/esm2020/remote-loader/remote-loader.service.mjs +3 -3
  130. package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +3 -3
  131. package/esm2020/rich-html-textarea/rich-html-textarea.module.mjs +4 -4
  132. package/esm2020/search/search.component.mjs +4 -4
  133. package/esm2020/search/search.module.mjs +4 -4
  134. package/esm2020/select/select.component.mjs +3 -3
  135. package/esm2020/select/select.module.mjs +4 -4
  136. package/esm2020/separator/separator.component.mjs +3 -3
  137. package/esm2020/separator/separator.module.mjs +4 -4
  138. package/esm2020/side-bar/side-bar.component.mjs +4 -4
  139. package/esm2020/side-bar/side-bar.module.mjs +4 -4
  140. package/esm2020/signature/signature.component.mjs +3 -3
  141. package/esm2020/signature/signature.module.mjs +4 -4
  142. package/esm2020/size-detector/size-detector.component.mjs +3 -3
  143. package/esm2020/size-detector/size-detector.module.mjs +4 -4
  144. package/esm2020/slider/slider.component.mjs +3 -3
  145. package/esm2020/slider/slider.module.mjs +4 -4
  146. package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +3 -3
  147. package/esm2020/smart-filters/common/filter-actions.component.mjs +3 -3
  148. package/esm2020/smart-filters/common/model/base-filter-component.mjs +3 -3
  149. package/esm2020/smart-filters/date-filter/date-filter.component.mjs +3 -3
  150. package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +3 -3
  151. package/esm2020/smart-filters/number-filter/number-filter.component.mjs +3 -3
  152. package/esm2020/smart-filters/smart-filters.component.mjs +3 -3
  153. package/esm2020/smart-filters/smart-filters.module.mjs +4 -4
  154. package/esm2020/smart-filters/text-filter/text-filter.component.mjs +3 -3
  155. package/esm2020/snack-bar/default-snack-bar.component.mjs +3 -3
  156. package/esm2020/snack-bar/snack-bar.component.mjs +3 -3
  157. package/esm2020/snack-bar/snack-bar.module.mjs +4 -4
  158. package/esm2020/snack-bar/snack-bar.service.mjs +3 -3
  159. package/esm2020/textarea/textarea.component.mjs +3 -3
  160. package/esm2020/textarea/textarea.module.mjs +4 -4
  161. package/esm2020/textbox/textbox-validation.directive.mjs +3 -3
  162. package/esm2020/textbox/textbox.component.mjs +3 -3
  163. package/esm2020/textbox/textbox.module.mjs +4 -4
  164. package/esm2020/textbox-icon/textbox-icon.component.mjs +3 -3
  165. package/esm2020/textbox-icon/textbox-icon.module.mjs +4 -4
  166. package/esm2020/top-bar/top-bar.component.mjs +3 -3
  167. package/esm2020/top-bar/top-bar.module.mjs +4 -4
  168. package/fesm2015/pepperi-addons-ngx-lib-address.mjs +7 -7
  169. package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +7 -7
  170. package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs +8 -8
  171. package/fesm2015/pepperi-addons-ngx-lib-button.mjs +7 -7
  172. package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs +10 -10
  173. package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +7 -7
  174. package/fesm2015/pepperi-addons-ngx-lib-color.mjs +10 -10
  175. package/fesm2015/pepperi-addons-ngx-lib-date.mjs +13 -13
  176. package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +13 -13
  177. package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +10 -10
  178. package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs +7 -7
  179. package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +8 -8
  180. package/fesm2015/pepperi-addons-ngx-lib-form.mjs +1555 -230
  181. package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  182. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +7 -7
  183. package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +13 -13
  184. package/fesm2015/pepperi-addons-ngx-lib-image.mjs +10 -10
  185. package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +7 -7
  186. package/fesm2015/pepperi-addons-ngx-lib-link.mjs +10 -10
  187. package/fesm2015/pepperi-addons-ngx-lib-list.mjs +48 -48
  188. package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +10 -10
  189. package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
  190. package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +13 -13
  191. package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +13 -13
  192. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +25 -25
  193. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +53 -53
  194. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
  195. package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +7 -7
  196. package/fesm2015/pepperi-addons-ngx-lib-search.mjs +8 -8
  197. package/fesm2015/pepperi-addons-ngx-lib-select.mjs +7 -7
  198. package/fesm2015/pepperi-addons-ngx-lib-separator.mjs +7 -7
  199. package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs +8 -8
  200. package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +7 -7
  201. package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +7 -7
  202. package/fesm2015/pepperi-addons-ngx-lib-slider.mjs +7 -7
  203. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +28 -28
  204. package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
  205. package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs +7 -7
  206. package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
  207. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +10 -10
  208. package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +7 -7
  209. package/fesm2015/pepperi-addons-ngx-lib.mjs +136 -136
  210. package/fesm2020/pepperi-addons-ngx-lib-address.mjs +7 -7
  211. package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +7 -7
  212. package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs +8 -8
  213. package/fesm2020/pepperi-addons-ngx-lib-button.mjs +7 -7
  214. package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs +10 -10
  215. package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +7 -7
  216. package/fesm2020/pepperi-addons-ngx-lib-color.mjs +10 -10
  217. package/fesm2020/pepperi-addons-ngx-lib-date.mjs +13 -13
  218. package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +13 -13
  219. package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +10 -10
  220. package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs +7 -7
  221. package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +8 -8
  222. package/fesm2020/pepperi-addons-ngx-lib-form.mjs +1552 -228
  223. package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  224. package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +7 -7
  225. package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +13 -13
  226. package/fesm2020/pepperi-addons-ngx-lib-image.mjs +10 -10
  227. package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +7 -7
  228. package/fesm2020/pepperi-addons-ngx-lib-link.mjs +10 -10
  229. package/fesm2020/pepperi-addons-ngx-lib-list.mjs +48 -48
  230. package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +10 -10
  231. package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
  232. package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +13 -13
  233. package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +13 -13
  234. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +25 -25
  235. package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +51 -51
  236. package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
  237. package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +7 -7
  238. package/fesm2020/pepperi-addons-ngx-lib-search.mjs +8 -8
  239. package/fesm2020/pepperi-addons-ngx-lib-select.mjs +7 -7
  240. package/fesm2020/pepperi-addons-ngx-lib-separator.mjs +7 -7
  241. package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs +8 -8
  242. package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +7 -7
  243. package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +7 -7
  244. package/fesm2020/pepperi-addons-ngx-lib-slider.mjs +7 -7
  245. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +28 -28
  246. package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
  247. package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs +7 -7
  248. package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
  249. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +10 -10
  250. package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +7 -7
  251. package/fesm2020/pepperi-addons-ngx-lib.mjs +136 -136
  252. package/form/form.module.d.ts +40 -38
  253. package/form/internal-field-generator.component.d.ts +35 -0
  254. package/form/internal-form.component.d.ts +89 -0
  255. package/package.json +8 -8
  256. package/remote-loader/remote-loader.component.d.ts +2 -7
@@ -1,47 +1,49 @@
1
1
  import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./form.component";
4
- import * as i2 from "./field-generator.component";
5
- import * as i3 from "./indicators.component";
6
- import * as i4 from "./internal-button.component";
7
- import * as i5 from "./internal-list.component";
8
- import * as i6 from "./internal-menu.component";
9
- import * as i7 from "./internal-page.component";
10
- import * as i8 from "./internal-carusel.component";
11
- import * as i9 from "@angular/common";
12
- import * as i10 from "@angular/forms";
13
- import * as i11 from "@angular/material/core";
14
- import * as i12 from "@angular/material/form-field";
15
- import * as i13 from "@angular/material/button";
16
- import * as i14 from "@angular/material/grid-list";
17
- import * as i15 from "@angular/material/icon";
18
- import * as i16 from "@angular/material/menu";
19
- import * as i17 from "ngx-signaturepad";
20
- import * as i18 from "@pepperi-addons/ngx-lib";
21
- import * as i19 from "@pepperi-addons/ngx-lib/dialog";
22
- import * as i20 from "@pepperi-addons/ngx-lib/icon";
23
- import * as i21 from "@pepperi-addons/ngx-lib/address";
24
- import * as i22 from "@pepperi-addons/ngx-lib/attachment";
25
- import * as i23 from "@pepperi-addons/ngx-lib/button";
26
- import * as i24 from "@pepperi-addons/ngx-lib/carousel";
27
- import * as i25 from "@pepperi-addons/ngx-lib/checkbox";
28
- import * as i26 from "@pepperi-addons/ngx-lib/date";
29
- import * as i27 from "@pepperi-addons/ngx-lib/image";
30
- import * as i28 from "@pepperi-addons/ngx-lib/images-filmstrip";
31
- import * as i29 from "@pepperi-addons/ngx-lib/quantity-selector";
32
- import * as i30 from "@pepperi-addons/ngx-lib/rich-html-textarea";
33
- import * as i31 from "@pepperi-addons/ngx-lib/select";
34
- import * as i32 from "@pepperi-addons/ngx-lib/separator";
35
- import * as i33 from "@pepperi-addons/ngx-lib/signature";
36
- import * as i34 from "@pepperi-addons/ngx-lib/textarea";
37
- import * as i35 from "@pepperi-addons/ngx-lib/textbox";
38
- import * as i36 from "@pepperi-addons/ngx-lib/link";
39
- import * as i37 from "@pepperi-addons/ngx-lib/field-title";
40
- import * as i38 from "@pepperi-addons/ngx-lib/group-buttons";
4
+ import * as i2 from "./internal-form.component";
5
+ import * as i3 from "./field-generator.component";
6
+ import * as i4 from "./internal-field-generator.component";
7
+ import * as i5 from "./indicators.component";
8
+ import * as i6 from "./internal-button.component";
9
+ import * as i7 from "./internal-list.component";
10
+ import * as i8 from "./internal-menu.component";
11
+ import * as i9 from "./internal-page.component";
12
+ import * as i10 from "./internal-carusel.component";
13
+ import * as i11 from "@angular/common";
14
+ import * as i12 from "@angular/forms";
15
+ import * as i13 from "@angular/material/core";
16
+ import * as i14 from "@angular/material/form-field";
17
+ import * as i15 from "@angular/material/button";
18
+ import * as i16 from "@angular/material/grid-list";
19
+ import * as i17 from "@angular/material/icon";
20
+ import * as i18 from "@angular/material/menu";
21
+ import * as i19 from "ngx-signaturepad";
22
+ import * as i20 from "@pepperi-addons/ngx-lib";
23
+ import * as i21 from "@pepperi-addons/ngx-lib/dialog";
24
+ import * as i22 from "@pepperi-addons/ngx-lib/icon";
25
+ import * as i23 from "@pepperi-addons/ngx-lib/address";
26
+ import * as i24 from "@pepperi-addons/ngx-lib/attachment";
27
+ import * as i25 from "@pepperi-addons/ngx-lib/button";
28
+ import * as i26 from "@pepperi-addons/ngx-lib/carousel";
29
+ import * as i27 from "@pepperi-addons/ngx-lib/checkbox";
30
+ import * as i28 from "@pepperi-addons/ngx-lib/date";
31
+ import * as i29 from "@pepperi-addons/ngx-lib/image";
32
+ import * as i30 from "@pepperi-addons/ngx-lib/images-filmstrip";
33
+ import * as i31 from "@pepperi-addons/ngx-lib/quantity-selector";
34
+ import * as i32 from "@pepperi-addons/ngx-lib/rich-html-textarea";
35
+ import * as i33 from "@pepperi-addons/ngx-lib/select";
36
+ import * as i34 from "@pepperi-addons/ngx-lib/separator";
37
+ import * as i35 from "@pepperi-addons/ngx-lib/signature";
38
+ import * as i36 from "@pepperi-addons/ngx-lib/textarea";
39
+ import * as i37 from "@pepperi-addons/ngx-lib/textbox";
40
+ import * as i38 from "@pepperi-addons/ngx-lib/link";
41
+ import * as i39 from "@pepperi-addons/ngx-lib/field-title";
42
+ import * as i40 from "@pepperi-addons/ngx-lib/group-buttons";
41
43
  export declare class PepFormModule {
42
44
  private pepIconRegistry;
43
45
  constructor(pepIconRegistry: PepIconRegistry);
44
46
  static ɵfac: i0.ɵɵFactoryDeclaration<PepFormModule, never>;
45
- static ɵmod: i0.ɵɵNgModuleDeclaration<PepFormModule, [typeof i1.PepFormComponent, typeof i2.PepFieldGeneratorComponent, typeof i3.PepIndicatorsComponent, typeof i4.PepInternalButtonComponent, typeof i5.PepInternalListComponent, typeof i6.PepInternalMenuComponent, typeof i7.PepInternalPageComponent, typeof i8.PepInternalCaruselComponent], [typeof i9.CommonModule, typeof i10.ReactiveFormsModule, typeof i11.MatCommonModule, typeof i12.MatFormFieldModule, typeof i13.MatButtonModule, typeof i14.MatGridListModule, typeof i15.MatIconModule, typeof i16.MatMenuModule, typeof i17.SignaturePadModule, typeof i18.PepNgxLibModule, typeof i19.PepDialogModule, typeof i20.PepIconModule, typeof i21.PepAddressModule, typeof i22.PepAttachmentModule, typeof i23.PepButtonModule, typeof i24.PepCarouselModule, typeof i25.PepCheckboxModule, typeof i26.PepDateModule, typeof i27.PepImageModule, typeof i28.PepImagesFilmstripModule, typeof i29.PepQuantitySelectorModule, typeof i30.PepRichHtmlTextareaModule, typeof i31.PepSelectModule, typeof i32.PepSeparatorModule, typeof i33.PepSignatureModule, typeof i34.PepTextareaModule, typeof i35.PepTextboxModule, typeof i36.PepLinkModule, typeof i37.PepFieldTitleModule, typeof i38.PepGroupButtonsModule], [typeof i1.PepFormComponent]>;
47
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PepFormModule, [typeof i1.PepFormComponent, typeof i2.PepInternalFormComponent, typeof i3.PepFieldGeneratorComponent, typeof i4.PepInternalFieldGeneratorComponent, typeof i5.PepIndicatorsComponent, typeof i6.PepInternalButtonComponent, typeof i7.PepInternalListComponent, typeof i8.PepInternalMenuComponent, typeof i9.PepInternalPageComponent, typeof i10.PepInternalCaruselComponent], [typeof i11.CommonModule, typeof i12.ReactiveFormsModule, typeof i13.MatCommonModule, typeof i14.MatFormFieldModule, typeof i15.MatButtonModule, typeof i16.MatGridListModule, typeof i17.MatIconModule, typeof i18.MatMenuModule, typeof i19.SignaturePadModule, typeof i20.PepNgxLibModule, typeof i21.PepDialogModule, typeof i22.PepIconModule, typeof i23.PepAddressModule, typeof i24.PepAttachmentModule, typeof i25.PepButtonModule, typeof i26.PepCarouselModule, typeof i27.PepCheckboxModule, typeof i28.PepDateModule, typeof i29.PepImageModule, typeof i30.PepImagesFilmstripModule, typeof i31.PepQuantitySelectorModule, typeof i32.PepRichHtmlTextareaModule, typeof i33.PepSelectModule, typeof i34.PepSeparatorModule, typeof i35.PepSignatureModule, typeof i36.PepTextareaModule, typeof i37.PepTextboxModule, typeof i38.PepLinkModule, typeof i39.PepFieldTitleModule, typeof i40.PepGroupButtonsModule], [typeof i1.PepFormComponent]>;
46
48
  static ɵinj: i0.ɵɵInjectorDeclaration<PepFormModule>;
47
49
  }
@@ -0,0 +1,35 @@
1
+ import { OnChanges, EventEmitter, OnDestroy } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { PepFieldBase, PepLayoutType, IPepFieldValueChangeEvent, IPepFieldClickEvent } from '@pepperi-addons/ngx-lib';
4
+ import { IPepFormFieldClickEvent, IPepFormFieldValueChangeEvent } from './form.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class PepInternalFieldGeneratorComponent implements OnChanges, OnDestroy {
7
+ private _field;
8
+ set field(value: any);
9
+ get field(): any;
10
+ isActive: boolean;
11
+ uid: any;
12
+ form: FormGroup;
13
+ layoutType: PepLayoutType;
14
+ showTitle: boolean;
15
+ checkForChanges: any;
16
+ valueChange: EventEmitter<IPepFieldValueChangeEvent>;
17
+ formValidationChange: EventEmitter<boolean>;
18
+ elementClick: EventEmitter<IPepFieldClickEvent>;
19
+ formValueChange: EventEmitter<IPepFormFieldValueChangeEvent>;
20
+ formFieldClick: EventEmitter<IPepFormFieldClickEvent>;
21
+ get isValid(): boolean;
22
+ get isTouched(): boolean;
23
+ get isDirty(): boolean;
24
+ ngOnDestroy(): void;
25
+ onFileChanged(fileData: any, field: PepFieldBase): void;
26
+ onAddressValueChanged(valueChange: IPepFieldValueChangeEvent, field: PepFieldBase): void;
27
+ onValueChanged(value: any, field: PepFieldBase): void;
28
+ onFormValidationChanged(formValidationChange: any): void;
29
+ onClick(fieldClicked: any): void;
30
+ onFormValueChanged(event: IPepFormFieldValueChangeEvent): void;
31
+ onFormFieldClick(event: IPepFormFieldClickEvent): void;
32
+ ngOnChanges(changes: any): void;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalFieldGeneratorComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalFieldGeneratorComponent, "pep-internal-field-generator", never, { "field": "field"; "isActive": "isActive"; "uid": "uid"; "form": "form"; "layoutType": "layoutType"; "showTitle": "showTitle"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "formValidationChange": "formValidationChange"; "elementClick": "elementClick"; "formValueChange": "formValueChange"; "formFieldClick": "formFieldClick"; }, never, never, false>;
35
+ }
@@ -0,0 +1,89 @@
1
+ import { OnInit, OnDestroy, KeyValueDiffers, EventEmitter, OnChanges, DoCheck } from '@angular/core';
2
+ import { FormGroup, FormBuilder } from '@angular/forms';
3
+ import { TranslateService } from '@ngx-translate/core';
4
+ import { PepDialogService } from '@pepperi-addons/ngx-lib/dialog';
5
+ import { IPepFieldValueChangeEvent, IPepFieldClickEvent, PepLayoutType, PepCustomizationService, PepLayoutService, UIControl, UIControlField, ObjectsDataRow, ObjectsDataRowCell, PepFieldBase, PepHorizontalAlignment, PepVerticalAlignment, X_ALIGNMENT_TYPE, Y_ALIGNMENT_TYPE, KeyValuePair, IPepOption } from '@pepperi-addons/ngx-lib';
6
+ import { Observable } from 'rxjs';
7
+ import { IPepFormFieldValueChangeEvent, IPepFormFieldClickEvent } from './form.model';
8
+ import * as i0 from "@angular/core";
9
+ export declare class PepInternalFormComponent implements OnInit, DoCheck, OnChanges, OnDestroy {
10
+ private dialogService;
11
+ private customizationService;
12
+ private layoutService;
13
+ private fb;
14
+ private translate;
15
+ isInternal: boolean;
16
+ isReport: boolean;
17
+ layout: UIControl;
18
+ lockEvents: boolean;
19
+ canEditObject: boolean;
20
+ private _data;
21
+ set data(value: ObjectsDataRow);
22
+ get data(): ObjectsDataRow;
23
+ set lockFields(value: boolean);
24
+ isActive: boolean;
25
+ layoutType: PepLayoutType;
26
+ objectId: string;
27
+ parentId: string;
28
+ searchCode: string;
29
+ showTitle: boolean;
30
+ firstFieldAsLink: boolean;
31
+ checkForChanges: any;
32
+ valueChange: EventEmitter<IPepFormFieldValueChangeEvent>;
33
+ formValidationChange: EventEmitter<boolean>;
34
+ fieldClick: EventEmitter<IPepFormFieldClickEvent>;
35
+ isLocked: boolean;
36
+ formGutterSize: any;
37
+ cardGutterSize: any;
38
+ rowHeight: any;
39
+ form: FormGroup;
40
+ differ: any;
41
+ private rows;
42
+ fields: PepFieldBase[];
43
+ private _fieldsSubject;
44
+ get fields$(): Observable<PepFieldBase[]>;
45
+ columns: number;
46
+ private hasMenuFloatingOnOtherField;
47
+ private menuField;
48
+ private menuDataField;
49
+ private hasCampaignField;
50
+ private hasCampaignDataField;
51
+ private indicatorsField;
52
+ private indicatorsDataField;
53
+ private _shouldReloadForm;
54
+ get shouldReloadForm(): boolean;
55
+ constructor(dialogService: PepDialogService, customizationService: PepCustomizationService, layoutService: PepLayoutService, fb: FormBuilder, differs: KeyValueDiffers, translate: TranslateService);
56
+ convertXAlignToHorizontalAlign(xAlign: X_ALIGNMENT_TYPE): PepHorizontalAlignment;
57
+ convertYAlignToVerticalAlign(yAlign: Y_ALIGNMENT_TYPE): PepVerticalAlignment;
58
+ convertOptionalValues(optionalValues: Array<KeyValuePair<string>>): IPepOption[];
59
+ convertAddressFields(controlField: UIControlField, addressFields: Array<ObjectsDataRowCell>, canEditObject: boolean): PepFieldBase[];
60
+ isMatrixField(apiNameToCheck: string): boolean;
61
+ doesFieldHavaFloatingField(controlField: UIControlField, floatingField: any): boolean;
62
+ getOptionsForCustomField(controlField: UIControlField, dataField: any, canEditObject: boolean): any;
63
+ convertToCustomField(controlField: UIControlField, dataField: any, canEditObject: boolean, menuField: any, hasCampaignField: any, indicatorsField: any, objectId: any, parentId: any, searchCode: any): PepFieldBase;
64
+ getFieldFormattedValue(field: PepFieldBase): string;
65
+ private toControlGroup;
66
+ private createBaseField;
67
+ showFormValidationMessage(): void;
68
+ ngOnInit(): void;
69
+ ngDoCheck(): void;
70
+ ngOnChanges(changes: any): void;
71
+ ngOnDestroy(): void;
72
+ getUiControlFields(): Array<UIControlField>;
73
+ initFieldsStructure(fields: PepFieldBase[], maxRow: number): void;
74
+ setForm(isForUpdate?: boolean): void;
75
+ initForm(): void;
76
+ private updateField;
77
+ updateForm(): void;
78
+ ReloadForm(): void;
79
+ private getFormControlById;
80
+ private setSpecialFields;
81
+ convertCustomFields(controlFields: Array<any>, dataFields: Array<any>): PepFieldBase[];
82
+ onFormValidationChanged(formValidationChange: any): void;
83
+ onValueChanged(event: IPepFieldValueChangeEvent): void;
84
+ onClick(fieldClickEvent: IPepFieldClickEvent): void;
85
+ onFormValueChanged(event: IPepFormFieldValueChangeEvent): void;
86
+ onFormFieldClick(event: IPepFormFieldClickEvent): void;
87
+ static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalFormComponent, never>;
88
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalFormComponent, "pep-internal-form", never, { "isInternal": "isInternal"; "isReport": "isReport"; "layout": "layout"; "lockEvents": "lockEvents"; "canEditObject": "canEditObject"; "data": "data"; "lockFields": "lockFields"; "isActive": "isActive"; "layoutType": "layoutType"; "objectId": "objectId"; "parentId": "parentId"; "searchCode": "searchCode"; "showTitle": "showTitle"; "firstFieldAsLink": "firstFieldAsLink"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "formValidationChange": "formValidationChange"; "fieldClick": "fieldClick"; }, never, never, false>;
89
+ }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-lib",
3
- "version": "0.4.0-angular14.1",
3
+ "version": "0.4.0-angular14.4",
4
4
  "peerDependencies": {
5
- "@angular/animations": ">= 14.0.1",
5
+ "@angular/animations": ">= 14.0.2",
6
6
  "@angular/cdk": ">= 14.0.2",
7
- "@angular/common": ">= 14.0.1",
8
- "@angular/compiler": ">= 14.0.1",
9
- "@angular/core": ">= 14.0.1",
10
- "@angular/forms": ">= 14.0.1",
7
+ "@angular/common": ">= 14.0.2",
8
+ "@angular/compiler": ">= 14.0.2",
9
+ "@angular/core": ">= 14.0.2",
10
+ "@angular/forms": ">= 14.0.2",
11
11
  "@angular/material": "^14.0.2",
12
- "@angular/platform-browser": ">= 14.0.1",
13
- "@angular/platform-browser-dynamic": ">= 14.0.1",
12
+ "@angular/platform-browser": ">= 14.0.2",
13
+ "@angular/platform-browser-dynamic": ">= 14.0.2",
14
14
  "@ngx-translate/core": "^14.0.0",
15
15
  "@ngx-translate/http-loader": "^7.0.0",
16
16
  "ngx-translate-multi-http-loader": "^3.0.0",
@@ -1,12 +1,7 @@
1
- import { PepAddonService } from '@pepperi-addons/ngx-lib';
2
- import { OnChanges, ViewContainerRef, ComponentFactoryResolver, Injector, Compiler, EventEmitter, SimpleChanges } from '@angular/core';
1
+ import { OnChanges, ViewContainerRef, EventEmitter, SimpleChanges } from '@angular/core';
3
2
  import { PepRemoteLoaderOptions } from './remote-loader.model';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class PepRemoteLoaderComponent implements OnChanges {
6
- private injector;
7
- private cfr;
8
- private compiler;
9
- private pepAddonService;
10
5
  viewContainer: ViewContainerRef;
11
6
  private _options;
12
7
  set options(value: PepRemoteLoaderOptions);
@@ -17,7 +12,7 @@ export declare class PepRemoteLoaderComponent implements OnChanges {
17
12
  hostEvents: EventEmitter<any>;
18
13
  load: EventEmitter<any>;
19
14
  private compRef;
20
- constructor(injector: Injector, cfr: ComponentFactoryResolver, compiler: Compiler, pepAddonService: PepAddonService);
15
+ constructor();
21
16
  private setHostComponentIntoComponentRef;
22
17
  ngOnChanges(changes: SimpleChanges): Promise<void>;
23
18
  private loadModule;