ngx-wapp-components 3.2.11-alpha.8 → 3.2.11

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 (695) hide show
  1. package/fesm2022/ngx-wapp-components.mjs +13296 -0
  2. package/fesm2022/ngx-wapp-components.mjs.map +1 -0
  3. package/package.json +63 -57
  4. package/types/ngx-wapp-components.d.ts +4178 -0
  5. package/ng-package.json +0 -11
  6. package/src/lib/button/w-button/w-button.component.html +0 -62
  7. package/src/lib/button/w-button/w-button.component.scss +0 -176
  8. package/src/lib/button/w-button/w-button.component.spec.ts +0 -23
  9. package/src/lib/button/w-button/w-button.component.ts +0 -44
  10. package/src/lib/button/w-button-week/w-button-week.component.html +0 -10
  11. package/src/lib/button/w-button-week/w-button-week.component.scss +0 -42
  12. package/src/lib/button/w-button-week/w-button-week.component.spec.ts +0 -23
  13. package/src/lib/button/w-button-week/w-button-week.component.ts +0 -81
  14. package/src/lib/button/w-buttons-footer/w-buttons-footer.component.html +0 -3
  15. package/src/lib/button/w-buttons-footer/w-buttons-footer.component.scss +0 -11
  16. package/src/lib/button/w-buttons-footer/w-buttons-footer.component.spec.ts +0 -23
  17. package/src/lib/button/w-buttons-footer/w-buttons-footer.component.ts +0 -11
  18. package/src/lib/button/w-radio-button/w-radio-button.component.html +0 -38
  19. package/src/lib/button/w-radio-button/w-radio-button.component.scss +0 -115
  20. package/src/lib/button/w-radio-button/w-radio-button.component.spec.ts +0 -23
  21. package/src/lib/button/w-radio-button/w-radio-button.component.ts +0 -74
  22. package/src/lib/button/w-select-button/w-select-button.component.html +0 -45
  23. package/src/lib/button/w-select-button/w-select-button.component.scss +0 -71
  24. package/src/lib/button/w-select-button/w-select-button.component.spec.ts +0 -23
  25. package/src/lib/button/w-select-button/w-select-button.component.ts +0 -95
  26. package/src/lib/button/w-toggle-button/w-toggle-button.component.html +0 -35
  27. package/src/lib/button/w-toggle-button/w-toggle-button.component.scss +0 -101
  28. package/src/lib/button/w-toggle-button/w-toggle-button.component.spec.ts +0 -23
  29. package/src/lib/button/w-toggle-button/w-toggle-button.component.ts +0 -96
  30. package/src/lib/card/w-card/w-card.component.html +0 -75
  31. package/src/lib/card/w-card/w-card.component.scss +0 -96
  32. package/src/lib/card/w-card/w-card.component.spec.ts +0 -28
  33. package/src/lib/card/w-card/w-card.component.ts +0 -36
  34. package/src/lib/chart/w-chart-bar/w-chart-bar.component.html +0 -1
  35. package/src/lib/chart/w-chart-bar/w-chart-bar.component.scss +0 -1
  36. package/src/lib/chart/w-chart-bar/w-chart-bar.component.spec.ts +0 -23
  37. package/src/lib/chart/w-chart-bar/w-chart-bar.component.ts +0 -432
  38. package/src/lib/dataview/w-dataview/w-dataview.component.html +0 -3
  39. package/src/lib/dataview/w-dataview/w-dataview.component.scss +0 -0
  40. package/src/lib/dataview/w-dataview/w-dataview.component.spec.ts +0 -28
  41. package/src/lib/dataview/w-dataview/w-dataview.component.ts +0 -16
  42. package/src/lib/edit/w-edit-calendar/w-edit-calendar.component.html +0 -71
  43. package/src/lib/edit/w-edit-calendar/w-edit-calendar.component.scss +0 -72
  44. package/src/lib/edit/w-edit-calendar/w-edit-calendar.component.spec.ts +0 -23
  45. package/src/lib/edit/w-edit-calendar/w-edit-calendar.component.ts +0 -168
  46. package/src/lib/edit/w-edit-calendar-month/w-edit-calendar-month.component.html +0 -42
  47. package/src/lib/edit/w-edit-calendar-month/w-edit-calendar-month.component.scss +0 -86
  48. package/src/lib/edit/w-edit-calendar-month/w-edit-calendar-month.component.spec.ts +0 -23
  49. package/src/lib/edit/w-edit-calendar-month/w-edit-calendar-month.component.ts +0 -77
  50. package/src/lib/edit/w-edit-checkbox/w-edit-checkbox.component.html +0 -35
  51. package/src/lib/edit/w-edit-checkbox/w-edit-checkbox.component.scss +0 -37
  52. package/src/lib/edit/w-edit-checkbox/w-edit-checkbox.component.spec.ts +0 -23
  53. package/src/lib/edit/w-edit-checkbox/w-edit-checkbox.component.ts +0 -83
  54. package/src/lib/edit/w-edit-input-colorpicker/w-edit-input-colorpicker.component.html +0 -38
  55. package/src/lib/edit/w-edit-input-colorpicker/w-edit-input-colorpicker.component.scss +0 -35
  56. package/src/lib/edit/w-edit-input-colorpicker/w-edit-input-colorpicker.component.spec.ts +0 -23
  57. package/src/lib/edit/w-edit-input-colorpicker/w-edit-input-colorpicker.component.ts +0 -79
  58. package/src/lib/edit/w-edit-input-number/w-edit-input-number.component.html +0 -75
  59. package/src/lib/edit/w-edit-input-number/w-edit-input-number.component.scss +0 -97
  60. package/src/lib/edit/w-edit-input-number/w-edit-input-number.component.spec.ts +0 -23
  61. package/src/lib/edit/w-edit-input-number/w-edit-input-number.component.ts +0 -139
  62. package/src/lib/edit/w-edit-input-text/w-edit-input-text.component.html +0 -54
  63. package/src/lib/edit/w-edit-input-text/w-edit-input-text.component.scss +0 -102
  64. package/src/lib/edit/w-edit-input-text/w-edit-input-text.component.spec.ts +0 -23
  65. package/src/lib/edit/w-edit-input-text/w-edit-input-text.component.ts +0 -101
  66. package/src/lib/edit/w-edit-input-textarea/w-edit-input-textarea.component.html +0 -50
  67. package/src/lib/edit/w-edit-input-textarea/w-edit-input-textarea.component.scss +0 -82
  68. package/src/lib/edit/w-edit-input-textarea/w-edit-input-textarea.component.spec.ts +0 -23
  69. package/src/lib/edit/w-edit-input-textarea/w-edit-input-textarea.component.ts +0 -88
  70. package/src/lib/edit/w-edit-multiselect/w-edit-multiselect.component.html +0 -55
  71. package/src/lib/edit/w-edit-multiselect/w-edit-multiselect.component.scss +0 -199
  72. package/src/lib/edit/w-edit-multiselect/w-edit-multiselect.component.spec.ts +0 -23
  73. package/src/lib/edit/w-edit-multiselect/w-edit-multiselect.component.ts +0 -103
  74. package/src/lib/edit/w-edit-select/w-edit-select.component.html +0 -55
  75. package/src/lib/edit/w-edit-select/w-edit-select.component.scss +0 -131
  76. package/src/lib/edit/w-edit-select/w-edit-select.component.spec.ts +0 -23
  77. package/src/lib/edit/w-edit-select/w-edit-select.component.ts +0 -107
  78. package/src/lib/edit/w-edit-toggle/w-edit-toggle.component.html +0 -21
  79. package/src/lib/edit/w-edit-toggle/w-edit-toggle.component.scss +0 -57
  80. package/src/lib/edit/w-edit-toggle/w-edit-toggle.component.spec.ts +0 -23
  81. package/src/lib/edit/w-edit-toggle/w-edit-toggle.component.ts +0 -73
  82. package/src/lib/edit/w-edit-treeselect/w-edit-treeselect.component.html +0 -43
  83. package/src/lib/edit/w-edit-treeselect/w-edit-treeselect.component.scss +0 -179
  84. package/src/lib/edit/w-edit-treeselect/w-edit-treeselect.component.spec.ts +0 -23
  85. package/src/lib/edit/w-edit-treeselect/w-edit-treeselect.component.ts +0 -112
  86. package/src/lib/file/w-file-generator/w-file-generator.component.css +0 -0
  87. package/src/lib/file/w-file-generator/w-file-generator.component.html +0 -1
  88. package/src/lib/file/w-file-generator/w-file-generator.component.spec.ts +0 -23
  89. package/src/lib/file/w-file-generator/w-file-generator.component.ts +0 -76
  90. package/src/lib/file/w-file-uploader/w-file-uploader.component.html +0 -70
  91. package/src/lib/file/w-file-uploader/w-file-uploader.component.scss +0 -136
  92. package/src/lib/file/w-file-uploader/w-file-uploader.component.spec.ts +0 -23
  93. package/src/lib/file/w-file-uploader/w-file-uploader.component.ts +0 -185
  94. package/src/lib/file/w-image-cropper/w-image-cropper.component.html +0 -92
  95. package/src/lib/file/w-image-cropper/w-image-cropper.component.scss +0 -56
  96. package/src/lib/file/w-image-cropper/w-image-cropper.component.spec.ts +0 -23
  97. package/src/lib/file/w-image-cropper/w-image-cropper.component.ts +0 -271
  98. package/src/lib/file/w-image-file-uploader/w-image-file-uploader.component.html +0 -200
  99. package/src/lib/file/w-image-file-uploader/w-image-file-uploader.component.scss +0 -201
  100. package/src/lib/file/w-image-file-uploader/w-image-file-uploader.component.spec.ts +0 -23
  101. package/src/lib/file/w-image-file-uploader/w-image-file-uploader.component.ts +0 -545
  102. package/src/lib/file/w-preview-image/w-preview-image.component.css +0 -0
  103. package/src/lib/file/w-preview-image/w-preview-image.component.html +0 -7
  104. package/src/lib/file/w-preview-image/w-preview-image.component.spec.ts +0 -23
  105. package/src/lib/file/w-preview-image/w-preview-image.component.ts +0 -18
  106. package/src/lib/icons/icons.scss +0 -1007
  107. package/src/lib/icons/wapping-icons/w-icons.component.html +0 -1
  108. package/src/lib/icons/wapping-icons/w-icons.component.scss +0 -6
  109. package/src/lib/icons/wapping-icons/w-icons.component.ts +0 -13
  110. package/src/lib/layout/gap-divider/w-input-vertical-gap-divider/w-input-vertical-gap-divider.component.html +0 -1
  111. package/src/lib/layout/gap-divider/w-input-vertical-gap-divider/w-input-vertical-gap-divider.component.scss +0 -9
  112. package/src/lib/layout/gap-divider/w-input-vertical-gap-divider/w-input-vertical-gap-divider.component.spec.ts +0 -23
  113. package/src/lib/layout/gap-divider/w-input-vertical-gap-divider/w-input-vertical-gap-divider.component.ts +0 -11
  114. package/src/lib/layout/gap-divider/w-panel-section-gap-divider/w-panel-section-gap-divider.component.html +0 -1
  115. package/src/lib/layout/gap-divider/w-panel-section-gap-divider/w-panel-section-gap-divider.component.scss +0 -9
  116. package/src/lib/layout/gap-divider/w-panel-section-gap-divider/w-panel-section-gap-divider.component.spec.ts +0 -23
  117. package/src/lib/layout/gap-divider/w-panel-section-gap-divider/w-panel-section-gap-divider.component.ts +0 -11
  118. package/src/lib/layout/w-body/w-body.component.html +0 -3
  119. package/src/lib/layout/w-body/w-body.component.scss +0 -13
  120. package/src/lib/layout/w-body/w-body.component.spec.ts +0 -23
  121. package/src/lib/layout/w-body/w-body.component.ts +0 -11
  122. package/src/lib/layout/w-body-container/w-body-container.component.html +0 -3
  123. package/src/lib/layout/w-body-container/w-body-container.component.scss +0 -2
  124. package/src/lib/layout/w-body-container/w-body-container.component.spec.ts +0 -23
  125. package/src/lib/layout/w-body-container/w-body-container.component.ts +0 -11
  126. package/src/lib/layout/w-body-grid/w-body-grid.component.html +0 -3
  127. package/src/lib/layout/w-body-grid/w-body-grid.component.scss +0 -5
  128. package/src/lib/layout/w-body-grid/w-body-grid.component.spec.ts +0 -23
  129. package/src/lib/layout/w-body-grid/w-body-grid.component.ts +0 -11
  130. package/src/lib/layout/w-container/w-container.component.scss +0 -9
  131. package/src/lib/layout/w-container/w-container.component.ts +0 -15
  132. package/src/lib/layout/w-footer/w-footer.component.html +0 -13
  133. package/src/lib/layout/w-footer/w-footer.component.scss +0 -17
  134. package/src/lib/layout/w-footer/w-footer.component.spec.ts +0 -23
  135. package/src/lib/layout/w-footer/w-footer.component.ts +0 -20
  136. package/src/lib/layout/w-header-panel/w-header-panel.component.html +0 -15
  137. package/src/lib/layout/w-header-panel/w-header-panel.component.scss +0 -39
  138. package/src/lib/layout/w-header-panel/w-header-panel.component.spec.ts +0 -23
  139. package/src/lib/layout/w-header-panel/w-header-panel.component.ts +0 -55
  140. package/src/lib/layout/w-navbar/w-navbar.component.html +0 -28
  141. package/src/lib/layout/w-navbar/w-navbar.component.scss +0 -26
  142. package/src/lib/layout/w-navbar/w-navbar.component.spec.ts +0 -23
  143. package/src/lib/layout/w-navbar/w-navbar.component.ts +0 -49
  144. package/src/lib/layout/w-panel/w-panel.component.html +0 -25
  145. package/src/lib/layout/w-panel/w-panel.component.scss +0 -173
  146. package/src/lib/layout/w-panel/w-panel.component.spec.ts +0 -23
  147. package/src/lib/layout/w-panel/w-panel.component.ts +0 -54
  148. package/src/lib/layout/w-panel-grid/w-panel-grid.component.html +0 -3
  149. package/src/lib/layout/w-panel-grid/w-panel-grid.component.scss +0 -6
  150. package/src/lib/layout/w-panel-grid/w-panel-grid.component.spec.ts +0 -23
  151. package/src/lib/layout/w-panel-grid/w-panel-grid.component.ts +0 -11
  152. package/src/lib/layout/w-panel-subtitle/w-panel-subtitle.component.html +0 -1
  153. package/src/lib/layout/w-panel-subtitle/w-panel-subtitle.component.scss +0 -6
  154. package/src/lib/layout/w-panel-subtitle/w-panel-subtitle.component.spec.ts +0 -23
  155. package/src/lib/layout/w-panel-subtitle/w-panel-subtitle.component.ts +0 -12
  156. package/src/lib/layout/w-panel-title/w-panel-title.component.html +0 -1
  157. package/src/lib/layout/w-panel-title/w-panel-title.component.scss +0 -9
  158. package/src/lib/layout/w-panel-title/w-panel-title.component.spec.ts +0 -23
  159. package/src/lib/layout/w-panel-title/w-panel-title.component.ts +0 -12
  160. package/src/lib/logos/logos.ts +0 -7
  161. package/src/lib/logos/wapping-logos/w-logos.component.scss +0 -5
  162. package/src/lib/logos/wapping-logos/w-logos.component.ts +0 -62
  163. package/src/lib/maps/w-maps/w-maps.component.html +0 -31
  164. package/src/lib/maps/w-maps/w-maps.component.scss +0 -102
  165. package/src/lib/maps/w-maps/w-maps.component.spec.ts +0 -23
  166. package/src/lib/maps/w-maps/w-maps.component.ts +0 -225
  167. package/src/lib/material/shared/components/wapp-modal-close-button/wapp-modal-close-button.component.css +0 -23
  168. package/src/lib/material/shared/components/wapp-modal-close-button/wapp-modal-close-button.component.html +0 -5
  169. package/src/lib/material/shared/components/wapp-modal-close-button/wapp-modal-close-button.component.spec.ts +0 -28
  170. package/src/lib/material/shared/components/wapp-modal-close-button/wapp-modal-close-button.component.ts +0 -17
  171. package/src/lib/material/shared/components/wapp-modal-title/wapp-modal-title.component.css +0 -11
  172. package/src/lib/material/shared/components/wapp-modal-title/wapp-modal-title.component.html +0 -1
  173. package/src/lib/material/shared/components/wapp-modal-title/wapp-modal-title.component.spec.ts +0 -28
  174. package/src/lib/material/shared/components/wapp-modal-title/wapp-modal-title.component.ts +0 -17
  175. package/src/lib/material/shared/components/wapp-service-description/wapp-service-description.component.css +0 -0
  176. package/src/lib/material/shared/components/wapp-service-description/wapp-service-description.component.html +0 -5
  177. package/src/lib/material/shared/components/wapp-service-description/wapp-service-description.component.spec.ts +0 -28
  178. package/src/lib/material/shared/components/wapp-service-description/wapp-service-description.component.ts +0 -23
  179. package/src/lib/material/shared/models/data-req-to-send-card.model.ts +0 -18
  180. package/src/lib/material/shared/models/enums.model.ts +0 -53
  181. package/src/lib/material/shared/models/modal-size.model.ts +0 -4
  182. package/src/lib/material/shared/models/wapp-service.ts +0 -56
  183. package/src/lib/material/shared/models/wapping-service-image.ts +0 -3
  184. package/src/lib/material/shared/models/wapping-service-item-view.ts +0 -14
  185. package/src/lib/material/shared/models/wapping-service-template.model.ts +0 -24
  186. package/src/lib/material/shared/models/wapping-service-translations.model.ts +0 -11
  187. package/src/lib/material/shared/models/wapping-service.ts +0 -58
  188. package/src/lib/material/shared/services/material-modal.service.spec.ts +0 -16
  189. package/src/lib/material/shared/services/material-modal.service.ts +0 -66
  190. package/src/lib/material/w-material-service-card/w-material-service-card.component.html +0 -62
  191. package/src/lib/material/w-material-service-card/w-material-service-card.component.scss +0 -140
  192. package/src/lib/material/w-material-service-card/w-material-service-card.component.spec.ts +0 -23
  193. package/src/lib/material/w-material-service-card/w-material-service-card.component.ts +0 -180
  194. package/src/lib/material/w-material-service-view/w-material-service-view.component.html +0 -85
  195. package/src/lib/material/w-material-service-view/w-material-service-view.component.scss +0 -521
  196. package/src/lib/material/w-material-service-view/w-material-service-view.component.spec.ts +0 -28
  197. package/src/lib/material/w-material-service-view/w-material-service-view.component.ts +0 -244
  198. package/src/lib/material/wapp-material-service-card/wapp-material-service-card.component.html +0 -89
  199. package/src/lib/material/wapp-material-service-card/wapp-material-service-card.component.scss +0 -109
  200. package/src/lib/material/wapp-material-service-card/wapp-material-service-card.component.spec.ts +0 -28
  201. package/src/lib/material/wapp-material-service-card/wapp-material-service-card.component.ts +0 -109
  202. package/src/lib/material/wapp-material-service-view/carousel/carousel.component.html +0 -74
  203. package/src/lib/material/wapp-material-service-view/carousel/carousel.component.scss +0 -197
  204. package/src/lib/material/wapp-material-service-view/carousel/carousel.component.spec.ts +0 -28
  205. package/src/lib/material/wapp-material-service-view/carousel/carousel.component.ts +0 -268
  206. package/src/lib/material/wapp-material-service-view/main-title/main-title.component.css +0 -36
  207. package/src/lib/material/wapp-material-service-view/main-title/main-title.component.html +0 -11
  208. package/src/lib/material/wapp-material-service-view/main-title/main-title.component.spec.ts +0 -28
  209. package/src/lib/material/wapp-material-service-view/main-title/main-title.component.ts +0 -22
  210. package/src/lib/material/wapp-material-service-view/wapp-material-service-view.component.css +0 -331
  211. package/src/lib/material/wapp-material-service-view/wapp-material-service-view.component.html +0 -131
  212. package/src/lib/material/wapp-material-service-view/wapp-material-service-view.component.spec.ts +0 -28
  213. package/src/lib/material/wapp-material-service-view/wapp-material-service-view.component.ts +0 -192
  214. package/src/lib/misc/w-badge/w-badge.component.html +0 -4
  215. package/src/lib/misc/w-badge/w-badge.component.scss +0 -105
  216. package/src/lib/misc/w-badge/w-badge.component.spec.ts +0 -23
  217. package/src/lib/misc/w-badge/w-badge.component.ts +0 -19
  218. package/src/lib/misc/w-chip/w-chip.component.html +0 -33
  219. package/src/lib/misc/w-chip/w-chip.component.scss +0 -38
  220. package/src/lib/misc/w-chip/w-chip.component.spec.ts +0 -23
  221. package/src/lib/misc/w-chip/w-chip.component.ts +0 -36
  222. package/src/lib/misc/w-code-block/monaco-editor-v2/base-editor.ts +0 -130
  223. package/src/lib/misc/w-code-block/monaco-editor-v2/config.ts +0 -11
  224. package/src/lib/misc/w-code-block/monaco-editor-v2/diff-editor.component.ts +0 -100
  225. package/src/lib/misc/w-code-block/monaco-editor-v2/editor.component.ts +0 -136
  226. package/src/lib/misc/w-code-block/monaco-editor-v2/editor.module.ts +0 -34
  227. package/src/lib/misc/w-code-block/monaco-editor-v2/types.ts +0 -9
  228. package/src/lib/misc/w-code-block/w-code-block.component.html +0 -21
  229. package/src/lib/misc/w-code-block/w-code-block.component.scss +0 -23
  230. package/src/lib/misc/w-code-block/w-code-block.component.spec.ts +0 -28
  231. package/src/lib/misc/w-code-block/w-code-block.component.ts +0 -35
  232. package/src/lib/misc/w-cron-expressions/w-cron-expressions.component.css +0 -0
  233. package/src/lib/misc/w-cron-expressions/w-cron-expressions.component.html +0 -209
  234. package/src/lib/misc/w-cron-expressions/w-cron-expressions.component.spec.ts +0 -23
  235. package/src/lib/misc/w-cron-expressions/w-cron-expressions.component.ts +0 -694
  236. package/src/lib/misc/w-filter-panel/query-builder/query-arrow-icon.directive.ts +0 -9
  237. package/src/lib/misc/w-filter-panel/query-builder/query-builder.component.html +0 -197
  238. package/src/lib/misc/w-filter-panel/query-builder/query-builder.component.scss +0 -219
  239. package/src/lib/misc/w-filter-panel/query-builder/query-builder.component.spec.ts +0 -27
  240. package/src/lib/misc/w-filter-panel/query-builder/query-builder.component.ts +0 -815
  241. package/src/lib/misc/w-filter-panel/query-builder/query-builder.interfaces.ts +0 -166
  242. package/src/lib/misc/w-filter-panel/query-builder/query-button-group.directive.ts +0 -9
  243. package/src/lib/misc/w-filter-panel/query-builder/query-empty-warning.directive.ts +0 -9
  244. package/src/lib/misc/w-filter-panel/query-builder/query-entity.directive.ts +0 -9
  245. package/src/lib/misc/w-filter-panel/query-builder/query-field.directive.ts +0 -9
  246. package/src/lib/misc/w-filter-panel/query-builder/query-input.directive.ts +0 -20
  247. package/src/lib/misc/w-filter-panel/query-builder/query-operator.directive.ts +0 -9
  248. package/src/lib/misc/w-filter-panel/query-builder/query-remove-button.directive.ts +0 -9
  249. package/src/lib/misc/w-filter-panel/query-builder/query-switch-group.directive.ts +0 -9
  250. package/src/lib/misc/w-filter-panel/w-filter-panel.component.html +0 -385
  251. package/src/lib/misc/w-filter-panel/w-filter-panel.component.scss +0 -486
  252. package/src/lib/misc/w-filter-panel/w-filter-panel.component.spec.ts +0 -23
  253. package/src/lib/misc/w-filter-panel/w-filter-panel.component.ts +0 -949
  254. package/src/lib/misc/w-filter-panel/w-list-field/w-list-field.component.html +0 -36
  255. package/src/lib/misc/w-filter-panel/w-list-field/w-list-field.component.scss +0 -13
  256. package/src/lib/misc/w-filter-panel/w-list-field/w-list-field.component.spec.ts +0 -23
  257. package/src/lib/misc/w-filter-panel/w-list-field/w-list-field.component.ts +0 -92
  258. package/src/lib/misc/w-parameter-selector/w-parameter-selector.component.html +0 -38
  259. package/src/lib/misc/w-parameter-selector/w-parameter-selector.component.scss +0 -92
  260. package/src/lib/misc/w-parameter-selector/w-parameter-selector.component.spec.ts +0 -28
  261. package/src/lib/misc/w-parameter-selector/w-parameter-selector.component.ts +0 -89
  262. package/src/lib/misc/w-timeline/w-timeline.component.html +0 -37
  263. package/src/lib/misc/w-timeline/w-timeline.component.scss +0 -131
  264. package/src/lib/misc/w-timeline/w-timeline.component.spec.ts +0 -23
  265. package/src/lib/misc/w-timeline/w-timeline.component.ts +0 -58
  266. package/src/lib/misc/w-wizard/w-wizard.component.html +0 -136
  267. package/src/lib/misc/w-wizard/w-wizard.component.scss +0 -82
  268. package/src/lib/misc/w-wizard/w-wizard.component.spec.ts +0 -23
  269. package/src/lib/misc/w-wizard/w-wizard.component.ts +0 -85
  270. package/src/lib/report/w-powerbi-report/w-powerbi-report.component.css +0 -18
  271. package/src/lib/report/w-powerbi-report/w-powerbi-report.component.html +0 -72
  272. package/src/lib/report/w-powerbi-report/w-powerbi-report.component.spec.ts +0 -23
  273. package/src/lib/report/w-powerbi-report/w-powerbi-report.component.ts +0 -182
  274. package/src/lib/search/w-autocomplete-search/w-autocomplete-search.component.html +0 -92
  275. package/src/lib/search/w-autocomplete-search/w-autocomplete-search.component.scss +0 -144
  276. package/src/lib/search/w-autocomplete-search/w-autocomplete-search.component.spec.ts +0 -23
  277. package/src/lib/search/w-autocomplete-search/w-autocomplete-search.component.ts +0 -95
  278. package/src/lib/search/w-input-search/w-input-search.component.html +0 -139
  279. package/src/lib/search/w-input-search/w-input-search.component.scss +0 -64
  280. package/src/lib/search/w-input-search/w-input-search.component.spec.ts +0 -23
  281. package/src/lib/search/w-input-search/w-input-search.component.ts +0 -96
  282. package/src/lib/shared/components/w-address-field/w-address-field.component.html +0 -31
  283. package/src/lib/shared/components/w-address-field/w-address-field.component.scss +0 -0
  284. package/src/lib/shared/components/w-address-field/w-address-field.component.spec.ts +0 -23
  285. package/src/lib/shared/components/w-address-field/w-address-field.component.ts +0 -312
  286. package/src/lib/shared/components/w-notifications-event-field/w-notifications-event-field.component.html +0 -2
  287. package/src/lib/shared/components/w-notifications-event-field/w-notifications-event-field.component.scss +0 -5
  288. package/src/lib/shared/components/w-notifications-event-field/w-notifications-event-field.component.spec.ts +0 -23
  289. package/src/lib/shared/components/w-notifications-event-field/w-notifications-event-field.component.ts +0 -156
  290. package/src/lib/shared/components/w-period-select-field/w-period-select-field.component.html +0 -54
  291. package/src/lib/shared/components/w-period-select-field/w-period-select-field.component.scss +0 -5
  292. package/src/lib/shared/components/w-period-select-field/w-period-select-field.component.spec.ts +0 -28
  293. package/src/lib/shared/components/w-period-select-field/w-period-select-field.component.ts +0 -172
  294. package/src/lib/shared/components/w-tree-field/w-tree-field.component.css +0 -0
  295. package/src/lib/shared/components/w-tree-field/w-tree-field.component.html +0 -25
  296. package/src/lib/shared/components/w-tree-field/w-tree-field.component.spec.ts +0 -23
  297. package/src/lib/shared/components/w-tree-field/w-tree-field.component.ts +0 -210
  298. package/src/lib/shared/enums/cron-expressions/enum.model.ts +0 -28
  299. package/src/lib/shared/enums/enum.ts +0 -19
  300. package/src/lib/shared/models/action-button-response.model.ts +0 -4
  301. package/src/lib/shared/models/action-button.model.ts +0 -5
  302. package/src/lib/shared/models/address-maps.model.ts +0 -14
  303. package/src/lib/shared/models/back-button-config.model.ts +0 -5
  304. package/src/lib/shared/models/components-tenant-storage.model.ts +0 -5
  305. package/src/lib/shared/models/cron-expressions/cron-component-translations.model.ts +0 -43
  306. package/src/lib/shared/models/custom-button-config.model.ts +0 -14
  307. package/src/lib/shared/models/embed-config.model.ts +0 -9
  308. package/src/lib/shared/models/enums.model.ts +0 -144
  309. package/src/lib/shared/models/filter-panel/boolean-select-option.model.ts +0 -4
  310. package/src/lib/shared/models/filter-panel/field.model.ts +0 -165
  311. package/src/lib/shared/models/filter-panel/filter-field.models.ts +0 -15
  312. package/src/lib/shared/models/filter-panel/filter-panel-translations.model.ts +0 -49
  313. package/src/lib/shared/models/filter-panel/gmarealevel1.model.ts +0 -4
  314. package/src/lib/shared/models/filter-panel/gmarealevel2.model.ts +0 -4
  315. package/src/lib/shared/models/filter-panel/gmcountry-model.ts +0 -4
  316. package/src/lib/shared/models/filter-panel/gmlocality.model.ts +0 -4
  317. package/src/lib/shared/models/filter-panel/gmpostalcode.model.ts +0 -4
  318. package/src/lib/shared/models/filter-panel/last-query.model.ts +0 -6
  319. package/src/lib/shared/models/filter-panel/nullable-select-option.model.ts +0 -4
  320. package/src/lib/shared/models/filter-panel/period-select-value.model.ts +0 -5
  321. package/src/lib/shared/models/filter-panel/platform-event.model.ts +0 -6
  322. package/src/lib/shared/models/filter-panel/platform-events-group.model.ts +0 -6
  323. package/src/lib/shared/models/filter-panel/qb-filter-entity.model.ts +0 -8
  324. package/src/lib/shared/models/filter-panel/qb-filter-field.model.ts +0 -12
  325. package/src/lib/shared/models/filter-panel/qb-operators.model.ts +0 -4
  326. package/src/lib/shared/models/filter-panel/qb-panel-filter.model.ts +0 -14
  327. package/src/lib/shared/models/filter-panel/qb-panel-to-fields.model.ts +0 -12
  328. package/src/lib/shared/models/filter-panel/query-results.model.ts +0 -20
  329. package/src/lib/shared/models/filter-panel/translated-select-optinon.model.ts +0 -4
  330. package/src/lib/shared/models/filter.model.ts +0 -5
  331. package/src/lib/shared/models/image-b64.model.ts +0 -9
  332. package/src/lib/shared/models/lazy-element-query-request.model.ts +0 -9
  333. package/src/lib/shared/models/multiselect-option.model.ts +0 -4
  334. package/src/lib/shared/models/parameter-selector.model.ts +0 -10
  335. package/src/lib/shared/models/storeable-table-pagination.model.ts +0 -4
  336. package/src/lib/shared/models/stored-filter-panel-query.model.ts +0 -6
  337. package/src/lib/shared/models/tenant-storage-pagination.model.ts +0 -6
  338. package/src/lib/shared/models/w-address.model.ts +0 -16
  339. package/src/lib/shared/models/w-chart-config.model.ts +0 -14
  340. package/src/lib/shared/models/w-file-attachment.model.ts +0 -4
  341. package/src/lib/shared/models/w-file-b64.model.ts +0 -6
  342. package/src/lib/shared/models/w-file-uploader-config.model.ts +0 -11
  343. package/src/lib/shared/models/w-file-uploader-data-sheet-response.model.ts +0 -4
  344. package/src/lib/shared/models/w-image-cropper-data.model.ts +0 -8
  345. package/src/lib/shared/models/w-image-file-uploader-config.model.ts +0 -29
  346. package/src/lib/shared/models/w-select-button-state.model.ts +0 -6
  347. package/src/lib/shared/models/w-timeline-event-item.model.ts +0 -11
  348. package/src/lib/shared/models/w-tree-table.model.ts +0 -39
  349. package/src/lib/shared/models/wapp-table-action-button-response.model.ts +0 -4
  350. package/src/lib/shared/models/wapp-table-lazy-loading.model.ts +0 -75
  351. package/src/lib/shared/models/wapp-table.model.ts +0 -68
  352. package/src/lib/shared/pipes/color-text.pipe.ts +0 -24
  353. package/src/lib/shared/pipes/w-currency.pipe.ts +0 -31
  354. package/src/lib/shared/pipes/w-date.pipe.ts +0 -58
  355. package/src/lib/shared/pipes/w-percentage.pipe.ts +0 -12
  356. package/src/lib/shared/pipes/w-summary.pipe.ts +0 -23
  357. package/src/lib/shared/service/api/api.service.ts +0 -154
  358. package/src/lib/shared/services/clipboard.service.spec.ts +0 -16
  359. package/src/lib/shared/services/clipboard.service.ts +0 -19
  360. package/src/lib/shared/services/date-conversion.service.spec.ts +0 -16
  361. package/src/lib/shared/services/date-conversion.service.ts +0 -20
  362. package/src/lib/shared/services/file-size.service.spec.ts +0 -16
  363. package/src/lib/shared/services/file-size.service.ts +0 -37
  364. package/src/lib/shared/services/file.service.ts +0 -37
  365. package/src/lib/shared/services/form-control.service.spec.ts +0 -16
  366. package/src/lib/shared/services/form-control.service.ts +0 -15
  367. package/src/lib/shared/services/local-storage.service.spec.ts +0 -16
  368. package/src/lib/shared/services/local-storage.service.ts +0 -15
  369. package/src/lib/shared/services/modal.service.spec.ts +0 -16
  370. package/src/lib/shared/services/modal.service.ts +0 -71
  371. package/src/lib/shared/services/number-conversion.service.spec.ts +0 -16
  372. package/src/lib/shared/services/number-conversion.service.ts +0 -29
  373. package/src/lib/shared/services/session-storage.service.spec.ts +0 -16
  374. package/src/lib/shared/services/session-storage.service.ts +0 -124
  375. package/src/lib/shared/services/tree.service.ts +0 -30
  376. package/src/lib/shared/skeletons/w-skeleton-edit/w-skeleton-edit.component.css +0 -0
  377. package/src/lib/shared/skeletons/w-skeleton-edit/w-skeleton-edit.component.html +0 -32
  378. package/src/lib/shared/skeletons/w-skeleton-edit/w-skeleton-edit.component.spec.ts +0 -23
  379. package/src/lib/shared/skeletons/w-skeleton-edit/w-skeleton-edit.component.ts +0 -16
  380. package/src/lib/shared/skeletons/w-skeleton-edit-product/w-skeleton-edit-product.component.css +0 -0
  381. package/src/lib/shared/skeletons/w-skeleton-edit-product/w-skeleton-edit-product.component.html +0 -37
  382. package/src/lib/shared/skeletons/w-skeleton-edit-product/w-skeleton-edit-product.component.spec.ts +0 -23
  383. package/src/lib/shared/skeletons/w-skeleton-edit-product/w-skeleton-edit-product.component.ts +0 -11
  384. package/src/lib/shared/skeletons/w-skeleton-form/w-skeleton-form.component.css +0 -0
  385. package/src/lib/shared/skeletons/w-skeleton-form/w-skeleton-form.component.html +0 -5
  386. package/src/lib/shared/skeletons/w-skeleton-form/w-skeleton-form.component.spec.ts +0 -23
  387. package/src/lib/shared/skeletons/w-skeleton-form/w-skeleton-form.component.ts +0 -18
  388. package/src/lib/shared/skeletons/w-skeleton-generic/w-skeleton-generic.component.css +0 -0
  389. package/src/lib/shared/skeletons/w-skeleton-generic/w-skeleton-generic.component.html +0 -3
  390. package/src/lib/shared/skeletons/w-skeleton-generic/w-skeleton-generic.component.spec.ts +0 -23
  391. package/src/lib/shared/skeletons/w-skeleton-generic/w-skeleton-generic.component.ts +0 -11
  392. package/src/lib/shared/skeletons/w-skeleton-iframe/w-skeleton-iframe.component.css +0 -0
  393. package/src/lib/shared/skeletons/w-skeleton-iframe/w-skeleton-iframe.component.html +0 -3
  394. package/src/lib/shared/skeletons/w-skeleton-iframe/w-skeleton-iframe.component.spec.ts +0 -23
  395. package/src/lib/shared/skeletons/w-skeleton-iframe/w-skeleton-iframe.component.ts +0 -11
  396. package/src/lib/shared/skeletons/w-skeleton-input-generic/w-skeleton-input-generic.component.css +0 -4
  397. package/src/lib/shared/skeletons/w-skeleton-input-generic/w-skeleton-input-generic.component.html +0 -10
  398. package/src/lib/shared/skeletons/w-skeleton-input-generic/w-skeleton-input-generic.component.spec.ts +0 -23
  399. package/src/lib/shared/skeletons/w-skeleton-input-generic/w-skeleton-input-generic.component.ts +0 -14
  400. package/src/lib/shared/skeletons/w-skeleton-list/w-skeleton-list.component.css +0 -0
  401. package/src/lib/shared/skeletons/w-skeleton-list/w-skeleton-list.component.html +0 -14
  402. package/src/lib/shared/skeletons/w-skeleton-list/w-skeleton-list.component.spec.ts +0 -23
  403. package/src/lib/shared/skeletons/w-skeleton-list/w-skeleton-list.component.ts +0 -14
  404. package/src/lib/shared/skeletons/w-skeleton-powerbi-report/w-skeleton-powerbi-report.component.css +0 -0
  405. package/src/lib/shared/skeletons/w-skeleton-powerbi-report/w-skeleton-powerbi-report.component.html +0 -10
  406. package/src/lib/shared/skeletons/w-skeleton-powerbi-report/w-skeleton-powerbi-report.component.spec.ts +0 -23
  407. package/src/lib/shared/skeletons/w-skeleton-powerbi-report/w-skeleton-powerbi-report.component.ts +0 -11
  408. package/src/lib/shared/skeletons/w-skeleton-profile-sidebar/w-skeleton-profile-sidebar.component.css +0 -0
  409. package/src/lib/shared/skeletons/w-skeleton-profile-sidebar/w-skeleton-profile-sidebar.component.html +0 -14
  410. package/src/lib/shared/skeletons/w-skeleton-profile-sidebar/w-skeleton-profile-sidebar.component.spec.ts +0 -23
  411. package/src/lib/shared/skeletons/w-skeleton-profile-sidebar/w-skeleton-profile-sidebar.component.ts +0 -11
  412. package/src/lib/shared/skeletons/w-skeleton-query-builder/w-skeleton-query-builder.component.html +0 -41
  413. package/src/lib/shared/skeletons/w-skeleton-query-builder/w-skeleton-query-builder.component.scss +0 -8
  414. package/src/lib/shared/skeletons/w-skeleton-query-builder/w-skeleton-query-builder.component.spec.ts +0 -23
  415. package/src/lib/shared/skeletons/w-skeleton-query-builder/w-skeleton-query-builder.component.ts +0 -14
  416. package/src/lib/shared/skeletons/w-skeleton-sidebar/w-skeleton-sidebar.component.html +0 -10
  417. package/src/lib/shared/skeletons/w-skeleton-sidebar/w-skeleton-sidebar.component.scss +0 -26
  418. package/src/lib/shared/skeletons/w-skeleton-sidebar/w-skeleton-sidebar.component.spec.ts +0 -23
  419. package/src/lib/shared/skeletons/w-skeleton-sidebar/w-skeleton-sidebar.component.ts +0 -15
  420. package/src/lib/shared/skeletons/w-skeleton-timeline/w-skeleton-timeline.component.html +0 -18
  421. package/src/lib/shared/skeletons/w-skeleton-timeline/w-skeleton-timeline.component.scss +0 -120
  422. package/src/lib/shared/skeletons/w-skeleton-timeline/w-skeleton-timeline.component.spec.ts +0 -23
  423. package/src/lib/shared/skeletons/w-skeleton-timeline/w-skeleton-timeline.component.ts +0 -24
  424. package/src/lib/shared/skeletons/w-skeleton-tree/w-skeleton-tree.component.css +0 -0
  425. package/src/lib/shared/skeletons/w-skeleton-tree/w-skeleton-tree.component.html +0 -12
  426. package/src/lib/shared/skeletons/w-skeleton-tree/w-skeleton-tree.component.spec.ts +0 -23
  427. package/src/lib/shared/skeletons/w-skeleton-tree/w-skeleton-tree.component.ts +0 -19
  428. package/src/lib/shared/skeletons/w-skeleton-user-profile-info-sidebar/w-skeleton-user-profile-info-sidebar.component.css +0 -0
  429. package/src/lib/shared/skeletons/w-skeleton-user-profile-info-sidebar/w-skeleton-user-profile-info-sidebar.component.html +0 -55
  430. package/src/lib/shared/skeletons/w-skeleton-user-profile-info-sidebar/w-skeleton-user-profile-info-sidebar.component.spec.ts +0 -23
  431. package/src/lib/shared/skeletons/w-skeleton-user-profile-info-sidebar/w-skeleton-user-profile-info-sidebar.component.ts +0 -11
  432. package/src/lib/sidebar/w-sidebar/w-sidebar.component.html +0 -82
  433. package/src/lib/sidebar/w-sidebar/w-sidebar.component.scss +0 -122
  434. package/src/lib/sidebar/w-sidebar/w-sidebar.component.spec.ts +0 -23
  435. package/src/lib/sidebar/w-sidebar/w-sidebar.component.ts +0 -73
  436. package/src/lib/tables/w-table/w-table.component.html +0 -473
  437. package/src/lib/tables/w-table/w-table.component.scss +0 -507
  438. package/src/lib/tables/w-table/w-table.component.spec.ts +0 -23
  439. package/src/lib/tables/w-table/w-table.component.ts +0 -317
  440. package/src/lib/tables/w-table-lazy/w-table-lazy.component.html +0 -334
  441. package/src/lib/tables/w-table-lazy/w-table-lazy.component.scss +0 -484
  442. package/src/lib/tables/w-table-lazy/w-table-lazy.component.spec.ts +0 -23
  443. package/src/lib/tables/w-table-lazy/w-table-lazy.component.ts +0 -401
  444. package/src/lib/tables/w-tree-table/w-tree-table.component.html +0 -381
  445. package/src/lib/tables/w-tree-table/w-tree-table.component.scss +0 -325
  446. package/src/lib/tables/w-tree-table/w-tree-table.component.spec.ts +0 -23
  447. package/src/lib/tables/w-tree-table/w-tree-table.component.ts +0 -195
  448. package/src/lib/tabview/w-button-tabview/w-button-tabview.component.html +0 -176
  449. package/src/lib/tabview/w-button-tabview/w-button-tabview.component.scss +0 -37
  450. package/src/lib/tabview/w-button-tabview/w-button-tabview.component.spec.ts +0 -23
  451. package/src/lib/tabview/w-button-tabview/w-button-tabview.component.ts +0 -28
  452. package/src/lib/tabview/w-tabview/w-tabview.component.html +0 -228
  453. package/src/lib/tabview/w-tabview/w-tabview.component.scss +0 -85
  454. package/src/lib/tabview/w-tabview/w-tabview.component.spec.ts +0 -23
  455. package/src/lib/tabview/w-tabview/w-tabview.component.ts +0 -62
  456. package/src/lib/theme/theme.component.css +0 -0
  457. package/src/lib/theme/theme.component.html +0 -1
  458. package/src/lib/theme/theme.component.spec.ts +0 -23
  459. package/src/lib/theme/theme.component.ts +0 -11
  460. package/src/lib/tree/w-tree/w-tree.component.html +0 -57
  461. package/src/lib/tree/w-tree/w-tree.component.scss +0 -113
  462. package/src/lib/tree/w-tree/w-tree.component.spec.ts +0 -23
  463. package/src/lib/tree/w-tree/w-tree.component.ts +0 -85
  464. package/src/lib/view/w-input-label/w-input-label.component.html +0 -27
  465. package/src/lib/view/w-input-label/w-input-label.component.scss +0 -48
  466. package/src/lib/view/w-input-label/w-input-label.component.spec.ts +0 -23
  467. package/src/lib/view/w-input-label/w-input-label.component.ts +0 -42
  468. package/src/lib/view/w-view-badge/w-view-badge.component.html +0 -9
  469. package/src/lib/view/w-view-badge/w-view-badge.component.scss +0 -9
  470. package/src/lib/view/w-view-badge/w-view-badge.component.spec.ts +0 -23
  471. package/src/lib/view/w-view-badge/w-view-badge.component.ts +0 -17
  472. package/src/lib/view/w-view-boolean/w-view-boolean.component.html +0 -40
  473. package/src/lib/view/w-view-boolean/w-view-boolean.component.scss +0 -47
  474. package/src/lib/view/w-view-boolean/w-view-boolean.component.spec.ts +0 -23
  475. package/src/lib/view/w-view-boolean/w-view-boolean.component.ts +0 -34
  476. package/src/lib/view/w-view-card-title-text/w-view-card-title-text.component.html +0 -1
  477. package/src/lib/view/w-view-card-title-text/w-view-card-title-text.component.scss +0 -5
  478. package/src/lib/view/w-view-card-title-text/w-view-card-title-text.component.spec.ts +0 -23
  479. package/src/lib/view/w-view-card-title-text/w-view-card-title-text.component.ts +0 -17
  480. package/src/lib/view/w-view-text/w-view-text.component.html +0 -19
  481. package/src/lib/view/w-view-text/w-view-text.component.scss +0 -39
  482. package/src/lib/view/w-view-text/w-view-text.component.spec.ts +0 -23
  483. package/src/lib/view/w-view-text/w-view-text.component.ts +0 -41
  484. package/src/lib/w-clipboard/w-clipboard.component.css +0 -12
  485. package/src/lib/w-clipboard/w-clipboard.component.html +0 -10
  486. package/src/lib/w-clipboard/w-clipboard.component.spec.ts +0 -23
  487. package/src/lib/w-clipboard/w-clipboard.component.ts +0 -33
  488. package/src/lib/wapp-components.component.spec.ts +0 -23
  489. package/src/lib/wapp-components.component.ts +0 -15
  490. package/src/lib/wapp-components.module.ts +0 -498
  491. package/src/lib/wapp-components.service.spec.ts +0 -16
  492. package/src/lib/wapp-components.service.ts +0 -9
  493. package/src/public-api.ts +0 -166
  494. package/src/styles/_variables.scss +0 -971
  495. package/tsconfig.lib.json +0 -16
  496. package/tsconfig.lib.prod.json +0 -10
  497. package/tsconfig.spec.json +0 -14
  498. /package/{src/assets → assets}/images/analytics-background.png +0 -0
  499. /package/{src/assets → assets}/wappIcons/account.svg +0 -0
  500. /package/{src/assets → assets}/wappIcons/activated.svg +0 -0
  501. /package/{src/assets → assets}/wappIcons/addChild.svg +0 -0
  502. /package/{src/assets → assets}/wappIcons/addNotification.svg +0 -0
  503. /package/{src/assets → assets}/wappIcons/addToCart.svg +0 -0
  504. /package/{src/assets → assets}/wappIcons/arrowDown.svg +0 -0
  505. /package/{src/assets → assets}/wappIcons/arrowLeft.svg +0 -0
  506. /package/{src/assets → assets}/wappIcons/arrowRight.svg +0 -0
  507. /package/{src/assets → assets}/wappIcons/arrowSmDown.svg +0 -0
  508. /package/{src/assets → assets}/wappIcons/arrowSmLeft.svg +0 -0
  509. /package/{src/assets → assets}/wappIcons/arrowSmRight.svg +0 -0
  510. /package/{src/assets → assets}/wappIcons/arrowUp.svg +0 -0
  511. /package/{src/assets → assets}/wappIcons/bag.svg +0 -0
  512. /package/{src/assets → assets}/wappIcons/banner.svg +0 -0
  513. /package/{src/assets → assets}/wappIcons/barcodeScan.svg +0 -0
  514. /package/{src/assets → assets}/wappIcons/bell.svg +0 -0
  515. /package/{src/assets → assets}/wappIcons/boardGame.svg +0 -0
  516. /package/{src/assets → assets}/wappIcons/calendar.svg +0 -0
  517. /package/{src/assets → assets}/wappIcons/calendarDate.svg +0 -0
  518. /package/{src/assets → assets}/wappIcons/cardFavorite.svg +0 -0
  519. /package/{src/assets → assets}/wappIcons/cardUpdate.svg +0 -0
  520. /package/{src/assets → assets}/wappIcons/caretSmUp.svg +0 -0
  521. /package/{src/assets → assets}/wappIcons/cartRefresh.svg +0 -0
  522. /package/{src/assets → assets}/wappIcons/chart.svg +0 -0
  523. /package/{src/assets → assets}/wappIcons/check.svg +0 -0
  524. /package/{src/assets → assets}/wappIcons/checkSmall.svg +0 -0
  525. /package/{src/assets → assets}/wappIcons/checkSmallAlt.svg +0 -0
  526. /package/{src/assets → assets}/wappIcons/clock.svg +0 -0
  527. /package/{src/assets → assets}/wappIcons/closeCircle.svg +0 -0
  528. /package/{src/assets → assets}/wappIcons/cockade.svg +0 -0
  529. /package/{src/assets → assets}/wappIcons/code.svg +0 -0
  530. /package/{src/assets → assets}/wappIcons/collapse.svg +0 -0
  531. /package/{src/assets → assets}/wappIcons/comment.svg +0 -0
  532. /package/{src/assets → assets}/wappIcons/compass.svg +0 -0
  533. /package/{src/assets → assets}/wappIcons/connection.svg +0 -0
  534. /package/{src/assets → assets}/wappIcons/contactList.svg +0 -0
  535. /package/{src/assets → assets}/wappIcons/copy.svg +0 -0
  536. /package/{src/assets → assets}/wappIcons/coupon.svg +0 -0
  537. /package/{src/assets → assets}/wappIcons/crown.svg +0 -0
  538. /package/{src/assets → assets}/wappIcons/ctrlDown.svg +0 -0
  539. /package/{src/assets → assets}/wappIcons/ctrlLeft.svg +0 -0
  540. /package/{src/assets → assets}/wappIcons/ctrlRight.svg +0 -0
  541. /package/{src/assets → assets}/wappIcons/ctrlUp.svg +0 -0
  542. /package/{src/assets → assets}/wappIcons/currencyExchange.svg +0 -0
  543. /package/{src/assets → assets}/wappIcons/deactivated.svg +0 -0
  544. /package/{src/assets → assets}/wappIcons/delete.svg +0 -0
  545. /package/{src/assets → assets}/wappIcons/desktop.svg +0 -0
  546. /package/{src/assets → assets}/wappIcons/discount.svg +0 -0
  547. /package/{src/assets → assets}/wappIcons/document.svg +0 -0
  548. /package/{src/assets → assets}/wappIcons/doubleArrowLeft.svg +0 -0
  549. /package/{src/assets → assets}/wappIcons/doubleArrowRight.svg +0 -0
  550. /package/{src/assets → assets}/wappIcons/dropCap.svg +0 -0
  551. /package/{src/assets → assets}/wappIcons/earnAndBurn.svg +0 -0
  552. /package/{src/assets → assets}/wappIcons/edit.svg +0 -0
  553. /package/{src/assets → assets}/wappIcons/empty.svg +0 -0
  554. /package/{src/assets → assets}/wappIcons/exchange.svg +0 -0
  555. /package/{src/assets → assets}/wappIcons/expand.svg +0 -0
  556. /package/{src/assets → assets}/wappIcons/feedback.svg +0 -0
  557. /package/{src/assets → assets}/wappIcons/fileCopies.svg +0 -0
  558. /package/{src/assets → assets}/wappIcons/filter.svg +0 -0
  559. /package/{src/assets → assets}/wappIcons/filterOrganization.svg +0 -0
  560. /package/{src/assets → assets}/wappIcons/folderImage.svg +0 -0
  561. /package/{src/assets → assets}/wappIcons/folderSettings.svg +0 -0
  562. /package/{src/assets → assets}/wappIcons/folderShared.svg +0 -0
  563. /package/{src/assets → assets}/wappIcons/fork.svg +0 -0
  564. /package/{src/assets → assets}/wappIcons/globe.svg +0 -0
  565. /package/{src/assets → assets}/wappIcons/goldCoin.svg +0 -0
  566. /package/{src/assets → assets}/wappIcons/handshake.svg +0 -0
  567. /package/{src/assets → assets}/wappIcons/image.svg +0 -0
  568. /package/{src/assets → assets}/wappIcons/info.svg +0 -0
  569. /package/{src/assets → assets}/wappIcons/launch.svg +0 -0
  570. /package/{src/assets → assets}/wappIcons/layers.svg +0 -0
  571. /package/{src/assets → assets}/wappIcons/licenseKey.svg +0 -0
  572. /package/{src/assets → assets}/wappIcons/loan.svg +0 -0
  573. /package/{src/assets → assets}/wappIcons/logoWhatsapp.svg +0 -0
  574. /package/{src/assets → assets}/wappIcons/mat-calendar.svg +0 -0
  575. /package/{src/assets → assets}/wappIcons/memberGetMember.svg +0 -0
  576. /package/{src/assets → assets}/wappIcons/messaging.svg +0 -0
  577. /package/{src/assets → assets}/wappIcons/migration.svg +0 -0
  578. /package/{src/assets → assets}/wappIcons/minus.svg +0 -0
  579. /package/{src/assets → assets}/wappIcons/minusSmall.svg +0 -0
  580. /package/{src/assets → assets}/wappIcons/mobileCard.svg +0 -0
  581. /package/{src/assets → assets}/wappIcons/mobileChat.svg +0 -0
  582. /package/{src/assets → assets}/wappIcons/newConstruction.svg +0 -0
  583. /package/{src/assets → assets}/wappIcons/news.svg +0 -0
  584. /package/{src/assets → assets}/wappIcons/notification.svg +0 -0
  585. /package/{src/assets → assets}/wappIcons/pSettings.svg +0 -0
  586. /package/{src/assets → assets}/wappIcons/parameterOff.svg +0 -0
  587. /package/{src/assets → assets}/wappIcons/parameterOffAlt1.svg +0 -0
  588. /package/{src/assets → assets}/wappIcons/parameterOffAlt2.svg +0 -0
  589. /package/{src/assets → assets}/wappIcons/parameterOn.svg +0 -0
  590. /package/{src/assets → assets}/wappIcons/parameterOnAlt1.svg +0 -0
  591. /package/{src/assets → assets}/wappIcons/parameterOnAlt2.svg +0 -0
  592. /package/{src/assets → assets}/wappIcons/peopleNetwork.svg +0 -0
  593. /package/{src/assets → assets}/wappIcons/percentage.svg +0 -0
  594. /package/{src/assets → assets}/wappIcons/phone.svg +0 -0
  595. /package/{src/assets → assets}/wappIcons/picture.svg +0 -0
  596. /package/{src/assets → assets}/wappIcons/plus.svg +0 -0
  597. /package/{src/assets → assets}/wappIcons/plusSmall.svg +0 -0
  598. /package/{src/assets → assets}/wappIcons/present.svg +0 -0
  599. /package/{src/assets → assets}/wappIcons/receiptList.svg +0 -0
  600. /package/{src/assets → assets}/wappIcons/refund.svg +0 -0
  601. /package/{src/assets → assets}/wappIcons/report-csv.svg +0 -0
  602. /package/{src/assets → assets}/wappIcons/report.svg +0 -0
  603. /package/{src/assets → assets}/wappIcons/search.svg +0 -0
  604. /package/{src/assets → assets}/wappIcons/searchContent.svg +0 -0
  605. /package/{src/assets → assets}/wappIcons/selfie.svg +0 -0
  606. /package/{src/assets → assets}/wappIcons/settingsWheel.svg +0 -0
  607. /package/{src/assets → assets}/wappIcons/shop.svg +0 -0
  608. /package/{src/assets → assets}/wappIcons/shopLocation.svg +0 -0
  609. /package/{src/assets → assets}/wappIcons/slideLeft.svg +0 -0
  610. /package/{src/assets → assets}/wappIcons/slideRight.svg +0 -0
  611. /package/{src/assets → assets}/wappIcons/star-fill.svg +0 -0
  612. /package/{src/assets → assets}/wappIcons/star-filled.svg +0 -0
  613. /package/{src/assets → assets}/wappIcons/star.svg +0 -0
  614. /package/{src/assets → assets}/wappIcons/statistics.svg +0 -0
  615. /package/{src/assets → assets}/wappIcons/support.svg +0 -0
  616. /package/{src/assets → assets}/wappIcons/swapVertical.svg +0 -0
  617. /package/{src/assets → assets}/wappIcons/tag.svg +0 -0
  618. /package/{src/assets → assets}/wappIcons/tagLoyalty.svg +0 -0
  619. /package/{src/assets → assets}/wappIcons/team.svg +0 -0
  620. /package/{src/assets → assets}/wappIcons/text.svg +0 -0
  621. /package/{src/assets → assets}/wappIcons/thumbtack-fill.svg +0 -0
  622. /package/{src/assets → assets}/wappIcons/thumbtack.svg +0 -0
  623. /package/{src/assets → assets}/wappIcons/timeline.svg +0 -0
  624. /package/{src/assets → assets}/wappIcons/times.svg +0 -0
  625. /package/{src/assets → assets}/wappIcons/timesSmall.svg +0 -0
  626. /package/{src/assets → assets}/wappIcons/transactions.svg +0 -0
  627. /package/{src/assets → assets}/wappIcons/translation.svg +0 -0
  628. /package/{src/assets → assets}/wappIcons/ui.svg +0 -0
  629. /package/{src/assets → assets}/wappIcons/userLocation.svg +0 -0
  630. /package/{src/assets → assets}/wappIcons/users.svg +0 -0
  631. /package/{src/assets → assets}/wappIcons/usersCheck.svg +0 -0
  632. /package/{src/assets → assets}/wappIcons/usersHeart.svg +0 -0
  633. /package/{src/assets → assets}/wappIcons/usersMeeting.svg +0 -0
  634. /package/{src/assets → assets}/wappIcons/usersWm.svg +0 -0
  635. /package/{src/assets → assets}/wappIcons/v2-advancedconfig-antifraud.svg +0 -0
  636. /package/{src/assets → assets}/wappIcons/v2-advancedconfig-customerpreferences.svg +0 -0
  637. /package/{src/assets → assets}/wappIcons/v2-advancedconfig-customerregister.svg +0 -0
  638. /package/{src/assets → assets}/wappIcons/v2-advancedconfig-users.svg +0 -0
  639. /package/{src/assets → assets}/wappIcons/v2-advancedconfig-waconfig.svg +0 -0
  640. /package/{src/assets → assets}/wappIcons/v2-analytics-panels.svg +0 -0
  641. /package/{src/assets → assets}/wappIcons/v2-analytics-reports.svg +0 -0
  642. /package/{src/assets → assets}/wappIcons/v2-audiences-compositegroups.svg +0 -0
  643. /package/{src/assets → assets}/wappIcons/v2-audiences-compositesegments.svg +0 -0
  644. /package/{src/assets → assets}/wappIcons/v2-audiences-customergroups.svg +0 -0
  645. /package/{src/assets → assets}/wappIcons/v2-audiences-segmentgroups.svg +0 -0
  646. /package/{src/assets → assets}/wappIcons/v2-audiences-segments.svg +0 -0
  647. /package/{src/assets → assets}/wappIcons/v2-calendars-calendars.svg +0 -0
  648. /package/{src/assets → assets}/wappIcons/v2-campaigns-campaigns.svg +0 -0
  649. /package/{src/assets → assets}/wappIcons/v2-campaigns-notificationRules.svg +0 -0
  650. /package/{src/assets → assets}/wappIcons/v2-campaigns-templates.svg +0 -0
  651. /package/{src/assets → assets}/wappIcons/v2-campaigns-waflowrules.svg +0 -0
  652. /package/{src/assets → assets}/wappIcons/v2-campaigns-waflows.svg +0 -0
  653. /package/{src/assets → assets}/wappIcons/v2-partnerlevels-partnerlevels.svg +0 -0
  654. /package/{src/assets → assets}/wappIcons/v2-platformsettings-advancedsettings.svg +0 -0
  655. /package/{src/assets → assets}/wappIcons/v2-platformsettings-apikey.svg +0 -0
  656. /package/{src/assets → assets}/wappIcons/v2-platformsettings-fileproccessing.svg +0 -0
  657. /package/{src/assets → assets}/wappIcons/v2-productmanagement-brands.svg +0 -0
  658. /package/{src/assets → assets}/wappIcons/v2-productmanagement-buyers.svg +0 -0
  659. /package/{src/assets → assets}/wappIcons/v2-productmanagement-campaigns.svg +0 -0
  660. /package/{src/assets → assets}/wappIcons/v2-productmanagement-categories.svg +0 -0
  661. /package/{src/assets → assets}/wappIcons/v2-productmanagement-products.svg +0 -0
  662. /package/{src/assets → assets}/wappIcons/v2-productmanagement-productsegments.svg +0 -0
  663. /package/{src/assets → assets}/wappIcons/v2-productmanagement-sections.svg +0 -0
  664. /package/{src/assets → assets}/wappIcons/v2-productmanagement-segmentgroups.svg +0 -0
  665. /package/{src/assets → assets}/wappIcons/v2-productmanagement-suppliers.svg +0 -0
  666. /package/{src/assets → assets}/wappIcons/v2-productmanagement-tags.svg +0 -0
  667. /package/{src/assets → assets}/wappIcons/v2-productmanagement-types.svg +0 -0
  668. /package/{src/assets → assets}/wappIcons/v2-productmanagement-variantoptions.svg +0 -0
  669. /package/{src/assets → assets}/wappIcons/v2-programconfig-apptemplates.svg +0 -0
  670. /package/{src/assets → assets}/wappIcons/v2-programconfig-codegeneration.svg +0 -0
  671. /package/{src/assets → assets}/wappIcons/v2-programconfig-company.svg +0 -0
  672. /package/{src/assets → assets}/wappIcons/v2-programconfig-groupofstores.svg +0 -0
  673. /package/{src/assets → assets}/wappIcons/v2-programconfig-legaltextcustomers.svg +0 -0
  674. /package/{src/assets → assets}/wappIcons/v2-programconfig-paymentmethods.svg +0 -0
  675. /package/{src/assets → assets}/wappIcons/v2-programconfig-stores.svg +0 -0
  676. /package/{src/assets → assets}/wappIcons/v2-programconfig-storeusers.svg +0 -0
  677. /package/{src/assets → assets}/wappIcons/v2-programconfig-textpersonalization.svg +0 -0
  678. /package/{src/assets → assets}/wappIcons/v2-programconfiguration-appconfig.svg +0 -0
  679. /package/{src/assets → assets}/wappIcons/v2-services-directdiscounts.svg +0 -0
  680. /package/{src/assets → assets}/wappIcons/v2-services-giftcards.svg +0 -0
  681. /package/{src/assets → assets}/wappIcons/v2-services-giftvouchers.svg +0 -0
  682. /package/{src/assets → assets}/wappIcons/v2-services-pointprograms.svg +0 -0
  683. /package/{src/assets → assets}/wappIcons/v2-services-posts.svg +0 -0
  684. /package/{src/assets → assets}/wappIcons/v2-services-promotionalactions.svg +0 -0
  685. /package/{src/assets → assets}/wappIcons/v2-services-promotions.svg +0 -0
  686. /package/{src/assets → assets}/wappIcons/v2-services-raffles.svg +0 -0
  687. /package/{src/assets → assets}/wappIcons/v2-services-refundcards.svg +0 -0
  688. /package/{src/assets → assets}/wappIcons/v2-services-rewards.svg +0 -0
  689. /package/{src/assets → assets}/wappIcons/v2-view-customers.svg +0 -0
  690. /package/{src/assets → assets}/wappIcons/v2-view-physicalcards.svg +0 -0
  691. /package/{src/assets → assets}/wappIcons/v2-view-tickets.svg +0 -0
  692. /package/{src/assets → assets}/wappIcons/view.svg +0 -0
  693. /package/{src/assets → assets}/wappIcons/viewOff.svg +0 -0
  694. /package/{src/assets → assets}/wappIcons/wallet.svg +0 -0
  695. /package/{src/assets → assets}/wappIcons/windowParagraph.svg +0 -0
@@ -0,0 +1,4178 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnInit, AfterViewInit, ElementRef, OnChanges, SimpleChanges, EventEmitter, PipeTransform, TemplateRef, QueryList, ChangeDetectorRef, Type, Renderer2, OnDestroy, ModuleWithProviders } from '@angular/core';
3
+ import * as i111 from '@angular/forms';
4
+ import { ControlValueAccessor, FormControl, Validator, AbstractControl, ValidationErrors, FormBuilder, FormGroup } from '@angular/forms';
5
+ import { Clipboard } from '@angular/cdk/clipboard';
6
+ import { ConfirmationService, MenuItem, MessageService, TreeNode } from 'primeng/api';
7
+ import * as i131 from 'primeng/table';
8
+ import { Table, TableLazyLoadEvent } from 'primeng/table';
9
+ import * as rxjs from 'rxjs';
10
+ import { Observable, Subscription } from 'rxjs';
11
+ import * as i113 from '@angular/router';
12
+ import { Router } from '@angular/router';
13
+ import * as i1 from '@angular/common';
14
+ import { Location } from '@angular/common';
15
+ import { HttpClient, HttpHeaders } from '@angular/common/http';
16
+ import * as i139 from 'primeng/fileupload';
17
+ import { FileUpload } from 'primeng/fileupload';
18
+ import { DialogService, DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
19
+ import * as primeng_ts_helpers from 'primeng/ts-helpers';
20
+ import { BreakpointObserver } from '@angular/cdk/layout';
21
+ import * as i164 from 'ngx-image-cropper';
22
+ import { ImageTransform, ImageCroppedEvent, Dimensions } from 'ngx-image-cropper';
23
+ import { models, IReportEmbedConfiguration, service, Embed } from 'powerbi-client';
24
+ import * as i143 from 'powerbi-client-angular';
25
+ import { PowerBIReportEmbedComponent } from 'powerbi-client-angular';
26
+ import * as i116 from 'primeng/drawer';
27
+ import { Drawer } from 'primeng/drawer';
28
+ import * as i144 from 'primeng/treetable';
29
+ import { TreeTable } from 'primeng/treetable';
30
+ import * as i134 from 'primeng/datepicker';
31
+ import { DatePickerTypeView } from 'primeng/datepicker';
32
+ import * as i148 from 'primeng/tabs';
33
+ import { Tabs } from 'primeng/tabs';
34
+ import * as i156 from 'primeng/chart';
35
+ import { UIChart } from 'primeng/chart';
36
+ import { SafeHtml, DomSanitizer } from '@angular/platform-browser';
37
+ import * as i167 from '@angular/material/icon';
38
+ import { MatIconRegistry } from '@angular/material/icon';
39
+ import { ComponentType } from '@angular/cdk/portal';
40
+ import * as i169 from '@angular/material/dialog';
41
+ import { MatDialog, MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
42
+ import * as monacoTypes from 'monaco-editor';
43
+ import { DeviceDetectorService } from 'ngx-device-detector';
44
+ import * as i110 from 'primeng/inputtext';
45
+ import * as i114 from 'primeng/button';
46
+ import * as i115 from 'ngx-highlightjs';
47
+ import * as i117 from 'primeng/badge';
48
+ import * as i118 from 'primeng/radiobutton';
49
+ import * as i119 from 'primeng/toggleswitch';
50
+ import * as i120 from 'primeng/tooltip';
51
+ import * as i121 from 'primeng/ripple';
52
+ import * as i122 from 'primeng/skeleton';
53
+ import * as i123 from 'primeng/select';
54
+ import * as i124 from 'primeng/multiselect';
55
+ import * as i125 from 'primeng/avatar';
56
+ import * as i126 from 'primeng/avatargroup';
57
+ import * as i127 from 'primeng/treeselect';
58
+ import * as i128 from 'primeng/inputnumber';
59
+ import * as i129 from 'primeng/textarea';
60
+ import * as i130 from 'primeng/autocomplete';
61
+ import * as i132 from 'primeng/paginator';
62
+ import * as i133 from 'primeng/confirmpopup';
63
+ import * as i135 from 'primeng/togglebutton';
64
+ import * as i136 from 'primeng/selectbutton';
65
+ import * as i137 from 'primeng/inputgroup';
66
+ import * as i138 from 'primeng/image';
67
+ import * as i140 from 'primeng/slider';
68
+ import * as i141 from 'primeng/carousel';
69
+ import * as i142 from 'primeng/divider';
70
+ import * as i145 from 'primeng/message';
71
+ import * as i146 from 'primeng/checkbox';
72
+ import * as i147 from 'primeng/steps';
73
+ import * as i149 from 'primeng/timeline';
74
+ import * as i150 from 'primeng/card';
75
+ import * as i151 from 'primeng/chip';
76
+ import * as i152 from 'primeng/tieredmenu';
77
+ import * as i153 from 'primeng/galleria';
78
+ import * as i154 from 'primeng/blockui';
79
+ import * as i155 from 'primeng/listbox';
80
+ import * as i157 from 'primeng/accordion';
81
+ import * as i158 from 'primeng/progressbar';
82
+ import * as i159 from 'primeng/tree';
83
+ import * as i160 from 'primeng/iconfield';
84
+ import * as i161 from 'primeng/inputicon';
85
+ import * as i162 from 'primeng/colorpicker';
86
+ import * as i163 from '@angular/material/slide-toggle';
87
+ import * as i166 from '@angular/material/card';
88
+ import * as i168 from 'ng-flex-layout';
89
+ import * as i170 from '@angular/material/button';
90
+ import * as i171 from 'primeng/dataview';
91
+
92
+ declare class WappComponentsService {
93
+ constructor();
94
+ static ɵfac: i0.ɵɵFactoryDeclaration<WappComponentsService, never>;
95
+ static ɵprov: i0.ɵɵInjectableDeclaration<WappComponentsService>;
96
+ }
97
+
98
+ declare class WappComponentsComponent {
99
+ static ɵfac: i0.ɵɵFactoryDeclaration<WappComponentsComponent, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<WappComponentsComponent, "lib-wapp-components", never, {}, {}, never, never, false, never>;
101
+ }
102
+
103
+ declare enum SizeType {
104
+ small = 0,
105
+ medium = 1,
106
+ large = 2
107
+ }
108
+ declare enum ButtonType {
109
+ primary = 0,
110
+ secondary = 1,
111
+ tertiary = 2,
112
+ text = 3,
113
+ table = 4
114
+ }
115
+ declare enum IconType {
116
+ pIcon = 0,
117
+ urlIcon = 1,
118
+ wIcon = 2
119
+ }
120
+
121
+ declare class WEditInputTextComponent implements ControlValueAccessor {
122
+ value: string;
123
+ label: string;
124
+ showLabel: boolean;
125
+ placeholder: string;
126
+ successMessage: string;
127
+ required: boolean;
128
+ requiredErrorDescription: string;
129
+ disabled: boolean;
130
+ minlength: number;
131
+ minlengthErrorDescription: string;
132
+ maxlength: number;
133
+ maxlengthErrorDescription: string;
134
+ email: boolean;
135
+ emailErrorDescription: string;
136
+ pattern: boolean;
137
+ patternErrorDescription: string;
138
+ autofocus: boolean;
139
+ inputIcon: string;
140
+ size: string;
141
+ formControl: FormControl | null;
142
+ removePaddingTop: boolean;
143
+ tooltip: string;
144
+ tooltipPosition?: string;
145
+ isTouched: boolean;
146
+ onChange: (_: any) => void;
147
+ onTouch: () => void;
148
+ writeValue(value: any): void;
149
+ registerOnChange(fn: any): void;
150
+ registerOnTouched(fn: any): void;
151
+ setDisabledState(isDisabled: boolean): void;
152
+ onValueChanged(): void;
153
+ onInputBlur(event: Event): void;
154
+ getSizeName(value: number): string;
155
+ get sizeType(): typeof SizeType;
156
+ isRequiredValid(): boolean;
157
+ isRequiredValidNgModel(): boolean;
158
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditInputTextComponent, never>;
159
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditInputTextComponent, "w-edit-input-text", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "successMessage": { "alias": "successMessage"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredErrorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "minlengthErrorDescription": { "alias": "minlengthErrorDescription"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "maxlengthErrorDescription": { "alias": "maxlengthErrorDescription"; "required": false; }; "email": { "alias": "email"; "required": false; }; "emailErrorDescription": { "alias": "emailErrorDescription"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "patternErrorDescription": { "alias": "patternErrorDescription"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "inputIcon": { "alias": "inputIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, {}, never, never, false, never>;
160
+ }
161
+
162
+ declare class WClipboardComponent {
163
+ private clipboard;
164
+ codeText: string;
165
+ language: string;
166
+ icon: string;
167
+ constructor(clipboard: Clipboard);
168
+ copyToClipboard(): void;
169
+ static ɵfac: i0.ɵɵFactoryDeclaration<WClipboardComponent, never>;
170
+ static ɵcmp: i0.ɵɵComponentDeclaration<WClipboardComponent, "w-clipboard", never, { "codeText": { "alias": "codeText"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, {}, never, never, false, never>;
171
+ }
172
+
173
+ declare class WIconsComponent {
174
+ name: string;
175
+ width: number;
176
+ height: number;
177
+ color: string;
178
+ static ɵfac: i0.ɵɵFactoryDeclaration<WIconsComponent, never>;
179
+ static ɵcmp: i0.ɵɵComponentDeclaration<WIconsComponent, "w-icons", never, { "name": { "alias": "name"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
180
+ }
181
+
182
+ declare class WLogosComponent implements OnInit, AfterViewInit {
183
+ private element;
184
+ name: string | undefined;
185
+ width: any;
186
+ height: any;
187
+ color: string;
188
+ url: string | undefined;
189
+ constructor(element: ElementRef);
190
+ ngOnInit(): void;
191
+ ngAfterViewInit(): void;
192
+ private applyColorToPaths;
193
+ static ɵfac: i0.ɵɵFactoryDeclaration<WLogosComponent, never>;
194
+ static ɵcmp: i0.ɵɵComponentDeclaration<WLogosComponent, "w-logos", never, { "name": { "alias": "name"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "color": { "alias": "color"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
195
+ }
196
+
197
+ declare class WEditInputTextareaComponent implements ControlValueAccessor {
198
+ label: string;
199
+ message: string;
200
+ showLabel: boolean;
201
+ placeholder: string;
202
+ rows: number;
203
+ minlength: number;
204
+ maxlength: number;
205
+ autoResize: boolean;
206
+ required: boolean;
207
+ disabled: boolean;
208
+ successMessage: string;
209
+ requiredErrorDescription: string;
210
+ minlengthErrorDescription: string;
211
+ maxlengthErrorDescription: string;
212
+ pattern: boolean;
213
+ patternErrorDescription: string;
214
+ size: string;
215
+ formControl: FormControl | null;
216
+ removePaddingTop: boolean;
217
+ tooltip: string;
218
+ tooltipPosition?: string;
219
+ value: string;
220
+ isTouched: boolean;
221
+ onChange: (_: any) => void;
222
+ onTouch: () => void;
223
+ writeValue(value: any): void;
224
+ registerOnChange(onChange: any): void;
225
+ registerOnTouched(onTouch: any): void;
226
+ setDisabledState?(isDisabled: boolean): void;
227
+ onValueChanged(): void;
228
+ getSizeName(value: number): string;
229
+ get sizeType(): typeof SizeType;
230
+ isRequiredValid(): boolean;
231
+ isRequiredValidNgModel(): boolean;
232
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditInputTextareaComponent, never>;
233
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditInputTextareaComponent, "w-edit-input-textarea", never, { "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "autoResize": { "alias": "autoResize"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "successMessage": { "alias": "successMessage"; "required": false; }; "requiredErrorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "minlengthErrorDescription": { "alias": "minlengthErrorDescription"; "required": false; }; "maxlengthErrorDescription": { "alias": "maxlengthErrorDescription"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "patternErrorDescription": { "alias": "patternErrorDescription"; "required": false; }; "size": { "alias": "size"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, {}, never, never, false, never>;
234
+ }
235
+
236
+ declare class NumberConversionService {
237
+ constructor();
238
+ getPercentageValue(value: number | string): number;
239
+ getValueByPercentage(value: number | string): number;
240
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumberConversionService, never>;
241
+ static ɵprov: i0.ɵɵInjectableDeclaration<NumberConversionService>;
242
+ }
243
+
244
+ declare class WEditInputNumberComponent implements OnInit, OnChanges, ControlValueAccessor {
245
+ private numberConversionService;
246
+ value: number;
247
+ label: string;
248
+ showLabel: boolean;
249
+ placeholder: string;
250
+ successMessage: string;
251
+ mode: string;
252
+ minFractionDigits: number;
253
+ maxFractionDigits: number;
254
+ required: boolean;
255
+ requiredErrorDescription: string;
256
+ disabled: boolean;
257
+ min: number;
258
+ minErrorDescription: string;
259
+ max: number;
260
+ maxErrorDescription: string;
261
+ prefix: string;
262
+ suffix: string;
263
+ autofocus: boolean;
264
+ size: string;
265
+ formControl: FormControl | null;
266
+ removePaddingTop: boolean;
267
+ useGrouping: boolean;
268
+ tooltip: string;
269
+ tooltipPosition?: string;
270
+ private _isPercentageMode;
271
+ isTouched: boolean;
272
+ onChange: (_: number) => void;
273
+ onTouch: () => void;
274
+ constructor(numberConversionService: NumberConversionService);
275
+ ngOnInit(): void;
276
+ ngOnChanges(changes: SimpleChanges): void;
277
+ writeValue(value: any): void;
278
+ registerOnChange(onChange: any): void;
279
+ registerOnTouched(onTouch: any): void;
280
+ setDisabledState(isDisabled: boolean): void;
281
+ onValueChanged(event: any): void;
282
+ onInputBlur(event: Event): void;
283
+ getSizeName(value: number): string;
284
+ get sizeType(): typeof SizeType;
285
+ setPreSuffixMode(): void;
286
+ isRequiredValid(): boolean;
287
+ isRequiredValidNgModel(): boolean;
288
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditInputNumberComponent, never>;
289
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditInputNumberComponent, "w-edit-input-number", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "successMessage": { "alias": "successMessage"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "minFractionDigits": { "alias": "minFractionDigits"; "required": false; }; "maxFractionDigits": { "alias": "maxFractionDigits"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredErrorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minErrorDescription": { "alias": "minErrorDescription"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxErrorDescription": { "alias": "maxErrorDescription"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "size": { "alias": "size"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "useGrouping": { "alias": "useGrouping"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, {}, never, never, false, never>;
290
+ }
291
+
292
+ declare class WEditSelectComponent implements OnInit, ControlValueAccessor {
293
+ label: string;
294
+ showLabel: boolean;
295
+ placeholder: string;
296
+ disabled: boolean;
297
+ loading: boolean;
298
+ required: boolean;
299
+ size: string;
300
+ options: any;
301
+ filter: boolean;
302
+ filterPlaceholder: string;
303
+ optionLabel: string;
304
+ optionValue: string;
305
+ virtualScroll: boolean;
306
+ virtualScrollItemSize: number;
307
+ appendTo: string;
308
+ showClear: boolean;
309
+ formControl: FormControl | null;
310
+ errorDescription: string;
311
+ removePaddingTop: boolean;
312
+ tooltip: string;
313
+ tooltipPosition?: string;
314
+ onChangeEvent: EventEmitter<any>;
315
+ onClearEvent: EventEmitter<boolean>;
316
+ sizeType: typeof SizeType;
317
+ onChange: any;
318
+ onTouch: any;
319
+ ngModelValue: any;
320
+ ngOnInit(): void;
321
+ writeValue(value: any): void;
322
+ registerOnChange(fn: any): void;
323
+ registerOnTouched(fn: any): void;
324
+ setDisabledState(isDisabled: boolean): void;
325
+ onOptionSelected(): void;
326
+ onOptionSelectForm(event: any): void;
327
+ getSizeName(value: number): string;
328
+ onInputBlur(event: Event): void;
329
+ onClear(): void;
330
+ isRequiredValid(): boolean;
331
+ isRequiredValidNgModel(): boolean;
332
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditSelectComponent, never>;
333
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditSelectComponent, "w-edit-select", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "options": { "alias": "options"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "virtualScrollItemSize": { "alias": "virtualScrollItemSize"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "errorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, { "onChangeEvent": "onChange"; "onClearEvent": "onClear"; }, never, never, false, never>;
334
+ }
335
+
336
+ declare class WEditMultiselectComponent implements OnInit, ControlValueAccessor {
337
+ label: string;
338
+ showLabel: boolean;
339
+ placeholder: string;
340
+ filter: boolean;
341
+ filterPlaceholder: string;
342
+ disabled: boolean;
343
+ optionDisabled: string;
344
+ showPanelDisabled: boolean;
345
+ readonly: boolean;
346
+ required: boolean;
347
+ size: string;
348
+ options: any;
349
+ optionLabel: string;
350
+ optionValue: string;
351
+ virtualScroll: boolean;
352
+ virtualScrollItemSize: number;
353
+ appendTo: string;
354
+ showClear: boolean;
355
+ showToggleAll: boolean;
356
+ formControl: FormControl | null;
357
+ errorDescription: string;
358
+ removePaddingTop: boolean;
359
+ tooltip: string;
360
+ tooltipPosition?: string;
361
+ onChangeEvent: EventEmitter<any>;
362
+ sizeType: typeof SizeType;
363
+ onChange: any;
364
+ onTouch: any;
365
+ ngModelValue: any;
366
+ ngOnInit(): void;
367
+ writeValue(value: any): void;
368
+ registerOnChange(fn: any): void;
369
+ registerOnTouched(fn: any): void;
370
+ setDisabledState(isDisabled: boolean): void;
371
+ onOptionSelected(): void;
372
+ onOptionSelectedForm(event: any): void;
373
+ onInputBlur(event: Event): void;
374
+ getSizeName(value: number): string;
375
+ isRequiredValid(): boolean;
376
+ isRequiredValidNgModel(): boolean;
377
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditMultiselectComponent, never>;
378
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditMultiselectComponent, "w-edit-multiselect", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "optionDisabled": { "alias": "optionDisabled"; "required": false; }; "showPanelDisabled": { "alias": "showPanelDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "virtualScrollItemSize": { "alias": "virtualScrollItemSize"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "showToggleAll": { "alias": "showToggleAll"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "errorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
379
+ }
380
+
381
+ declare class WButtonComponent implements OnInit {
382
+ type: string;
383
+ label: string;
384
+ size: string;
385
+ icon: string;
386
+ iconPos: string;
387
+ tooltipPosition: string;
388
+ tooltip: string;
389
+ disabled: boolean;
390
+ loading: boolean;
391
+ onClick: EventEmitter<MouseEvent>;
392
+ buttonClass: string;
393
+ sizeType: typeof SizeType;
394
+ buttonType: typeof ButtonType;
395
+ tooltipDelay: number;
396
+ ngOnInit(): void;
397
+ onButtonClick(event: MouseEvent): void;
398
+ getIcon(): string;
399
+ getSizeName(value: number): string;
400
+ getButtonTypeName(value: number): string;
401
+ static ɵfac: i0.ɵɵFactoryDeclaration<WButtonComponent, never>;
402
+ static ɵcmp: i0.ɵɵComponentDeclaration<WButtonComponent, "w-button", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconPos": { "alias": "iconPos"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "buttonClass": { "alias": "buttonClass"; "required": false; }; }, { "onClick": "onClick"; }, never, never, false, never>;
403
+ }
404
+
405
+ declare class WCardComponent implements OnInit {
406
+ header: string;
407
+ subheader: string;
408
+ image: string;
409
+ icon: string;
410
+ iconColor: string;
411
+ width: string;
412
+ imagePosition: 'top' | 'left';
413
+ defaultImageIcon: string;
414
+ cardClick: EventEmitter<void>;
415
+ constructor();
416
+ ngOnInit(): void;
417
+ onCardClick(): void;
418
+ isPath(path: string): boolean;
419
+ static ɵfac: i0.ɵɵFactoryDeclaration<WCardComponent, never>;
420
+ static ɵcmp: i0.ɵɵComponentDeclaration<WCardComponent, "w-card", never, { "header": { "alias": "header"; "required": false; }; "subheader": { "alias": "subheader"; "required": false; }; "image": { "alias": "image"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "width": { "alias": "width"; "required": false; }; "imagePosition": { "alias": "imagePosition"; "required": false; }; "defaultImageIcon": { "alias": "defaultImageIcon"; "required": false; }; }, { "cardClick": "cardClick"; }, never, [".content", "*", ".left-image-content", ".left-image-card-footer"], false, never>;
421
+ }
422
+
423
+ declare enum TableColumnFilterTypes {
424
+ None = 0,
425
+ Text = 1,
426
+ Multiselect = 2,
427
+ Checkbox = 3,
428
+ Image = 4,
429
+ Boolean = 5,
430
+ Date = 6
431
+ }
432
+ declare enum TableColumnTypes {
433
+ None = 0,
434
+ Text = 1,
435
+ Badge = 2,
436
+ Checkbox = 3,
437
+ Image = 4,
438
+ Boolean = 5,
439
+ Date = 6,
440
+ Currency = 7,
441
+ Number = 8,
442
+ ShortDate = 9,
443
+ LongDate = 10,
444
+ GeneralDateTimeShortTime = 11,
445
+ GeneralDateTimeLongTime = 12,
446
+ ColoredBadge = 13,
447
+ Week = 14,
448
+ BuisinessDateTime = 15,
449
+ SecondaryCheckbox = 16,
450
+ Percentage = 17,
451
+ DateRaw = 18,
452
+ Enum = 19
453
+ }
454
+ declare enum WappTableColumnAlignTypes {
455
+ Right = 0,
456
+ Left = 1,
457
+ Center = 2
458
+ }
459
+ declare enum QBDataTypeEnum {
460
+ Boolean = 1,
461
+ Datetime = 2,
462
+ Decimal = 3,
463
+ List = 4,
464
+ Number = 5,
465
+ Text = 6,
466
+ Address = 7,
467
+ StoreList = 8,
468
+ ServiceList = 9,
469
+ ProductList = 10,
470
+ CategoryList = 11,
471
+ ProductTagList = 12,
472
+ SegmentList = 13,
473
+ GroupList = 14,
474
+ CustomerTagList = 15,
475
+ TypeEventActivityList = 16,
476
+ PaymentTypeList = 17,
477
+ SaleChannelList = 18,
478
+ CustomerChannelList = 19,
479
+ OperationTypeList = 20,
480
+ Multiselect = 21,
481
+ NullableSelect = 22,
482
+ BooleanSelect = 23,
483
+ TranslatedSelect = 32,
484
+ ThirdPartySystems = 33,
485
+ NotificationEventList = 34,
486
+ TreeList = 35,
487
+ PredefinedPeriod = 36,
488
+ PeriodSelect = 37
489
+ }
490
+ declare enum OperatorEnum {
491
+ Equals = "=",
492
+ NotEquals = "!=",
493
+ LessThan = "<",
494
+ LessThanEqual = "<=",
495
+ GreaterThan = ">",
496
+ GreaterThanEqual = ">=",
497
+ In = "in",
498
+ NotIn = "not in",
499
+ IsNull = "is null",
500
+ IsNotNull = "is not null",
501
+ Nullable = "nullable"
502
+ }
503
+ declare enum DataTypeEnum {
504
+ Single = 1,
505
+ Multi = 2,
506
+ Nullable = 3
507
+ }
508
+ declare enum WDatePipeFormatType {
509
+ d = 0,
510
+ D = 1,
511
+ g = 2,
512
+ G = 3,
513
+ Date = 4
514
+ }
515
+ declare enum AddressEnum {
516
+ Country = 1,
517
+ Locality = 2,
518
+ AreaLevel1 = 3,
519
+ AreaLevel2 = 4,
520
+ PostalCode = 5
521
+ }
522
+ declare enum NotificationsEventEnum {
523
+ EventGroup = 1,
524
+ Event = 2
525
+ }
526
+ declare enum PeriodSelectEnum {
527
+ Last24Hours = 1,
528
+ Last3Months = 2,
529
+ Custom = 10
530
+ }
531
+ declare enum CustomColor {
532
+ darkBlue1 = 1,
533
+ darkBlue2 = 2,
534
+ darkBlue3 = 3,
535
+ purple1 = 4,
536
+ purple2 = 5,
537
+ purple3 = 6,
538
+ pink1 = 7,
539
+ pink2 = 8,
540
+ pink3 = 9,
541
+ green1 = 10,
542
+ green2 = 11,
543
+ green3 = 12,
544
+ error1 = 13,
545
+ error2 = 14
546
+ }
547
+ declare enum WDatePipeReturnType {
548
+ string = 0,
549
+ date = 1
550
+ }
551
+ declare enum TypeMedia {
552
+ Image = 1,
553
+ Url = 2
554
+ }
555
+
556
+ interface CustomButtonConfig {
557
+ buttonId: number;
558
+ icon: string;
559
+ disableProperty?: string;
560
+ hideProperty?: string;
561
+ color?: CustomColor;
562
+ }
563
+
564
+ interface WappTableLazyTooltips {
565
+ copyTooltip?: string;
566
+ viewTooltip?: string;
567
+ editTooltip?: string;
568
+ deleteTooltip?: string;
569
+ customTooltip?: string[];
570
+ position?: string;
571
+ }
572
+ interface WappTableLazyLoading {
573
+ headers: string[];
574
+ hasNewElementButton?: boolean;
575
+ newElementButtonLabel?: string;
576
+ columns: any[];
577
+ columnAlign?: WappTableColumnAlignTypes[];
578
+ columnTypes: TableColumnTypes[];
579
+ columnFilterTypes: TableColumnFilterTypes[];
580
+ columnBooleanTypeIcons: any;
581
+ selectFilterElements: any;
582
+ columnWidths: string[];
583
+ tableMinWidth?: string;
584
+ hasCheckbox: boolean;
585
+ hasSelectAllCheckbox?: boolean;
586
+ hasImage: boolean;
587
+ hasEditButton: boolean;
588
+ hasDeleteButton: boolean;
589
+ hasCopyButton: boolean;
590
+ hasViewButton?: boolean;
591
+ hasCustomButton?: boolean;
592
+ customButtonConfig?: CustomButtonConfig[];
593
+ hasPaginator: boolean;
594
+ hasTotalPagingSelector?: boolean;
595
+ hasClearButton: boolean;
596
+ hasGlobalSearch: boolean;
597
+ hasClickableRow: boolean;
598
+ identificator: string;
599
+ filterNames: any;
600
+ sortableNames: any[];
601
+ hasColumnFilters: boolean;
602
+ hasSortableColumns: boolean;
603
+ globalFilterFields?: string[];
604
+ searchPlaceholder: string;
605
+ confirmMultipleDeleteLabel: string;
606
+ confirmSingleDeleteLabel: string;
607
+ confirmDeleteBtnLabel: string;
608
+ confirmCopyLabel?: string;
609
+ confirmCopyBtnLabel?: string;
610
+ disableEditProperty?: string;
611
+ disableDeleteProperty?: string;
612
+ disableCheckbox?: string;
613
+ disableDelete?: boolean;
614
+ currentPageReportTemplate: string;
615
+ rowsPerPageOptions?: number[];
616
+ tableContainer?: boolean;
617
+ buttonTooltips?: WappTableLazyTooltips;
618
+ emptyMessage?: string;
619
+ coloredBadge?: TableColoredBadge[];
620
+ enumIcon?: TableEnumIcon[];
621
+ weekButtonTranslations?: string[];
622
+ weekButtonDefaultEsp?: boolean;
623
+ }
624
+ interface TableColoredBadge {
625
+ color: string;
626
+ coloredBadgeProperty: string;
627
+ }
628
+ interface TableEnumIcon {
629
+ icon: string;
630
+ iconColor: string;
631
+ enumValue: string;
632
+ }
633
+
634
+ interface WappTableTooltips {
635
+ copyTooltip?: string;
636
+ viewTooltip?: string;
637
+ editTooltip?: string;
638
+ deleteTooltip?: string;
639
+ customTooltip?: string[];
640
+ position?: string;
641
+ }
642
+ interface WappTable {
643
+ headers: string[];
644
+ hasNewElementButton?: boolean;
645
+ newElementButtonLabel?: string;
646
+ newElementButtonIcon?: string;
647
+ columns: any[];
648
+ columnAlign?: WappTableColumnAlignTypes[];
649
+ columnTypes: TableColumnTypes[];
650
+ columnFilterTypes: TableColumnFilterTypes[];
651
+ columnBooleanTypeIcons: any;
652
+ selectFilterElements?: any;
653
+ columnWidths: string[];
654
+ tableMinWidth?: string;
655
+ hasClickableRow: boolean;
656
+ hasCheckbox: boolean;
657
+ hasSelectAllCheckbox?: boolean;
658
+ hasImage: boolean;
659
+ hasEditButton: boolean;
660
+ hasCustomButton?: boolean;
661
+ customButtonConfig?: CustomButtonConfig[];
662
+ hasDeleteButton: boolean;
663
+ hasCopyButton: boolean;
664
+ hasViewButton?: boolean;
665
+ hasPaginator: boolean;
666
+ hasTotalPagingSelector?: boolean;
667
+ hasClearButton: boolean;
668
+ clearPlaceholder?: string;
669
+ hasGlobalSearch: boolean;
670
+ identificator: string;
671
+ filterNames: any;
672
+ sortableNames: any[];
673
+ globalFilterFields: string[];
674
+ hasColumnFilters: boolean;
675
+ hasSortableColumns: boolean;
676
+ searchPlaceholder: string;
677
+ confirmMultipleDeleteLabel?: string;
678
+ confirmSingleDeleteLabel?: string;
679
+ confirmDeleteBtnLabel?: string;
680
+ confirmCopyLabel?: string;
681
+ confirmCopyBtnLabel?: string;
682
+ disableEditProperty?: string;
683
+ disableDeleteProperty?: string;
684
+ disableViewProperty?: string;
685
+ disableCheckbox?: string;
686
+ disableDelete?: boolean;
687
+ currentPageReportTemplate?: string;
688
+ rowsPerPageOptions?: number[];
689
+ tableContainer?: boolean;
690
+ buttonTooltips?: WappTableTooltips;
691
+ emptyMessage?: string;
692
+ coloredBadge?: TableColoredBadge[];
693
+ enumIcon?: TableEnumIcon[];
694
+ weekButtonTranslations?: string[];
695
+ weekButtonDefaultEsp?: boolean;
696
+ }
697
+
698
+ declare class DateConversionService {
699
+ constructor();
700
+ formatUTCDate(date: string | Date): Date | null | any;
701
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateConversionService, never>;
702
+ static ɵprov: i0.ɵɵInjectableDeclaration<DateConversionService>;
703
+ }
704
+
705
+ declare class WTableComponent implements OnInit, OnChanges {
706
+ private confirmationService;
707
+ dateConversionService: DateConversionService;
708
+ translations: any;
709
+ translateObjectName: string;
710
+ selectAll: boolean;
711
+ tableMinWidth: number;
712
+ tableSkeletons: any;
713
+ private _totalRecords;
714
+ set totalRecords(value: number);
715
+ get totalRecords(): number;
716
+ wappDateFormat: typeof WDatePipeFormatType;
717
+ loading: boolean;
718
+ elements: any[];
719
+ selectedElements: any[];
720
+ wappTableObject: WappTable;
721
+ rowsPerPage: number;
722
+ originalRowsPerPage: number;
723
+ singleRowSelection: boolean;
724
+ onElementSelect: EventEmitter<any>;
725
+ onViewElementSelect: EventEmitter<any>;
726
+ onCopyElementSelect: EventEmitter<any>;
727
+ onEditElementSelect: EventEmitter<any>;
728
+ onCustomElementSelect: EventEmitter<any>;
729
+ onDeleteElementSelect: EventEmitter<any[]>;
730
+ onNewElementSelect: EventEmitter<boolean>;
731
+ onPageChange: EventEmitter<any>;
732
+ onSelectedElementsChange: EventEmitter<any>;
733
+ onSecondaryCheckboxChange: EventEmitter<any>;
734
+ filter: ElementRef;
735
+ dataTable: Table;
736
+ constructor(confirmationService: ConfirmationService, dateConversionService: DateConversionService);
737
+ ngOnInit(): void;
738
+ ngOnChanges(changes: SimpleChanges): void;
739
+ create(): void;
740
+ onElement(element: any): void;
741
+ viewElement(element: any): void;
742
+ editElement(element: any): void;
743
+ customElement(element: any): void;
744
+ readProperty(obj: any, prop: string): any;
745
+ confirmDeleteSelected(event: any): void;
746
+ deleteSelectedElements(): void;
747
+ confirmDelete(event: Event, element: any): void;
748
+ deleteSingleElement(element: any): void;
749
+ copyElement(element: any): void;
750
+ confirmCopy(event: Event, element: any): void;
751
+ onSelectionChange(selectedItems: any): void;
752
+ onSelectAllChange(event: any): void;
753
+ getSelectableElements(allElements: any[]): any[];
754
+ updateSelectedFilteredItems(items: any[]): void;
755
+ onSecondaryCheckboxChanges(element: any): void;
756
+ onGlobalFilter(table: Table, event: Event): void;
757
+ clear(table: Table): void;
758
+ get tableColumnFilterTypes(): typeof TableColumnFilterTypes;
759
+ get tableColumnTypes(): typeof TableColumnTypes;
760
+ getBooleanColumnClass(index: number, valueProperty: boolean): any[];
761
+ clearFilters(): void;
762
+ getTableColumnAlignClass(alignment: number): "text-right" | "text-left" | "text-center";
763
+ getTableColumnAlignClassDefaultByColumnType(columnType: TableColumnTypes): "text-right" | "text-left" | "text-center";
764
+ calculateColspan(): number;
765
+ hasActionButtons(): boolean;
766
+ pageChange(element: any): void;
767
+ getButtonCustomColorClass(customColor: CustomColor): "" | "darkBlue1" | "darkBlue2" | "darkBlue3" | "purple1" | "purple2" | "purple3" | "pink1" | "pink2" | "pink3" | "green1" | "green2" | "green3" | "error1" | "error2";
768
+ isElementSelected(id: number): boolean;
769
+ static ɵfac: i0.ɵɵFactoryDeclaration<WTableComponent, never>;
770
+ static ɵcmp: i0.ɵɵComponentDeclaration<WTableComponent, "w-table", never, { "loading": { "alias": "loading"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; "selectedElements": { "alias": "selectedElements"; "required": false; }; "wappTableObject": { "alias": "wappTableObject"; "required": false; }; "rowsPerPage": { "alias": "rowsPerPage"; "required": false; }; "singleRowSelection": { "alias": "singleRowSelection"; "required": false; }; }, { "onElementSelect": "onElementSelect"; "onViewElementSelect": "onViewElementSelect"; "onCopyElementSelect": "onCopyElementSelect"; "onEditElementSelect": "onEditElementSelect"; "onCustomElementSelect": "onCustomElementSelect"; "onDeleteElementSelect": "onDeleteElementSelect"; "onNewElementSelect": "onNewElementSelect"; "onPageChange": "onPageChange"; "onSelectedElementsChange": "onSelectedElementsChange"; "onSecondaryCheckboxChange": "onSecondaryCheckboxChange"; }, never, [".filter-panel"], false, never>;
771
+ }
772
+
773
+ interface Filter {
774
+ columnName: string;
775
+ value?: any;
776
+ matchMode: string;
777
+ }
778
+
779
+ interface LazyElementQueryRequest {
780
+ first: number;
781
+ rows: number;
782
+ sortOrder: number;
783
+ sortField?: string;
784
+ filters: Filter[];
785
+ }
786
+
787
+ interface StoreableTablePagination {
788
+ id: string;
789
+ query: {
790
+ first: number;
791
+ rows: number;
792
+ };
793
+ }
794
+
795
+ interface StoredFilterPanelQuery {
796
+ id: string;
797
+ basicQueryValue?: any;
798
+ advancedQueryValue?: any;
799
+ groupedQueryValue?: any;
800
+ }
801
+
802
+ interface ComponentsTenantStorage {
803
+ [key: string]: StoredFilterPanelQuery | null;
804
+ }
805
+
806
+ interface TenantStoragePagination {
807
+ [key: string]: StoreableTablePagination | null;
808
+ }
809
+
810
+ declare class SessionStorageService {
811
+ private businessData;
812
+ constructor();
813
+ setComponentsTenantStorage(tenantId: string, tenantStorage: ComponentsTenantStorage): void;
814
+ getComponentsTenantStorage(tenantId: string): ComponentsTenantStorage;
815
+ setLastFilterPanelQuery(tenantId: string, storedQuery: StoredFilterPanelQuery | null): void;
816
+ setFilterPanelValue(tenantId: string, filterId: string, queryValue: StoredFilterPanelQuery | null): void;
817
+ getAllLastFilterPanelQueries(tenantId: string): ComponentsTenantStorage;
818
+ getLastFilterPanelQuery(tenantId: string, filterId: string): StoredFilterPanelQuery;
819
+ removeLastFilterPanelQuery(tenantId: string, filterId: string): void;
820
+ getBusinessData(): any;
821
+ setTablePaginationQuery(tenantId: string, storeablePagination: StoreableTablePagination | null): void;
822
+ getStoredPagination(tenantId: string, filterId: string): StoreableTablePagination;
823
+ getTenantStoragePaginators(tenantId: string): TenantStoragePagination;
824
+ setTenantPeriodSelectType(tenantId: string, periodSelectName: string, periodSelectType: PeriodSelectEnum): void;
825
+ getTenantPeriodSelectType(tenantId: string, periodSelectName: string): StoreableTablePagination;
826
+ removeTenantPeriodSelectType(tenantId: string, periodSelectName: string): void;
827
+ setTokens(internalApiToken: string, authApiToken: string): void;
828
+ getTokens(): any;
829
+ static ɵfac: i0.ɵɵFactoryDeclaration<SessionStorageService, never>;
830
+ static ɵprov: i0.ɵɵInjectableDeclaration<SessionStorageService>;
831
+ }
832
+
833
+ declare class LocalStorageService {
834
+ private tenant;
835
+ constructor();
836
+ getTenant(): any;
837
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, never>;
838
+ static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
839
+ }
840
+
841
+ declare class WTableLazyComponent implements OnInit {
842
+ private confirmationService;
843
+ dateConversionService: DateConversionService;
844
+ private elementRef;
845
+ private sessionStorage;
846
+ private localStorage;
847
+ domComponentId: string;
848
+ translations: any;
849
+ lastQuery: LazyElementQueryRequest;
850
+ selectAll: boolean;
851
+ filterElementsIndex: number;
852
+ wappDateFormat: typeof WDatePipeFormatType;
853
+ loading: boolean;
854
+ elements: any[];
855
+ selectedElements: any[];
856
+ rowsPerPage: number;
857
+ allElements: any[];
858
+ totalRecords: number;
859
+ maxRowsPerPage: number;
860
+ singleRowSelection: boolean;
861
+ private _wappTableLazyLoadingObject;
862
+ set wappTableLazyLoadingObject(value: WappTableLazyLoading);
863
+ get wappTableLazyLoadingObject(): WappTableLazyLoading;
864
+ queryElements: EventEmitter<LazyElementQueryRequest>;
865
+ onElementSelect: EventEmitter<any>;
866
+ onViewElementSelect: EventEmitter<any>;
867
+ onCustomElementSelect: EventEmitter<any>;
868
+ onCopyElementSelect: EventEmitter<any>;
869
+ onEditElementSelect: EventEmitter<any>;
870
+ onDeleteElementSelect: EventEmitter<any[]>;
871
+ onAllElementSelect: EventEmitter<boolean>;
872
+ onPageChange: EventEmitter<any>;
873
+ onSelectedElementsChange: EventEmitter<any>;
874
+ onSecondaryCheckboxChange: EventEmitter<any>;
875
+ dataTable: Table;
876
+ constructor(confirmationService: ConfirmationService, dateConversionService: DateConversionService, elementRef: ElementRef, sessionStorage: SessionStorageService, localStorage: LocalStorageService);
877
+ ngOnInit(): void;
878
+ syncInitialSelection(): void;
879
+ loadElements(event: TableLazyLoadEvent): void;
880
+ reloadElements(rowsPerPage: number): void;
881
+ readProperty(obj: any, prop: string): any;
882
+ onElement(element: any): void;
883
+ viewElement(element: any): void;
884
+ customElement(element: any): void;
885
+ editElement(element: any): void;
886
+ confirmDeleteSelection(event: any): void;
887
+ deleteSelectedElements(): void;
888
+ confirmDelete(event: Event, element: any): void;
889
+ deleteSingleElement(element: any): void;
890
+ copyElement(element: any): void;
891
+ confirmCopy(event: Event, element: any): void;
892
+ onSelectionChange(selectedItems: any): void;
893
+ onSelectAllChange(event: any): void;
894
+ getSelectableElements(allElements: any[]): any[];
895
+ getBooleanColumnClass(index: number, valueProperty: boolean): any[];
896
+ onSecondaryCheckboxChanges(element: any): void;
897
+ clear(table: Table): void;
898
+ get tableColumnFilterTypes(): typeof TableColumnFilterTypes;
899
+ get tableColumnTypes(): typeof TableColumnTypes;
900
+ clearFilters(): void;
901
+ getTableColumnAlignClass(alignment: number): "text-right" | "text-left" | "text-center";
902
+ getTableColumnAlignClassDefaultByColumnType(columnType: TableColumnTypes): "text-right" | "text-left" | "text-center";
903
+ calculateColspan(): number;
904
+ hasActionButtons(): boolean;
905
+ refreshPagination(first: number): void;
906
+ refreshPaginationAndRows(first: number, rows: number): void;
907
+ pageChange(element: any): void;
908
+ setStoredTablePagination(tenantId: string, storedQuery: StoreableTablePagination): void;
909
+ getButtonCustomColorClass(customColor: CustomColor): "" | "darkBlue1" | "darkBlue2" | "darkBlue3" | "purple1" | "purple2" | "purple3" | "pink1" | "pink2" | "pink3" | "green1" | "green2" | "green3" | "error1" | "error2";
910
+ updateSelectedFilteredItems(items: any[]): void;
911
+ isElementSelected(id: number): boolean;
912
+ getActualRowsPerPage(): number;
913
+ static ɵfac: i0.ɵɵFactoryDeclaration<WTableLazyComponent, never>;
914
+ static ɵcmp: i0.ɵɵComponentDeclaration<WTableLazyComponent, "w-table-lazy", never, { "loading": { "alias": "loading"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; "selectedElements": { "alias": "selectedElements"; "required": false; }; "rowsPerPage": { "alias": "rowsPerPage"; "required": false; }; "allElements": { "alias": "allElements"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "maxRowsPerPage": { "alias": "maxRowsPerPage"; "required": false; }; "singleRowSelection": { "alias": "singleRowSelection"; "required": false; }; "wappTableLazyLoadingObject": { "alias": "wappTableLazyLoadingObject"; "required": false; }; }, { "queryElements": "queryElements"; "onElementSelect": "onElementSelect"; "onViewElementSelect": "onViewElementSelect"; "onCustomElementSelect": "onCustomElementSelect"; "onCopyElementSelect": "onCopyElementSelect"; "onEditElementSelect": "onEditElementSelect"; "onDeleteElementSelect": "onDeleteElementSelect"; "onAllElementSelect": "onAllElementSelect"; "onPageChange": "onPageChange"; "onSelectedElementsChange": "onSelectedElementsChange"; "onSecondaryCheckboxChange": "onSecondaryCheckboxChange"; }, never, [".filter-panel"], false, never>;
915
+ }
916
+
917
+ declare class WContainerComponent {
918
+ static ɵfac: i0.ɵɵFactoryDeclaration<WContainerComponent, never>;
919
+ static ɵcmp: i0.ɵɵComponentDeclaration<WContainerComponent, "w-container", never, {}, {}, never, ["*"], false, never>;
920
+ }
921
+
922
+ interface Breadcrumb {
923
+ label: string;
924
+ url?: string;
925
+ }
926
+ declare class WNavbarComponent {
927
+ private router;
928
+ private readonly _breadcrumbs$;
929
+ readonly breadcrumbs$: rxjs.Observable<Breadcrumb[]>;
930
+ constructor(router: Router);
931
+ private addBreadcrumb;
932
+ static ɵfac: i0.ɵɵFactoryDeclaration<WNavbarComponent, never>;
933
+ static ɵcmp: i0.ɵɵComponentDeclaration<WNavbarComponent, "w-navbar", never, {}, {}, never, never, false, never>;
934
+ }
935
+
936
+ declare class WBodyComponent {
937
+ showFooterSpace: boolean;
938
+ static ɵfac: i0.ɵɵFactoryDeclaration<WBodyComponent, never>;
939
+ static ɵcmp: i0.ɵɵComponentDeclaration<WBodyComponent, "w-body", never, { "showFooterSpace": { "alias": "showFooterSpace"; "required": false; }; }, {}, never, ["*"], false, never>;
940
+ }
941
+
942
+ declare class WFooterComponent implements OnInit {
943
+ mainLabel: string;
944
+ supportLabel: string;
945
+ support: boolean;
946
+ year: any;
947
+ ngOnInit(): void;
948
+ static ɵfac: i0.ɵɵFactoryDeclaration<WFooterComponent, never>;
949
+ static ɵcmp: i0.ɵɵComponentDeclaration<WFooterComponent, "w-footer", never, { "mainLabel": { "alias": "mainLabel"; "required": false; }; "supportLabel": { "alias": "supportLabel"; "required": false; }; "support": { "alias": "support"; "required": false; }; }, {}, never, never, false, never>;
950
+ }
951
+
952
+ declare class ColorTextPipe implements PipeTransform {
953
+ transform(value: any): any;
954
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColorTextPipe, never>;
955
+ static ɵpipe: i0.ɵɵPipeDeclaration<ColorTextPipe, "ColorTextPipe", false>;
956
+ }
957
+
958
+ declare class WDatePipe implements PipeTransform {
959
+ private dateConversionService;
960
+ constructor(dateConversionService: DateConversionService);
961
+ transform(date: Date | number | string, format?: WDatePipeFormatType | "", locale?: any | "", returnType?: WDatePipeReturnType): any;
962
+ static ɵfac: i0.ɵɵFactoryDeclaration<WDatePipe, never>;
963
+ static ɵpipe: i0.ɵɵPipeDeclaration<WDatePipe, "wappDate", false>;
964
+ static ɵprov: i0.ɵɵInjectableDeclaration<WDatePipe>;
965
+ }
966
+
967
+ declare class WPercentagePipe implements PipeTransform {
968
+ transform(number: number): string;
969
+ static ɵfac: i0.ɵɵFactoryDeclaration<WPercentagePipe, never>;
970
+ static ɵpipe: i0.ɵɵPipeDeclaration<WPercentagePipe, "wappPercentage", false>;
971
+ }
972
+
973
+ declare class WSummaryPipe implements PipeTransform {
974
+ transform(value: string, maxLength: number): string;
975
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSummaryPipe, never>;
976
+ static ɵpipe: i0.ɵɵPipeDeclaration<WSummaryPipe, "wappSummary", false>;
977
+ static ɵprov: i0.ɵɵInjectableDeclaration<WSummaryPipe>;
978
+ }
979
+
980
+ declare class WCurrencyPipe implements PipeTransform {
981
+ private sessionStorageService;
982
+ constructor(sessionStorageService: SessionStorageService);
983
+ transform(value: number, digits?: number): any;
984
+ static ɵfac: i0.ɵɵFactoryDeclaration<WCurrencyPipe, never>;
985
+ static ɵpipe: i0.ɵɵPipeDeclaration<WCurrencyPipe, "wappCurrency", false>;
986
+ static ɵprov: i0.ɵɵInjectableDeclaration<WCurrencyPipe>;
987
+ }
988
+
989
+ declare class WEditTreeselectComponent implements OnInit, OnChanges, ControlValueAccessor {
990
+ label: string;
991
+ showLabel: boolean;
992
+ placeholder: string;
993
+ disabled: boolean;
994
+ required: boolean;
995
+ size: string;
996
+ options: any;
997
+ selectionMode: 'single' | 'multiple' | 'checkbox';
998
+ appendTo: string;
999
+ showClear: boolean;
1000
+ formControl: FormControl | null;
1001
+ errorDescription: string;
1002
+ filter: boolean;
1003
+ filterBy: string;
1004
+ removePaddingTop: boolean;
1005
+ tooltip: string;
1006
+ tooltipPosition?: string;
1007
+ onChangeEvent: EventEmitter<any>;
1008
+ sizeType: typeof SizeType;
1009
+ onChange: any;
1010
+ onTouch: any;
1011
+ ngModelValue: any;
1012
+ ngOnInit(): void;
1013
+ ngOnChanges(changes: SimpleChanges): void;
1014
+ writeValue(value: any): void;
1015
+ registerOnChange(fn: any): void;
1016
+ registerOnTouched(fn: any): void;
1017
+ setDisabledState(isDisabled: boolean): void;
1018
+ onOptionSelected(): void;
1019
+ onOptionSelectedForm(event: any): void;
1020
+ onClear(): void;
1021
+ onClearForm(): void;
1022
+ onInputBlur(event: Event): void;
1023
+ getSizeName(value: number): string;
1024
+ isRequiredValid(): boolean;
1025
+ isRequiredValidNgModel(): boolean;
1026
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditTreeselectComponent, never>;
1027
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditTreeselectComponent, "w-edit-treeselect", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "options": { "alias": "options"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "errorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
1028
+ }
1029
+
1030
+ declare class WPanelComponent implements OnInit {
1031
+ private elementRef;
1032
+ width: any;
1033
+ title: string;
1034
+ subtitle: string;
1035
+ activeGrid: boolean;
1036
+ reduced: boolean;
1037
+ justifyContent: string;
1038
+ activeOverflow: boolean;
1039
+ heightOverflow: string;
1040
+ maxHeightOverflow: string;
1041
+ backgroundColor: string;
1042
+ activeMaxHeight: boolean;
1043
+ activeMenu: boolean;
1044
+ menuOptions: MenuItem[];
1045
+ wPanelStyleClass: string;
1046
+ wPanelContentStyleClass: string;
1047
+ spacing4XL: string;
1048
+ constructor(elementRef: ElementRef);
1049
+ ngOnInit(): void;
1050
+ getCombinedClasses(): string;
1051
+ static ɵfac: i0.ɵɵFactoryDeclaration<WPanelComponent, never>;
1052
+ static ɵcmp: i0.ɵɵComponentDeclaration<WPanelComponent, "w-panel", never, { "width": { "alias": "width"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "activeGrid": { "alias": "activeGrid"; "required": false; }; "reduced": { "alias": "reduced"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "activeOverflow": { "alias": "activeOverflow"; "required": false; }; "heightOverflow": { "alias": "heightOverflow"; "required": false; }; "maxHeightOverflow": { "alias": "maxHeightOverflow"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "activeMaxHeight": { "alias": "activeMaxHeight"; "required": false; }; "activeMenu": { "alias": "activeMenu"; "required": false; }; "menuOptions": { "alias": "menuOptions"; "required": false; }; "wPanelStyleClass": { "alias": "wPanelStyleClass"; "required": false; }; "wPanelContentStyleClass": { "alias": "wPanelContentStyleClass"; "required": false; }; }, {}, never, [".static-content", "*"], false, never>;
1053
+ }
1054
+
1055
+ declare class WBodyContainerComponent {
1056
+ static ɵfac: i0.ɵɵFactoryDeclaration<WBodyContainerComponent, never>;
1057
+ static ɵcmp: i0.ɵɵComponentDeclaration<WBodyContainerComponent, "w-body-container", never, {}, {}, never, ["*"], false, never>;
1058
+ }
1059
+
1060
+ declare class WHeaderPanelComponent {
1061
+ private location;
1062
+ private router;
1063
+ private confirmationService;
1064
+ label: string;
1065
+ backToCustomRoute: string;
1066
+ requireConfirmation: boolean;
1067
+ contentConfirmation: string;
1068
+ acceptLabel: string;
1069
+ rejectLabel: string;
1070
+ showButtonBack: boolean;
1071
+ disabledButtonBack: boolean;
1072
+ showInfo: boolean;
1073
+ onClickButtonBack: EventEmitter<any>;
1074
+ constructor(location: Location, router: Router, confirmationService: ConfirmationService);
1075
+ onButtonBack(event: any): void;
1076
+ static ɵfac: i0.ɵɵFactoryDeclaration<WHeaderPanelComponent, never>;
1077
+ static ɵcmp: i0.ɵɵComponentDeclaration<WHeaderPanelComponent, "w-header-panel", never, { "label": { "alias": "label"; "required": false; }; "backToCustomRoute": { "alias": "backToCustomRoute"; "required": false; }; "requireConfirmation": { "alias": "requireConfirmation"; "required": false; }; "contentConfirmation": { "alias": "contentConfirmation"; "required": false; }; "acceptLabel": { "alias": "acceptLabel"; "required": false; }; "rejectLabel": { "alias": "rejectLabel"; "required": false; }; "showButtonBack": { "alias": "showButtonBack"; "required": false; }; "disabledButtonBack": { "alias": "disabledButtonBack"; "required": false; }; "showInfo": { "alias": "showInfo"; "required": false; }; }, { "onClickButtonBack": "onClickButtonBack"; }, never, [".main-actions", ".secondary-actions", ".info"], false, never>;
1078
+ }
1079
+
1080
+ declare class WPanelTitleComponent {
1081
+ title: string;
1082
+ activePaddingBottom: boolean;
1083
+ static ɵfac: i0.ɵɵFactoryDeclaration<WPanelTitleComponent, never>;
1084
+ static ɵcmp: i0.ɵɵComponentDeclaration<WPanelTitleComponent, "w-panel-title", never, { "title": { "alias": "title"; "required": false; }; "activePaddingBottom": { "alias": "activePaddingBottom"; "required": false; }; }, {}, never, never, false, never>;
1085
+ }
1086
+
1087
+ declare class WInputSearchComponent {
1088
+ label: string;
1089
+ placeholder: string;
1090
+ required: boolean;
1091
+ disabled: boolean;
1092
+ hasButton: boolean;
1093
+ disabledButton: boolean;
1094
+ loading: boolean;
1095
+ inputIcon: string;
1096
+ size: string;
1097
+ formControl: FormControl | null;
1098
+ removePaddingTop: boolean;
1099
+ getInputData: EventEmitter<any>;
1100
+ selectedItem: any;
1101
+ suggestions: any[];
1102
+ value: any;
1103
+ isTouched: boolean;
1104
+ onChange: (_: any) => void;
1105
+ onTouch: () => void;
1106
+ onInputData(): void;
1107
+ writeValue(value: any): void;
1108
+ registerOnChange(onChange: any): void;
1109
+ registerOnTouched(onTouch: any): void;
1110
+ setDisabledState?(isDisabled: boolean): void;
1111
+ onValueChanged(): void;
1112
+ onInputBlur(event: Event): void;
1113
+ isRequiredValid(): boolean;
1114
+ isRequiredValidNgModel(): boolean;
1115
+ getSizeName(value: number): string;
1116
+ get sizeType(): typeof SizeType;
1117
+ static ɵfac: i0.ɵɵFactoryDeclaration<WInputSearchComponent, never>;
1118
+ static ɵcmp: i0.ɵɵComponentDeclaration<WInputSearchComponent, "w-input-search", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hasButton": { "alias": "hasButton"; "required": false; }; "disabledButton": { "alias": "disabledButton"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "inputIcon": { "alias": "inputIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; }, { "getInputData": "getInputData"; }, never, never, false, never>;
1119
+ }
1120
+
1121
+ interface QbFilterEntity {
1122
+ id: number;
1123
+ name: string;
1124
+ jsonName: string;
1125
+ fields: FilterField[];
1126
+ }
1127
+
1128
+ interface QbOperators {
1129
+ id: number;
1130
+ symbol: string;
1131
+ }
1132
+
1133
+ interface FilterField {
1134
+ id: number;
1135
+ name: string;
1136
+ jsonName: string;
1137
+ dataType: number;
1138
+ regexToValidate: string;
1139
+ hasListOfValues: boolean;
1140
+ sqlGetListValues: string;
1141
+ operators: QbOperators[];
1142
+ qbfilterEntity: QbFilterEntity;
1143
+ listOfValues: {
1144
+ name: string;
1145
+ value: number;
1146
+ }[];
1147
+ }
1148
+
1149
+ interface QbPanelToFields {
1150
+ basic: boolean;
1151
+ defaultValue: any;
1152
+ qbdefaultOperator: QbOperators;
1153
+ qbfilterField: FilterField;
1154
+ qbfilterFieldId: number;
1155
+ qbpanelFilterId: number;
1156
+ qbpanelToFieldId: number;
1157
+ }
1158
+
1159
+ interface QbPanelFilter {
1160
+ allowAdvancedSearch: boolean;
1161
+ allowColapse: boolean;
1162
+ allowGrouped: boolean;
1163
+ allowLogicalRule: boolean;
1164
+ allowRuleSet: boolean;
1165
+ description: string;
1166
+ enityMode: boolean;
1167
+ identifier: string;
1168
+ qbpanelFilterId: number;
1169
+ qbpanelToFields: QbPanelToFields[];
1170
+ }
1171
+
1172
+ interface Field$1 {
1173
+ id: number;
1174
+ name: string;
1175
+ field?: string;
1176
+ value?: string;
1177
+ type: string;
1178
+ nullable?: boolean;
1179
+ options?: Option$1[];
1180
+ operators?: string[];
1181
+ defaultValue?: any;
1182
+ defaultOperator?: any;
1183
+ entity?: string;
1184
+ translationsOptions?: any;
1185
+ extraName?: string;
1186
+ validator?: (rule: Rule$1, parent: RuleSet$1) => any | null;
1187
+ }
1188
+ interface Option$1 {
1189
+ name: string;
1190
+ value: any;
1191
+ }
1192
+ interface Rule$1 {
1193
+ field: string;
1194
+ value?: any;
1195
+ operator?: string;
1196
+ entity?: string;
1197
+ }
1198
+ interface RuleSet$1 {
1199
+ condition: string;
1200
+ rules: Array<RuleSet$1 | Rule$1>;
1201
+ collapsed?: boolean;
1202
+ isChild?: boolean;
1203
+ }
1204
+ interface FieldMap$1 {
1205
+ [key: string]: Field$1;
1206
+ }
1207
+ interface EntityMap$1 {
1208
+ [key: string]: Entity$1;
1209
+ }
1210
+ interface Entity$1 {
1211
+ name: string;
1212
+ value?: string;
1213
+ defaultField?: any;
1214
+ }
1215
+ interface QueryBuilderConfig$1 {
1216
+ fields: FieldMap$1;
1217
+ entities?: EntityMap$1;
1218
+ allowEmptyRulesets?: boolean;
1219
+ getOperators?: (fieldName: string, field: Field$1) => string[];
1220
+ getInputType?: (field: string, operator: string) => string;
1221
+ getOptions?: (field: string) => Option$1[];
1222
+ addRuleSet?: (parent: RuleSet$1) => void;
1223
+ addRule?: (parent: RuleSet$1) => void;
1224
+ removeRuleSet?: (ruleset: RuleSet$1, parent: RuleSet$1) => void;
1225
+ removeRule?: (rule: Rule$1, parent: RuleSet$1) => void;
1226
+ coerceValueForOperator?: (operator: string, value: any, rule: Rule$1) => any;
1227
+ calculateFieldChangeValue?: (currentField: Field$1, nextField: Field$1, currentValue: any) => any;
1228
+ }
1229
+
1230
+ interface FilterPanelTranslations {
1231
+ basicSearchTabLabel: string;
1232
+ advancedSearchTabLabel: string;
1233
+ groupedFilterTitle: string;
1234
+ advancedSearch: {
1235
+ andButtonLabel: string;
1236
+ orButtonLabel: string;
1237
+ addRuleButtonLabel: string;
1238
+ addRuleSetButtonLabel: string;
1239
+ removeRuleSetButtonLabel: string;
1240
+ };
1241
+ noRulesLabel: string;
1242
+ searchButtonLabel: string;
1243
+ clearButtonLabel: string;
1244
+ fieldsPlaceholders: {
1245
+ boolean: {
1246
+ true: string;
1247
+ false: string;
1248
+ };
1249
+ decimal: string;
1250
+ list: string;
1251
+ number: string;
1252
+ text: string;
1253
+ datetime: string;
1254
+ from?: string;
1255
+ to?: string;
1256
+ };
1257
+ operators: any;
1258
+ firstDayOfWeek?: number;
1259
+ fields: any;
1260
+ entities?: any;
1261
+ nullableSelectOptions?: {
1262
+ [key: string]: NullableOption;
1263
+ };
1264
+ booleanSelectOptions?: {
1265
+ [key: string]: NullableOption;
1266
+ };
1267
+ translatedSelectOptions?: {
1268
+ [key: string]: any;
1269
+ };
1270
+ extraCompositeFieldName?: {
1271
+ [key: string]: any;
1272
+ };
1273
+ }
1274
+ interface NullableOption {
1275
+ isNullOption: string;
1276
+ isNotNullOption: string;
1277
+ }
1278
+
1279
+ interface RuleSet {
1280
+ condition: string;
1281
+ rules: Array<RuleSet | Rule | any>;
1282
+ collapsed?: boolean;
1283
+ isChild?: boolean;
1284
+ }
1285
+ interface Rule {
1286
+ field: string;
1287
+ value?: any;
1288
+ operator?: string;
1289
+ entity?: string;
1290
+ }
1291
+ interface Option {
1292
+ name: string;
1293
+ value: any;
1294
+ }
1295
+ interface FieldMap {
1296
+ [key: string]: Field;
1297
+ }
1298
+ interface Field {
1299
+ id?: number;
1300
+ name: string;
1301
+ value?: string;
1302
+ type: string;
1303
+ nullable?: boolean;
1304
+ options?: Option[];
1305
+ operators?: string[];
1306
+ defaultValue?: any;
1307
+ defaultOperator?: any;
1308
+ entity?: string;
1309
+ validator?: (rule: Rule, parent: RuleSet) => any | null;
1310
+ }
1311
+ interface LocalRuleMeta {
1312
+ ruleset: boolean;
1313
+ invalid: boolean;
1314
+ }
1315
+ interface EntityMap {
1316
+ [key: string]: Entity;
1317
+ }
1318
+ interface Entity {
1319
+ name: string;
1320
+ value?: string;
1321
+ defaultField?: any;
1322
+ }
1323
+ interface QueryBuilderClassNames {
1324
+ arrowIconButton?: string;
1325
+ arrowIcon?: string;
1326
+ removeIcon?: string;
1327
+ addIcon?: string;
1328
+ button?: string;
1329
+ buttonGroup?: string;
1330
+ removeButton?: string;
1331
+ removeButtonSize?: string;
1332
+ switchRow?: string;
1333
+ switchGroup?: string;
1334
+ switchLabel?: string;
1335
+ switchRadio?: string;
1336
+ switchControl?: string;
1337
+ rightAlign?: string;
1338
+ transition?: string;
1339
+ collapsed?: string;
1340
+ treeContainer?: string;
1341
+ tree?: string;
1342
+ row?: string;
1343
+ connector?: string;
1344
+ rule?: string;
1345
+ ruleSet?: string;
1346
+ invalidRuleSet?: string;
1347
+ emptyWarning?: string;
1348
+ fieldControl?: string;
1349
+ fieldControlSize?: string;
1350
+ entityControl?: string;
1351
+ entityControlSize?: string;
1352
+ operatorControl?: string;
1353
+ operatorControlSize?: string;
1354
+ inputControl?: string;
1355
+ inputControlSize?: string;
1356
+ }
1357
+ interface QueryBuilderConfig {
1358
+ fields: FieldMap;
1359
+ entities?: EntityMap;
1360
+ allowEmptyRulesets?: boolean;
1361
+ getOperators?: (fieldName: string, field: Field) => string[];
1362
+ getInputType?: (field: string, operator: string) => string;
1363
+ getOptions?: (field: string) => Option[];
1364
+ addRuleSet?: (parent: RuleSet) => void;
1365
+ addRule?: (parent: RuleSet) => void;
1366
+ removeRuleSet?: (ruleset: RuleSet, parent: RuleSet) => void;
1367
+ removeRule?: (rule: Rule, parent: RuleSet) => void;
1368
+ coerceValueForOperator?: (operator: string, value: any, rule: Rule) => any;
1369
+ calculateFieldChangeValue?: (currentField: Field, nextField: Field, currentValue: any) => any;
1370
+ }
1371
+ interface SwitchGroupContext {
1372
+ onChange: (conditionValue: string) => void;
1373
+ getDisabledState: () => boolean;
1374
+ $implicit: RuleSet;
1375
+ }
1376
+ interface EmptyWarningContext {
1377
+ getDisabledState: () => boolean;
1378
+ message: string;
1379
+ $implicit: RuleSet;
1380
+ }
1381
+ interface ArrowIconContext {
1382
+ getDisabledState: () => boolean;
1383
+ $implicit: RuleSet;
1384
+ }
1385
+ interface EntityContext {
1386
+ onChange: (entityValue: string, rule: Rule) => void;
1387
+ getDisabledState: () => boolean;
1388
+ entities: Entity[];
1389
+ $implicit: Rule;
1390
+ }
1391
+ interface FieldContext {
1392
+ onChange: (fieldValue: string, rule: Rule) => void;
1393
+ getFields: (entityName: string) => void;
1394
+ getDisabledState: () => boolean;
1395
+ fields: Field[];
1396
+ $implicit: Rule;
1397
+ }
1398
+ interface OperatorContext {
1399
+ onChange: () => void;
1400
+ getDisabledState: () => boolean;
1401
+ operators: string[];
1402
+ $implicit: Rule;
1403
+ }
1404
+ interface InputContext {
1405
+ onChange: () => void;
1406
+ getDisabledState: () => boolean;
1407
+ options: Option[];
1408
+ field: Field;
1409
+ $implicit: Rule;
1410
+ }
1411
+ interface ButtonGroupContext {
1412
+ addRule: () => void;
1413
+ addRuleSet: () => void;
1414
+ removeRuleSet: () => void;
1415
+ getDisabledState: () => boolean;
1416
+ $implicit: RuleSet;
1417
+ }
1418
+ interface RemoveButtonContext {
1419
+ removeRule: (rule: Rule) => void;
1420
+ getDisabledState: () => boolean;
1421
+ $implicit: Rule;
1422
+ }
1423
+
1424
+ interface QueryResults {
1425
+ type: QueryResultType;
1426
+ basic?: RuleSet | null | undefined;
1427
+ advanced?: RuleSet | null | undefined;
1428
+ grouped: RuleSet | null | undefined;
1429
+ lazyRequest?: LazyElementQueryRequest;
1430
+ options?: {
1431
+ [key: string]: any;
1432
+ };
1433
+ }
1434
+ declare enum QueryResultType {
1435
+ NoFilters = 0,
1436
+ Basic = 1,
1437
+ Advanced = 2,
1438
+ Grouped = 3
1439
+ }
1440
+
1441
+ interface GMCountry {
1442
+ gmCountryId: number;
1443
+ name: string;
1444
+ }
1445
+
1446
+ interface GMLocality {
1447
+ gmLocalityId: number;
1448
+ name: string;
1449
+ }
1450
+
1451
+ interface GMPostalCode {
1452
+ gmPostalCodeId: number;
1453
+ name: string;
1454
+ }
1455
+
1456
+ interface GMAreaLevel2 {
1457
+ gmAreaLevel2Id: number;
1458
+ name: string;
1459
+ }
1460
+
1461
+ interface GMAreaLevel1 {
1462
+ gmAreaLevel1Id: number;
1463
+ name: string;
1464
+ }
1465
+
1466
+ interface PlatformEventsGroups {
1467
+ platformEventsGroupsId: number;
1468
+ name: string;
1469
+ description: string;
1470
+ code: string;
1471
+ }
1472
+
1473
+ interface PlatformEvent {
1474
+ platformEventId: number;
1475
+ name: string;
1476
+ description: string;
1477
+ code: string;
1478
+ }
1479
+
1480
+ declare class ApiService {
1481
+ private http;
1482
+ private messageService;
1483
+ constructor(http: HttpClient, messageService: MessageService);
1484
+ getFilterPanel(apiUrl: string, token: string, commonDataApiUrl: string, commonDataApiToken: string, tenantId: string, applicationId: string, filterId?: string): Observable<QbPanelFilter>;
1485
+ getFieldValues(commonDataApiUrl: string, commonDataApiToken: string, filterFieldId: number): Observable<string[]>;
1486
+ getCountries(segmentationApi: string, segmentationApiToken: string): Observable<GMCountry[]>;
1487
+ getAreaLevels1(countryIds: number[], segmentationApi: string, segmentationApiToken: string): Observable<GMAreaLevel1[]>;
1488
+ getAreaLevels2(areaLevel1Ids: number[], segmentationApi: string, segmentationApiToken: string): Observable<GMAreaLevel2[]>;
1489
+ getLocalities(areaLevel2Ids: number[], segmentationApi: string, segmentationApiToken: string): Observable<GMLocality[]>;
1490
+ getPostalCodes(localityIds: number[], segmentationApi: string, segmentationApiToken: string): Observable<GMPostalCode[]>;
1491
+ getCategories(productApi: string, productApiToken: string): Observable<any[]>;
1492
+ getSections(productApi: string, productApiToken: string): Observable<any[]>;
1493
+ getEventCategories(notificationApiUrl: string, notificationApiToken: string): Observable<PlatformEventsGroups[]>;
1494
+ getEvents(eventCategoryId: number, notificationApiUrl: string, notificationApiToken: string): Observable<PlatformEvent[]>;
1495
+ static ɵfac: i0.ɵɵFactoryDeclaration<ApiService, never>;
1496
+ static ɵprov: i0.ɵɵInjectableDeclaration<ApiService>;
1497
+ }
1498
+
1499
+ interface NullableSelectOption {
1500
+ name: string;
1501
+ value: number;
1502
+ }
1503
+
1504
+ interface BooleanSelectOption {
1505
+ name: string;
1506
+ value: number;
1507
+ }
1508
+
1509
+ interface TranslatedSelectOption {
1510
+ name: string;
1511
+ value: number;
1512
+ }
1513
+
1514
+ interface PeriodSelectValue {
1515
+ periodType: number;
1516
+ fromDate: Date;
1517
+ toDate: Date;
1518
+ }
1519
+
1520
+ declare class WPeriodSelectFieldComponent implements OnInit {
1521
+ private wLocalStorage;
1522
+ private wSessionStorage;
1523
+ periodCategories: any;
1524
+ periodCategorySelected: any;
1525
+ fromDateValue: any;
1526
+ toDateValue: any;
1527
+ translationsMap: {
1528
+ [key: number]: string;
1529
+ };
1530
+ periodSelectEnum: typeof PeriodSelectEnum;
1531
+ maxDate: Date;
1532
+ operator: any;
1533
+ placeholder: string;
1534
+ translationsObject: FilterPanelTranslations;
1535
+ periodSelectValue: PeriodSelectValue;
1536
+ required: boolean;
1537
+ private onChange;
1538
+ private onTouched;
1539
+ constructor(wLocalStorage: LocalStorageService, wSessionStorage: SessionStorageService);
1540
+ ngOnInit(): void;
1541
+ initPeriodCategorySelect(): void;
1542
+ initValues(): void;
1543
+ onFromDateChange(): void;
1544
+ onToDateChange(): void;
1545
+ onClearCategory(): void;
1546
+ onPeriodCategorySelected(): void;
1547
+ disableCalendar(): boolean;
1548
+ writeValue(value: any): void;
1549
+ registerOnChange(fn: any): void;
1550
+ registerOnTouched(fn: any): void;
1551
+ createObjectPeriodProperty(periodType: PeriodSelectEnum, fromDateValue?: Date | null, toDateValue?: Date | null): {
1552
+ periodType: PeriodSelectEnum;
1553
+ fromDate: Date;
1554
+ toDate: Date;
1555
+ };
1556
+ doOnChange(value: any): void;
1557
+ isValid(): boolean;
1558
+ getMaxDate(): Date;
1559
+ get isCustomSelected(): boolean;
1560
+ static ɵfac: i0.ɵɵFactoryDeclaration<WPeriodSelectFieldComponent, never>;
1561
+ static ɵcmp: i0.ɵɵComponentDeclaration<WPeriodSelectFieldComponent, "w-period-select-field", never, { "operator": { "alias": "operator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "translationsObject": { "alias": "translationsObject"; "required": false; }; "periodSelectValue": { "alias": "periodSelectValue"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, false, never>;
1562
+ }
1563
+
1564
+ declare class QueryOperatorDirective {
1565
+ template: TemplateRef<any>;
1566
+ constructor(template: TemplateRef<any>);
1567
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryOperatorDirective, never>;
1568
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QueryOperatorDirective, "[queryOperator]", never, {}, {}, never, never, false, never>;
1569
+ }
1570
+
1571
+ declare class QueryFieldDirective {
1572
+ template: TemplateRef<any>;
1573
+ constructor(template: TemplateRef<any>);
1574
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryFieldDirective, never>;
1575
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QueryFieldDirective, "[queryField]", never, {}, {}, never, never, false, never>;
1576
+ }
1577
+
1578
+ declare class QueryEntityDirective {
1579
+ template: TemplateRef<any>;
1580
+ constructor(template: TemplateRef<any>);
1581
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryEntityDirective, never>;
1582
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QueryEntityDirective, "[queryEntity]", never, {}, {}, never, never, false, never>;
1583
+ }
1584
+
1585
+ declare class QuerySwitchGroupDirective {
1586
+ template: TemplateRef<any>;
1587
+ constructor(template: TemplateRef<any>);
1588
+ static ɵfac: i0.ɵɵFactoryDeclaration<QuerySwitchGroupDirective, never>;
1589
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QuerySwitchGroupDirective, "[querySwitchGroup]", never, {}, {}, never, never, false, never>;
1590
+ }
1591
+
1592
+ declare class QueryButtonGroupDirective {
1593
+ template: TemplateRef<any>;
1594
+ constructor(template: TemplateRef<any>);
1595
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryButtonGroupDirective, never>;
1596
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QueryButtonGroupDirective, "[queryButtonGroup]", never, {}, {}, never, never, false, never>;
1597
+ }
1598
+
1599
+ declare class QueryInputDirective {
1600
+ template: TemplateRef<any>;
1601
+ /** Unique name for query input type. */
1602
+ get queryInputType(): string;
1603
+ set queryInputType(value: string);
1604
+ private _type;
1605
+ constructor(template: TemplateRef<any>);
1606
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryInputDirective, never>;
1607
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QueryInputDirective, "[queryInput]", never, { "queryInputType": { "alias": "queryInputType"; "required": false; }; }, {}, never, never, false, never>;
1608
+ }
1609
+
1610
+ declare class QueryRemoveButtonDirective {
1611
+ template: TemplateRef<any>;
1612
+ constructor(template: TemplateRef<any>);
1613
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryRemoveButtonDirective, never>;
1614
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QueryRemoveButtonDirective, "[queryRemoveButton]", never, {}, {}, never, never, false, never>;
1615
+ }
1616
+
1617
+ declare class QueryEmptyWarningDirective {
1618
+ template: TemplateRef<any>;
1619
+ constructor(template: TemplateRef<any>);
1620
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryEmptyWarningDirective, never>;
1621
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QueryEmptyWarningDirective, "[queryEmptyWarning]", never, {}, {}, never, never, false, never>;
1622
+ }
1623
+
1624
+ declare class QueryArrowIconDirective {
1625
+ template: TemplateRef<any>;
1626
+ constructor(template: TemplateRef<any>);
1627
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryArrowIconDirective, never>;
1628
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QueryArrowIconDirective, "[queryArrowIcon]", never, {}, {}, never, never, false, never>;
1629
+ }
1630
+
1631
+ declare const CONTROL_VALUE_ACCESSOR: any;
1632
+ declare const VALIDATOR: any;
1633
+ declare class QueryBuilderComponent implements OnInit, OnChanges, ControlValueAccessor, Validator {
1634
+ private changeDetectorRef;
1635
+ fields: Field[];
1636
+ filterFields: Field[];
1637
+ entities: Entity[] | null;
1638
+ defaultClassNames: QueryBuilderClassNames;
1639
+ defaultOperatorMap: {
1640
+ [key: string]: string[];
1641
+ };
1642
+ disabled: boolean;
1643
+ data: RuleSet;
1644
+ onChangeCallback: () => void;
1645
+ onTouchedCallback: () => any;
1646
+ allowRuleset: boolean;
1647
+ allowCollapse: boolean;
1648
+ emptyMessage: string;
1649
+ classNames: QueryBuilderClassNames;
1650
+ operatorMap: {
1651
+ [key: string]: string[];
1652
+ };
1653
+ parentValue: RuleSet;
1654
+ config: QueryBuilderConfig;
1655
+ parentArrowIconTemplate: QueryArrowIconDirective;
1656
+ parentInputTemplates: QueryList<QueryInputDirective>;
1657
+ parentOperatorTemplate: QueryOperatorDirective;
1658
+ parentFieldTemplate: QueryFieldDirective;
1659
+ parentEntityTemplate: QueryEntityDirective;
1660
+ parentSwitchGroupTemplate: QuerySwitchGroupDirective;
1661
+ parentButtonGroupTemplate: QueryButtonGroupDirective;
1662
+ parentRemoveButtonTemplate: QueryRemoveButtonDirective;
1663
+ parentEmptyWarningTemplate: QueryEmptyWarningDirective;
1664
+ parentChangeCallback: () => void;
1665
+ parentTouchedCallback: () => void;
1666
+ persistValueOnFieldChange: boolean;
1667
+ treeContainer: ElementRef;
1668
+ buttonGroupTemplate: QueryButtonGroupDirective;
1669
+ switchGroupTemplate: QuerySwitchGroupDirective;
1670
+ fieldTemplate: QueryFieldDirective;
1671
+ entityTemplate: QueryEntityDirective;
1672
+ operatorTemplate: QueryOperatorDirective;
1673
+ removeButtonTemplate: QueryRemoveButtonDirective;
1674
+ emptyWarningTemplate: QueryEmptyWarningDirective;
1675
+ inputTemplates: QueryList<QueryInputDirective>;
1676
+ arrowIconTemplate: QueryArrowIconDirective;
1677
+ private defaultTemplateTypes;
1678
+ private defaultPersistValueTypes;
1679
+ private defaultEmptyList;
1680
+ private operatorsCache;
1681
+ private inputContextCache;
1682
+ private operatorContextCache;
1683
+ private fieldContextCache;
1684
+ private entityContextCache;
1685
+ private removeButtonContextCache;
1686
+ private buttonGroupContext;
1687
+ constructor(changeDetectorRef: ChangeDetectorRef);
1688
+ ngOnInit(): void;
1689
+ ngOnChanges(changes: SimpleChanges): void;
1690
+ validate(control: AbstractControl): ValidationErrors | null;
1691
+ get value(): RuleSet;
1692
+ set value(value: RuleSet);
1693
+ writeValue(obj: any): void;
1694
+ registerOnChange(fn: any): void;
1695
+ registerOnTouched(fn: any): void;
1696
+ setDisabledState(isDisabled: boolean): void;
1697
+ getDisabledState: () => boolean;
1698
+ findTemplateForRule(rule: any): any;
1699
+ findQueryInput(type: string): any;
1700
+ getOperators(field: string): string[];
1701
+ getFields(entity: string): Field[];
1702
+ getInputType(field: string, operator: string): string | null;
1703
+ getOptions(field: string): Option[];
1704
+ getClassNames(...args: any): string | null;
1705
+ getDefaultField(entity: Entity): Field | null;
1706
+ getDefaultOperator(field: Field): string | null;
1707
+ addRule(parent?: RuleSet): void;
1708
+ removeRule(rule: any, parent?: RuleSet): void;
1709
+ addRuleSet(parent?: RuleSet): void;
1710
+ removeRuleSet(ruleset?: RuleSet, parent?: RuleSet): void;
1711
+ transitionEnd(e: Event): void;
1712
+ toggleCollapse(): void;
1713
+ computedTreeContainerHeight(): void;
1714
+ changeCondition(value: string): void;
1715
+ changeOperator(rule: Rule): void;
1716
+ coerceValueForOperator(operator: string, value: any, rule: Rule): any;
1717
+ changeInput(): void;
1718
+ changeField(fieldValue: string, rule: Rule): void;
1719
+ changeEntity(entityValue: string, rule: Rule, index: number, data: RuleSet): void;
1720
+ getDefaultValue(defaultValue: any): any;
1721
+ getOperatorTemplate(): TemplateRef<any> | null;
1722
+ getFieldTemplate(): TemplateRef<any> | null;
1723
+ getEntityTemplate(): TemplateRef<any> | null;
1724
+ getArrowIconTemplate(): TemplateRef<any> | null;
1725
+ getButtonGroupTemplate(): TemplateRef<any> | null;
1726
+ getSwitchGroupTemplate(): TemplateRef<any> | null;
1727
+ getRemoveButtonTemplate(): TemplateRef<any> | null;
1728
+ getEmptyWarningTemplate(): TemplateRef<any> | null;
1729
+ getQueryItemClassName(local: any): string;
1730
+ getButtonGroupContext(): ButtonGroupContext;
1731
+ getRemoveButtonContext(rule: any): RemoveButtonContext;
1732
+ getFieldContext(rule: any): FieldContext;
1733
+ getEntityContext(rule: any): EntityContext;
1734
+ getSwitchGroupContext(): SwitchGroupContext;
1735
+ getArrowIconContext(): ArrowIconContext;
1736
+ getEmptyWarningContext(): EmptyWarningContext;
1737
+ getOperatorContext(rule: Rule): OperatorContext;
1738
+ getInputContext(rule: any): InputContext;
1739
+ private calculateFieldChangeValue;
1740
+ private checkEmptyRuleInRuleset;
1741
+ private validateRulesInRuleset;
1742
+ private handleDataChange;
1743
+ private handleTouched;
1744
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryBuilderComponent, never>;
1745
+ static ɵcmp: i0.ɵɵComponentDeclaration<QueryBuilderComponent, "query-builder", never, { "disabled": { "alias": "disabled"; "required": false; }; "data": { "alias": "data"; "required": false; }; "allowRuleset": { "alias": "allowRuleset"; "required": false; }; "allowCollapse": { "alias": "allowCollapse"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "classNames": { "alias": "classNames"; "required": false; }; "operatorMap": { "alias": "operatorMap"; "required": false; }; "parentValue": { "alias": "parentValue"; "required": false; }; "config": { "alias": "config"; "required": false; }; "parentArrowIconTemplate": { "alias": "parentArrowIconTemplate"; "required": false; }; "parentInputTemplates": { "alias": "parentInputTemplates"; "required": false; }; "parentOperatorTemplate": { "alias": "parentOperatorTemplate"; "required": false; }; "parentFieldTemplate": { "alias": "parentFieldTemplate"; "required": false; }; "parentEntityTemplate": { "alias": "parentEntityTemplate"; "required": false; }; "parentSwitchGroupTemplate": { "alias": "parentSwitchGroupTemplate"; "required": false; }; "parentButtonGroupTemplate": { "alias": "parentButtonGroupTemplate"; "required": false; }; "parentRemoveButtonTemplate": { "alias": "parentRemoveButtonTemplate"; "required": false; }; "parentEmptyWarningTemplate": { "alias": "parentEmptyWarningTemplate"; "required": false; }; "parentChangeCallback": { "alias": "parentChangeCallback"; "required": false; }; "parentTouchedCallback": { "alias": "parentTouchedCallback"; "required": false; }; "persistValueOnFieldChange": { "alias": "persistValueOnFieldChange"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, ["buttonGroupTemplate", "switchGroupTemplate", "fieldTemplate", "entityTemplate", "operatorTemplate", "removeButtonTemplate", "emptyWarningTemplate", "arrowIconTemplate", "inputTemplates"], never, false, never>;
1746
+ }
1747
+
1748
+ declare class WFilterPanelComponent implements OnInit {
1749
+ private formBuilder;
1750
+ private apiService;
1751
+ private sessionStorage;
1752
+ private localStorage;
1753
+ queryCtrl: FormControl;
1754
+ advancedQueryCtrl: FormControl;
1755
+ groupedQueryCtrl: FormControl;
1756
+ persistValueOnFieldChange: boolean;
1757
+ queryConfigReady: boolean;
1758
+ isAdvancedSearch: boolean;
1759
+ qbDataTypeEnum: typeof QBDataTypeEnum;
1760
+ qbDataEnums: (string | QBDataTypeEnum)[];
1761
+ basicQueryConfig: any;
1762
+ advancedQueryConfig: any;
1763
+ basicQuery: any;
1764
+ groupedQuery: any;
1765
+ advancedQuery: any;
1766
+ filterPanelObject: QbPanelFilter;
1767
+ entityConfigGrouped: QueryBuilderConfig$1;
1768
+ entities: any[];
1769
+ defaultValues: any[];
1770
+ defaultOperators: any[];
1771
+ storedQuery: StoredFilterPanelQuery;
1772
+ parentRoute: string;
1773
+ notificationEventField: string;
1774
+ periodSelectField: string;
1775
+ notificationEventRulesToAdd: any[];
1776
+ periodSelectRulesToAdd: any[];
1777
+ lastFromPeriodSelectDateValue: string;
1778
+ lastToPeriodSelectDateValue: string;
1779
+ periodSelectEnum: typeof PeriodSelectEnum;
1780
+ authorizationApiUrl: string;
1781
+ commonDataApiUrl: string;
1782
+ notificationApiUrl: string;
1783
+ segmentationApiUrl: string;
1784
+ productApiUrl: string;
1785
+ token: string;
1786
+ commonDataToken: string;
1787
+ segmentationToken: string;
1788
+ filterId: string;
1789
+ dataIsLoadingSearchButton: boolean;
1790
+ tenantId: string;
1791
+ applicationId: string;
1792
+ fieldsToKeepLocalDate: string[];
1793
+ fieldsForNotificationEvent: string[];
1794
+ notificationEventEntity: string;
1795
+ translationsObject: FilterPanelTranslations;
1796
+ translationsEspecificFieldOptions: {
1797
+ field: string;
1798
+ options: any;
1799
+ }[];
1800
+ searchClicked: EventEmitter<QueryResults>;
1801
+ clearClicked: EventEmitter<boolean>;
1802
+ lastQuery: EventEmitter<QueryResults>;
1803
+ hasDefaultValues: EventEmitter<boolean>;
1804
+ stateOptions: any[];
1805
+ queryBuilder: QueryBuilderComponent;
1806
+ basicQueryBuilderObject: QueryBuilderComponent;
1807
+ periodSelectComponent: WPeriodSelectFieldComponent;
1808
+ constructor(formBuilder: FormBuilder, apiService: ApiService, sessionStorage: SessionStorageService, localStorage: LocalStorageService);
1809
+ ngOnInit(): void;
1810
+ initQueryBuilderControls(): void;
1811
+ nullableSelectPlaceholder(rule: Rule$1, options: NullableSelectOption[]): string;
1812
+ setEmtpyArraysToNull(query: any): void;
1813
+ updateSearchType(): void;
1814
+ updateNullableElements(elements: {
1815
+ [key: string]: any;
1816
+ }): void;
1817
+ onSearchClicked(): void;
1818
+ setNoFiltersQueryType(queries: any): Promise<unknown>;
1819
+ onClearClicked(): void;
1820
+ clearPeriodSelectComponent(): void;
1821
+ handleEmptyFieldsQuery(queries: QueryResults): QueryResults;
1822
+ nullableFilterOperationHandle(query: any): void;
1823
+ setPeriodSelectValue(query: any): void;
1824
+ inverseNullableFilterOperationHandle(query: any): void;
1825
+ keepLocalDateFilterOperationHandle(query: any): void;
1826
+ modifyTreeListValueParentToNull(query: any): any;
1827
+ modifyNotificationEventValue(query: any): any;
1828
+ modifyPeriodSelectValue(query: any): any;
1829
+ removeRulesRecursively(query: any, fieldsToRemove: string[]): void;
1830
+ getQueryType(): QueryResultType;
1831
+ setEntity(queries: QueryResults): void;
1832
+ getQueryBuilderFilterPanel(): void;
1833
+ defaultValueAdapter(value: any): any;
1834
+ initQueryBuilder(filterEntities: QbFilterEntity[], isBasic: boolean): QueryBuilderConfig$1;
1835
+ filterFieldsById(fieldsObj: any, idArray: number[]): any;
1836
+ translateFields(fields: FieldMap$1): FieldMap$1;
1837
+ moveElementToFirstPlace(array: any[], elementToFirstPlace: string): any[];
1838
+ formatDefaultValue(value: any, type: QBDataTypeEnum): any;
1839
+ parseStringToNumberArray(input: string): number[];
1840
+ getDataType(id: number): string;
1841
+ deleteFieldsWithoutValue(json: any): any;
1842
+ initializeOperators(json: any): any;
1843
+ resetBasicQueryValues(): void;
1844
+ getQueryFieldName(fieldName: string, fields: FieldMap$1): string;
1845
+ getNullableSelectOptions(options: NullableSelectOption[]): {
1846
+ name: string;
1847
+ value: number;
1848
+ }[];
1849
+ getBooleanSelectOptions(options: BooleanSelectOption[]): {
1850
+ name: string;
1851
+ value: number;
1852
+ }[];
1853
+ getTranslatedSelectOptions(options: TranslatedSelectOption[]): {
1854
+ name: any;
1855
+ value: number;
1856
+ }[];
1857
+ fieldIsBoolean(fieldName: string, fields: FieldMap$1): boolean;
1858
+ isMultiselect(rule: Rule$1): boolean;
1859
+ isToKeepLocalDate(field: string): boolean;
1860
+ disableFilterButton(): boolean;
1861
+ static ɵfac: i0.ɵɵFactoryDeclaration<WFilterPanelComponent, never>;
1862
+ static ɵcmp: i0.ɵɵComponentDeclaration<WFilterPanelComponent, "w-filter-panel", never, { "authorizationApiUrl": { "alias": "apiUrl"; "required": false; }; "commonDataApiUrl": { "alias": "commonDataApiUrl"; "required": false; }; "notificationApiUrl": { "alias": "notificationApiUrl"; "required": false; }; "segmentationApiUrl": { "alias": "segmentationApiUrl"; "required": false; }; "productApiUrl": { "alias": "productApiUrl"; "required": false; }; "token": { "alias": "token"; "required": false; }; "commonDataToken": { "alias": "commonDataToken"; "required": false; }; "segmentationToken": { "alias": "segmentationToken"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; "dataIsLoadingSearchButton": { "alias": "dataIsLoadingSearchButton"; "required": false; }; "tenantId": { "alias": "tenantId"; "required": false; }; "applicationId": { "alias": "applicationId"; "required": false; }; "fieldsToKeepLocalDate": { "alias": "fieldsToKeepLocalDate"; "required": false; }; "fieldsForNotificationEvent": { "alias": "fieldsForNotificationEvent"; "required": false; }; "notificationEventEntity": { "alias": "notificationEventEntity"; "required": false; }; "translationsObject": { "alias": "translationsObject"; "required": false; }; "translationsEspecificFieldOptions": { "alias": "translationsEspecificFieldOptions"; "required": false; }; }, { "searchClicked": "searchClicked"; "clearClicked": "clearClicked"; "lastQuery": "lastQuery"; "hasDefaultValues": "hasDefaultValues"; }, never, never, false, never>;
1863
+ }
1864
+
1865
+ declare class WListFieldComponent implements OnInit, ControlValueAccessor, OnChanges {
1866
+ optionsReceived: any;
1867
+ options: any;
1868
+ optionSelected: any;
1869
+ operator: any;
1870
+ placeholder: any;
1871
+ onlyDropdown: boolean;
1872
+ disabled: boolean;
1873
+ required: boolean;
1874
+ translationsOptions: any;
1875
+ virtualScroll: boolean;
1876
+ virtualScrollItemSize: number;
1877
+ dataType: typeof DataTypeEnum;
1878
+ private onChange;
1879
+ private onTouched;
1880
+ constructor();
1881
+ ngOnInit(): void;
1882
+ ngOnChanges(changes: SimpleChanges): void;
1883
+ onOptionSelected(): void;
1884
+ writeValue(value: any): void;
1885
+ registerOnChange(fn: any): void;
1886
+ registerOnTouched(fn: any): void;
1887
+ getDataType(): DataTypeEnum.Single | DataTypeEnum.Multi;
1888
+ static ɵfac: i0.ɵɵFactoryDeclaration<WListFieldComponent, never>;
1889
+ static ɵcmp: i0.ɵɵComponentDeclaration<WListFieldComponent, "w-list-field", never, { "optionsReceived": { "alias": "options"; "required": false; }; "operator": { "alias": "operator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "onlyDropdown": { "alias": "onlyDropdown"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "translationsOptions": { "alias": "translationsOptions"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "virtualScrollItemSize": { "alias": "virtualScrollItemSize"; "required": false; }; }, {}, never, never, false, never>;
1890
+ }
1891
+
1892
+ declare class WViewCardTitleTextComponent implements OnInit {
1893
+ cardTitle: string;
1894
+ constructor();
1895
+ ngOnInit(): void;
1896
+ static ɵfac: i0.ɵɵFactoryDeclaration<WViewCardTitleTextComponent, never>;
1897
+ static ɵcmp: i0.ɵɵComponentDeclaration<WViewCardTitleTextComponent, "w-view-card-title-text", never, { "cardTitle": { "alias": "cardTitle"; "required": false; }; }, {}, never, never, false, never>;
1898
+ }
1899
+
1900
+ interface WImageFileUploaderConfig {
1901
+ imagePropertyNames: any[];
1902
+ acceptImageTypes: string;
1903
+ maxImageSize: number;
1904
+ allowAuto: boolean;
1905
+ uploadButtonLabel?: string;
1906
+ chooseButtonLabel?: string;
1907
+ cancelButtonLabel?: string;
1908
+ contentHeaderLabel?: string;
1909
+ contentSubheaderLabel?: string;
1910
+ viewModecontentLabel?: string;
1911
+ deleteImageButtonLabel?: string;
1912
+ singleModeImageDefault?: string;
1913
+ singleModeImageWidth?: string;
1914
+ singleModeImageHeight?: string;
1915
+ croppedDialogTranslations: any;
1916
+ croppedImageConfiguration: {
1917
+ roundedCropper: boolean;
1918
+ configuredAspectRatio: number;
1919
+ viewPortWidthPx: number;
1920
+ viewPortHeihtPx: number;
1921
+ };
1922
+ confirmDeleteMessageLabel?: string;
1923
+ confirmDeleteButtonLabel?: string;
1924
+ invalidFileSizeMessageSummary: string;
1925
+ invalidFileSizeMessageDetail: string;
1926
+ invalidFileTypeMessageSummary: string;
1927
+ invalidFileTypeMessageDetail: string;
1928
+ }
1929
+
1930
+ interface ImageB64 {
1931
+ base64: string;
1932
+ fileBase64?: string;
1933
+ name: string;
1934
+ position?: number;
1935
+ typeMedia?: TypeMedia;
1936
+ }
1937
+
1938
+ interface WImageCropperData {
1939
+ roundedCropper: boolean;
1940
+ configuredAspectRatio: number;
1941
+ viewPortWidthPx: number;
1942
+ viewPortHeihtPx: number;
1943
+ maxFileSize: number;
1944
+ acceptImage?: string;
1945
+ }
1946
+
1947
+ declare class FileSizeService {
1948
+ private byteUnit;
1949
+ private bytes;
1950
+ init(initialBytes: number): void;
1951
+ formatSize(): number;
1952
+ formatSizeMessage(): string;
1953
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileSizeService, never>;
1954
+ static ɵprov: i0.ɵɵInjectableDeclaration<FileSizeService>;
1955
+ }
1956
+
1957
+ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
1958
+ private dialogService;
1959
+ private http;
1960
+ private confirmationService;
1961
+ fileSizeService: FileSizeService;
1962
+ allowMultipleImages: boolean;
1963
+ activeImageUpload: boolean;
1964
+ deactiveImageMethods: boolean;
1965
+ imagesAlreadyUploaded: any[];
1966
+ imageSingleMode: any;
1967
+ uploadUrl: string;
1968
+ updateUrl: string;
1969
+ deleteUrl: string;
1970
+ headers: HttpHeaders;
1971
+ activePositionProperty: boolean;
1972
+ startPositionFromZero: boolean;
1973
+ activeTypeMediaProperty: boolean;
1974
+ viewSingleMode: boolean;
1975
+ viewMultiMode: boolean;
1976
+ allowDeleteImage: boolean;
1977
+ identificatorName: string;
1978
+ identificatorValue: any;
1979
+ imageUploadConfig: WImageFileUploaderConfig;
1980
+ activeFieldVersion: boolean;
1981
+ fieldVersionReduced: boolean;
1982
+ label: string;
1983
+ tooltip: string;
1984
+ tooltipPosition?: string;
1985
+ required: boolean;
1986
+ customHeightImg: number;
1987
+ activeMessagesOverlay: boolean;
1988
+ onUploadFinished: EventEmitter<any>;
1989
+ onErrorHandler: EventEmitter<any>;
1990
+ onReturnImagesB64: EventEmitter<any>;
1991
+ onDeleteImage: EventEmitter<any>;
1992
+ fileUpload: FileUpload;
1993
+ buttonRemoveOnlyImage: QueryList<ElementRef>;
1994
+ fileuploadOnlyImage: FileUpload;
1995
+ activeIndexGallery: number;
1996
+ cropperImages: any[];
1997
+ defaultWidth: string;
1998
+ defaultHeight: string;
1999
+ disableMoveButtons: boolean;
2000
+ isUploadingMultiMode: boolean;
2001
+ isDeletingMultiMode: boolean;
2002
+ actualMaxSize: number;
2003
+ timelife: number;
2004
+ onlyImageSelected: any;
2005
+ onlyCroppedImageSelected: any;
2006
+ dimensionsInput: WImageCropperData;
2007
+ carouselImagesResponsiveOptions: any[];
2008
+ constructor(dialogService: DialogService, http: HttpClient, confirmationService: ConfirmationService, fileSizeService: FileSizeService);
2009
+ ngOnInit(): void;
2010
+ ngOnChanges(changes: SimpleChanges): void;
2011
+ readProperty(obj: any, prop: string): any;
2012
+ onCustomUploadSingleMode(event: any): void;
2013
+ onCustomizeUploadFunctionSingleMode(event: any): void;
2014
+ removeImageSingleMode(event: Event, file: any): void;
2015
+ moveImageToLeft(event: any): void;
2016
+ moveImageToRight(event: any): void;
2017
+ onCustomizeUploadFunctionMultiMode(event?: any): void;
2018
+ onCustomUploadMultiMode(event: any): void;
2019
+ onMessagesClosed(event: any): void;
2020
+ confirmDeleteImageMultiMode(event: any, image: any): void;
2021
+ onDeleteFileMultiMode(event: any, file: File, uploader: FileUpload): void;
2022
+ onDeleteImageMultiMode(image: any): void;
2023
+ getIndexToDelete(image: any): void;
2024
+ updateImage(imagesToUpdate: any[]): any;
2025
+ openModalCropper(fileBlob: any, event?: any): void;
2026
+ mapToObjectB64(images: any): ImageB64[];
2027
+ sanitizeImageName(name: string): string;
2028
+ getArraysToCreateAndToUpdate(images: any[]): {
2029
+ toCreate: any[];
2030
+ toUpdated: any[];
2031
+ };
2032
+ addPositionProperty(imagesArray: any[]): any[];
2033
+ onImageMouseOver(file: any): void;
2034
+ onImageMouseLeave(file: any): void;
2035
+ findIndex(img: any): number;
2036
+ openImageFileSelector(): void;
2037
+ openSingleImageFileSelector(): void;
2038
+ getGalleryClass(): "w-image-file-uploader-gallery-field" | "w-image-file-uploader-gallery";
2039
+ isValid(): boolean;
2040
+ getFileName(file: any): string;
2041
+ sanitizeFileName(name: string): string;
2042
+ static ɵfac: i0.ɵɵFactoryDeclaration<WImageFileUploaderComponent, never>;
2043
+ static ɵcmp: i0.ɵɵComponentDeclaration<WImageFileUploaderComponent, "w-image-file-uploader", never, { "allowMultipleImages": { "alias": "allowMultipleImages"; "required": false; }; "activeImageUpload": { "alias": "activeImageUpload"; "required": false; }; "deactiveImageMethods": { "alias": "deactiveImageMethods"; "required": false; }; "imagesAlreadyUploaded": { "alias": "imagesAlreadyUploaded"; "required": false; }; "imageSingleMode": { "alias": "imageSingleMode"; "required": false; }; "uploadUrl": { "alias": "uploadUrl"; "required": false; }; "updateUrl": { "alias": "updateUrl"; "required": false; }; "deleteUrl": { "alias": "deleteUrl"; "required": false; }; "headers": { "alias": "headers"; "required": false; }; "activePositionProperty": { "alias": "activePositionProperty"; "required": false; }; "startPositionFromZero": { "alias": "startPositionFromZero"; "required": false; }; "activeTypeMediaProperty": { "alias": "activeTypeMediaProperty"; "required": false; }; "viewSingleMode": { "alias": "viewSingleMode"; "required": false; }; "viewMultiMode": { "alias": "viewMultiMode"; "required": false; }; "allowDeleteImage": { "alias": "allowDeleteImage"; "required": false; }; "identificatorName": { "alias": "identificatorImageName"; "required": false; }; "identificatorValue": { "alias": "identificatorImagesCollectionValue"; "required": false; }; "imageUploadConfig": { "alias": "imageUploadConfig"; "required": false; }; "activeFieldVersion": { "alias": "activeFieldVersion"; "required": false; }; "fieldVersionReduced": { "alias": "fieldVersionReduced"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "required": { "alias": "required"; "required": false; }; "customHeightImg": { "alias": "customHeightImg"; "required": false; }; "activeMessagesOverlay": { "alias": "activeMessagesOverlay"; "required": false; }; }, { "onUploadFinished": "onUploadFinished"; "onErrorHandler": "onErrorHandler"; "onReturnImagesB64": "onReturnImagesB64"; "onDeleteImage": "onDeleteImage"; }, never, never, false, never>;
2044
+ }
2045
+
2046
+ interface WFileB64 {
2047
+ name: string;
2048
+ type: string;
2049
+ fileBase64: string;
2050
+ base64: string;
2051
+ }
2052
+
2053
+ interface ModalSize$1 {
2054
+ width: string;
2055
+ height?: string;
2056
+ }
2057
+ declare class ModalService {
2058
+ private dialogService;
2059
+ private breakpointObserver;
2060
+ constructor(dialogService: DialogService, breakpointObserver: BreakpointObserver);
2061
+ dialogRef: any;
2062
+ smallDialogSubscription: any;
2063
+ dialogData: any;
2064
+ open(componentOrTemplateRef: Type<any>, modalConfig?: DynamicDialogConfig, modalSize?: ModalSize$1): DynamicDialogRef;
2065
+ close(): void;
2066
+ getComponentInstance<T>(): T;
2067
+ getComponentRef(): primeng_ts_helpers.Nullable<i0.ComponentRef<any>>;
2068
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
2069
+ static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
2070
+ }
2071
+
2072
+ declare class WImageCropperComponent {
2073
+ private ref;
2074
+ private dialogService;
2075
+ dynamicDialogConfig: DynamicDialogConfig;
2076
+ dimensionsInput: WImageCropperData;
2077
+ translationsImageCropper: any;
2078
+ imageCroppedFinal: EventEmitter<any>;
2079
+ imageB64: EventEmitter<any>;
2080
+ blob: any;
2081
+ imageChangedEvent: any;
2082
+ croppedImage: any;
2083
+ canvasRotation: number;
2084
+ rotation: number;
2085
+ translateH: number;
2086
+ translateV: number;
2087
+ scale: number;
2088
+ aspectRatio: number;
2089
+ showCropper: boolean;
2090
+ containWithinAspectRatio: boolean;
2091
+ transform: ImageTransform;
2092
+ imageURL?: string;
2093
+ loading: boolean;
2094
+ allowMoveImage: boolean;
2095
+ hidden: boolean;
2096
+ croppedImageFile: WFileB64;
2097
+ dimensions: any;
2098
+ maxFileSize: number;
2099
+ roundedCropper: boolean;
2100
+ acceptImage: string;
2101
+ fromModal: boolean;
2102
+ dialogPreview: DynamicDialogRef;
2103
+ constructor(ref: DynamicDialogRef, dialogService: ModalService, dynamicDialogConfig: DynamicDialogConfig);
2104
+ ngOnInit(): void;
2105
+ myUploader(event: any): void;
2106
+ setCroppeImageFileObject(): void;
2107
+ imageCropped(event: ImageCroppedEvent): void;
2108
+ imageLoaded(event: any): void;
2109
+ cropperReady(sourceImageDimensions: Dimensions): void;
2110
+ loadImageFailed(): void;
2111
+ rotateLeft(): void;
2112
+ rotateRight(): void;
2113
+ moveLeft(): void;
2114
+ moveRight(): void;
2115
+ moveTop(): void;
2116
+ moveBottom(): void;
2117
+ flipHorizontal(): void;
2118
+ flipVertical(): void;
2119
+ resetImage(): void;
2120
+ zoomOut(): void;
2121
+ zoomIn(): void;
2122
+ toggleContainWithinAspectRatio(): void;
2123
+ updateRotation(): void;
2124
+ toggleAspectRatio(): void;
2125
+ toggleAspectRatio1(): void;
2126
+ viewCrop(): void;
2127
+ deleteBlob(): void;
2128
+ cancelDialog(): void;
2129
+ saveImageCropped(): void;
2130
+ private flipAfterRotate;
2131
+ imageCroppedToBase64(imageData: string, imageName: string): string;
2132
+ getMaxFileSizeByDimensions(width: number, height: number, factor?: number): number;
2133
+ static ɵfac: i0.ɵɵFactoryDeclaration<WImageCropperComponent, never>;
2134
+ static ɵcmp: i0.ɵɵComponentDeclaration<WImageCropperComponent, "w-image-cropper", never, { "dimensionsInput": { "alias": "dimensionsInput"; "required": false; }; "translationsImageCropper": { "alias": "translationsImageCropper"; "required": false; }; "blob": { "alias": "blob"; "required": false; }; }, { "imageCroppedFinal": "imageCroppedFinal"; "imageB64": "imageB64"; }, never, never, false, never>;
2135
+ }
2136
+
2137
+ declare class WPreviewImageComponent {
2138
+ dynamicDialogConfig: DynamicDialogConfig;
2139
+ imageCropped: any;
2140
+ constructor(dynamicDialogConfig: DynamicDialogConfig);
2141
+ ngOnInit(): void;
2142
+ static ɵfac: i0.ɵɵFactoryDeclaration<WPreviewImageComponent, never>;
2143
+ static ɵcmp: i0.ɵɵComponentDeclaration<WPreviewImageComponent, "w-preview-image", never, {}, {}, never, never, false, never>;
2144
+ }
2145
+
2146
+ interface EmbedConfig {
2147
+ id: string;
2148
+ embedUrl: string;
2149
+ embedToken: {
2150
+ token: string;
2151
+ expiration: string;
2152
+ tokenId: string;
2153
+ };
2154
+ }
2155
+
2156
+ declare class WPowerbiReportComponent implements OnInit {
2157
+ private elementRef;
2158
+ embedConfig: EmbedConfig;
2159
+ reportTitle: string;
2160
+ hasReportFilters: boolean;
2161
+ parameterReportFilters: string;
2162
+ showReportFilters: boolean;
2163
+ filterPanelPosition: string;
2164
+ showPageNavigation: boolean;
2165
+ showPrintButton: boolean;
2166
+ showFullScreenButton: boolean;
2167
+ showVisualHeaders: boolean;
2168
+ showRefreshButton: boolean;
2169
+ height: string;
2170
+ filters: models.IFilter[];
2171
+ isEmbedTokenType: boolean;
2172
+ refreshNotAllowed: EventEmitter<boolean>;
2173
+ powerbiReportWidth: number;
2174
+ private _zoom;
2175
+ set zoom(value: number);
2176
+ get zoom(): number;
2177
+ reportClass: string;
2178
+ reportConfig: IReportEmbedConfiguration;
2179
+ eventHandlersMap: Map<string, (event?: service.ICustomEvent<any>, embeddedEntity?: Embed) => void | null>;
2180
+ reportObj: PowerBIReportEmbedComponent;
2181
+ constructor(elementRef: ElementRef);
2182
+ ngOnInit(): void;
2183
+ embedReport(): Promise<void>;
2184
+ refresh(): Promise<void>;
2185
+ updateFilters(filters: models.IFilter[]): Promise<void>;
2186
+ setReportZoom(zoom: number): Promise<void>;
2187
+ print(): void;
2188
+ enterFullScreen(): void;
2189
+ onRefreshNotAllowed(): void;
2190
+ static ɵfac: i0.ɵɵFactoryDeclaration<WPowerbiReportComponent, never>;
2191
+ static ɵcmp: i0.ɵɵComponentDeclaration<WPowerbiReportComponent, "w-powerbi-report", never, { "embedConfig": { "alias": "embedConfig"; "required": false; }; "reportTitle": { "alias": "reportTitle"; "required": false; }; "hasReportFilters": { "alias": "hasReportFilters"; "required": false; }; "parameterReportFilters": { "alias": "parameterReportFilters"; "required": false; }; "showReportFilters": { "alias": "showReportFilters"; "required": false; }; "filterPanelPosition": { "alias": "filterPanelPosition"; "required": false; }; "showPageNavigation": { "alias": "showPageNavigation"; "required": false; }; "showPrintButton": { "alias": "showPrintButton"; "required": false; }; "showFullScreenButton": { "alias": "showFullScreenButton"; "required": false; }; "showVisualHeaders": { "alias": "showVisualHeaders"; "required": false; }; "showRefreshButton": { "alias": "showRefreshButton"; "required": false; }; "height": { "alias": "height"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "isEmbedTokenType": { "alias": "isEmbedTokenType"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; }, { "refreshNotAllowed": "refreshNotAllowed"; }, never, [".report-filters-right", ".report-filters-left", ".report-filters-bottom"], false, never>;
2192
+ }
2193
+
2194
+ declare class WSidebarComponent implements OnInit {
2195
+ headerTitle: string;
2196
+ showCloseIcon: boolean;
2197
+ activeGrid: boolean;
2198
+ activeStaticContent: boolean;
2199
+ closeOnOverlay: boolean;
2200
+ closeOnEscape: boolean;
2201
+ styleClass: string;
2202
+ size: string;
2203
+ icon: string;
2204
+ iconWidth: number;
2205
+ iconHeight: number;
2206
+ titleTabActive: boolean;
2207
+ iconType: typeof IconType;
2208
+ visibleChange: EventEmitter<boolean>;
2209
+ private _visible;
2210
+ get visible(): boolean;
2211
+ set visible(value: boolean);
2212
+ drawer: Drawer;
2213
+ constructor();
2214
+ ngOnInit(): void;
2215
+ onClose(event: any): void;
2216
+ getIconType(): IconType;
2217
+ private isURL;
2218
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSidebarComponent, never>;
2219
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSidebarComponent, "w-sidebar", never, { "headerTitle": { "alias": "headerTitle"; "required": false; }; "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "activeGrid": { "alias": "activeGrid"; "required": false; }; "activeStaticContent": { "alias": "activeStaticContent"; "required": false; }; "closeOnOverlay": { "alias": "closeOnOverlay"; "required": false; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "size": { "alias": "size"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconWidth": { "alias": "iconWidth"; "required": false; }; "iconHeight": { "alias": "iconHeight"; "required": false; }; "titleTabActive": { "alias": "titleTabActive"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, [".static-content", "*"], false, never>;
2220
+ }
2221
+
2222
+ declare class WButtonsFooterComponent {
2223
+ static ɵfac: i0.ɵɵFactoryDeclaration<WButtonsFooterComponent, never>;
2224
+ static ɵcmp: i0.ɵɵComponentDeclaration<WButtonsFooterComponent, "w-buttons-footer", never, {}, {}, never, [".wapp-buttons-footer"], false, never>;
2225
+ }
2226
+
2227
+ interface WTreeTableColumn {
2228
+ field: string;
2229
+ header: string;
2230
+ }
2231
+ interface ActionButton$1 {
2232
+ id: number;
2233
+ icon: string;
2234
+ tooltip?: string;
2235
+ tooltipPosition?: string;
2236
+ styleClass?: string;
2237
+ }
2238
+ interface ActionButtonResponse$1 {
2239
+ id: number;
2240
+ element: any;
2241
+ }
2242
+ interface WTreeTable {
2243
+ columns: WTreeTableColumn[];
2244
+ columnTypes: TableColumnTypes[];
2245
+ columnAlign?: WappTableColumnAlignTypes[];
2246
+ columnWidths: string[];
2247
+ hasTotalPagingSelector?: boolean;
2248
+ hasSortableColumns?: boolean;
2249
+ hasDeleteButton: boolean;
2250
+ deleteButtonTooltip?: string;
2251
+ searchPlaceholder: string;
2252
+ noRecordsLabel: string;
2253
+ actionButtons?: ActionButton$1[];
2254
+ confirmSingleDeleteLabel?: string;
2255
+ confirmDeleteBtnLabel?: string;
2256
+ currentPageReportTemplate?: string;
2257
+ tableContainer?: boolean;
2258
+ tableMinWidth?: string;
2259
+ columnBooleanTypeIcons: any;
2260
+ }
2261
+
2262
+ declare class WTreeTableComponent implements OnInit, OnChanges {
2263
+ private confirmationService;
2264
+ dateConversionService: DateConversionService;
2265
+ loadingElements: boolean;
2266
+ collapsedElementTree: boolean;
2267
+ columns: any;
2268
+ openSidebar: boolean;
2269
+ elementInfo: any;
2270
+ tableSkeletons: any;
2271
+ wappDateFormat: typeof WDatePipeFormatType;
2272
+ private _totalRecords;
2273
+ set totalRecords(value: number);
2274
+ get totalRecords(): number;
2275
+ private _elements;
2276
+ set elements(value: any);
2277
+ get elements(): any;
2278
+ rowsPerPage: number;
2279
+ originalRowsPerPage: number;
2280
+ loading: boolean;
2281
+ wappTreeTableObject: WTreeTable;
2282
+ getChildFunction: (element: any) => any[] | null;
2283
+ onActionButtonClick: EventEmitter<ActionButtonResponse$1>;
2284
+ onDeleteElementSelect: EventEmitter<any>;
2285
+ onCantDeleteElementWarn: EventEmitter<boolean>;
2286
+ treeTable: TreeTable;
2287
+ constructor(confirmationService: ConfirmationService, dateConversionService: DateConversionService);
2288
+ ngOnChanges(changes: SimpleChanges): void;
2289
+ ngOnInit(): void;
2290
+ initComponent(): void;
2291
+ filterGlobal(table: TreeTable, event: any): void;
2292
+ actionButtonClicked(id: number, element: any): void;
2293
+ confirmDeleteSelected(event: any, data: any): void;
2294
+ deleteNode(node: any): void;
2295
+ updateShowingTableRows(): void;
2296
+ private expandRecursive;
2297
+ private findTreeNode;
2298
+ getTableColumnAlignClass(alignment: number): "text-right" | "text-left" | "text-center";
2299
+ getTableColumnAlignFlexClass(alignment: number): "flex justify-content-end" | "flex justify-content-start" | "flex justify-content-center" | "justify-content-start";
2300
+ get tableColumnTypes(): typeof TableColumnTypes;
2301
+ readProperty(obj: any, prop: string): any;
2302
+ getBooleanColumnClass(index: number, valueProperty: boolean): any[];
2303
+ static ɵfac: i0.ɵɵFactoryDeclaration<WTreeTableComponent, never>;
2304
+ static ɵcmp: i0.ɵɵComponentDeclaration<WTreeTableComponent, "w-tree-table", never, { "elements": { "alias": "elements"; "required": false; }; "rowsPerPage": { "alias": "rowsPerPage"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "wappTreeTableObject": { "alias": "wappTreeTableObject"; "required": false; }; "getChildFunction": { "alias": "getChildFunction"; "required": false; }; }, { "onActionButtonClick": "onActionButtonClick"; "onDeleteElementSelect": "onDeleteElementSelect"; "onCantDeleteElementWarn": "onCantDeleteElementWarn"; }, never, never, false, never>;
2305
+ }
2306
+
2307
+ declare class WBodyGridComponent {
2308
+ static ɵfac: i0.ɵɵFactoryDeclaration<WBodyGridComponent, never>;
2309
+ static ɵcmp: i0.ɵɵComponentDeclaration<WBodyGridComponent, "w-body-grid", never, {}, {}, never, ["*"], false, never>;
2310
+ }
2311
+
2312
+ declare class WEditToggleComponent {
2313
+ label: string;
2314
+ isDisabled: boolean;
2315
+ isRequired: boolean;
2316
+ size: string;
2317
+ hasAlign: boolean;
2318
+ tooltip: string;
2319
+ tooltipPosition?: string;
2320
+ formControl: FormControl | null;
2321
+ toggleState: EventEmitter<boolean>;
2322
+ value: boolean;
2323
+ isTouched: boolean;
2324
+ onChange: (_: any) => void;
2325
+ onTouch: () => void;
2326
+ writeValue(value: any): void;
2327
+ registerOnChange(fn: any): void;
2328
+ registerOnTouched(fn: any): void;
2329
+ setDisabledState(isDisabled: boolean): void;
2330
+ onInput(obj: any): void;
2331
+ onValueChanged(): void;
2332
+ getSize(value: number): string;
2333
+ get sizeType(): typeof SizeType;
2334
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditToggleComponent, never>;
2335
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditToggleComponent, "w-edit-toggle", never, { "label": { "alias": "label"; "required": false; }; "isDisabled": { "alias": "disabled"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; "size": { "alias": "size"; "required": false; }; "hasAlign": { "alias": "hasAlign"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; }, { "toggleState": "toggleState"; }, never, never, false, never>;
2336
+ }
2337
+
2338
+ declare class WPanelGridComponent {
2339
+ static ɵfac: i0.ɵɵFactoryDeclaration<WPanelGridComponent, never>;
2340
+ static ɵcmp: i0.ɵɵComponentDeclaration<WPanelGridComponent, "w-panel-grid", never, {}, {}, never, ["*"], false, never>;
2341
+ }
2342
+
2343
+ declare class WAutocompleteSearchComponent {
2344
+ label: string;
2345
+ placeholder: string;
2346
+ isRequired: boolean;
2347
+ isDisabled: boolean;
2348
+ size: string;
2349
+ items: any[];
2350
+ formControl: FormControl | null;
2351
+ selectedItem: any;
2352
+ suggestions: any[];
2353
+ value: any;
2354
+ isTouched: boolean;
2355
+ onChange: (_: any) => void;
2356
+ onTouch: () => void;
2357
+ writeValue(value: any): void;
2358
+ registerOnChange(onChange: any): void;
2359
+ registerOnTouched(onTouch: any): void;
2360
+ setDisabledState?(isDisabled: boolean): void;
2361
+ onValueChanged(): void;
2362
+ onInputBlur(event: Event): void;
2363
+ search(event: any): void;
2364
+ getSizeName(value: number): string;
2365
+ get sizeType(): typeof SizeType;
2366
+ static ɵfac: i0.ɵɵFactoryDeclaration<WAutocompleteSearchComponent, never>;
2367
+ static ɵcmp: i0.ɵɵComponentDeclaration<WAutocompleteSearchComponent, "w-autocomplete-search", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "items": { "alias": "items"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; }, {}, never, never, false, never>;
2368
+ }
2369
+
2370
+ declare class WToggleButtonComponent implements OnInit, ControlValueAccessor {
2371
+ private renderer;
2372
+ onLabel: string;
2373
+ offLabel: string;
2374
+ size: string;
2375
+ onIcon: string;
2376
+ offIcon: string;
2377
+ tooltipPosition: string;
2378
+ tooltip: string;
2379
+ disabled: boolean;
2380
+ formControl: FormControl | null;
2381
+ allowEmpty: boolean;
2382
+ buttonClass: string;
2383
+ onChangeEvent: EventEmitter<any>;
2384
+ viewSelectorEl: ElementRef;
2385
+ sizeType: typeof SizeType;
2386
+ buttonType: typeof ButtonType;
2387
+ onChange: any;
2388
+ onTouch: any;
2389
+ ngModelValue: any;
2390
+ constructor(renderer: Renderer2);
2391
+ ngOnInit(): void;
2392
+ writeValue(value: any): void;
2393
+ registerOnChange(fn: any): void;
2394
+ registerOnTouched(fn: any): void;
2395
+ setDisabledState(isDisabled: boolean): void;
2396
+ onButtonChanged(): void;
2397
+ onButtonChangedForm(value: any): void;
2398
+ getSizeName(value: number): string;
2399
+ getButtonTypeName(value: number): string;
2400
+ isEmpty(label: string): boolean;
2401
+ hasOnlyIcon(icon: string, label: string): boolean;
2402
+ static ɵfac: i0.ɵɵFactoryDeclaration<WToggleButtonComponent, never>;
2403
+ static ɵcmp: i0.ɵɵComponentDeclaration<WToggleButtonComponent, "w-toggle-button", never, { "onLabel": { "alias": "onLabel"; "required": false; }; "offLabel": { "alias": "offLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "onIcon": { "alias": "onIcon"; "required": false; }; "offIcon": { "alias": "offIcon"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "buttonClass": { "alias": "buttonClass"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
2404
+ }
2405
+
2406
+ declare class WEditCheckboxComponent {
2407
+ label: string;
2408
+ showLabel: boolean;
2409
+ helpDescription: string;
2410
+ isDisabled: boolean;
2411
+ size: string;
2412
+ hasAlign: boolean;
2413
+ tooltip: string;
2414
+ tooltipPosition?: string;
2415
+ layout: string;
2416
+ formControl: FormControl | null;
2417
+ checkboxState: EventEmitter<boolean>;
2418
+ value: boolean;
2419
+ isTouched: boolean;
2420
+ onChange: (_: any) => void;
2421
+ onTouch: () => void;
2422
+ writeValue(value: any): void;
2423
+ registerOnChange(fn: any): void;
2424
+ registerOnTouched(fn: any): void;
2425
+ setDisabledState(isDisabled: boolean): void;
2426
+ onInput(obj: any): void;
2427
+ onValueChanged(): void;
2428
+ getSize(value: number): string;
2429
+ get sizeType(): typeof SizeType;
2430
+ isRequiredValid(): boolean;
2431
+ isRequiredValidNgModel(): boolean;
2432
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditCheckboxComponent, never>;
2433
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditCheckboxComponent, "w-edit-checkbox", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "helpDescription": { "alias": "helpDescription"; "required": false; }; "isDisabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "hasAlign": { "alias": "hasAlign"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; }, { "checkboxState": "checkboxState"; }, never, never, false, never>;
2434
+ }
2435
+
2436
+ interface WSelectButtonState {
2437
+ label: string;
2438
+ value: string;
2439
+ icon?: string;
2440
+ class?: string;
2441
+ }
2442
+
2443
+ declare class WSelectButtonComponent implements AfterViewInit {
2444
+ private renderer;
2445
+ stateOptions: WSelectButtonState[];
2446
+ size: string;
2447
+ tooltipPosition: string;
2448
+ tooltip: string;
2449
+ disabled: boolean;
2450
+ formControl: FormControl | null;
2451
+ stateClass: string;
2452
+ allowEmpty: boolean;
2453
+ onChangeEvent: EventEmitter<any>;
2454
+ sizeType: typeof SizeType;
2455
+ viewSelectorEl: ElementRef;
2456
+ onChange: any;
2457
+ onTouch: any;
2458
+ ngModelValue: any;
2459
+ constructor(renderer: Renderer2);
2460
+ ngAfterViewInit(): void;
2461
+ getSizeName(value: number): string;
2462
+ writeValue(value: any): void;
2463
+ registerOnChange(fn: any): void;
2464
+ registerOnTouched(fn: any): void;
2465
+ setDisabledState(isDisabled: boolean): void;
2466
+ onButtonChanged(): void;
2467
+ onButtonChangedForm(value: any): void;
2468
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSelectButtonComponent, never>;
2469
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSelectButtonComponent, "w-select-button", never, { "stateOptions": { "alias": "stateOptions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "stateClass": { "alias": "stateClass"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
2470
+ }
2471
+
2472
+ interface WAddress {
2473
+ id?: number;
2474
+ administrativeAreaLevel1: string;
2475
+ administrativeAreaLevel2: string;
2476
+ administrativeAreaLevel3?: string;
2477
+ locality: string;
2478
+ sublocality?: string;
2479
+ route: string | undefined;
2480
+ streetNumber: string | undefined;
2481
+ postalCode: string;
2482
+ country: string;
2483
+ latitude: number;
2484
+ longitude: number;
2485
+ streetAddress?: string;
2486
+ normalized?: boolean;
2487
+ }
2488
+
2489
+ interface WAddressMaps {
2490
+ street_number: string;
2491
+ route: string;
2492
+ sublocality_level_1: string;
2493
+ locality: string;
2494
+ administrative_area_level_1: string;
2495
+ administrative_area_level_2: string;
2496
+ administrative_area_level_3: string;
2497
+ country: string;
2498
+ postal_code: string;
2499
+ latitude: number;
2500
+ longitude: number;
2501
+ streetAddress: string;
2502
+ }
2503
+
2504
+ declare class WMapsComponent implements OnInit, AfterViewInit {
2505
+ private render;
2506
+ private cd;
2507
+ searchField: ElementRef;
2508
+ divMap: ElementRef;
2509
+ label: string;
2510
+ showLabel: boolean;
2511
+ wAddress: string | WAddress;
2512
+ required: boolean;
2513
+ disabled: boolean;
2514
+ tooltip: string;
2515
+ tooltipPosition?: string;
2516
+ isEdit: boolean;
2517
+ mapHeight: number;
2518
+ componentRestrictions: any;
2519
+ initialCoords: any;
2520
+ addressResponse: EventEmitter<WAddressMaps>;
2521
+ onAddressEmpty: EventEmitter<string>;
2522
+ onAddressValid: EventEmitter<boolean>;
2523
+ map: google.maps.Map;
2524
+ autoComplete: any;
2525
+ variableMap: google.maps.Map;
2526
+ marker: google.maps.Marker;
2527
+ service: google.maps.places.PlacesService;
2528
+ formMapas: FormGroup;
2529
+ addressFinal: WAddressMaps;
2530
+ readyAddress: boolean;
2531
+ viewAddress: string;
2532
+ formatedAddress: string;
2533
+ textareaAddress: any;
2534
+ constructor(render: Renderer2, cd: ChangeDetectorRef);
2535
+ ngOnInit(): void;
2536
+ ngAfterViewInit(): Promise<void>;
2537
+ loadMap(position: any): Promise<void>;
2538
+ returnAddress(place: any): void;
2539
+ cleanText(text: any): any;
2540
+ private loadAutoComplete;
2541
+ isAddressValidated(): boolean;
2542
+ onAddressValue(): void;
2543
+ static ɵfac: i0.ɵɵFactoryDeclaration<WMapsComponent, never>;
2544
+ static ɵcmp: i0.ɵɵComponentDeclaration<WMapsComponent, "w-maps", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "wAddress": { "alias": "wAddress"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; "mapHeight": { "alias": "mapHeight"; "required": false; }; "componentRestrictions": { "alias": "componentRestrictions"; "required": false; }; "initialCoords": { "alias": "initialCoords"; "required": false; }; }, { "addressResponse": "addressResponse"; "onAddressEmpty": "onAddressEmpty"; "onAddressValid": "onAddressValid"; }, never, never, false, never>;
2545
+ }
2546
+
2547
+ declare class WEditCalendarComponent implements OnInit, AfterViewInit, OnChanges, ControlValueAccessor {
2548
+ private _minDate;
2549
+ set minDate(value: Date);
2550
+ get minDate(): Date;
2551
+ private _maxDate;
2552
+ set maxDate(value: Date);
2553
+ get maxDate(): Date;
2554
+ label: string;
2555
+ showLabel: boolean;
2556
+ showTime: boolean;
2557
+ showSeconds: boolean;
2558
+ timeOnly: boolean;
2559
+ showIcon: boolean;
2560
+ placeholder: string;
2561
+ disabled: boolean;
2562
+ size: string;
2563
+ formControl: FormControl | null;
2564
+ displayInlineBlock: boolean;
2565
+ required: boolean;
2566
+ requiredErrorDescription: string;
2567
+ someErrorDescription: string;
2568
+ removePaddingTop: boolean;
2569
+ firstDayOfWeek: number;
2570
+ tooltip: string;
2571
+ tooltipPosition?: string;
2572
+ dataType: string;
2573
+ viewType: DatePickerTypeView;
2574
+ monthMode: boolean;
2575
+ readonlyInput: boolean;
2576
+ keepInvalid: boolean;
2577
+ autoMinDate: boolean;
2578
+ onChangeEvent: EventEmitter<any>;
2579
+ dateFormat: string;
2580
+ sizeType: typeof SizeType;
2581
+ ngModelValue: any;
2582
+ isTouched: boolean;
2583
+ onChange: any;
2584
+ onTouch: any;
2585
+ ngModelTouched: boolean;
2586
+ ngOnInit(): void;
2587
+ ngAfterViewInit(): void;
2588
+ ngOnChanges(changes: SimpleChanges): void;
2589
+ writeValue(value: any): void;
2590
+ registerOnChange(fn: any): void;
2591
+ registerOnTouched(fn: any): void;
2592
+ setDisabledState(isDisabled: boolean): void;
2593
+ onValue(value: any): void;
2594
+ onInputValue(value: any): void;
2595
+ getSizeName(value: number): string;
2596
+ onDateChanged(): void;
2597
+ isRequiredValid(): boolean;
2598
+ isRequiredValidNgModel(): boolean;
2599
+ onDateBlur(): void;
2600
+ isNgModelInvalid(): boolean;
2601
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditCalendarComponent, never>;
2602
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditCalendarComponent, "w-edit-calendar", never, { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "timeOnly": { "alias": "timeOnly"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "displayInlineBlock": { "alias": "displayInlineBlock"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredErrorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "someErrorDescription": { "alias": "someErrorDescription"; "required": false; }; "removePaddingTop": { "alias": "removePaddingTop"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "dataType": { "alias": "dataType"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; "monthMode": { "alias": "monthMode"; "required": false; }; "readonlyInput": { "alias": "readonlyInput"; "required": false; }; "keepInvalid": { "alias": "keepInvalid"; "required": false; }; "autoMinDate": { "alias": "autoMinDate"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
2603
+ }
2604
+
2605
+ declare class WRadioButtonComponent implements OnInit, ControlValueAccessor {
2606
+ selectedOption: any;
2607
+ selectedIndex: number;
2608
+ isDisabled: boolean;
2609
+ isTouched: boolean;
2610
+ radioGroupElements: any[];
2611
+ required: boolean;
2612
+ disabled: boolean;
2613
+ requiredErrorDescription: string;
2614
+ size: string;
2615
+ onChangeEvent: EventEmitter<any>;
2616
+ formControl: any;
2617
+ ngModelValue: any;
2618
+ onChange: any;
2619
+ onTouch: any;
2620
+ sizeType: typeof SizeType;
2621
+ ngOnInit(): void;
2622
+ writeValue(value: any): void;
2623
+ registerOnChange(fn: any): void;
2624
+ registerOnTouched(fn: any): void;
2625
+ setDisabledState(isDisabled: boolean): void;
2626
+ onChanged(): void;
2627
+ onChangedForm(value: any): void;
2628
+ getSizeName(value: number): string;
2629
+ static ɵfac: i0.ɵɵFactoryDeclaration<WRadioButtonComponent, never>;
2630
+ static ɵcmp: i0.ɵɵComponentDeclaration<WRadioButtonComponent, "w-radio-button", never, { "radioGroupElements": { "alias": "radioGroupElements"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "requiredErrorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
2631
+ }
2632
+
2633
+ declare class WWizardComponent {
2634
+ messageService: MessageService;
2635
+ private location;
2636
+ private router;
2637
+ items: MenuItem[];
2638
+ private _activeIndex;
2639
+ set activeIndex(value: number);
2640
+ get activeIndex(): number;
2641
+ stepsItems: MenuItem[];
2642
+ stepsHeadings: string[];
2643
+ stepsSubheadings: string[];
2644
+ nextBtnLabel: string;
2645
+ previousBtnLabel: string;
2646
+ cancelBtnLabel: string;
2647
+ confirmButtonLabel: string;
2648
+ confirmButtonIcon: string;
2649
+ confirmButtonLoading: boolean;
2650
+ secondaryConfirmButtonLabel: string;
2651
+ secondaryConfirmButtonIcon: string;
2652
+ secondaryConfirmButtonLoading: boolean;
2653
+ isReadOnly: boolean;
2654
+ cancelCustomRoute: string;
2655
+ disableConfirmButton: boolean;
2656
+ disableSecondaryConfirmButton: boolean;
2657
+ disableNextPageButton: boolean;
2658
+ disablePreviousPageButton: boolean;
2659
+ confirmButtonActivated: EventEmitter<boolean>;
2660
+ secondaryConfirmButtonActivated: EventEmitter<boolean>;
2661
+ activeIndexParent: EventEmitter<number>;
2662
+ constructor(messageService: MessageService, location: Location, router: Router);
2663
+ onActiveIndexChange(event: any): void;
2664
+ cancel(): void;
2665
+ nextPage(): void;
2666
+ previousPage(): void;
2667
+ confirm(): void;
2668
+ secondaryConfirm(): void;
2669
+ static ɵfac: i0.ɵɵFactoryDeclaration<WWizardComponent, never>;
2670
+ static ɵcmp: i0.ɵɵComponentDeclaration<WWizardComponent, "w-wizard", never, { "activeIndex": { "alias": "activeIndex"; "required": false; }; "stepsItems": { "alias": "stepsItems"; "required": false; }; "stepsHeadings": { "alias": "stepsHeadings"; "required": false; }; "stepsSubheadings": { "alias": "stepsSubheadings"; "required": false; }; "nextBtnLabel": { "alias": "nextBtnLabel"; "required": false; }; "previousBtnLabel": { "alias": "previousBtnLabel"; "required": false; }; "cancelBtnLabel": { "alias": "cancelBtnLabel"; "required": false; }; "confirmButtonLabel": { "alias": "confirmButtonLabel"; "required": false; }; "confirmButtonIcon": { "alias": "confirmButtonIcon"; "required": false; }; "confirmButtonLoading": { "alias": "confirmButtonLoading"; "required": false; }; "secondaryConfirmButtonLabel": { "alias": "secondaryConfirmButtonLabel"; "required": false; }; "secondaryConfirmButtonIcon": { "alias": "secondaryConfirmButtonIcon"; "required": false; }; "secondaryConfirmButtonLoading": { "alias": "secondaryConfirmButtonLoading"; "required": false; }; "isReadOnly": { "alias": "isReadOnly"; "required": false; }; "cancelCustomRoute": { "alias": "cancelCustomRoute"; "required": false; }; "disableConfirmButton": { "alias": "disableConfirmButton"; "required": false; }; "disableSecondaryConfirmButton": { "alias": "disableSecondaryConfirmButton"; "required": false; }; "disableNextPageButton": { "alias": "disableNextPageButton"; "required": false; }; "disablePreviousPageButton": { "alias": "disablePreviousPageButton"; "required": false; }; }, { "confirmButtonActivated": "confirmButtonActivated"; "secondaryConfirmButtonActivated": "secondaryConfirmButtonActivated"; "activeIndexParent": "activeIndexParent"; }, never, [".step-1", ".step-2", ".step-3", ".step-4", ".step-5", ".step-6", ".step-7", ".step-8", ".step-9", ".step-10", ".step-11", ".step-12", ".step-13", ".step-14", ".step-15", ".step-16", ".step-17", ".step-18", ".step-19", ".step-20"], false, never>;
2671
+ }
2672
+
2673
+ declare class WTabviewComponent implements OnInit {
2674
+ private cdref;
2675
+ headers: string[];
2676
+ disabledTabs: boolean[];
2677
+ requiredTabs: boolean[];
2678
+ validatedTabs: boolean[];
2679
+ applyValidationStyle: boolean;
2680
+ icons: string[];
2681
+ activeIndex: number;
2682
+ type: string;
2683
+ titleTabActive: boolean;
2684
+ keepTabsVisible: boolean;
2685
+ lazy: boolean;
2686
+ outActiveIndex: EventEmitter<number>;
2687
+ tabView: Tabs;
2688
+ isScrollable: boolean;
2689
+ constructor(cdref: ChangeDetectorRef);
2690
+ ngOnInit(): void;
2691
+ ngAfterViewInit(): void;
2692
+ activeIndexChange(index: any): void;
2693
+ checkTabsOverflow(): void;
2694
+ static ɵfac: i0.ɵɵFactoryDeclaration<WTabviewComponent, never>;
2695
+ static ɵcmp: i0.ɵɵComponentDeclaration<WTabviewComponent, "w-tabview", never, { "headers": { "alias": "headers"; "required": false; }; "disabledTabs": { "alias": "disabledTabs"; "required": false; }; "requiredTabs": { "alias": "requiredTabs"; "required": false; }; "validatedTabs": { "alias": "validatedTabs"; "required": false; }; "applyValidationStyle": { "alias": "applyValidationStyle"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; "type": { "alias": "type"; "required": false; }; "titleTabActive": { "alias": "titleTabActive"; "required": false; }; "keepTabsVisible": { "alias": "keepTabsVisible"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; }, { "outActiveIndex": "outActiveIndex"; }, never, [".panel-1", ".panel-2", ".panel-3", ".panel-4", ".panel-5", ".panel-6", ".panel-7", ".panel-8", ".panel-9", ".panel-10"], false, never>;
2696
+ }
2697
+
2698
+ declare class WButtonTabviewComponent implements OnInit {
2699
+ private cdref;
2700
+ headers: string[];
2701
+ disabledTabs: boolean[];
2702
+ icons: string[];
2703
+ activeIndex: number;
2704
+ outActiveIndex: EventEmitter<number>;
2705
+ constructor(cdref: ChangeDetectorRef);
2706
+ ngOnInit(): void;
2707
+ activeIndexChange(index: any): void;
2708
+ static ɵfac: i0.ɵɵFactoryDeclaration<WButtonTabviewComponent, never>;
2709
+ static ɵcmp: i0.ɵɵComponentDeclaration<WButtonTabviewComponent, "w-button-tabview", never, { "headers": { "alias": "headers"; "required": false; }; "disabledTabs": { "alias": "disabledTabs"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; }, { "outActiveIndex": "outActiveIndex"; }, never, [".panel-1", ".panel-2", ".panel-3", ".panel-4", ".panel-5", ".panel-6", ".panel-7", ".panel-8", ".panel-9", ".panel-10"], false, never>;
2710
+ }
2711
+
2712
+ declare class WTreeComponent implements OnInit {
2713
+ nodes: any;
2714
+ selection: any;
2715
+ selectionMode: 'single' | 'multiple' | 'checkbox';
2716
+ activeToggleButton: boolean;
2717
+ collapsedNodes: boolean;
2718
+ collapseButtonLabel: string;
2719
+ expandButtonLabel: string;
2720
+ propagateSelectionDown: boolean;
2721
+ propagateSelectionUp: boolean;
2722
+ activeFilter: boolean;
2723
+ filterPlaceholder: string;
2724
+ filterBy: string;
2725
+ emptyMessage: string;
2726
+ loading: boolean;
2727
+ draggableNodes: boolean;
2728
+ draggableScope: string;
2729
+ droppableNodes: boolean;
2730
+ droppableScope: string;
2731
+ scrollHeight: string;
2732
+ activeVirtualScroll: boolean;
2733
+ virtualScrollItemSize: number;
2734
+ nodeItemTemplateName: string;
2735
+ selectionChange: EventEmitter<any>;
2736
+ onFilterEmit: EventEmitter<any>;
2737
+ onNodeDropeEmit: EventEmitter<any>;
2738
+ ngOnInit(): void;
2739
+ onSelectionChange(event: any): void;
2740
+ onFilter(event: any): void;
2741
+ onNodeDrope(event: any): void;
2742
+ expandAll(): void;
2743
+ collapseAll(): void;
2744
+ private expandRecursive;
2745
+ isPrimeIcon(icon: string): boolean;
2746
+ getIcon(icon: string): string;
2747
+ static ɵfac: i0.ɵɵFactoryDeclaration<WTreeComponent, never>;
2748
+ static ɵcmp: i0.ɵɵComponentDeclaration<WTreeComponent, "w-tree", never, { "nodes": { "alias": "nodes"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "activeToggleButton": { "alias": "activeToggleButton"; "required": false; }; "collapsedNodes": { "alias": "collapsedNodes"; "required": false; }; "collapseButtonLabel": { "alias": "collapseButtonLabel"; "required": false; }; "expandButtonLabel": { "alias": "expandButtonLabel"; "required": false; }; "propagateSelectionDown": { "alias": "propagateSelectionDown"; "required": false; }; "propagateSelectionUp": { "alias": "propagateSelectionUp"; "required": false; }; "activeFilter": { "alias": "activeFilter"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "draggableNodes": { "alias": "draggableNodes"; "required": false; }; "draggableScope": { "alias": "draggableScope"; "required": false; }; "droppableNodes": { "alias": "droppableNodes"; "required": false; }; "droppableScope": { "alias": "droppableScope"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "activeVirtualScroll": { "alias": "activeVirtualScroll"; "required": false; }; "virtualScrollItemSize": { "alias": "virtualScrollItemSize"; "required": false; }; "nodeItemTemplateName": { "alias": "nodeItemTemplateName"; "required": false; }; }, { "selectionChange": "selectionChange"; "onFilterEmit": "onFilter"; "onNodeDropeEmit": "onNodeDrope"; }, never, never, false, never>;
2749
+ }
2750
+
2751
+ declare class WBadgeComponent {
2752
+ label: string;
2753
+ color: string;
2754
+ tooltip: string;
2755
+ maxWidthOverflow: string;
2756
+ icon: string;
2757
+ getIcon(): string;
2758
+ static ɵfac: i0.ɵɵFactoryDeclaration<WBadgeComponent, never>;
2759
+ static ɵcmp: i0.ɵɵComponentDeclaration<WBadgeComponent, "w-badge", never, { "label": { "alias": "label"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "maxWidthOverflow": { "alias": "maxWidthOverflow"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
2760
+ }
2761
+
2762
+ interface ActionButton {
2763
+ id: number;
2764
+ label: string;
2765
+ icon?: string;
2766
+ }
2767
+
2768
+ interface WTimelineEventItem {
2769
+ status?: string;
2770
+ date?: string;
2771
+ icon?: string;
2772
+ color?: string;
2773
+ image?: string;
2774
+ content?: string;
2775
+ button?: ActionButton;
2776
+ }
2777
+
2778
+ interface ActionButtonResponse {
2779
+ id: number;
2780
+ element?: any;
2781
+ }
2782
+
2783
+ declare class WTimelineComponent implements OnChanges {
2784
+ events: WTimelineEventItem[];
2785
+ header: string;
2786
+ panel: boolean;
2787
+ align: string;
2788
+ setCustomOpposite: boolean;
2789
+ customOppositeProperty: string;
2790
+ isLoading: boolean;
2791
+ emptyMessage: string;
2792
+ reducedPanelMargin: boolean;
2793
+ reducedEventPanelMargin: boolean;
2794
+ activePanelGrid: boolean;
2795
+ activePanelTitle: boolean;
2796
+ activePanelSubtitle: boolean;
2797
+ disabledPanelCursor: boolean;
2798
+ eventIdName: string;
2799
+ contentTemplate: TemplateRef<any>;
2800
+ onEventCardEmit: EventEmitter<ActionButtonResponse | any>;
2801
+ constructor();
2802
+ ngOnChanges(changes: SimpleChanges): void;
2803
+ onEventCard(event: WTimelineEventItem | any): void;
2804
+ getClassNames(): string;
2805
+ getCustomOppositeValue(event: any): any;
2806
+ get locale(): string;
2807
+ static ɵfac: i0.ɵɵFactoryDeclaration<WTimelineComponent, never>;
2808
+ static ɵcmp: i0.ɵɵComponentDeclaration<WTimelineComponent, "w-timeline", never, { "events": { "alias": "events"; "required": false; }; "header": { "alias": "header"; "required": false; }; "panel": { "alias": "panel"; "required": false; }; "align": { "alias": "align"; "required": false; }; "setCustomOpposite": { "alias": "setCustomOpposite"; "required": false; }; "customOppositeProperty": { "alias": "customOppositeProperty"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "reducedPanelMargin": { "alias": "reducedPanelMargin"; "required": false; }; "reducedEventPanelMargin": { "alias": "reducedEventPanelMargin"; "required": false; }; "activePanelGrid": { "alias": "activePanelGrid"; "required": false; }; "activePanelTitle": { "alias": "activePanelTitle"; "required": false; }; "activePanelSubtitle": { "alias": "activePanelSubtitle"; "required": false; }; "disabledPanelCursor": { "alias": "disabledPanelCursor"; "required": false; }; "eventIdName": { "alias": "eventIdName"; "required": false; }; }, { "onEventCardEmit": "onEventCard"; }, ["contentTemplate"], never, false, never>;
2809
+ }
2810
+
2811
+ declare class WPanelSubtitleComponent {
2812
+ subtitle: string;
2813
+ activePaddingBottom: boolean;
2814
+ static ɵfac: i0.ɵɵFactoryDeclaration<WPanelSubtitleComponent, never>;
2815
+ static ɵcmp: i0.ɵɵComponentDeclaration<WPanelSubtitleComponent, "w-panel-subtitle", never, { "subtitle": { "alias": "subtitle"; "required": false; }; "activePaddingBottom": { "alias": "activePaddingBottom"; "required": false; }; }, {}, never, never, false, never>;
2816
+ }
2817
+
2818
+ declare class WViewTextComponent {
2819
+ label: string;
2820
+ value: any;
2821
+ tooltip: string;
2822
+ tooltipPosition?: string;
2823
+ layout: string;
2824
+ displayAsList: boolean;
2825
+ checkEmptyValue(value: any): any;
2826
+ transformValueToList(value: any): any;
2827
+ static ɵfac: i0.ɵɵFactoryDeclaration<WViewTextComponent, never>;
2828
+ static ɵcmp: i0.ɵɵComponentDeclaration<WViewTextComponent, "w-view-text", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "displayAsList": { "alias": "displayAsList"; "required": false; }; }, {}, never, never, false, never>;
2829
+ }
2830
+
2831
+ declare class WViewBooleanComponent implements OnInit {
2832
+ label: string;
2833
+ value: boolean | null;
2834
+ tooltip: string;
2835
+ tooltipPosition?: string;
2836
+ trueIcon: string;
2837
+ trueIconColor: string;
2838
+ falseIcon: string;
2839
+ falseIconColor: string;
2840
+ nullIcon: string;
2841
+ nullIconColor: string;
2842
+ layout: string;
2843
+ iconType: typeof IconType;
2844
+ ngOnInit(): void;
2845
+ getIconType(icon: string): IconType.pIcon | IconType.wIcon;
2846
+ static ɵfac: i0.ɵɵFactoryDeclaration<WViewBooleanComponent, never>;
2847
+ static ɵcmp: i0.ɵɵComponentDeclaration<WViewBooleanComponent, "w-view-boolean", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "trueIcon": { "alias": "trueIcon"; "required": false; }; "trueIconColor": { "alias": "trueIconColor"; "required": false; }; "falseIcon": { "alias": "falseIcon"; "required": false; }; "falseIconColor": { "alias": "falseIconColor"; "required": false; }; "nullIcon": { "alias": "nullIcon"; "required": false; }; "nullIconColor": { "alias": "nullIconColor"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, {}, never, never, false, never>;
2848
+ }
2849
+
2850
+ declare class WChipComponent implements OnInit {
2851
+ private elementRef;
2852
+ image: string;
2853
+ icon: string;
2854
+ iconColor: string;
2855
+ iconHeight: number;
2856
+ iconWidth: number;
2857
+ backgroundColor: string;
2858
+ labelColor: string;
2859
+ wappIcon: string;
2860
+ label: string;
2861
+ tooltip: string;
2862
+ tooltipPosition: string;
2863
+ click: EventEmitter<boolean>;
2864
+ constructor(elementRef: ElementRef);
2865
+ ngOnInit(): void;
2866
+ chipClick(): void;
2867
+ static ɵfac: i0.ɵɵFactoryDeclaration<WChipComponent, never>;
2868
+ static ɵcmp: i0.ɵɵComponentDeclaration<WChipComponent, "w-chip", never, { "image": { "alias": "image"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconHeight": { "alias": "iconHeight"; "required": false; }; "iconWidth": { "alias": "iconWidth"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "labelColor": { "alias": "labelColor"; "required": false; }; "wappIcon": { "alias": "wappIcon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, { "click": "click"; }, never, never, false, never>;
2869
+ }
2870
+
2871
+ declare class WSkeletonTimelineComponent implements OnInit {
2872
+ eventsNumber: number;
2873
+ align: string;
2874
+ setCustomOpposite: boolean;
2875
+ events: any[];
2876
+ ngOnInit(): void;
2877
+ getClassNames(): string;
2878
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonTimelineComponent, never>;
2879
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonTimelineComponent, "w-skeleton-timeline", never, { "eventsNumber": { "alias": "eventsNumber"; "required": false; }; "align": { "alias": "align"; "required": false; }; "setCustomOpposite": { "alias": "setCustomOpposite"; "required": false; }; }, {}, never, never, false, never>;
2880
+ }
2881
+
2882
+ declare class WSkeletonSidebarComponent implements OnInit {
2883
+ items: any;
2884
+ ngOnInit(): void;
2885
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonSidebarComponent, never>;
2886
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonSidebarComponent, "w-skeleton-sidebar", never, { "items": { "alias": "itemsNumber"; "required": false; }; }, {}, never, never, false, never>;
2887
+ }
2888
+
2889
+ declare class WSkeletonListComponent {
2890
+ headerPanel: boolean;
2891
+ contentReduced: boolean;
2892
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonListComponent, never>;
2893
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonListComponent, "w-skeleton-list", never, { "headerPanel": { "alias": "headerPanel"; "required": false; }; "contentReduced": { "alias": "contentReduced"; "required": false; }; }, {}, never, never, false, never>;
2894
+ }
2895
+
2896
+ declare class WSkeletonEditComponent {
2897
+ columnsNumber: number;
2898
+ columnsArray: any[];
2899
+ ngOnInit(): void;
2900
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonEditComponent, never>;
2901
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonEditComponent, "w-skeleton-edit", never, { "columnsNumber": { "alias": "columnsNumber"; "required": false; }; }, {}, never, never, false, never>;
2902
+ }
2903
+
2904
+ declare class WSkeletonInputGenericComponent {
2905
+ height: any;
2906
+ width: any;
2907
+ hasAlign: any;
2908
+ label: any;
2909
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonInputGenericComponent, never>;
2910
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonInputGenericComponent, "w-skeleton-input-generic", never, { "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "hasAlign": { "alias": "hasAlign"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, false, never>;
2911
+ }
2912
+
2913
+ declare class WSkeletonIframeComponent {
2914
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonIframeComponent, never>;
2915
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonIframeComponent, "w-skeleton-iframe", never, {}, {}, never, never, false, never>;
2916
+ }
2917
+
2918
+ declare class WSkeletonEditProductComponent {
2919
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonEditProductComponent, never>;
2920
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonEditProductComponent, "w-skeleton-edit-product", never, {}, {}, never, never, false, never>;
2921
+ }
2922
+
2923
+ declare class WSkeletonPowerbiReportComponent {
2924
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonPowerbiReportComponent, never>;
2925
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonPowerbiReportComponent, "w-skeleton-powerbi-report", never, {}, {}, never, never, false, never>;
2926
+ }
2927
+
2928
+ declare class WSkeletonQueryBuilderComponent {
2929
+ rule: string;
2930
+ ruleSet: string;
2931
+ stateOptions: any[];
2932
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonQueryBuilderComponent, never>;
2933
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonQueryBuilderComponent, "w-skeleton-query-builder", never, { "rule": { "alias": "rule"; "required": false; }; "ruleSet": { "alias": "ruleSet"; "required": false; }; }, {}, never, never, false, never>;
2934
+ }
2935
+
2936
+ declare class WSkeletonTreeComponent implements OnInit {
2937
+ rowsToShow: number;
2938
+ rowHeight: string;
2939
+ rowsArray: any;
2940
+ constructor();
2941
+ ngOnInit(): void;
2942
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonTreeComponent, never>;
2943
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonTreeComponent, "w-skeleton-tree", never, { "rowsToShow": { "alias": "rowsToShow"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; }, {}, never, never, false, never>;
2944
+ }
2945
+
2946
+ declare class WSkeletonProfileSidebarComponent {
2947
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonProfileSidebarComponent, never>;
2948
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonProfileSidebarComponent, "w-skeleton-profile-sidebar", never, {}, {}, never, never, false, never>;
2949
+ }
2950
+
2951
+ declare class WSkeletonUserProfileInfoSidebarComponent {
2952
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonUserProfileInfoSidebarComponent, never>;
2953
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonUserProfileInfoSidebarComponent, "w-skeleton-user-profile-info-sidebar", never, {}, {}, never, never, false, never>;
2954
+ }
2955
+
2956
+ declare class WSkeletonFormComponent implements OnInit {
2957
+ rowsToShow: number;
2958
+ rowsArray: any;
2959
+ constructor();
2960
+ ngOnInit(): void;
2961
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonFormComponent, never>;
2962
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonFormComponent, "w-skeleton-form", never, { "rowsToShow": { "alias": "rowsToShow"; "required": false; }; }, {}, never, never, false, never>;
2963
+ }
2964
+
2965
+ declare class WAddressFieldComponent implements OnInit, OnChanges, ControlValueAccessor {
2966
+ private apiService;
2967
+ countries: GMCountry[];
2968
+ countrySelected: any;
2969
+ countryId: number | null;
2970
+ areaLevels1: GMAreaLevel1[];
2971
+ areaLevel1Selected: any;
2972
+ areaLevel1Id: number | null;
2973
+ areaLevels2: GMAreaLevel2[];
2974
+ areaLevel2Selected: any;
2975
+ areaLevel2Id: number | null;
2976
+ localities: GMLocality[];
2977
+ localitySelected: any;
2978
+ localityId: number | null;
2979
+ postalCodes: GMPostalCode[];
2980
+ postalCodeSelected: any;
2981
+ addressValue: any;
2982
+ operator: any;
2983
+ selectPlaceholder: string;
2984
+ segmentationApiUrl: string;
2985
+ segmentationApiToken: string;
2986
+ dataType: typeof DataTypeEnum;
2987
+ private onChange;
2988
+ private onTouched;
2989
+ constructor(apiService: ApiService);
2990
+ ngOnInit(): void;
2991
+ ngOnChanges(changes: any): void;
2992
+ getCountries(): void;
2993
+ getAreaLevel1(countryId: number[]): void;
2994
+ getAreaLevel2(areaLevel1Id: number[]): void;
2995
+ getLocalities(areaLevel2Id: number[]): void;
2996
+ getPostalCodes(localityId: number[]): void;
2997
+ getAddressData(addressEnumType: number, isNotLastSelect: boolean, addressPropertyIdName?: string): any;
2998
+ onCountrySelected(): void;
2999
+ onAreaLevel1Selected(): void;
3000
+ onAreaLevel2Selected(): void;
3001
+ onLocalitySelected(): void;
3002
+ onPostalCodeSelected(): void;
3003
+ onCountryCleared(): void;
3004
+ onAreaLevel1Cleared(): void;
3005
+ onAreaLevel2Cleared(): void;
3006
+ onLocalityCleared(): void;
3007
+ onPostalCodeCleared(): void;
3008
+ writeValue(value: any): void;
3009
+ registerOnChange(fn: any): void;
3010
+ registerOnTouched(fn: any): void;
3011
+ createObjectAddressProperty(addressType: any, value: any, countryId?: number | null, areaLevel1Id?: number | null, areaLevel2Id?: number | null, localityId?: number | null): {
3012
+ property: any;
3013
+ data: any;
3014
+ gMCountryId: number | null | undefined;
3015
+ gMAreaLevel1Id: number | null | undefined;
3016
+ gMAreaLevel2Id: number | null | undefined;
3017
+ gMLocalityId: number | null | undefined;
3018
+ };
3019
+ doOnChange(addressType: any, value: any, countryId?: number | null, areaLevel1Id?: number | null, areaLevel2Id?: number | null, localityId?: number | null): void;
3020
+ getDataType(): DataTypeEnum.Single | DataTypeEnum.Multi;
3021
+ hasPropertyValueFirstElement(arr: any[], property: string, value: any): boolean;
3022
+ static ɵfac: i0.ɵɵFactoryDeclaration<WAddressFieldComponent, never>;
3023
+ static ɵcmp: i0.ɵɵComponentDeclaration<WAddressFieldComponent, "w-address-field", never, { "operator": { "alias": "operator"; "required": false; }; "selectPlaceholder": { "alias": "selectPlaceholder"; "required": false; }; "segmentationApiUrl": { "alias": "segmentationApiUrl"; "required": false; }; "segmentationApiToken": { "alias": "segmentationApiToken"; "required": false; }; }, {}, never, never, false, never>;
3024
+ }
3025
+
3026
+ declare class WSkeletonGenericComponent {
3027
+ height: string;
3028
+ static ɵfac: i0.ɵɵFactoryDeclaration<WSkeletonGenericComponent, never>;
3029
+ static ɵcmp: i0.ɵɵComponentDeclaration<WSkeletonGenericComponent, "w-skeleton-generic", never, { "height": { "alias": "height"; "required": false; }; }, {}, never, never, false, never>;
3030
+ }
3031
+
3032
+ declare class WInputLabelComponent {
3033
+ label: string;
3034
+ disabled: boolean;
3035
+ required: boolean;
3036
+ validated: boolean;
3037
+ tooltip: string;
3038
+ tooltipPosition?: string;
3039
+ size: string;
3040
+ labelStyleClass: string;
3041
+ message: string;
3042
+ getSizeName(value: number): string;
3043
+ get sizeType(): typeof SizeType;
3044
+ getLabelClasses(): {
3045
+ [x: string]: boolean | (() => boolean);
3046
+ 'w-input-label-small-label': boolean;
3047
+ 'w-input-label-small-label-disabled': boolean;
3048
+ 'w-input-label-medium-label': boolean;
3049
+ 'w-input-label-medium-label-disabled': boolean;
3050
+ };
3051
+ hasLabelStyleClass(): boolean;
3052
+ static ɵfac: i0.ɵɵFactoryDeclaration<WInputLabelComponent, never>;
3053
+ static ɵcmp: i0.ɵɵComponentDeclaration<WInputLabelComponent, "w-input-label", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "validated": { "alias": "validated"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "size": { "alias": "size"; "required": false; }; "labelStyleClass": { "alias": "labelStyleClass"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
3054
+ }
3055
+
3056
+ declare class WPanelSectionGapDividerComponent {
3057
+ inGrid: boolean;
3058
+ static ɵfac: i0.ɵɵFactoryDeclaration<WPanelSectionGapDividerComponent, never>;
3059
+ static ɵcmp: i0.ɵɵComponentDeclaration<WPanelSectionGapDividerComponent, "w-panel-section-gap-divider", never, { "inGrid": { "alias": "inGrid"; "required": false; }; }, {}, never, never, false, never>;
3060
+ }
3061
+
3062
+ declare class WInputVerticalGapDividerComponent {
3063
+ inGrid: boolean;
3064
+ static ɵfac: i0.ɵɵFactoryDeclaration<WInputVerticalGapDividerComponent, never>;
3065
+ static ɵcmp: i0.ɵɵComponentDeclaration<WInputVerticalGapDividerComponent, "w-input-vertical-gap-divider", never, { "inGrid": { "alias": "inGrid"; "required": false; }; }, {}, never, never, false, never>;
3066
+ }
3067
+
3068
+ declare class WButtonWeekComponent implements OnInit, ControlValueAccessor {
3069
+ value: number[];
3070
+ translations: string[];
3071
+ defaultEsp: boolean;
3072
+ onDayClick: EventEmitter<MouseEvent>;
3073
+ weekDays: any[];
3074
+ weekDaysEsp: any[];
3075
+ isTouched: boolean;
3076
+ onChange: (_: any) => void;
3077
+ onTouch: () => void;
3078
+ ngOnInit(): void;
3079
+ writeValue(value: any): void;
3080
+ registerOnChange(fn: any): void;
3081
+ registerOnTouched(fn: any): void;
3082
+ onValueChanged(): void;
3083
+ onButtonOptionClick(event: any): void;
3084
+ static ɵfac: i0.ɵɵFactoryDeclaration<WButtonWeekComponent, never>;
3085
+ static ɵcmp: i0.ɵɵComponentDeclaration<WButtonWeekComponent, "w-button-week", never, { "value": { "alias": "value"; "required": false; }; "translations": { "alias": "translations"; "required": false; }; "defaultEsp": { "alias": "defaultEsp"; "required": false; }; }, { "onDayClick": "onDayClick"; }, never, never, false, never>;
3086
+ }
3087
+
3088
+ declare class WViewBadgeComponent {
3089
+ label: string;
3090
+ tooltip: string;
3091
+ tooltipPosition?: string;
3092
+ badgeLabel: string;
3093
+ badgeColor: string;
3094
+ badgeTooltip: string;
3095
+ badgeMaxWidthOverflow: string;
3096
+ static ɵfac: i0.ɵɵFactoryDeclaration<WViewBadgeComponent, never>;
3097
+ static ɵcmp: i0.ɵɵComponentDeclaration<WViewBadgeComponent, "w-view-badge", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "badgeColor": { "alias": "badgeColor"; "required": false; }; "badgeTooltip": { "alias": "badgeTooltip"; "required": false; }; "badgeMaxWidthOverflow": { "alias": "badgeMaxWidthOverflow"; "required": false; }; }, {}, never, never, false, never>;
3098
+ }
3099
+
3100
+ declare class WEditCalendarMonthComponent implements OnInit, ControlValueAccessor {
3101
+ label: string;
3102
+ showLabel: boolean;
3103
+ placeholder: string;
3104
+ tooltip: string;
3105
+ tooltipPosition?: string;
3106
+ disabled: boolean;
3107
+ formControl: FormControl | null;
3108
+ required: boolean;
3109
+ requiredErrorDescription: string;
3110
+ dataType: string;
3111
+ minDate: Date;
3112
+ maxDate: Date;
3113
+ showIcon: boolean;
3114
+ onChangeEvent: EventEmitter<any>;
3115
+ ngModelValue: any;
3116
+ isTouched: boolean;
3117
+ onChange: any;
3118
+ onTouch: any;
3119
+ constructor();
3120
+ ngOnInit(): void;
3121
+ writeValue(value: any): void;
3122
+ registerOnChange(fn: any): void;
3123
+ registerOnTouched(fn: any): void;
3124
+ setDisabledState(isDisabled: boolean): void;
3125
+ onValue(value: any): void;
3126
+ onDateChanged(): void;
3127
+ isRequiredValid(): boolean;
3128
+ isRequiredValidNgModel(): boolean;
3129
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditCalendarMonthComponent, never>;
3130
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditCalendarMonthComponent, "w-edit-calendar-month", never, { "label": { "alias": "label"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredErrorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "dataType": { "alias": "dataType"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
3131
+ }
3132
+
3133
+ interface ParameterSelector {
3134
+ groups: {
3135
+ name: string;
3136
+ value: any;
3137
+ parameters: {
3138
+ name: string;
3139
+ value: any;
3140
+ }[];
3141
+ }[];
3142
+ }
3143
+
3144
+ declare class WParameterSelectorComponent implements OnInit {
3145
+ private clipboard;
3146
+ private messageService;
3147
+ parameters: ParameterSelector;
3148
+ title: string;
3149
+ subtitle: string;
3150
+ popupSummary: string;
3151
+ popupDetail: string;
3152
+ sortAlphabetically: boolean;
3153
+ activeIndex: any;
3154
+ multiple: boolean;
3155
+ constructor(clipboard: Clipboard, messageService: MessageService);
3156
+ ngOnInit(): void;
3157
+ removeIndex(index: number): void;
3158
+ onParameterSelected(event: any): void;
3159
+ sortParametersAlphabetically(): void;
3160
+ static ɵfac: i0.ɵɵFactoryDeclaration<WParameterSelectorComponent, never>;
3161
+ static ɵcmp: i0.ɵɵComponentDeclaration<WParameterSelectorComponent, "w-parameter-selector", never, { "parameters": { "alias": "parameters"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "popupSummary": { "alias": "popupSummary"; "required": false; }; "popupDetail": { "alias": "popupDetail"; "required": false; }; "sortAlphabetically": { "alias": "sortAlphabetically"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; }, {}, never, never, false, never>;
3162
+ }
3163
+
3164
+ interface ChartConfig {
3165
+ labels: string[] | any[];
3166
+ stacked: boolean;
3167
+ showDataLabels: boolean;
3168
+ widthBars?: number;
3169
+ textColor?: string;
3170
+ data: {
3171
+ legend: string;
3172
+ color?: any;
3173
+ data: number[];
3174
+ extraLegend?: string;
3175
+ extraData?: number[];
3176
+ }[];
3177
+ }
3178
+
3179
+ declare class WChartBarComponent implements OnInit, OnChanges {
3180
+ private wappSummary;
3181
+ title: string;
3182
+ private _chartConfig;
3183
+ set config(value: ChartConfig);
3184
+ get config(): ChartConfig;
3185
+ isHorizontal: boolean;
3186
+ width: string;
3187
+ height: string;
3188
+ setAutoHeight: boolean;
3189
+ maxLabelLength?: number;
3190
+ labelConfig: {
3191
+ indicator?: string;
3192
+ maxbreakline?: number;
3193
+ makeUppercase?: boolean;
3194
+ fontSize?: number;
3195
+ dataLabelFont?: {
3196
+ size: number;
3197
+ weight: any;
3198
+ };
3199
+ titleFont?: {
3200
+ size: number;
3201
+ };
3202
+ };
3203
+ onDataSelectedEvent: EventEmitter<any>;
3204
+ wChartBar: UIChart;
3205
+ style: any;
3206
+ data: any;
3207
+ options: any;
3208
+ textColorTitle: any;
3209
+ textColorLegend: any;
3210
+ textColorAxis: any;
3211
+ gridColor: any;
3212
+ textInverseColor: any;
3213
+ font: any;
3214
+ dataLabelFont: {
3215
+ size: number;
3216
+ weight: number;
3217
+ };
3218
+ titleFont: {
3219
+ size: number;
3220
+ weight: number;
3221
+ };
3222
+ widthBars: number;
3223
+ baseHeight: number;
3224
+ baseHeightPx: string;
3225
+ barPadding: number;
3226
+ constructor(wappSummary: WSummaryPipe);
3227
+ ngOnInit(): void;
3228
+ ngOnChanges(changes: SimpleChanges): void;
3229
+ fillScales(): {
3230
+ x: {
3231
+ stacked: boolean;
3232
+ ticks: {
3233
+ color: any;
3234
+ font: any;
3235
+ callback: (value: any, index: number) => any;
3236
+ };
3237
+ grid: {
3238
+ color: any;
3239
+ display: boolean;
3240
+ };
3241
+ };
3242
+ y: {
3243
+ position: string;
3244
+ stacked: boolean;
3245
+ ticks: {
3246
+ color: any;
3247
+ align: string;
3248
+ crossAlign: string;
3249
+ font: any;
3250
+ callback: (value: any, index: number) => any;
3251
+ };
3252
+ grid: {
3253
+ color: any;
3254
+ display: boolean;
3255
+ };
3256
+ };
3257
+ };
3258
+ fillData(): void;
3259
+ onDataSelected(event: any): void;
3260
+ getMaxNumber(numbers: number[]): number;
3261
+ private hasValidExtraData;
3262
+ private processLabelForDisplay;
3263
+ idealTextColorFor(bgHex: string, textColor?: string, ctx?: any): "#fff" | "#e46d3d" | "#ad300d" | "#10485d";
3264
+ idealTextStrokeColorFor(bgHex: string, textColor?: string): "rgba(146, 199, 234, 0.89)" | "rgba(98, 141, 165, 0.6)" | "rgba(93, 57, 44, 0.6)" | "rgba(26, 26, 26, 0.9)";
3265
+ getBarLengthPx(ctx: any): number;
3266
+ getDatalabelText(context: any): string;
3267
+ resolveDatalabelFont(context: any): {
3268
+ font: string;
3269
+ size: number;
3270
+ };
3271
+ measureDatalabelTextWidthPx(context: any): number;
3272
+ static ɵfac: i0.ɵɵFactoryDeclaration<WChartBarComponent, never>;
3273
+ static ɵcmp: i0.ɵɵComponentDeclaration<WChartBarComponent, "w-chart-bar", never, { "title": { "alias": "title"; "required": false; }; "config": { "alias": "config"; "required": false; }; "isHorizontal": { "alias": "isHorizontal"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "setAutoHeight": { "alias": "setAutoHeight"; "required": false; }; "maxLabelLength": { "alias": "maxLabelLength"; "required": false; }; "labelConfig": { "alias": "labelConfig"; "required": false; }; }, { "onDataSelectedEvent": "onDataSelected"; }, never, never, false, never>;
3274
+ }
3275
+
3276
+ interface WFileUploaderDataSheetResponse {
3277
+ headers: string[];
3278
+ data: string[];
3279
+ }
3280
+
3281
+ interface WFileUploaderConfig {
3282
+ maxSize: number;
3283
+ headerLabel?: string;
3284
+ subHeaderLabel?: string;
3285
+ confirmDeleteMessageLabel?: string;
3286
+ confirmDeleteButtonLabel?: string;
3287
+ invalidFileSizeMessageSummary?: string;
3288
+ invalidFileSizeMessageDetail?: string;
3289
+ invalidFileTypeMessageSummary?: string;
3290
+ invalidFileTypeMessageDetail?: string;
3291
+ }
3292
+
3293
+ declare class WFileUploaderComponent implements OnInit, OnChanges {
3294
+ fileSizeService: FileSizeService;
3295
+ activeFieldVersion: boolean;
3296
+ activeFieldVersionBorders: boolean;
3297
+ label: string;
3298
+ tooltip: string;
3299
+ required: boolean;
3300
+ accept: string;
3301
+ fileUploadConfig: WFileUploaderConfig;
3302
+ actualMaxSize: number;
3303
+ fileSingleMode: any;
3304
+ loading: boolean;
3305
+ fileSelected: any;
3306
+ sheetFileData: WFileUploaderDataSheetResponse;
3307
+ base64FileData: WFileB64;
3308
+ timelife: number;
3309
+ onFileData: EventEmitter<WFileUploaderDataSheetResponse | WFileB64 | any>;
3310
+ onErrorHandler: EventEmitter<any>;
3311
+ fileUpload: FileUpload;
3312
+ constructor(fileSizeService: FileSizeService);
3313
+ ngOnInit(): void;
3314
+ ngOnChanges(changes: SimpleChanges): void;
3315
+ onCustomUpload(event: any): void;
3316
+ onMessagesClosed(event: any): void;
3317
+ openFileSelector(): void;
3318
+ removeFile(event: any, file: any): void;
3319
+ readSheet(): void;
3320
+ readPDF(): void;
3321
+ sanitizeFileName(name: string): string;
3322
+ fileToBase64(file: File, includePrefix?: boolean): Promise<string>;
3323
+ getListboxClass(): string;
3324
+ getFileName(file: any): string;
3325
+ downloadFile(file: any): void;
3326
+ isValid(): boolean;
3327
+ static ɵfac: i0.ɵɵFactoryDeclaration<WFileUploaderComponent, never>;
3328
+ static ɵcmp: i0.ɵɵComponentDeclaration<WFileUploaderComponent, "w-file-uploader", never, { "activeFieldVersion": { "alias": "activeFieldVersion"; "required": false; }; "activeFieldVersionBorders": { "alias": "activeFieldVersionBorders"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "required": { "alias": "required"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "fileUploadConfig": { "alias": "fileUploadConfig"; "required": false; }; "fileSingleMode": { "alias": "fileSingleMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "onFileData": "onFileData"; "onErrorHandler": "onErrorHandler"; }, never, never, false, never>;
3329
+ }
3330
+
3331
+ interface MultiSelectOption {
3332
+ value: any;
3333
+ name: string;
3334
+ }
3335
+
3336
+ declare enum CronPeriodicityType {
3337
+ RepeatEveryXMinutes = 1,
3338
+ RepeatEveryMinute = 2,
3339
+ RepeatEveryXHours = 3,
3340
+ RepeatEveryHour = 4,
3341
+ RepeatEveryXDays = 5,
3342
+ RepeatEveryWeek = 6,
3343
+ RepeatEveryXMonths = 7,
3344
+ RepeatEveryMonth = 8
3345
+ }
3346
+ declare enum CronFieldType {
3347
+ Second = 0,
3348
+ Minute = 1,
3349
+ Hour = 2,
3350
+ MonthDay = 3,//1-31
3351
+ Month = 4,//1-12
3352
+ WeekDay = 5,//Domingo 0 - Sabado 6
3353
+ Year = 6
3354
+ }
3355
+ declare enum CronCharactersType {
3356
+ Asterisk = "*",
3357
+ Dash = "-",
3358
+ Comma = ",",
3359
+ Slash = "/"
3360
+ }
3361
+
3362
+ interface CronComponentTranslations {
3363
+ periodicities: {
3364
+ everyXMinutes: string;
3365
+ everyMinute: string;
3366
+ everyXHours: string;
3367
+ everyHour: string;
3368
+ everyXDays: string;
3369
+ everyWeek: string;
3370
+ everyMonth: string;
3371
+ everyXMonths: string;
3372
+ };
3373
+ months: {
3374
+ january: string;
3375
+ february: string;
3376
+ march: string;
3377
+ april: string;
3378
+ may: string;
3379
+ june: string;
3380
+ july: string;
3381
+ august: string;
3382
+ september: string;
3383
+ october: string;
3384
+ november: string;
3385
+ december: string;
3386
+ };
3387
+ weekDays: {
3388
+ sunday: string;
3389
+ monday: string;
3390
+ tuesday: string;
3391
+ wednesday: string;
3392
+ thursday: string;
3393
+ friday: string;
3394
+ saturday: string;
3395
+ };
3396
+ periodicityLabel: string;
3397
+ minuteLabel: string;
3398
+ hourLabel: string;
3399
+ daysLabel: string;
3400
+ weekDaysLabel: string;
3401
+ monthsLabel: string;
3402
+ descriptionLabel: string;
3403
+ occurrencesLabel: string;
3404
+ }
3405
+
3406
+ declare class FormControlService {
3407
+ constructor();
3408
+ convertToFormControl(absCtrl: AbstractControl | null): FormControl;
3409
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormControlService, never>;
3410
+ static ɵprov: i0.ɵɵInjectableDeclaration<FormControlService>;
3411
+ }
3412
+
3413
+ declare class WCronExpressionsComponent {
3414
+ private formBuilder;
3415
+ formControlService: FormControlService;
3416
+ private wappDate;
3417
+ formGroup: FormGroup;
3418
+ periodicities: MultiSelectOption[];
3419
+ months: MultiSelectOption[];
3420
+ weekDays: MultiSelectOption[];
3421
+ monthDays: {
3422
+ value: number;
3423
+ }[];
3424
+ minutes: number[];
3425
+ hours: number[];
3426
+ expression: any[];
3427
+ description: string;
3428
+ occurrences: string;
3429
+ initialValue: string;
3430
+ hiddeHoursAndMinutes: boolean;
3431
+ private _startDate;
3432
+ set startDate(value: Date);
3433
+ get startDate(): Date;
3434
+ private _endDate;
3435
+ set endDate(value: Date);
3436
+ get endDate(): Date;
3437
+ periodicitiesDisplayed: CronPeriodicityType[];
3438
+ hasContainer: boolean;
3439
+ occurrencesNumber: number;
3440
+ translationsObject: CronComponentTranslations;
3441
+ cronExpression: EventEmitter<string>;
3442
+ firstExecutionDate: EventEmitter<Date>;
3443
+ constructor(formBuilder: FormBuilder, formControlService: FormControlService, wappDate: WDatePipe);
3444
+ ngOnInit(): void;
3445
+ initFormGroup(): void;
3446
+ hasInitialValue(part: string): boolean;
3447
+ formatCronNumber(cronValue: string): number;
3448
+ initPeriodicities(): void;
3449
+ initParsedValues(): void;
3450
+ parseCronExpression(cron: string): any[];
3451
+ initMonths(): void;
3452
+ initWeekDays(): void;
3453
+ allowSeconds(): boolean;
3454
+ allowMinutes(): boolean;
3455
+ allowHours(): boolean;
3456
+ allowWeekDays(): boolean;
3457
+ allowMonthDay(): boolean;
3458
+ allowMonthDays(): boolean;
3459
+ allowMonths(): boolean;
3460
+ isMonthDaysRequired(): boolean;
3461
+ onPeriodicitySelected(): void;
3462
+ handleZeroHoursArray(): void;
3463
+ onMinuteSelected(minuteSelected: number): void;
3464
+ onHoursSelected(hoursSelected: number): void;
3465
+ onWeekDaysSelected(weekDaysSelected: number[]): void;
3466
+ onMonthDaysSelected(monthDaysSelected: any): void;
3467
+ onMonthDaySelected(monthDaysSelected: any): void;
3468
+ onMonthsSelected(monthsSelected: number[]): void;
3469
+ cronToHuman(): void;
3470
+ shouldHiddeHoursAndMinutes(): boolean;
3471
+ localUserCronToUTCCron(cronExpression: string): string;
3472
+ localUTCCronToUserLocaleCron(cronExpression: string): string;
3473
+ formatArrayValues(array: any[]): string;
3474
+ restartExpression(): void;
3475
+ getCronPeriodicityType(cron: string): CronPeriodicityType | null;
3476
+ updateMonthDaysRequirement(): void;
3477
+ set periodicitySelected(value: number);
3478
+ get periodicitySelected(): number;
3479
+ set minuteSelected(value: number);
3480
+ get minuteSelected(): number;
3481
+ set hourSelected(value: number);
3482
+ get hourSelected(): number;
3483
+ get weekDaySelected(): any;
3484
+ get monthDaySelected(): any;
3485
+ get monthDaysSelected(): any;
3486
+ get monthSelected(): any;
3487
+ static ɵfac: i0.ɵɵFactoryDeclaration<WCronExpressionsComponent, never>;
3488
+ static ɵcmp: i0.ɵɵComponentDeclaration<WCronExpressionsComponent, "w-cron-expressions", never, { "initialValue": { "alias": "initialValue"; "required": false; }; "hiddeHoursAndMinutes": { "alias": "hiddeHoursAndMinutes"; "required": false; }; "startDate": { "alias": "startDate"; "required": false; }; "endDate": { "alias": "endDate"; "required": false; }; "periodicitiesDisplayed": { "alias": "periodicitiesDisplayed"; "required": false; }; "hasContainer": { "alias": "hasContainer"; "required": false; }; "occurrencesNumber": { "alias": "occurrencesNumber"; "required": false; }; "translationsObject": { "alias": "translationsObject"; "required": false; }; }, { "cronExpression": "cronExpression"; "firstExecutionDate": "firstExecutionDate"; }, never, never, false, never>;
3489
+ }
3490
+
3491
+ declare class WTreeFieldComponent implements OnInit, OnChanges, ControlValueAccessor {
3492
+ private cdr;
3493
+ private apiService;
3494
+ items: any[];
3495
+ treeNodeItems: TreeNode[];
3496
+ itemSelected: any;
3497
+ field: string;
3498
+ operator: any;
3499
+ selectPlaceholder: string;
3500
+ productApiUrl: string;
3501
+ productApiToken: string;
3502
+ dataType: typeof DataTypeEnum;
3503
+ private onChange;
3504
+ private onTouched;
3505
+ constructor(cdr: ChangeDetectorRef, apiService: ApiService);
3506
+ ngOnInit(): void;
3507
+ ngOnChanges(changes: SimpleChanges): void;
3508
+ getItems(): void;
3509
+ writeValue(value: any): void;
3510
+ registerOnChange(fn: any): void;
3511
+ registerOnTouched(fn: any): void;
3512
+ onNodeSelected(value: any, fromGetItems?: boolean): void;
3513
+ private resolveSelection;
3514
+ getItemByIdentity(): rxjs.Observable<any[]>;
3515
+ getParentAndChildrenIds(nodes: TreeNode[], ids?: number[]): number[];
3516
+ updatePartialSelection(nodes: TreeNode[], selectedNodes: TreeNode[]): TreeNode[];
3517
+ getDataType(): DataTypeEnum.Single | DataTypeEnum.Multi;
3518
+ itemsToTreeNodeMap(productSectionList: any[]): TreeNode[];
3519
+ findNodesByIds(nodes: any[], ids: any): any | any[];
3520
+ getFieldId(): "productCategoryId" | "productSectionId";
3521
+ getEntityInverseParent(): "inverseParentProductCategory" | "inverseParentProductSection";
3522
+ findTreeNodeCategory(listNode: TreeNode[], id: number, partial?: boolean): any;
3523
+ static ɵfac: i0.ɵɵFactoryDeclaration<WTreeFieldComponent, never>;
3524
+ static ɵcmp: i0.ɵɵComponentDeclaration<WTreeFieldComponent, "w-tree-field", never, { "field": { "alias": "field"; "required": false; }; "operator": { "alias": "operator"; "required": false; }; "selectPlaceholder": { "alias": "selectPlaceholder"; "required": false; }; "productApiUrl": { "alias": "productApiUrl"; "required": false; }; "productApiToken": { "alias": "productApiToken"; "required": false; }; }, {}, never, never, false, never>;
3525
+ }
3526
+
3527
+ declare class WNotificationsEventFieldComponent implements OnInit, ControlValueAccessor {
3528
+ private apiService;
3529
+ eventCategories: PlatformEventsGroups[];
3530
+ eventCategorySelected: any;
3531
+ eventCategoryId: number | null;
3532
+ events: PlatformEvent[];
3533
+ eventSelected: any;
3534
+ eventId: number | null;
3535
+ notificationEventValue: any;
3536
+ isFirstGroupTrans: boolean;
3537
+ operator: any;
3538
+ placeholder: string;
3539
+ notificationApiUrl: string;
3540
+ notificationApiToken: string;
3541
+ translationsOptions: any;
3542
+ private onChange;
3543
+ private onTouched;
3544
+ constructor(apiService: ApiService);
3545
+ ngOnInit(): void;
3546
+ getEventCategories(): void;
3547
+ getEvents(eventCategoryId: number): void;
3548
+ getNotificationEventData(notificationDataEnumType: number, isNotLastSelect: boolean, notificationPropertyIdName?: string): any;
3549
+ onEventCategorySelected(): void;
3550
+ onEventSelected(): void;
3551
+ onEventCategoryCleared(): void;
3552
+ onEventCleared(): void;
3553
+ writeValue(value: any): void;
3554
+ registerOnChange(fn: any): void;
3555
+ registerOnTouched(fn: any): void;
3556
+ createObjectNotificationProperty(notificationType: any, value: any, eventCategoryId?: number | null): {
3557
+ property: any;
3558
+ data: any;
3559
+ eventCategoryId: number | null | undefined;
3560
+ };
3561
+ doOnChange(notificationType: any, value: any, eventCategoryId?: number | null): void;
3562
+ static ɵfac: i0.ɵɵFactoryDeclaration<WNotificationsEventFieldComponent, never>;
3563
+ static ɵcmp: i0.ɵɵComponentDeclaration<WNotificationsEventFieldComponent, "w-notifications-event-field", never, { "operator": { "alias": "operator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "notificationApiUrl": { "alias": "notificationApiUrl"; "required": false; }; "notificationApiToken": { "alias": "notificationApiToken"; "required": false; }; "translationsOptions": { "alias": "translationsOptions"; "required": false; }; }, {}, never, never, false, never>;
3564
+ }
3565
+
3566
+ declare class WEditInputColorpickerComponent implements OnInit, ControlValueAccessor {
3567
+ label: string;
3568
+ value: string;
3569
+ formControl: FormControl | null;
3570
+ onChangeEvent: EventEmitter<any>;
3571
+ format: 'hex' | 'rgb' | 'hsb';
3572
+ placeholder: string;
3573
+ required: boolean;
3574
+ requiredErrorDescription: string;
3575
+ disabled: boolean;
3576
+ tooltip: string;
3577
+ tooltipPosition?: string;
3578
+ onChange: any;
3579
+ onTouch: any;
3580
+ ngOnInit(): void;
3581
+ writeValue(value: any): void;
3582
+ registerOnChange(fn: any): void;
3583
+ registerOnTouched(fn: any): void;
3584
+ onValue(): void;
3585
+ onValueChange(value: any): void;
3586
+ onTextValue(): void;
3587
+ setValue(): void;
3588
+ test(value: any): void;
3589
+ static ɵfac: i0.ɵɵFactoryDeclaration<WEditInputColorpickerComponent, never>;
3590
+ static ɵcmp: i0.ɵɵComponentDeclaration<WEditInputColorpickerComponent, "w-edit-input-colorpicker", never, { "label": { "alias": "label"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "format": { "alias": "format"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredErrorDescription": { "alias": "requiredErrorDescription"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
3591
+ }
3592
+
3593
+ declare enum WappingServiceType {
3594
+ Identity = 1,
3595
+ Loyalty = 2,
3596
+ Money = 3,
3597
+ Promotion = 4,
3598
+ Cuponing = 5,
3599
+ Post = 6,
3600
+ Draws = 7
3601
+ }
3602
+ declare enum WappingServiceSubtype {
3603
+ GiftCard = 1,
3604
+ VoucherCard = 2,
3605
+ LoyaltyClassicCard = 3,
3606
+ LoyaltyStoreCard = 4,
3607
+ DiscountCard = 5,
3608
+ ArticlePointsCard = 6,
3609
+ PromoPercent = 7,
3610
+ PromoFixedDiscount = 8,
3611
+ PromoPoints = 9,
3612
+ PromoArticleFree = 10,
3613
+ PromoArticleDiscount = 11,
3614
+ CouponToSale = 12,
3615
+ Post = 13,
3616
+ DiscountCoupon = 14,
3617
+ Identity = 15,
3618
+ PromoFixedPrice = 16
3619
+ }
3620
+ declare enum SendingStatus {
3621
+ ScheduledToSend = 1,
3622
+ Cancelled = 2,
3623
+ Sent = 3,
3624
+ PendingRegistration = 4
3625
+ }
3626
+ declare enum CardStatus {
3627
+ generated = 1,
3628
+ activated = 2,
3629
+ exhausted = 3,
3630
+ blocked = 4,
3631
+ preAuthor = 5,
3632
+ sent = 6,
3633
+ expirated = 7,
3634
+ model = 8
3635
+ }
3636
+ declare enum WappingServiceAppViewType {
3637
+ Carousel = 1,
3638
+ View = 2,
3639
+ ViewDetail = 3
3640
+ }
3641
+
3642
+ interface DataReqToSendCard {
3643
+ dataReqToSendCardId: number;
3644
+ dateToSend: Date;
3645
+ toPhoneNumber: string;
3646
+ toMail: string;
3647
+ toName: string;
3648
+ toSurname: string;
3649
+ subject: string;
3650
+ body: string;
3651
+ urlImage: string;
3652
+ urlVideo: string;
3653
+ urlVoice: string;
3654
+ sent: boolean;
3655
+ dateSent: Date;
3656
+ fromName: string;
3657
+ enumSendingStatusId: number;
3658
+ updateDate: Date;
3659
+ }
3660
+
3661
+ interface WappingServiceImage {
3662
+ path: string;
3663
+ }
3664
+
3665
+ interface WappingServiceItemView {
3666
+ position: number;
3667
+ fix: boolean;
3668
+ paramToViewId: number;
3669
+ value: string;
3670
+ showLabel: boolean;
3671
+ label: string;
3672
+ labelBackgroundColor: string;
3673
+ labelForegroundColor: string;
3674
+ appViewTypeId: number;
3675
+ appViewType: WappingServiceAppViewType;
3676
+ }
3677
+
3678
+ interface WappingServiceTemplate {
3679
+ templateOfAppViewId: number;
3680
+ name: string;
3681
+ description: string;
3682
+ businessId: number;
3683
+ deleted: boolean;
3684
+ languageId: number;
3685
+ languageCode: string;
3686
+ isHtmlTemplate: boolean;
3687
+ summaryHeaderHasParameters: boolean;
3688
+ summaryHeader: string;
3689
+ summaryBodyHasParameters: boolean;
3690
+ summaryBody: string;
3691
+ summaryFootHasParameters: boolean;
3692
+ summaryFoot: string;
3693
+ detailTitleHasParameters: boolean;
3694
+ detailTitle: string;
3695
+ detailHeaderHasParameters: boolean;
3696
+ detailHeader: string;
3697
+ detailFootHasParameters: boolean;
3698
+ detailFoot: string;
3699
+ detailBodyHasParameters: boolean;
3700
+ detailBody: string;
3701
+ }
3702
+
3703
+ interface WappingService {
3704
+ id: number;
3705
+ cardTypesDefinedId: number;
3706
+ name: string;
3707
+ type: WappingServiceType;
3708
+ subtype: WappingServiceSubtype;
3709
+ enumTypeStatusECardID: CardStatus;
3710
+ description: string;
3711
+ imageUrl: string | null;
3712
+ linkUrl: string;
3713
+ titleLinkUrl: string;
3714
+ active: boolean;
3715
+ selected: boolean;
3716
+ availableMoney: number;
3717
+ availablePoints: number;
3718
+ allowSelect: boolean;
3719
+ allowDeleteFromWallet: boolean;
3720
+ conditions: string;
3721
+ wappingServiceImages: WappingServiceImage[];
3722
+ wappingServiceTiles: WappingServiceItemView[];
3723
+ wappingServiceTemplates: WappingServiceTemplate[];
3724
+ showTile1: boolean;
3725
+ showTile1Label: boolean;
3726
+ tile1Label: string;
3727
+ tile1: string | SafeHtml;
3728
+ tile1BackgroundColor: string;
3729
+ tile1ForegroundColor: string;
3730
+ showTile2: boolean;
3731
+ showTile2Label: boolean;
3732
+ tile2Label: string;
3733
+ tile2: string | SafeHtml;
3734
+ tile2BackgroundColor: string;
3735
+ tile2ForegroundColor: string;
3736
+ showTile3: boolean;
3737
+ showTile3Label: boolean;
3738
+ tile3Label: string;
3739
+ tile3: string | SafeHtml;
3740
+ tile3BackgroundColor: string;
3741
+ tile3ForegroundColor: string;
3742
+ showTile4: boolean;
3743
+ showTile4Label: boolean;
3744
+ tile4Label: string;
3745
+ tile4: string;
3746
+ tile4BackgroundColor: string;
3747
+ tile4ForegroundColor: string;
3748
+ tileDetail1: string | SafeHtml;
3749
+ tileDetail2: string;
3750
+ hasAssociatedArticles: boolean;
3751
+ fromWallet: boolean;
3752
+ dataReqToSendCard?: DataReqToSendCard;
3753
+ }
3754
+
3755
+ interface WappingServiceTranslations {
3756
+ activedService: string;
3757
+ disabledService: string;
3758
+ scheduledLabel: string;
3759
+ sendLabel: string;
3760
+ cardGenerated: string;
3761
+ receivedLabel?: string;
3762
+ showMore?: string;
3763
+ title?: string;
3764
+ participate?: string;
3765
+ }
3766
+
3767
+ declare class WMaterialServiceCardComponent implements OnChanges {
3768
+ private route;
3769
+ private matIconRegistry;
3770
+ private domSanitizer;
3771
+ private dialogService;
3772
+ isDevModeActive: boolean;
3773
+ isSendGiftCard: boolean;
3774
+ allowSelectSendGiftCard: boolean;
3775
+ enumSendingStatus: typeof SendingStatus;
3776
+ ecardStatus: typeof CardStatus;
3777
+ wappingServiceReady: boolean;
3778
+ emptyTile: boolean;
3779
+ private _wappingTranslations;
3780
+ set wappingServicesTranslations(value: WappingServiceTranslations);
3781
+ get wappingTranslations(): WappingServiceTranslations;
3782
+ private _wappingService;
3783
+ set wappingService(value: WappingService);
3784
+ get wappingService(): WappingService;
3785
+ cardClicked: EventEmitter<WappingService>;
3786
+ defaultImage: WFileB64 | string;
3787
+ croppedImageConfiguration: WImageCropperData;
3788
+ croppedDialogTranslations: any;
3789
+ onDefaultImageEvent: EventEmitter<WFileB64>;
3790
+ isNoImage: boolean;
3791
+ onHoverImageTooltip: any;
3792
+ ref: DynamicDialogRef<WImageCropperComponent> | null;
3793
+ constructor(route: Router, matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer, dialogService: DialogService);
3794
+ ngOnChanges(changes: SimpleChanges): void;
3795
+ getWappingServiceTitles(service: WappingService): void;
3796
+ cardOnClick(service: WappingService): void;
3797
+ hasHtml(value: any): boolean;
3798
+ setImage(): void;
3799
+ getImage(): string | WFileB64;
3800
+ isWFileImage(obj: WFileB64 | string): boolean;
3801
+ static ɵfac: i0.ɵɵFactoryDeclaration<WMaterialServiceCardComponent, never>;
3802
+ static ɵcmp: i0.ɵɵComponentDeclaration<WMaterialServiceCardComponent, "w-material-service-card", never, { "isDevModeActive": { "alias": "isDevModeActive"; "required": false; }; "wappingServicesTranslations": { "alias": "wappingServicesTranslations"; "required": false; }; "wappingService": { "alias": "wappingService"; "required": false; }; "defaultImage": { "alias": "defaultImage"; "required": false; }; "croppedImageConfiguration": { "alias": "croppedImageConfiguration"; "required": false; }; "croppedDialogTranslations": { "alias": "croppedDialogTranslations"; "required": false; }; "onHoverImageTooltip": { "alias": "onHoverImageTooltip"; "required": false; }; }, { "cardClicked": "cardClicked"; "onDefaultImageEvent": "onDefaultImageEvent"; }, never, never, false, never>;
3803
+ }
3804
+
3805
+ declare class WMaterialServiceViewComponent implements OnInit, OnChanges {
3806
+ private matIconRegistry;
3807
+ private domSanitizer;
3808
+ private dialogService;
3809
+ serviceId: number;
3810
+ wappingServiceImages: WappingServiceImage[];
3811
+ serviceStatus: string;
3812
+ isSendGiftCard: boolean;
3813
+ disabledToggle: boolean;
3814
+ allowSelectSendGiftCard: boolean;
3815
+ enumSendingStatus: typeof SendingStatus;
3816
+ ecardStatus: typeof CardStatus;
3817
+ translations: any;
3818
+ isDrawService: boolean;
3819
+ forceMobile: boolean;
3820
+ wappingServicesTranslations: WappingServiceTranslations;
3821
+ canParticipateDraw: boolean;
3822
+ private _wappingService;
3823
+ set wappingService(value: WappingService);
3824
+ get wappingService(): WappingService;
3825
+ wappingServiceSelected: EventEmitter<boolean>;
3826
+ participateDraw: EventEmitter<void>;
3827
+ isDevModeActive: boolean;
3828
+ defaultImage: WFileB64 | string;
3829
+ croppedImageConfiguration: WImageCropperData;
3830
+ croppedDialogTranslations: any;
3831
+ images: any[];
3832
+ onDefaultImageEvent: EventEmitter<WFileB64>;
3833
+ isNoImage: boolean;
3834
+ onHoverImageTooltip: string;
3835
+ ref: DynamicDialogRef<WImageCropperComponent> | null;
3836
+ constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer, dialogService: DialogService);
3837
+ ngOnInit(): void;
3838
+ ngOnChanges(changes: SimpleChanges): void;
3839
+ getWappingService(wappService: WappingService): void;
3840
+ getWappingServiceTiles(service: WappingService): void;
3841
+ getWappingServiceImages(): void;
3842
+ selectWappingService(): void;
3843
+ hasHtml(value: any): boolean;
3844
+ triggerParticipate(): void;
3845
+ setImage(): void;
3846
+ getImage(): {
3847
+ path: string | WFileB64;
3848
+ }[];
3849
+ isWFileImage(obj: WFileB64 | string): boolean;
3850
+ static ɵfac: i0.ɵɵFactoryDeclaration<WMaterialServiceViewComponent, never>;
3851
+ static ɵcmp: i0.ɵɵComponentDeclaration<WMaterialServiceViewComponent, "w-material-service-view", never, { "forceMobile": { "alias": "forceMobile"; "required": false; }; "wappingServicesTranslations": { "alias": "wappingServicesTranslations"; "required": false; }; "canParticipateDraw": { "alias": "canParticipateDraw"; "required": false; }; "wappingService": { "alias": "wappingService"; "required": false; }; "isDevModeActive": { "alias": "isDevModeActive"; "required": false; }; "defaultImage": { "alias": "defaultImage"; "required": false; }; "croppedImageConfiguration": { "alias": "croppedImageConfiguration"; "required": false; }; "croppedDialogTranslations": { "alias": "croppedDialogTranslations"; "required": false; }; "isNoImage": { "alias": "isNoImage"; "required": false; }; "onHoverImageTooltip": { "alias": "onHoverImageTooltip"; "required": false; }; }, { "wappingServiceSelected": "wappingServiceSelected"; "participateDraw": "participateDraw"; "onDefaultImageEvent": "onDefaultImageEvent"; }, never, never, false, never>;
3852
+ }
3853
+
3854
+ declare class WappMaterialServiceCardComponent {
3855
+ private route;
3856
+ private matIconRegistry;
3857
+ private domSanitizer;
3858
+ isSendGiftCard: boolean;
3859
+ allowSelectSendGiftCard: boolean;
3860
+ enumSendingStatus: typeof SendingStatus;
3861
+ ecardStatus: typeof CardStatus;
3862
+ wappingServiceReady: boolean;
3863
+ private _wappingTranslations;
3864
+ set wappingServicesTranslations(value: WappingServiceTranslations);
3865
+ get wappingTranslations(): WappingServiceTranslations;
3866
+ private _wappingService;
3867
+ set wappingService(value: WappingService);
3868
+ get wappingService(): WappingService;
3869
+ cardClicked: EventEmitter<WappingService>;
3870
+ constructor(route: Router, matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer);
3871
+ getWappingServiceTitles(service: WappingService): void;
3872
+ cardOnClick(service: WappingService): void;
3873
+ static ɵfac: i0.ɵɵFactoryDeclaration<WappMaterialServiceCardComponent, never>;
3874
+ static ɵcmp: i0.ɵɵComponentDeclaration<WappMaterialServiceCardComponent, "wapp-material-service-card", never, { "wappingServicesTranslations": { "alias": "wappingServicesTranslations"; "required": false; }; "wappingService": { "alias": "wappingService"; "required": false; }; }, { "cardClicked": "cardClicked"; }, never, never, false, never>;
3875
+ }
3876
+
3877
+ interface ModalSize {
3878
+ width: string;
3879
+ height?: string;
3880
+ }
3881
+
3882
+ declare class MaterialModalService {
3883
+ private dialog;
3884
+ private breakpointObserver;
3885
+ isIframe: boolean;
3886
+ constructor(dialog: MatDialog, breakpointObserver: BreakpointObserver, isIframe: boolean);
3887
+ matDialogRef: any;
3888
+ smallDialogSubscription: any;
3889
+ private _modalProfileMissingRequiredFieldsShown;
3890
+ open(componentOrTemplateRef: ComponentType<any> | TemplateRef<any>, modalSize?: ModalSize, dialogConfig?: MatDialogConfig): MatDialogRef<any>;
3891
+ close(): void;
3892
+ get modalProfileMissingRequiredFieldsShown(): boolean;
3893
+ setModalProfileMissingRequiredFieldsShown(status: boolean): void;
3894
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModalService, never>;
3895
+ static ɵprov: i0.ɵɵInjectableDeclaration<MaterialModalService>;
3896
+ }
3897
+
3898
+ declare class WappMaterialServiceViewComponent implements OnInit {
3899
+ private matIconRegistry;
3900
+ private domSanitizer;
3901
+ private materialModal;
3902
+ serviceId: number;
3903
+ wappingServiceImages: WappingServiceImage[];
3904
+ serviceStatus: string;
3905
+ isSendGiftCard: boolean;
3906
+ disabledToggle: boolean;
3907
+ allowSelectSendGiftCard: boolean;
3908
+ enumSendingStatus: typeof SendingStatus;
3909
+ ecardStatus: typeof CardStatus;
3910
+ translations: any;
3911
+ isDrawService: boolean;
3912
+ wappingServicesTranslations: WappingServiceTranslations;
3913
+ canParticipateDraw: boolean;
3914
+ private _wappingService;
3915
+ set wappingService(value: WappingService);
3916
+ get wappingService(): WappingService;
3917
+ wappingServiceSelected: EventEmitter<boolean>;
3918
+ participateDraw: EventEmitter<void>;
3919
+ constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer, materialModal: MaterialModalService);
3920
+ ngOnInit(): void;
3921
+ initWappingService(): void;
3922
+ getWappingServiceTiles(): void;
3923
+ getWappingServiceImages(): void;
3924
+ selectWappingService(): void;
3925
+ openModalShowMoreDescription(): void;
3926
+ triggerParticipate(): void;
3927
+ isOverflown(): boolean;
3928
+ static ɵfac: i0.ɵɵFactoryDeclaration<WappMaterialServiceViewComponent, never>;
3929
+ static ɵcmp: i0.ɵɵComponentDeclaration<WappMaterialServiceViewComponent, "wapp-material-service-view", never, { "wappingServicesTranslations": { "alias": "wappingServicesTranslations"; "required": false; }; "canParticipateDraw": { "alias": "canParticipateDraw"; "required": false; }; "wappingService": { "alias": "wappingService"; "required": false; }; }, { "wappingServiceSelected": "wappingServiceSelected"; "participateDraw": "participateDraw"; }, never, never, false, never>;
3930
+ }
3931
+
3932
+ declare class MainTitleComponent implements OnInit {
3933
+ title: string | SafeHtml;
3934
+ extraClassToApply: string;
3935
+ constructor();
3936
+ ngOnInit(): void;
3937
+ static ɵfac: i0.ɵɵFactoryDeclaration<MainTitleComponent, never>;
3938
+ static ɵcmp: i0.ɵɵComponentDeclaration<MainTitleComponent, "wapp-main-title", never, { "title": { "alias": "title"; "required": false; }; "extraClassToApply": { "alias": "extraClassToApply"; "required": false; }; }, {}, never, never, false, never>;
3939
+ }
3940
+
3941
+ declare enum FileType {
3942
+ TXT = "txt",
3943
+ PDF = "pdf",
3944
+ DOCX = "docx",
3945
+ XLSX = "xlsx"
3946
+ }
3947
+ declare class WFileGeneratorComponent implements OnInit {
3948
+ label: string;
3949
+ icon: string;
3950
+ fileType: FileType;
3951
+ fileData: any;
3952
+ fileName: string;
3953
+ generating: boolean;
3954
+ constructor();
3955
+ ngOnInit(): void;
3956
+ generateFile(): void;
3957
+ generateXLSXFile(): void;
3958
+ allowFileGeneration(): boolean;
3959
+ getExcelFileName(): string;
3960
+ getDate(): string;
3961
+ static ɵfac: i0.ɵɵFactoryDeclaration<WFileGeneratorComponent, never>;
3962
+ static ɵcmp: i0.ɵɵComponentDeclaration<WFileGeneratorComponent, "w-file-generator", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "fileType": { "alias": "fileType"; "required": false; }; "fileData": { "alias": "fileData"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; }, {}, never, never, false, never>;
3963
+ }
3964
+
3965
+ declare class WappServiceDescriptionComponent implements OnInit {
3966
+ description: string;
3967
+ title: string;
3968
+ constructor(dialogData: any);
3969
+ ngOnInit(): void;
3970
+ static ɵfac: i0.ɵɵFactoryDeclaration<WappServiceDescriptionComponent, never>;
3971
+ static ɵcmp: i0.ɵɵComponentDeclaration<WappServiceDescriptionComponent, "app-wapp-service-description", never, {}, {}, never, never, false, never>;
3972
+ }
3973
+
3974
+ declare class WappModalCloseButtonComponent implements OnInit {
3975
+ overImageButton: boolean;
3976
+ constructor();
3977
+ ngOnInit(): void;
3978
+ static ɵfac: i0.ɵɵFactoryDeclaration<WappModalCloseButtonComponent, never>;
3979
+ static ɵcmp: i0.ɵɵComponentDeclaration<WappModalCloseButtonComponent, "wapp-modal-close-button", never, { "overImageButton": { "alias": "overImageButton"; "required": false; }; }, {}, never, never, false, never>;
3980
+ }
3981
+
3982
+ declare class WappModalTitleComponent implements OnInit {
3983
+ title: string;
3984
+ constructor();
3985
+ ngOnInit(): void;
3986
+ static ɵfac: i0.ɵɵFactoryDeclaration<WappModalTitleComponent, never>;
3987
+ static ɵcmp: i0.ɵɵComponentDeclaration<WappModalTitleComponent, "wapp-modal-title", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
3988
+ }
3989
+
3990
+ declare class WCodeBlockComponent implements OnInit {
3991
+ editorOptions: {
3992
+ theme: string;
3993
+ language: string;
3994
+ };
3995
+ languages: string[];
3996
+ codeText: string;
3997
+ height: string;
3998
+ codeTextOutput: EventEmitter<string>;
3999
+ constructor();
4000
+ ngOnInit(): void;
4001
+ onValueChange(value: string): void;
4002
+ onEditorInit(editor: monacoTypes.editor.IStandaloneCodeEditor): void;
4003
+ static ɵfac: i0.ɵɵFactoryDeclaration<WCodeBlockComponent, never>;
4004
+ static ɵcmp: i0.ɵɵComponentDeclaration<WCodeBlockComponent, "w-code-block", never, { "editorOptions": { "alias": "editorOptions"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; "codeText": { "alias": "codeText"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, { "codeTextOutput": "codeTextOutput"; }, never, never, false, never>;
4005
+ }
4006
+
4007
+ declare class WDataviewComponent implements OnInit {
4008
+ constructor();
4009
+ ngOnInit(): void;
4010
+ static ɵfac: i0.ɵɵFactoryDeclaration<WDataviewComponent, never>;
4011
+ static ɵcmp: i0.ɵɵComponentDeclaration<WDataviewComponent, "w-dataview", never, {}, {}, never, never, false, never>;
4012
+ }
4013
+
4014
+ declare class CarouselComponent implements OnInit, OnChanges {
4015
+ private deviceDetector;
4016
+ thumbnail: ElementRef;
4017
+ set images(value: any[]);
4018
+ allowThumbnail: boolean;
4019
+ infiniteCarousel: boolean;
4020
+ forceMobile: boolean;
4021
+ get images(): any[];
4022
+ height: number;
4023
+ counter: number;
4024
+ _images: any;
4025
+ slideControl: any[];
4026
+ width: number;
4027
+ counterThumb: number;
4028
+ thumbnailMargin: number;
4029
+ thumbnailMarginRigth: number;
4030
+ thumbnailWidth: number;
4031
+ thumbnailAnimation: boolean | null;
4032
+ resizeSub: Subscription;
4033
+ posIni: any;
4034
+ showNavigation: boolean;
4035
+ showIndicators: boolean;
4036
+ isDesktop: boolean;
4037
+ hasMultipleImages: boolean;
4038
+ isDevModeActive: boolean;
4039
+ isNoImage: boolean;
4040
+ onSetImageEvent: EventEmitter<boolean>;
4041
+ onHoverImageTooltip: any;
4042
+ constructor(deviceDetector: DeviceDetectorService);
4043
+ ngOnInit(): void;
4044
+ ngOnChanges(changes: SimpleChanges): void;
4045
+ ngOnDestroy(): void;
4046
+ move(pos: any): void;
4047
+ change(direction: string): void;
4048
+ setIndex(index: number): void;
4049
+ onLoad(el: any): void;
4050
+ onNext(): void;
4051
+ onPrevious(): void;
4052
+ onSlide(current: any, prev: any, direction: any): void;
4053
+ onSlideOld(current: any, prev: any, direction: any): void;
4054
+ onLoadThumbnail(): void;
4055
+ posThumbnail(current: number): void;
4056
+ onSetImage(): void;
4057
+ static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
4058
+ static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "wapp-carousel", never, { "images": { "alias": "images"; "required": false; }; "allowThumbnail": { "alias": "allowThumbnail"; "required": false; }; "infiniteCarousel": { "alias": "infiniteCarousel"; "required": false; }; "forceMobile": { "alias": "forceMobile"; "required": false; }; "height": { "alias": "height"; "required": false; }; "isDevModeActive": { "alias": "isDevModeActive"; "required": false; }; "isNoImage": { "alias": "isNoImage"; "required": false; }; "onHoverImageTooltip": { "alias": "onHoverImageTooltip"; "required": false; }; }, { "onSetImageEvent": "onSetImageEvent"; }, never, never, false, never>;
4059
+ }
4060
+
4061
+ interface NgxMonacoEditorConfig {
4062
+ baseUrl?: string;
4063
+ requireConfig?: {
4064
+ [key: string]: any;
4065
+ };
4066
+ defaultOptions?: {
4067
+ [key: string]: any;
4068
+ };
4069
+ monacoRequire?: Function;
4070
+ onMonacoLoad?: Function;
4071
+ }
4072
+
4073
+ declare abstract class BaseEditor implements AfterViewInit, OnDestroy {
4074
+ config: NgxMonacoEditorConfig;
4075
+ set insideNg(insideNg: boolean);
4076
+ get insideNg(): boolean;
4077
+ _editorContainer: ElementRef;
4078
+ onInit: EventEmitter<any>;
4079
+ protected _editor: any;
4080
+ protected _options: any;
4081
+ protected _windowResizeSubscription: Subscription;
4082
+ private _insideNg;
4083
+ ngAfterViewInit(): void;
4084
+ protected abstract initMonaco(options: any, insideNg: boolean): void;
4085
+ ngOnDestroy(): void;
4086
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseEditor, never>;
4087
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseEditor, "ng-component", never, { "insideNg": { "alias": "insideNg"; "required": false; }; }, { "onInit": "onInit"; }, never, never, false, never>;
4088
+ }
4089
+
4090
+ interface DiffEditorModel {
4091
+ code: string;
4092
+ language: string;
4093
+ }
4094
+ interface NgxEditorModel {
4095
+ value: string;
4096
+ language?: string;
4097
+ uri?: any;
4098
+ }
4099
+
4100
+ declare class EditorComponent extends BaseEditor implements ControlValueAccessor {
4101
+ private zone;
4102
+ private _value;
4103
+ propagateChange: (_: any) => void;
4104
+ onTouched: () => void;
4105
+ set options(options: any);
4106
+ get options(): any;
4107
+ set model(model: NgxEditorModel);
4108
+ writeValue(value: any): void;
4109
+ registerOnChange(fn: any): void;
4110
+ registerOnTouched(fn: any): void;
4111
+ setDisabledState(disabled: boolean): void;
4112
+ protected initMonaco(options: any, insideNg: boolean): void;
4113
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
4114
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "w-monaco-editor", never, { "options": { "alias": "options"; "required": false; }; "model": { "alias": "model"; "required": false; }; }, {}, never, never, true, never>;
4115
+ }
4116
+
4117
+ declare class DiffEditorComponent extends BaseEditor {
4118
+ private zone;
4119
+ _originalModel: DiffEditorModel;
4120
+ _modifiedModel: DiffEditorModel;
4121
+ set options(options: any);
4122
+ get options(): any;
4123
+ set originalModel(model: DiffEditorModel);
4124
+ set modifiedModel(model: DiffEditorModel);
4125
+ protected initMonaco(options: any, insideNg: boolean): void;
4126
+ static ɵfac: i0.ɵɵFactoryDeclaration<DiffEditorComponent, never>;
4127
+ static ɵcmp: i0.ɵɵComponentDeclaration<DiffEditorComponent, "ngx-monaco-diff-editor", never, { "options": { "alias": "options"; "required": false; }; "originalModel": { "alias": "originalModel"; "required": false; }; "modifiedModel": { "alias": "modifiedModel"; "required": false; }; }, {}, never, never, true, never>;
4128
+ }
4129
+
4130
+ declare class MonacoEditorModule {
4131
+ static forRoot(config?: NgxMonacoEditorConfig): ModuleWithProviders<MonacoEditorModule>;
4132
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonacoEditorModule, never>;
4133
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonacoEditorModule, never, [typeof i1.CommonModule, typeof EditorComponent, typeof DiffEditorComponent], [typeof EditorComponent, typeof DiffEditorComponent]>;
4134
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonacoEditorModule>;
4135
+ }
4136
+
4137
+ declare class WappComponentsModule {
4138
+ static ɵfac: i0.ɵɵFactoryDeclaration<WappComponentsModule, never>;
4139
+ static ɵmod: i0.ɵɵNgModuleDeclaration<WappComponentsModule, [typeof WappComponentsComponent, typeof WEditInputTextComponent, typeof WClipboardComponent, typeof WIconsComponent, typeof WLogosComponent, typeof WEditInputTextareaComponent, typeof WEditInputNumberComponent, typeof WEditSelectComponent, typeof WEditMultiselectComponent, typeof WButtonComponent, typeof WCardComponent, typeof WTableComponent, typeof WTableLazyComponent, typeof WContainerComponent, typeof WNavbarComponent, typeof WBodyComponent, typeof WFooterComponent, typeof ColorTextPipe, typeof WDatePipe, typeof WPercentagePipe, typeof WSummaryPipe, typeof WCurrencyPipe, typeof WEditTreeselectComponent, typeof WPanelComponent, typeof WBodyContainerComponent, typeof WHeaderPanelComponent, typeof WPanelTitleComponent, typeof WInputSearchComponent, typeof WFilterPanelComponent, typeof WListFieldComponent, typeof WViewCardTitleTextComponent, typeof WImageFileUploaderComponent, typeof WImageCropperComponent, typeof WPreviewImageComponent, typeof WPowerbiReportComponent, typeof WSidebarComponent, typeof WButtonsFooterComponent, typeof WTreeTableComponent, typeof WBodyGridComponent, typeof WEditToggleComponent, typeof WPanelGridComponent, typeof WAutocompleteSearchComponent, typeof WToggleButtonComponent, typeof WEditCheckboxComponent, typeof WSelectButtonComponent, typeof WMapsComponent, typeof WEditCalendarComponent, typeof WRadioButtonComponent, typeof WWizardComponent, typeof WTabviewComponent, typeof WButtonTabviewComponent, typeof WTreeComponent, typeof WBadgeComponent, typeof WTimelineComponent, typeof WPanelSubtitleComponent, typeof WViewTextComponent, typeof WViewBooleanComponent, typeof WChipComponent, typeof WSkeletonTimelineComponent, typeof WSkeletonSidebarComponent, typeof WSkeletonListComponent, typeof WSkeletonEditComponent, typeof WSkeletonInputGenericComponent, typeof WSkeletonIframeComponent, typeof WSkeletonEditProductComponent, typeof WSkeletonPowerbiReportComponent, typeof WSkeletonQueryBuilderComponent, typeof WSkeletonTreeComponent, typeof WSkeletonProfileSidebarComponent, typeof WSkeletonUserProfileInfoSidebarComponent, typeof WSkeletonFormComponent, typeof WAddressFieldComponent, typeof WSkeletonGenericComponent, typeof WInputLabelComponent, typeof WPanelSectionGapDividerComponent, typeof WInputVerticalGapDividerComponent, typeof WButtonWeekComponent, typeof WViewBadgeComponent, typeof WEditCalendarMonthComponent, typeof WParameterSelectorComponent, typeof WChartBarComponent, typeof WFileUploaderComponent, typeof WCronExpressionsComponent, typeof WTreeFieldComponent, typeof WNotificationsEventFieldComponent, typeof WEditInputColorpickerComponent, typeof WPeriodSelectFieldComponent, typeof WMaterialServiceCardComponent, typeof WMaterialServiceViewComponent, typeof WappMaterialServiceCardComponent, typeof WappMaterialServiceViewComponent, typeof MainTitleComponent, typeof WFileGeneratorComponent, typeof WappServiceDescriptionComponent, typeof WappModalCloseButtonComponent, typeof WappModalTitleComponent, typeof WCodeBlockComponent, typeof QueryBuilderComponent, typeof QueryInputDirective, typeof QueryOperatorDirective, typeof QueryFieldDirective, typeof QueryEntityDirective, typeof QueryButtonGroupDirective, typeof QuerySwitchGroupDirective, typeof QueryRemoveButtonDirective, typeof QueryEmptyWarningDirective, typeof QueryArrowIconDirective, typeof WDataviewComponent, typeof CarouselComponent], [typeof i110.InputTextModule, typeof i111.FormsModule, typeof i111.ReactiveFormsModule, typeof i1.CommonModule, typeof i113.RouterModule, typeof i114.ButtonModule, typeof i115.HighlightModule, typeof i116.DrawerModule, typeof i117.BadgeModule, typeof i118.RadioButtonModule, typeof i119.ToggleSwitchModule, typeof i120.TooltipModule, typeof i121.RippleModule, typeof i122.SkeletonModule, typeof i123.SelectModule, typeof i124.MultiSelectModule, typeof i125.AvatarModule, typeof i126.AvatarGroupModule, typeof i127.TreeSelectModule, typeof i128.InputNumberModule, typeof i129.TextareaModule, typeof i130.AutoCompleteModule, typeof i131.TableModule, typeof i124.MultiSelectModule, typeof i132.PaginatorModule, typeof i133.ConfirmPopupModule, typeof i134.DatePickerModule, typeof i135.ToggleButtonModule, typeof i136.SelectButtonModule, typeof i137.InputGroupModule, typeof i138.ImageModule, typeof i139.FileUploadModule, typeof i140.SliderModule, typeof i141.CarouselModule, typeof i142.DividerModule, typeof i143.PowerBIEmbedModule, typeof i144.TreeTableModule, typeof i145.MessageModule, typeof i146.CheckboxModule, typeof i147.StepsModule, typeof i148.TabsModule, typeof i149.TimelineModule, typeof i150.CardModule, typeof i151.ChipModule, typeof i152.TieredMenuModule, typeof i153.GalleriaModule, typeof i154.BlockUIModule, typeof i155.ListboxModule, typeof i156.ChartModule, typeof i157.AccordionModule, typeof i158.ProgressBarModule, typeof i159.TreeModule, typeof i160.IconFieldModule, typeof i161.InputIconModule, typeof i162.ColorPickerModule, typeof i163.MatSlideToggleModule, typeof i164.ImageCropperComponent, typeof MonacoEditorModule, typeof i166.MatCardModule, typeof i167.MatIconModule, typeof i168.FlexLayoutModule, typeof i169.MatDialogModule, typeof i170.MatButtonModule], [typeof WappComponentsComponent, typeof WEditInputTextComponent, typeof WClipboardComponent, typeof i115.HighlightModule, typeof WIconsComponent, typeof WLogosComponent, typeof WEditInputTextareaComponent, typeof WEditInputNumberComponent, typeof WEditSelectComponent, typeof WEditMultiselectComponent, typeof WButtonComponent, typeof WCardComponent, typeof WTableComponent, typeof WTableLazyComponent, typeof WContainerComponent, typeof WNavbarComponent, typeof WBodyComponent, typeof WFooterComponent, typeof ColorTextPipe, typeof WDatePipe, typeof WPercentagePipe, typeof WSummaryPipe, typeof WCurrencyPipe, typeof WEditTreeselectComponent, typeof WPanelComponent, typeof WBodyContainerComponent, typeof WHeaderPanelComponent, typeof WPanelTitleComponent, typeof WPanelSubtitleComponent, typeof WInputSearchComponent, typeof QueryBuilderComponent, typeof QueryInputDirective, typeof QueryOperatorDirective, typeof QueryFieldDirective, typeof QueryEntityDirective, typeof QueryButtonGroupDirective, typeof QuerySwitchGroupDirective, typeof QueryRemoveButtonDirective, typeof QueryEmptyWarningDirective, typeof QueryArrowIconDirective, typeof WFilterPanelComponent, typeof i138.ImageModule, typeof i139.FileUploadModule, typeof i140.SliderModule, typeof WImageFileUploaderComponent, typeof WImageCropperComponent, typeof i164.ImageCropperComponent, typeof WPowerbiReportComponent, typeof WSidebarComponent, typeof WButtonsFooterComponent, typeof WTreeTableComponent, typeof WBodyGridComponent, typeof WEditToggleComponent, typeof WPanelGridComponent, typeof WAutocompleteSearchComponent, typeof WToggleButtonComponent, typeof WEditCheckboxComponent, typeof WSelectButtonComponent, typeof i136.SelectButtonModule, typeof WMapsComponent, typeof WEditCalendarComponent, typeof WRadioButtonComponent, typeof WWizardComponent, typeof i147.StepsModule, typeof WTabviewComponent, typeof WButtonTabviewComponent, typeof WTreeComponent, typeof i148.TabsModule, typeof WBadgeComponent, typeof WTimelineComponent, typeof i149.TimelineModule, typeof i150.CardModule, typeof WViewTextComponent, typeof WViewBooleanComponent, typeof i151.ChipModule, typeof WChipComponent, typeof WSkeletonTimelineComponent, typeof WSkeletonSidebarComponent, typeof WSkeletonListComponent, typeof WSkeletonEditComponent, typeof WSkeletonInputGenericComponent, typeof WSkeletonIframeComponent, typeof WSkeletonEditProductComponent, typeof WSkeletonPowerbiReportComponent, typeof WSkeletonQueryBuilderComponent, typeof WSkeletonTreeComponent, typeof WSkeletonProfileSidebarComponent, typeof WSkeletonUserProfileInfoSidebarComponent, typeof WSkeletonFormComponent, typeof WAddressFieldComponent, typeof i152.TieredMenuModule, typeof WSkeletonGenericComponent, typeof i153.GalleriaModule, typeof i154.BlockUIModule, typeof WInputLabelComponent, typeof WPanelSectionGapDividerComponent, typeof WInputVerticalGapDividerComponent, typeof WButtonWeekComponent, typeof WViewBadgeComponent, typeof WEditCalendarMonthComponent, typeof WParameterSelectorComponent, typeof WChartBarComponent, typeof WFileUploaderComponent, typeof WCronExpressionsComponent, typeof WTreeFieldComponent, typeof WEditInputColorpickerComponent, typeof WMaterialServiceCardComponent, typeof WMaterialServiceViewComponent, typeof WappMaterialServiceCardComponent, typeof WappMaterialServiceViewComponent, typeof WFileGeneratorComponent, typeof MainTitleComponent, typeof i169.MatDialogModule, typeof WappServiceDescriptionComponent, typeof WappModalCloseButtonComponent, typeof WappModalTitleComponent, typeof WCodeBlockComponent, typeof i159.TreeModule, typeof i158.ProgressBarModule, typeof i114.ButtonModule, typeof i160.IconFieldModule, typeof i161.InputIconModule, typeof i137.InputGroupModule, typeof i171.DataViewModule, typeof WDataviewComponent]>;
4140
+ static ɵinj: i0.ɵɵInjectorDeclaration<WappComponentsModule>;
4141
+ }
4142
+
4143
+ declare class TreeService {
4144
+ constructor();
4145
+ elementToTreeNodeMap<T>(elements: T[], getChildFn: (element: T) => T[] | null, parent?: TreeNode): TreeNode[];
4146
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeService, never>;
4147
+ static ɵprov: i0.ɵɵInjectableDeclaration<TreeService>;
4148
+ }
4149
+
4150
+ interface WFileAttachment {
4151
+ fileName: string;
4152
+ content: any;
4153
+ }
4154
+
4155
+ declare class FileService {
4156
+ private http;
4157
+ constructor(http: HttpClient);
4158
+ private arrayBufferToBase64;
4159
+ downloadFile(url: string): Promise<any>;
4160
+ processDownloadFile(url: string): Promise<WFileAttachment>;
4161
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileService, never>;
4162
+ static ɵprov: i0.ɵɵInjectableDeclaration<FileService>;
4163
+ }
4164
+
4165
+ declare class ClipboardService {
4166
+ constructor();
4167
+ copyToClipboard(text: string): void;
4168
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardService, never>;
4169
+ static ɵprov: i0.ɵɵInjectableDeclaration<ClipboardService>;
4170
+ }
4171
+
4172
+ interface WappTableActionButtonResponse {
4173
+ id: number;
4174
+ elementsSelected: any[];
4175
+ }
4176
+
4177
+ export { AddressEnum, CONTROL_VALUE_ACCESSOR, CardStatus, CarouselComponent, ClipboardService, ColorTextPipe, CronCharactersType, CronFieldType, CronPeriodicityType, CustomColor, DataTypeEnum, DateConversionService, FileService, FormControlService, MainTitleComponent, ModalService, NotificationsEventEnum, NumberConversionService, OperatorEnum, PeriodSelectEnum, QBDataTypeEnum, QueryArrowIconDirective, QueryBuilderComponent, QueryButtonGroupDirective, QueryEmptyWarningDirective, QueryEntityDirective, QueryFieldDirective, QueryInputDirective, QueryOperatorDirective, QueryRemoveButtonDirective, QueryResultType, QuerySwitchGroupDirective, SendingStatus, SessionStorageService, TableColumnFilterTypes, TableColumnTypes, TreeService, TypeMedia, VALIDATOR, WAddressFieldComponent, WAutocompleteSearchComponent, WBadgeComponent, WBodyComponent, WBodyContainerComponent, WBodyGridComponent, WButtonComponent, WButtonTabviewComponent, WButtonWeekComponent, WButtonsFooterComponent, WCardComponent, WChartBarComponent, WChipComponent, WClipboardComponent, WCodeBlockComponent, WContainerComponent, WCronExpressionsComponent, WCurrencyPipe, WDataviewComponent, WDatePipe, WDatePipeFormatType, WDatePipeReturnType, WEditCalendarComponent, WEditCalendarMonthComponent, WEditCheckboxComponent, WEditInputColorpickerComponent, WEditInputNumberComponent, WEditInputTextComponent, WEditInputTextareaComponent, WEditMultiselectComponent, WEditSelectComponent, WEditToggleComponent, WEditTreeselectComponent, WFileGeneratorComponent, WFileUploaderComponent, WFilterPanelComponent, WFooterComponent, WHeaderPanelComponent, WIconsComponent, WImageCropperComponent, WImageFileUploaderComponent, WInputLabelComponent, WInputSearchComponent, WInputVerticalGapDividerComponent, WLogosComponent, WMapsComponent, WMaterialServiceCardComponent, WMaterialServiceViewComponent, WNavbarComponent, WNotificationsEventFieldComponent, WPanelComponent, WPanelGridComponent, WPanelSectionGapDividerComponent, WPanelSubtitleComponent, WPanelTitleComponent, WParameterSelectorComponent, WPercentagePipe, WPowerbiReportComponent, WPreviewImageComponent, WRadioButtonComponent, WSelectButtonComponent, WSidebarComponent, WSkeletonEditComponent, WSkeletonEditProductComponent, WSkeletonFormComponent, WSkeletonGenericComponent, WSkeletonIframeComponent, WSkeletonInputGenericComponent, WSkeletonListComponent, WSkeletonPowerbiReportComponent, WSkeletonProfileSidebarComponent, WSkeletonQueryBuilderComponent, WSkeletonSidebarComponent, WSkeletonTimelineComponent, WSkeletonTreeComponent, WSkeletonUserProfileInfoSidebarComponent, WSummaryPipe, WTableComponent, WTableLazyComponent, WTabviewComponent, WTimelineComponent, WToggleButtonComponent, WTreeComponent, WTreeFieldComponent, WTreeTableComponent, WViewBadgeComponent, WViewBooleanComponent, WViewTextComponent, WWizardComponent, WappComponentsComponent, WappComponentsModule, WappComponentsService, WappMaterialServiceCardComponent, WappMaterialServiceViewComponent, WappModalCloseButtonComponent, WappModalTitleComponent, WappServiceDescriptionComponent, WappTableColumnAlignTypes, WappingServiceAppViewType, WappingServiceSubtype, WappingServiceType };
4178
+ export type { ActionButton$1 as ActionButton, ActionButtonResponse$1 as ActionButtonResponse, ArrowIconContext, ButtonGroupContext, ChartConfig, CronComponentTranslations, EmbedConfig, EmptyWarningContext, Entity, EntityContext, EntityMap, Field, FieldContext, FieldMap, Filter, FilterPanelTranslations, ImageB64, InputContext, LazyElementQueryRequest, LocalRuleMeta, ModalSize$1 as ModalSize, NullableOption, OperatorContext, Option, ParameterSelector, PlatformEventsGroups, QueryBuilderClassNames, QueryBuilderConfig, QueryResults, RemoveButtonContext, Rule, RuleSet, SwitchGroupContext, TableColoredBadge, TableEnumIcon, WAddress, WAddressMaps, WFileAttachment, WFileB64, WFileUploaderConfig, WFileUploaderDataSheetResponse, WImageCropperData, WImageFileUploaderConfig, WSelectButtonState, WTreeTable, WTreeTableColumn, WappTable, WappTableActionButtonResponse, WappTableLazyLoading, WappTableLazyTooltips, WappTableTooltips, WappingService, WappingServiceItemView };