@colijnit/corecomponents_v12 12.2.20 → 12.2.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (436) hide show
  1. package/bundles/colijnit-corecomponents_v12.umd.js +13656 -13656
  2. package/colijnit-corecomponents_v12.d.ts +43 -43
  3. package/esm2015/colijnit-corecomponents_v12.js +43 -43
  4. package/esm2015/lib/components/article-tile/article-tile.component.js +49 -49
  5. package/esm2015/lib/components/article-tile/article-tile.module.js +34 -34
  6. package/esm2015/lib/components/base/base-input.component.js +833 -833
  7. package/esm2015/lib/components/base/base.module.js +21 -21
  8. package/esm2015/lib/components/base/commit-buttons/commit-buttons.component.js +85 -85
  9. package/esm2015/lib/components/base/commit-buttons/commit-buttons.module.js +20 -20
  10. package/esm2015/lib/components/base/dialog-base.component.js +5 -5
  11. package/esm2015/lib/components/base-input-date-picker/base-input-date-picker.directive.js +24 -24
  12. package/esm2015/lib/components/button/button.component.js +73 -73
  13. package/esm2015/lib/components/button/button.module.js +18 -18
  14. package/esm2015/lib/components/calendar/calendar-template.component.js +281 -281
  15. package/esm2015/lib/components/calendar/calendar.component.js +32 -32
  16. package/esm2015/lib/components/calendar/calendar.module.js +27 -27
  17. package/esm2015/lib/components/card/card.component.js +50 -50
  18. package/esm2015/lib/components/card/card.module.js +34 -34
  19. package/esm2015/lib/components/carousel/carousel.component.js +109 -109
  20. package/esm2015/lib/components/carousel/carousel.module.js +31 -31
  21. package/esm2015/lib/components/carousel-3d/carousel-3d.component.js +293 -293
  22. package/esm2015/lib/components/carousel-3d/carousel-3d.module.js +18 -18
  23. package/esm2015/lib/components/carousel-3d/carouselItem.js +53 -53
  24. package/esm2015/lib/components/checkmark-overlay/checkmark-overlay.component.js +72 -72
  25. package/esm2015/lib/components/checkmark-overlay/checkmark-overlay.module.js +18 -18
  26. package/esm2015/lib/components/co-dialog/co-dialog.component.js +91 -91
  27. package/esm2015/lib/components/co-dialog/co-dialog.module.js +18 -18
  28. package/esm2015/lib/components/co-dialog-wizard/co-dialog-wizard.component.js +35 -35
  29. package/esm2015/lib/components/co-dialog-wizard/co-dialog-wizard.module.js +16 -16
  30. package/esm2015/lib/components/collapsible/collapsible.component.js +67 -67
  31. package/esm2015/lib/components/collapsible/collapsible.module.js +18 -18
  32. package/esm2015/lib/components/color-picker/color-picker.component.js +33 -33
  33. package/esm2015/lib/components/color-picker/color-picker.module.js +20 -20
  34. package/esm2015/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.js +46 -46
  35. package/esm2015/lib/components/core-dialog/core-dialog.module.js +38 -38
  36. package/esm2015/lib/components/core-dialog/core-dialog.service.js +66 -66
  37. package/esm2015/lib/components/core-dialog/core-dynamic-component.service.js +92 -92
  38. package/esm2015/lib/components/double-calendar/double-calendar.component.js +62 -62
  39. package/esm2015/lib/components/double-calendar/double-calendar.module.js +24 -24
  40. package/esm2015/lib/components/filter-item/filter-item-viewmodel.js +12 -12
  41. package/esm2015/lib/components/filter-item/filter-item.component.js +496 -496
  42. package/esm2015/lib/components/filter-item/filter-item.module.js +42 -42
  43. package/esm2015/lib/components/filter-item/filter-viewmodel.js +10 -10
  44. package/esm2015/lib/components/form/form.component.js +181 -181
  45. package/esm2015/lib/components/form/form.module.js +22 -22
  46. package/esm2015/lib/components/grid-toolbar/grid-toolbar.component.js +48 -48
  47. package/esm2015/lib/components/grid-toolbar/grid-toolbar.module.js +22 -22
  48. package/esm2015/lib/components/grid-toolbar-button/grid-toolbar-button.component.js +23 -23
  49. package/esm2015/lib/components/grid-toolbar-button/grid-toolbar-button.module.js +18 -18
  50. package/esm2015/lib/components/icon/icon-cache.service.js +51 -51
  51. package/esm2015/lib/components/icon/icon.component.js +47 -47
  52. package/esm2015/lib/components/icon/icon.module.js +24 -24
  53. package/esm2015/lib/components/icon-collapse-handle/icon-collapse-handle.component.js +56 -56
  54. package/esm2015/lib/components/icon-collapse-handle/icon-collapse-handle.module.js +22 -22
  55. package/esm2015/lib/components/image/image.component.js +31 -31
  56. package/esm2015/lib/components/image/image.module.js +13 -13
  57. package/esm2015/lib/components/input-checkbox/input-checkbox.component.js +71 -71
  58. package/esm2015/lib/components/input-checkbox/input-checkbox.module.js +18 -18
  59. package/esm2015/lib/components/input-date-picker/input-date-picker.component.js +74 -74
  60. package/esm2015/lib/components/input-date-picker/input-date-picker.module.js +25 -25
  61. package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.component.js +107 -107
  62. package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.module.js +26 -26
  63. package/esm2015/lib/components/input-number-picker/input-number-picker.component.js +285 -285
  64. package/esm2015/lib/components/input-number-picker/input-number-picker.module.js +22 -22
  65. package/esm2015/lib/components/input-radio-button/input-radio-button.component.js +77 -77
  66. package/esm2015/lib/components/input-radio-button/input-radio-button.module.js +18 -18
  67. package/esm2015/lib/components/input-scanner/bar-code-scanner.js +22 -22
  68. package/esm2015/lib/components/input-scanner/input-scanner.component.js +54 -54
  69. package/esm2015/lib/components/input-scanner/input-scanner.module.js +20 -20
  70. package/esm2015/lib/components/input-scanner/scanner.service.js +27 -27
  71. package/esm2015/lib/components/input-search/input-search.component.js +59 -59
  72. package/esm2015/lib/components/input-search/input-search.module.js +20 -20
  73. package/esm2015/lib/components/input-text/input-text.component.js +179 -179
  74. package/esm2015/lib/components/input-text/input-text.module.js +32 -32
  75. package/esm2015/lib/components/input-textarea/input-textarea.component.js +55 -55
  76. package/esm2015/lib/components/input-textarea/input-textarea.module.js +26 -26
  77. package/esm2015/lib/components/level-indicator/level-indicator-level.enum.js +6 -6
  78. package/esm2015/lib/components/level-indicator/level-indicator.component.js +29 -29
  79. package/esm2015/lib/components/level-indicator/level-indicator.module.js +14 -14
  80. package/esm2015/lib/components/list-of-values/list-of-values-multiselect-popup.component.js +87 -87
  81. package/esm2015/lib/components/list-of-values/list-of-values-popup.component.js +218 -218
  82. package/esm2015/lib/components/list-of-values/list-of-values.component.js +199 -199
  83. package/esm2015/lib/components/list-of-values/list-of-values.module.js +37 -37
  84. package/esm2015/lib/components/loader/loader.component.js +16 -16
  85. package/esm2015/lib/components/loader/loader.module.js +18 -18
  86. package/esm2015/lib/components/pagination/paginate.pipe.js +98 -98
  87. package/esm2015/lib/components/pagination/pagination-instance.js +1 -1
  88. package/esm2015/lib/components/pagination/pagination.component.js +107 -107
  89. package/esm2015/lib/components/pagination/pagination.module.js +27 -27
  90. package/esm2015/lib/components/pagination/pagination.service.js +87 -87
  91. package/esm2015/lib/components/pagination-bar/pagination-bar.component.js +136 -136
  92. package/esm2015/lib/components/pagination-bar/pagination-bar.module.js +18 -18
  93. package/esm2015/lib/components/popup/const/popup-window-token.js +2 -2
  94. package/esm2015/lib/components/popup/interface/popup-button.js +7 -7
  95. package/esm2015/lib/components/popup/interface/popup-close-event.js +1 -1
  96. package/esm2015/lib/components/popup/interface/popup-settings.js +41 -41
  97. package/esm2015/lib/components/popup/interface/popup.js +1 -1
  98. package/esm2015/lib/components/popup/model/popup-button-globals.js +10 -10
  99. package/esm2015/lib/components/popup/model/popup-window.js +37 -37
  100. package/esm2015/lib/components/popup/popup-buttons.component.js +42 -42
  101. package/esm2015/lib/components/popup/popup-message-display.component.js +37 -37
  102. package/esm2015/lib/components/popup/popup-window-shell.component.js +141 -141
  103. package/esm2015/lib/components/popup/popup.module.js +48 -48
  104. package/esm2015/lib/components/popup/service/popup-shower.service.js +89 -89
  105. package/esm2015/lib/components/popup/service/prompt.service.js +126 -126
  106. package/esm2015/lib/components/popup/text-input-popup.component.js +33 -33
  107. package/esm2015/lib/components/responsive-text/responsive-text.component.js +17 -17
  108. package/esm2015/lib/components/responsive-text/responsive-text.module.js +18 -18
  109. package/esm2015/lib/components/simple-grid/base-simple-grid.component.js +163 -163
  110. package/esm2015/lib/components/simple-grid/simple-grid-cell.component.js +141 -141
  111. package/esm2015/lib/components/simple-grid/simple-grid-column.directive.js +110 -110
  112. package/esm2015/lib/components/simple-grid/simple-grid.component.js +378 -378
  113. package/esm2015/lib/components/simple-grid/simple-grid.module.js +40 -40
  114. package/esm2015/lib/components/tile/tile.component.js +44 -44
  115. package/esm2015/lib/components/tile/tile.module.js +22 -22
  116. package/esm2015/lib/components/tile-select/tile-select.component.js +26 -26
  117. package/esm2015/lib/components/tile-select/tile-select.module.js +20 -20
  118. package/esm2015/lib/components/tooltip/tooltip.component.js +74 -74
  119. package/esm2015/lib/components/tooltip/tooltip.module.js +18 -18
  120. package/esm2015/lib/components/validation-error/validation-error.component.js +30 -30
  121. package/esm2015/lib/components/validation-error/validation-error.module.js +24 -24
  122. package/esm2015/lib/components/view-mode-buttons/content-view-mode.enum.js +10 -10
  123. package/esm2015/lib/components/view-mode-buttons/view-mode-buttons.component.js +41 -41
  124. package/esm2015/lib/components/view-mode-buttons/view-mode-buttons.module.js +20 -20
  125. package/esm2015/lib/core/constant/default-upper-bound-for-range-components.js +3 -3
  126. package/esm2015/lib/core/constant/java-max-int.js +1 -1
  127. package/esm2015/lib/core/constant/number-inputs-key-down-white-list.js +44 -44
  128. package/esm2015/lib/core/decorator/input-boolean.decorator.js +33 -33
  129. package/esm2015/lib/core/enum/co-direction.js +8 -8
  130. package/esm2015/lib/core/enum/co-document-image-display-kind.enum.js +6 -6
  131. package/esm2015/lib/core/enum/co-document-type.enum.js +10 -10
  132. package/esm2015/lib/core/enum/co-orientation.js +16 -16
  133. package/esm2015/lib/core/enum/core-components-icon.enum.js +299 -299
  134. package/esm2015/lib/core/enum/file-type-internal.enum.js +16 -16
  135. package/esm2015/lib/core/enum/file-type.enum.js +10 -10
  136. package/esm2015/lib/core/enum/filterItem-mode.enum.js +42 -42
  137. package/esm2015/lib/core/enum/input-number-picker-show-mode.enum.js +7 -7
  138. package/esm2015/lib/core/enum/keyboard-code.enum.js +73 -73
  139. package/esm2015/lib/core/enum/keyboard-key.enum.js +75 -75
  140. package/esm2015/lib/core/enum/object-right-type.enum.js +6 -6
  141. package/esm2015/lib/core/enum/popup-button-type.enum.js +11 -11
  142. package/esm2015/lib/core/enum/popup-type.enum.js +10 -10
  143. package/esm2015/lib/core/enum/table-name.enum.js +80 -80
  144. package/esm2015/lib/core/function/any-nill.function.js +5 -5
  145. package/esm2015/lib/core/function/is-nill.function.js +4 -4
  146. package/esm2015/lib/core/function/none-nill.function.js +16 -16
  147. package/esm2015/lib/core/function/not-nill.function.js +4 -4
  148. package/esm2015/lib/core/model/bounds-constrained-number-value.js +170 -170
  149. package/esm2015/lib/core/model/check-precision-and-scale-result.js +1 -1
  150. package/esm2015/lib/core/model/check-within-stepped-bounds-result.js +1 -1
  151. package/esm2015/lib/core/model/co-document-right.bo.js +2 -2
  152. package/esm2015/lib/core/model/co-document.bo.js +120 -120
  153. package/esm2015/lib/core/model/core-components-icon-svg.js +298 -298
  154. package/esm2015/lib/core/model/element-position.js +9 -9
  155. package/esm2015/lib/core/model/event/string-prompt-result-event.js +7 -7
  156. package/esm2015/lib/core/service/form-input-user-change-listener.service.js +24 -24
  157. package/esm2015/lib/core/service/form-master.service.js +101 -101
  158. package/esm2015/lib/core/service/ng-zone-wrapper.service.js +19 -19
  159. package/esm2015/lib/core/utils/array-utils.js +263 -263
  160. package/esm2015/lib/core/utils/browser-utils.js +99 -99
  161. package/esm2015/lib/core/utils/direction-enum-utils.js +13 -13
  162. package/esm2015/lib/core/utils/event-utils.js +52 -52
  163. package/esm2015/lib/core/utils/file-utils.js +266 -266
  164. package/esm2015/lib/core/utils/number-utils.js +308 -308
  165. package/esm2015/lib/core/utils/object-utils.js +185 -185
  166. package/esm2015/lib/core/utils/string-utils.js +93 -93
  167. package/esm2015/lib/core/validator/email.validator.js +5 -5
  168. package/esm2015/lib/core/validator/equal.validator.js +10 -10
  169. package/esm2015/lib/core/validator/max-string-length.validator.js +9 -9
  170. package/esm2015/lib/core/validator/password.validator.js +30 -30
  171. package/esm2015/lib/core/validator/precision-scale.validator.js +10 -10
  172. package/esm2015/lib/core/validator/required.validator.js +4 -4
  173. package/esm2015/lib/directives/clickoutside/click-outside-master.service.js +56 -56
  174. package/esm2015/lib/directives/clickoutside/click-outside.directive.js +70 -70
  175. package/esm2015/lib/directives/clickoutside/clickoutside.module.js +18 -18
  176. package/esm2015/lib/directives/observe-visibility/observe-visibility.directive.js +52 -52
  177. package/esm2015/lib/directives/observe-visibility/observe-visibility.module.js +14 -14
  178. package/esm2015/lib/directives/overlay/overlay-parent.directive.js +18 -18
  179. package/esm2015/lib/directives/overlay/overlay.directive.js +160 -160
  180. package/esm2015/lib/directives/overlay/overlay.module.js +17 -17
  181. package/esm2015/lib/directives/ripple/ripple-ref.js +25 -25
  182. package/esm2015/lib/directives/ripple/ripple-renderer.js +159 -159
  183. package/esm2015/lib/directives/ripple/ripple.directive.js +79 -79
  184. package/esm2015/lib/directives/ripple/ripple.module.js +23 -23
  185. package/esm2015/lib/directives/ripple/scroll-dispatcher.service.js +107 -107
  186. package/esm2015/lib/directives/ripple/scrollable.directive.js +39 -39
  187. package/esm2015/lib/directives/ripple/viewport-ruler.service.js +72 -72
  188. package/esm2015/lib/directives/screen-configuration/screen-configuration.directive.js +157 -157
  189. package/esm2015/lib/directives/screen-configuration/screen-configuration.module.js +18 -18
  190. package/esm2015/lib/directives/stopclick/stop-click.directive.js +37 -37
  191. package/esm2015/lib/directives/stopclick/stop-click.module.js +14 -14
  192. package/esm2015/lib/directives/template-wrapper/template-wrapper.directive.js +67 -67
  193. package/esm2015/lib/directives/template-wrapper/template-wrapper.module.js +14 -14
  194. package/esm2015/lib/directives/tooltip/tooltip-directive.module.js +18 -18
  195. package/esm2015/lib/directives/tooltip/tooltip.directive.js +77 -77
  196. package/esm2015/lib/interfaces/dialog-response.interface.js +1 -1
  197. package/esm2015/lib/interfaces/scanner-input.interface.js +1 -1
  198. package/esm2015/lib/interfaces/screen-config-adapter-component-interface-name.js +3 -3
  199. package/esm2015/lib/interfaces/screen-config-adapter.component.interface.js +1 -1
  200. package/esm2015/lib/model/enum/app-button-type.enum.js +10 -10
  201. package/esm2015/lib/model/enum/app-popup-type.enum.js +7 -7
  202. package/esm2015/lib/pipes/append.pipe.js +16 -16
  203. package/esm2015/lib/pipes/append.pipe.module.js +14 -14
  204. package/esm2015/lib/pipes/filter.pipe.js +15 -15
  205. package/esm2015/lib/pipes/filter.pipe.module.js +14 -14
  206. package/esm2015/lib/pipes/prepend.pipe.js +16 -16
  207. package/esm2015/lib/pipes/prepend.pipe.module.js +14 -14
  208. package/esm2015/lib/pipes/price-display-pipe.module.js +14 -14
  209. package/esm2015/lib/pipes/price-display.pipe.js +19 -19
  210. package/esm2015/lib/service/base-module-screen-config.service.js +204 -204
  211. package/esm2015/lib/service/base-module.service.js +41 -41
  212. package/esm2015/lib/service/color-sequence.service.js +22 -22
  213. package/esm2015/lib/service/overlay.service.js +72 -72
  214. package/esm2015/lib/translation/core-components-translation.module.js +28 -28
  215. package/esm2015/lib/translation/core-components-translation.service.js +16 -16
  216. package/esm2015/lib/translation/core-dictionary.service.js +28 -28
  217. package/esm2015/lib/translation/core-localize.pipe.js +25 -25
  218. package/esm2015/public-api.js +129 -129
  219. package/fesm2015/colijnit-corecomponents_v12.js +12066 -12066
  220. package/lib/components/article-tile/article-tile.component.d.ts +22 -22
  221. package/lib/components/article-tile/article-tile.module.d.ts +2 -2
  222. package/lib/components/base/base-input.component.d.ts +182 -182
  223. package/lib/components/base/base.module.d.ts +2 -2
  224. package/lib/components/base/commit-buttons/commit-buttons.component.d.ts +21 -21
  225. package/lib/components/base/commit-buttons/commit-buttons.module.d.ts +2 -2
  226. package/lib/components/base/dialog-base.component.d.ts +4 -4
  227. package/lib/components/base-input-date-picker/base-input-date-picker.directive.d.ts +15 -15
  228. package/lib/components/button/button.component.d.ts +29 -29
  229. package/lib/components/button/button.module.d.ts +2 -2
  230. package/lib/components/calendar/calendar-template.component.d.ts +60 -60
  231. package/lib/components/calendar/calendar.component.d.ts +13 -13
  232. package/lib/components/calendar/calendar.module.d.ts +2 -2
  233. package/lib/components/card/card.component.d.ts +23 -23
  234. package/lib/components/card/card.module.d.ts +2 -2
  235. package/lib/components/carousel/carousel.component.d.ts +23 -23
  236. package/lib/components/carousel/carousel.module.d.ts +6 -6
  237. package/lib/components/carousel-3d/carousel-3d.component.d.ts +55 -55
  238. package/lib/components/carousel-3d/carousel-3d.module.d.ts +2 -2
  239. package/lib/components/carousel-3d/carouselItem.d.ts +13 -13
  240. package/lib/components/checkmark-overlay/checkmark-overlay.component.d.ts +17 -17
  241. package/lib/components/checkmark-overlay/checkmark-overlay.module.d.ts +2 -2
  242. package/lib/components/co-dialog/co-dialog.component.d.ts +23 -23
  243. package/lib/components/co-dialog/co-dialog.module.d.ts +2 -2
  244. package/lib/components/co-dialog-wizard/co-dialog-wizard.component.d.ts +9 -9
  245. package/lib/components/co-dialog-wizard/co-dialog-wizard.module.d.ts +2 -2
  246. package/lib/components/collapsible/collapsible.component.d.ts +22 -22
  247. package/lib/components/collapsible/collapsible.module.d.ts +2 -2
  248. package/lib/components/color-picker/color-picker.component.d.ts +6 -6
  249. package/lib/components/color-picker/color-picker.module.d.ts +2 -2
  250. package/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.d.ts +20 -20
  251. package/lib/components/core-dialog/core-dialog.module.d.ts +4 -4
  252. package/lib/components/core-dialog/core-dialog.service.d.ts +15 -15
  253. package/lib/components/core-dialog/core-dynamic-component.service.d.ts +12 -12
  254. package/lib/components/double-calendar/double-calendar.component.d.ts +18 -18
  255. package/lib/components/double-calendar/double-calendar.module.d.ts +2 -2
  256. package/lib/components/filter-item/filter-item-viewmodel.d.ts +9 -9
  257. package/lib/components/filter-item/filter-item.component.d.ts +80 -80
  258. package/lib/components/filter-item/filter-item.module.d.ts +2 -2
  259. package/lib/components/filter-item/filter-viewmodel.d.ts +8 -8
  260. package/lib/components/form/form.component.d.ts +39 -39
  261. package/lib/components/form/form.module.d.ts +2 -2
  262. package/lib/components/grid-toolbar/grid-toolbar.component.d.ts +19 -19
  263. package/lib/components/grid-toolbar/grid-toolbar.module.d.ts +2 -2
  264. package/lib/components/grid-toolbar-button/grid-toolbar-button.component.d.ts +8 -8
  265. package/lib/components/grid-toolbar-button/grid-toolbar-button.module.d.ts +2 -2
  266. package/lib/components/icon/icon-cache.service.d.ts +20 -20
  267. package/lib/components/icon/icon.component.d.ts +17 -17
  268. package/lib/components/icon/icon.module.d.ts +2 -2
  269. package/lib/components/icon-collapse-handle/icon-collapse-handle.component.d.ts +21 -21
  270. package/lib/components/icon-collapse-handle/icon-collapse-handle.module.d.ts +2 -2
  271. package/lib/components/image/image.component.d.ts +20 -20
  272. package/lib/components/image/image.module.d.ts +2 -2
  273. package/lib/components/input-checkbox/input-checkbox.component.d.ts +24 -24
  274. package/lib/components/input-checkbox/input-checkbox.module.d.ts +2 -2
  275. package/lib/components/input-date-picker/input-date-picker.component.d.ts +12 -12
  276. package/lib/components/input-date-picker/input-date-picker.module.d.ts +2 -2
  277. package/lib/components/input-date-range-picker/input-date-range-picker.component.d.ts +20 -20
  278. package/lib/components/input-date-range-picker/input-date-range-picker.module.d.ts +2 -2
  279. package/lib/components/input-number-picker/input-number-picker.component.d.ts +73 -73
  280. package/lib/components/input-number-picker/input-number-picker.module.d.ts +2 -2
  281. package/lib/components/input-radio-button/input-radio-button.component.d.ts +19 -19
  282. package/lib/components/input-radio-button/input-radio-button.module.d.ts +2 -2
  283. package/lib/components/input-scanner/bar-code-scanner.d.ts +7 -7
  284. package/lib/components/input-scanner/input-scanner.component.d.ts +23 -23
  285. package/lib/components/input-scanner/input-scanner.module.d.ts +2 -2
  286. package/lib/components/input-scanner/scanner.service.d.ts +11 -11
  287. package/lib/components/input-search/input-search.component.d.ts +18 -18
  288. package/lib/components/input-search/input-search.module.d.ts +2 -2
  289. package/lib/components/input-text/input-text.component.d.ts +62 -62
  290. package/lib/components/input-text/input-text.module.d.ts +2 -2
  291. package/lib/components/input-textarea/input-textarea.component.d.ts +19 -19
  292. package/lib/components/input-textarea/input-textarea.module.d.ts +2 -2
  293. package/lib/components/level-indicator/level-indicator-level.enum.d.ts +5 -5
  294. package/lib/components/level-indicator/level-indicator.component.d.ts +10 -10
  295. package/lib/components/level-indicator/level-indicator.module.d.ts +2 -2
  296. package/lib/components/list-of-values/list-of-values-multiselect-popup.component.d.ts +25 -25
  297. package/lib/components/list-of-values/list-of-values-popup.component.d.ts +47 -47
  298. package/lib/components/list-of-values/list-of-values.component.d.ts +37 -37
  299. package/lib/components/list-of-values/list-of-values.module.d.ts +2 -2
  300. package/lib/components/list-of-values/style/_layout.scss +4 -0
  301. package/lib/components/loader/loader.component.d.ts +3 -3
  302. package/lib/components/loader/loader.module.d.ts +2 -2
  303. package/lib/components/pagination/paginate.pipe.d.ts +15 -15
  304. package/lib/components/pagination/pagination-instance.d.ts +14 -14
  305. package/lib/components/pagination/pagination.component.d.ts +38 -38
  306. package/lib/components/pagination/pagination.module.d.ts +2 -2
  307. package/lib/components/pagination/pagination.service.d.ts +24 -24
  308. package/lib/components/pagination-bar/pagination-bar.component.d.ts +33 -33
  309. package/lib/components/pagination-bar/pagination-bar.module.d.ts +2 -2
  310. package/lib/components/popup/const/popup-window-token.d.ts +3 -3
  311. package/lib/components/popup/interface/popup-button.d.ts +8 -8
  312. package/lib/components/popup/interface/popup-close-event.d.ts +5 -5
  313. package/lib/components/popup/interface/popup-settings.d.ts +21 -21
  314. package/lib/components/popup/interface/popup.d.ts +9 -9
  315. package/lib/components/popup/model/popup-button-globals.d.ts +9 -9
  316. package/lib/components/popup/model/popup-window.d.ts +21 -21
  317. package/lib/components/popup/popup-buttons.component.d.ts +13 -13
  318. package/lib/components/popup/popup-message-display.component.d.ts +12 -12
  319. package/lib/components/popup/popup-window-shell.component.d.ts +42 -42
  320. package/lib/components/popup/popup.module.d.ts +4 -4
  321. package/lib/components/popup/service/popup-shower.service.d.ts +17 -17
  322. package/lib/components/popup/service/prompt.service.d.ts +17 -17
  323. package/lib/components/popup/text-input-popup.component.d.ts +12 -12
  324. package/lib/components/responsive-text/responsive-text.component.d.ts +4 -4
  325. package/lib/components/responsive-text/responsive-text.module.d.ts +2 -2
  326. package/lib/components/simple-grid/base-simple-grid.component.d.ts +52 -52
  327. package/lib/components/simple-grid/simple-grid-cell.component.d.ts +30 -30
  328. package/lib/components/simple-grid/simple-grid-column.directive.d.ts +42 -42
  329. package/lib/components/simple-grid/simple-grid.component.d.ts +64 -64
  330. package/lib/components/simple-grid/simple-grid.module.d.ts +2 -2
  331. package/lib/components/tile/tile.component.d.ts +16 -16
  332. package/lib/components/tile/tile.module.d.ts +2 -2
  333. package/lib/components/tile-select/tile-select.component.d.ts +8 -8
  334. package/lib/components/tile-select/tile-select.module.d.ts +2 -2
  335. package/lib/components/tooltip/tooltip.component.d.ts +18 -18
  336. package/lib/components/tooltip/tooltip.module.d.ts +2 -2
  337. package/lib/components/validation-error/validation-error.component.d.ts +12 -12
  338. package/lib/components/validation-error/validation-error.module.d.ts +2 -2
  339. package/lib/components/view-mode-buttons/content-view-mode.enum.d.ts +8 -8
  340. package/lib/components/view-mode-buttons/view-mode-buttons.component.d.ts +17 -17
  341. package/lib/components/view-mode-buttons/view-mode-buttons.module.d.ts +2 -2
  342. package/lib/core/constant/default-upper-bound-for-range-components.d.ts +2 -2
  343. package/lib/core/constant/java-max-int.d.ts +1 -1
  344. package/lib/core/constant/number-inputs-key-down-white-list.d.ts +2 -2
  345. package/lib/core/decorator/input-boolean.decorator.d.ts +8 -8
  346. package/lib/core/enum/co-direction.d.ts +6 -6
  347. package/lib/core/enum/co-document-image-display-kind.enum.d.ts +5 -5
  348. package/lib/core/enum/co-document-type.enum.d.ts +5 -5
  349. package/lib/core/enum/co-orientation.d.ts +6 -6
  350. package/lib/core/enum/core-components-icon.enum.d.ts +298 -298
  351. package/lib/core/enum/file-type-internal.enum.d.ts +15 -15
  352. package/lib/core/enum/file-type.enum.d.ts +5 -5
  353. package/lib/core/enum/filterItem-mode.enum.d.ts +15 -15
  354. package/lib/core/enum/input-number-picker-show-mode.enum.d.ts +5 -5
  355. package/lib/core/enum/keyboard-code.enum.d.ts +71 -71
  356. package/lib/core/enum/keyboard-key.enum.d.ts +70 -70
  357. package/lib/core/enum/object-right-type.enum.d.ts +5 -5
  358. package/lib/core/enum/popup-button-type.enum.d.ts +9 -9
  359. package/lib/core/enum/popup-type.enum.d.ts +9 -9
  360. package/lib/core/enum/table-name.enum.d.ts +79 -79
  361. package/lib/core/function/any-nill.function.d.ts +1 -1
  362. package/lib/core/function/is-nill.function.d.ts +1 -1
  363. package/lib/core/function/none-nill.function.d.ts +1 -1
  364. package/lib/core/function/not-nill.function.d.ts +1 -1
  365. package/lib/core/model/bounds-constrained-number-value.d.ts +46 -46
  366. package/lib/core/model/check-precision-and-scale-result.d.ts +4 -4
  367. package/lib/core/model/check-within-stepped-bounds-result.d.ts +8 -8
  368. package/lib/core/model/co-document-right.bo.d.ts +6 -6
  369. package/lib/core/model/co-document.bo.d.ts +61 -61
  370. package/lib/core/model/core-components-icon-svg.d.ts +4 -4
  371. package/lib/core/model/element-position.d.ts +7 -7
  372. package/lib/core/model/event/string-prompt-result-event.d.ts +6 -6
  373. package/lib/core/service/form-input-user-change-listener.service.d.ts +10 -10
  374. package/lib/core/service/form-master.service.d.ts +26 -26
  375. package/lib/core/service/ng-zone-wrapper.service.d.ts +6 -6
  376. package/lib/core/utils/array-utils.d.ts +85 -85
  377. package/lib/core/utils/browser-utils.d.ts +15 -15
  378. package/lib/core/utils/direction-enum-utils.d.ts +5 -5
  379. package/lib/core/utils/event-utils.d.ts +12 -12
  380. package/lib/core/utils/file-utils.d.ts +29 -29
  381. package/lib/core/utils/number-utils.d.ts +89 -89
  382. package/lib/core/utils/object-utils.d.ts +31 -31
  383. package/lib/core/utils/string-utils.d.ts +25 -25
  384. package/lib/core/validator/email.validator.d.ts +2 -2
  385. package/lib/core/validator/equal.validator.d.ts +2 -2
  386. package/lib/core/validator/max-string-length.validator.d.ts +2 -2
  387. package/lib/core/validator/password.validator.d.ts +3 -3
  388. package/lib/core/validator/precision-scale.validator.d.ts +2 -2
  389. package/lib/core/validator/required.validator.d.ts +2 -2
  390. package/lib/directives/clickoutside/click-outside-master.service.d.ts +15 -15
  391. package/lib/directives/clickoutside/click-outside.directive.d.ts +18 -18
  392. package/lib/directives/clickoutside/clickoutside.module.d.ts +2 -2
  393. package/lib/directives/observe-visibility/observe-visibility.directive.d.ts +14 -14
  394. package/lib/directives/observe-visibility/observe-visibility.module.d.ts +2 -2
  395. package/lib/directives/overlay/overlay-parent.directive.d.ts +6 -6
  396. package/lib/directives/overlay/overlay.directive.d.ts +25 -25
  397. package/lib/directives/overlay/overlay.module.d.ts +2 -2
  398. package/lib/directives/ripple/ripple-ref.d.ts +21 -21
  399. package/lib/directives/ripple/ripple-renderer.d.ts +56 -56
  400. package/lib/directives/ripple/ripple.directive.d.ts +56 -56
  401. package/lib/directives/ripple/ripple.module.d.ts +2 -2
  402. package/lib/directives/ripple/scroll-dispatcher.service.d.ts +51 -51
  403. package/lib/directives/ripple/scrollable.directive.d.ts +20 -20
  404. package/lib/directives/ripple/viewport-ruler.service.d.ts +29 -29
  405. package/lib/directives/screen-configuration/screen-configuration.directive.d.ts +32 -32
  406. package/lib/directives/screen-configuration/screen-configuration.module.d.ts +2 -2
  407. package/lib/directives/stopclick/stop-click.directive.d.ts +10 -10
  408. package/lib/directives/stopclick/stop-click.module.d.ts +2 -2
  409. package/lib/directives/template-wrapper/template-wrapper.directive.d.ts +13 -13
  410. package/lib/directives/template-wrapper/template-wrapper.module.d.ts +2 -2
  411. package/lib/directives/tooltip/tooltip-directive.module.d.ts +2 -2
  412. package/lib/directives/tooltip/tooltip.directive.d.ts +20 -20
  413. package/lib/interfaces/dialog-response.interface.d.ts +6 -6
  414. package/lib/interfaces/scanner-input.interface.d.ts +3 -3
  415. package/lib/interfaces/screen-config-adapter-component-interface-name.d.ts +3 -3
  416. package/lib/interfaces/screen-config-adapter.component.interface.d.ts +10 -10
  417. package/lib/model/enum/app-button-type.enum.d.ts +9 -9
  418. package/lib/model/enum/app-popup-type.enum.d.ts +6 -6
  419. package/lib/pipes/append.pipe.d.ts +4 -4
  420. package/lib/pipes/append.pipe.module.d.ts +2 -2
  421. package/lib/pipes/filter.pipe.d.ts +4 -4
  422. package/lib/pipes/filter.pipe.module.d.ts +2 -2
  423. package/lib/pipes/prepend.pipe.d.ts +4 -4
  424. package/lib/pipes/prepend.pipe.module.d.ts +2 -2
  425. package/lib/pipes/price-display-pipe.module.d.ts +2 -2
  426. package/lib/pipes/price-display.pipe.d.ts +4 -4
  427. package/lib/service/base-module-screen-config.service.d.ts +47 -47
  428. package/lib/service/base-module.service.d.ts +22 -22
  429. package/lib/service/color-sequence.service.d.ts +4 -4
  430. package/lib/service/overlay.service.d.ts +13 -13
  431. package/lib/translation/core-components-translation.module.d.ts +4 -4
  432. package/lib/translation/core-components-translation.service.d.ts +6 -6
  433. package/lib/translation/core-dictionary.service.d.ts +12 -12
  434. package/lib/translation/core-localize.pipe.d.ts +7 -7
  435. package/package.json +2 -2
  436. package/public-api.d.ts +126 -126
@@ -1,22 +1,22 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { IconCacheService } from "../icon/icon-cache.service";
3
- import { LevelIndicatorLevel } from "../level-indicator/level-indicator-level.enum";
4
- export declare class ArticleTileComponent {
5
- icons: IconCacheService;
6
- imageData: string;
7
- description: string;
8
- price: number | string;
9
- level: LevelIndicatorLevel;
10
- isSelected: boolean;
11
- isSmallModus: boolean;
12
- hasConfigureButton: boolean;
13
- hasThreeDButton: boolean;
14
- hasCartButton: boolean;
15
- readonly contentClick: EventEmitter<MouseEvent>;
16
- readonly configureButtonClick: EventEmitter<MouseEvent>;
17
- readonly threeDButtonClick: EventEmitter<MouseEvent>;
18
- readonly cartButtonClick: EventEmitter<MouseEvent>;
19
- readonly Icons: any;
20
- constructor(icons: IconCacheService);
21
- onHostClick(event: MouseEvent): void;
22
- }
1
+ import { EventEmitter } from "@angular/core";
2
+ import { IconCacheService } from "../icon/icon-cache.service";
3
+ import { LevelIndicatorLevel } from "../level-indicator/level-indicator-level.enum";
4
+ export declare class ArticleTileComponent {
5
+ icons: IconCacheService;
6
+ imageData: string;
7
+ description: string;
8
+ price: number | string;
9
+ level: LevelIndicatorLevel;
10
+ isSelected: boolean;
11
+ isSmallModus: boolean;
12
+ hasConfigureButton: boolean;
13
+ hasThreeDButton: boolean;
14
+ hasCartButton: boolean;
15
+ readonly contentClick: EventEmitter<MouseEvent>;
16
+ readonly configureButtonClick: EventEmitter<MouseEvent>;
17
+ readonly threeDButtonClick: EventEmitter<MouseEvent>;
18
+ readonly cartButtonClick: EventEmitter<MouseEvent>;
19
+ readonly Icons: any;
20
+ constructor(icons: IconCacheService);
21
+ onHostClick(event: MouseEvent): void;
22
+ }
@@ -1,2 +1,2 @@
1
- export declare class ArticleTileModule {
2
- }
1
+ export declare class ArticleTileModule {
2
+ }
@@ -1,182 +1,182 @@
1
- import { AfterViewInit, ChangeDetectorRef, ComponentFactoryResolver, ElementRef, EventEmitter, OnDestroy, OnInit, ViewContainerRef } from "@angular/core";
2
- import { AsyncValidatorFn, FormControl, NgModel, ValidatorFn } from "@angular/forms";
3
- import { FormInputUserModelChangeListenerService } from "../../core/service/form-input-user-change-listener.service";
4
- import { NgZoneWrapperService } from "../../core/service/ng-zone-wrapper.service";
5
- import { CoreComponentsIcon } from "../../core/enum/core-components-icon.enum";
6
- import { FormComponent } from "../form/form.component";
7
- import { ScreenConfigAdapterComponent } from "../../interfaces/screen-config-adapter.component.interface";
8
- import { OverlayService } from '../../service/overlay.service';
9
- /**
10
- * Abstract base class for all concrete form input components that contain a native <input> element. Provides common data and functionality, such as
11
- * adding self as a control to the parent form.
12
- */
13
- export declare abstract class BaseInputComponent<T> implements OnInit, OnDestroy, AfterViewInit, ScreenConfigAdapterComponent {
14
- protected changeDetector: ChangeDetectorRef;
15
- protected componentFactoryResolver: ComponentFactoryResolver;
16
- protected overlayService: OverlayService;
17
- protected formUserChangeListener?: FormInputUserModelChangeListenerService;
18
- protected ngZoneWrapper?: NgZoneWrapperService;
19
- elementRef?: ElementRef;
20
- readonly icons: typeof CoreComponentsIcon;
21
- validationErrorContainer: ViewContainerRef;
22
- _ngModel: NgModel;
23
- get ngModel(): NgModel;
24
- static BaseFormInputComponentIndex: number;
25
- static HiddenClass: string;
26
- showSaveCancel: boolean;
27
- set model(value: T);
28
- get model(): T;
29
- label: string;
30
- noValidation: boolean;
31
- initFocus: boolean;
32
- noClickFocus: boolean;
33
- businessObjectId: any;
34
- name: string;
35
- set disabled(disabled: boolean);
36
- get disabled(): boolean;
37
- set maxLength(maxLength: number);
38
- get maxLength(): number;
39
- forcedMaxLength: number;
40
- set readonly(readonly: boolean);
41
- get readonly(): boolean;
42
- set forceReadonly(forceReadonly: boolean);
43
- get forceReadonly(): boolean;
44
- set required(required: boolean);
45
- get required(): boolean;
46
- forceRequired: boolean;
47
- set validators(validators: ValidatorFn[]);
48
- get validators(): ValidatorFn[];
49
- set asyncValidators(validators: AsyncValidatorFn[]);
50
- get asyncValidators(): AsyncValidatorFn[];
51
- set hidden(hidden: boolean);
52
- get hidden(): boolean;
53
- set decimals(value: number);
54
- get decimals(): number;
55
- icon: CoreComponentsIcon;
56
- customCssClass: string;
57
- redErrorBackground: boolean;
58
- set myFormInputInstance(value: BaseInputComponent<T>);
59
- get myFormInputInstance(): BaseInputComponent<T>;
60
- commitOnBlur: boolean;
61
- readonly nativeBlur: EventEmitter<any>;
62
- readonly blur: EventEmitter<any>;
63
- readonly enter: EventEmitter<any>;
64
- readonly focus: EventEmitter<any>;
65
- readonly keyDown: EventEmitter<any>;
66
- readonly keyUp: EventEmitter<any>;
67
- readonly modelChange: EventEmitter<any>;
68
- readonly userModelChange: EventEmitter<any>;
69
- readonly hiddenChange: EventEmitter<boolean>;
70
- focused: boolean;
71
- formComponent: FormComponent;
72
- formInput: boolean;
73
- customWidth: boolean;
74
- customHeight: boolean;
75
- noTriangleGraphic: boolean;
76
- keepFocussed: boolean;
77
- halfWidth: boolean;
78
- fullWidth: boolean;
79
- excludeUserModelChange: boolean;
80
- noFormGroupControl: boolean;
81
- get formSubmitted(): boolean;
82
- get hasNoLabel(): boolean;
83
- get hasValue(): boolean;
84
- get invalid(): boolean;
85
- get isDisabled(): boolean;
86
- get isReadonly(): boolean;
87
- get isRequired(): boolean;
88
- get touchedInvalid(): boolean;
89
- get valid(): boolean;
90
- get validationDisabled(): boolean;
91
- onClick(event: MouseEvent): void;
92
- onFocusIn(): void;
93
- handleKeyDown(event: KeyboardEvent): void;
94
- get canChange(): boolean;
95
- get control(): FormControl;
96
- get formInputInstance(): BaseInputComponent<T>;
97
- get isDestroyed(): boolean;
98
- input: HTMLInputElement | HTMLTextAreaElement;
99
- keepFocus: boolean;
100
- set canSaveOrCancel(value: boolean);
101
- get canSaveOrCancel(): boolean;
102
- objectConfigName: string;
103
- validationError: string;
104
- protected _markedAsUserTouched: boolean;
105
- protected _destroyed: boolean;
106
- protected _hasOnPushCdStrategy: boolean;
107
- protected _model: T;
108
- protected _modelDirtyForCommit: boolean;
109
- protected _initialModel: T;
110
- protected _initialModelSet: boolean;
111
- private _myFormInputInstance;
112
- private _errorValidationComponent;
113
- private _decimals;
114
- private _hidden;
115
- private _disabled;
116
- private _maxLength;
117
- private _readonly;
118
- private _required;
119
- private _forceReadonly;
120
- private _validators;
121
- private _asyncValidators;
122
- private _speechSub;
123
- private _modelChangeSub;
124
- private _formAnySubmitSub;
125
- private _formReadonlyChangeSub;
126
- private _clearMarkedAsUserTouchedSub;
127
- private _canSaveOrCancel;
128
- private _commitButtonsComponentRef;
129
- private _validationComponentRef;
130
- constructor(changeDetector: ChangeDetectorRef, componentFactoryResolver: ComponentFactoryResolver, overlayService: OverlayService, formUserChangeListener?: FormInputUserModelChangeListenerService, ngZoneWrapper?: NgZoneWrapperService, elementRef?: ElementRef);
131
- ngOnInit(): void;
132
- ngAfterViewInit(): void;
133
- ngOnDestroy(): void;
134
- commit: (model: any) => Promise<boolean>;
135
- cancelClick(event?: MouseEvent): void;
136
- showValidationError(error: string): void;
137
- /**
138
- * Emits a modelChange event with given value, indicating that the model of this form input
139
- * has changed and its new value is given value. Also emits userModelChange if markedAsUserTouched.
140
- */
141
- setModel(value: any): void;
142
- requestFocus(): void;
143
- doFocus(event?: any): any;
144
- doBlur(event?: any, handleCommit?: boolean): Promise<any>;
145
- detectChanges(): void;
146
- markForCheck(): void;
147
- detectChangesAfterAngular(): void;
148
- /**
149
- * Links the given formComp.submit event to the firing of detectChanges() of given change detector. This is a 'utility-like' method,
150
- * but we manage the actual subscription (with UNSUBSCRIBE()!) on this base class.
151
- * @param formComp The form whose submit we want to link with the call of .detectChanges() on given change detector ref.
152
- * @param changeDetectorRef This should be given as param. I choose not to make this part of our (BaseFormInputComponent) constructor,
153
- * because we already have 21 extenders.
154
- */
155
- markAsUserTouched(): void;
156
- clearMarkedAsUserTouched(): void;
157
- protected modelSet(): void;
158
- protected setMaxLength(maxLength: number): void;
159
- protected _markAsOnPush(): void;
160
- protected _checkState(): boolean;
161
- protected _updateControlValidatorsAndOwnFlags(): void;
162
- private _handleCommit;
163
- private _commitFinished;
164
- private _clearErrorComponent;
165
- private _controlExists;
166
- private _controlIsValid;
167
- private _setNativeDisabled;
168
- private _setNativeMaxLength;
169
- protected _setNativeReadOnly(readonly: boolean): void;
170
- private _setNativeRequired;
171
- private _subscribeToSpeechInput;
172
- private _addOrRemoveSelfFromForm;
173
- private _updateSelfInForm;
174
- private _removeSelfFromForm;
175
- private _addSelfToForm;
176
- private _prepareInput;
177
- private _findInputNode;
178
- private _positionValidationError;
179
- protected _handleKeyDown(event: KeyboardEvent): Promise<any>;
180
- private _createNewFocusEvent;
181
- private _setFocusOnNextPossibleInput;
182
- }
1
+ import { AfterViewInit, ChangeDetectorRef, ComponentFactoryResolver, ElementRef, EventEmitter, OnDestroy, OnInit, ViewContainerRef } from "@angular/core";
2
+ import { AsyncValidatorFn, FormControl, NgModel, ValidatorFn } from "@angular/forms";
3
+ import { FormInputUserModelChangeListenerService } from "../../core/service/form-input-user-change-listener.service";
4
+ import { NgZoneWrapperService } from "../../core/service/ng-zone-wrapper.service";
5
+ import { CoreComponentsIcon } from "../../core/enum/core-components-icon.enum";
6
+ import { FormComponent } from "../form/form.component";
7
+ import { ScreenConfigAdapterComponent } from "../../interfaces/screen-config-adapter.component.interface";
8
+ import { OverlayService } from '../../service/overlay.service';
9
+ /**
10
+ * Abstract base class for all concrete form input components that contain a native <input> element. Provides common data and functionality, such as
11
+ * adding self as a control to the parent form.
12
+ */
13
+ export declare abstract class BaseInputComponent<T> implements OnInit, OnDestroy, AfterViewInit, ScreenConfigAdapterComponent {
14
+ protected changeDetector: ChangeDetectorRef;
15
+ protected componentFactoryResolver: ComponentFactoryResolver;
16
+ protected overlayService: OverlayService;
17
+ protected formUserChangeListener?: FormInputUserModelChangeListenerService;
18
+ protected ngZoneWrapper?: NgZoneWrapperService;
19
+ elementRef?: ElementRef;
20
+ readonly icons: typeof CoreComponentsIcon;
21
+ validationErrorContainer: ViewContainerRef;
22
+ _ngModel: NgModel;
23
+ get ngModel(): NgModel;
24
+ static BaseFormInputComponentIndex: number;
25
+ static HiddenClass: string;
26
+ showSaveCancel: boolean;
27
+ set model(value: T);
28
+ get model(): T;
29
+ label: string;
30
+ noValidation: boolean;
31
+ initFocus: boolean;
32
+ noClickFocus: boolean;
33
+ businessObjectId: any;
34
+ name: string;
35
+ set disabled(disabled: boolean);
36
+ get disabled(): boolean;
37
+ set maxLength(maxLength: number);
38
+ get maxLength(): number;
39
+ forcedMaxLength: number;
40
+ set readonly(readonly: boolean);
41
+ get readonly(): boolean;
42
+ set forceReadonly(forceReadonly: boolean);
43
+ get forceReadonly(): boolean;
44
+ set required(required: boolean);
45
+ get required(): boolean;
46
+ forceRequired: boolean;
47
+ set validators(validators: ValidatorFn[]);
48
+ get validators(): ValidatorFn[];
49
+ set asyncValidators(validators: AsyncValidatorFn[]);
50
+ get asyncValidators(): AsyncValidatorFn[];
51
+ set hidden(hidden: boolean);
52
+ get hidden(): boolean;
53
+ set decimals(value: number);
54
+ get decimals(): number;
55
+ icon: CoreComponentsIcon;
56
+ customCssClass: string;
57
+ redErrorBackground: boolean;
58
+ set myFormInputInstance(value: BaseInputComponent<T>);
59
+ get myFormInputInstance(): BaseInputComponent<T>;
60
+ commitOnBlur: boolean;
61
+ readonly nativeBlur: EventEmitter<any>;
62
+ readonly blur: EventEmitter<any>;
63
+ readonly enter: EventEmitter<any>;
64
+ readonly focus: EventEmitter<any>;
65
+ readonly keyDown: EventEmitter<any>;
66
+ readonly keyUp: EventEmitter<any>;
67
+ readonly modelChange: EventEmitter<any>;
68
+ readonly userModelChange: EventEmitter<any>;
69
+ readonly hiddenChange: EventEmitter<boolean>;
70
+ focused: boolean;
71
+ formComponent: FormComponent;
72
+ formInput: boolean;
73
+ customWidth: boolean;
74
+ customHeight: boolean;
75
+ noTriangleGraphic: boolean;
76
+ keepFocussed: boolean;
77
+ halfWidth: boolean;
78
+ fullWidth: boolean;
79
+ excludeUserModelChange: boolean;
80
+ noFormGroupControl: boolean;
81
+ get formSubmitted(): boolean;
82
+ get hasNoLabel(): boolean;
83
+ get hasValue(): boolean;
84
+ get invalid(): boolean;
85
+ get isDisabled(): boolean;
86
+ get isReadonly(): boolean;
87
+ get isRequired(): boolean;
88
+ get touchedInvalid(): boolean;
89
+ get valid(): boolean;
90
+ get validationDisabled(): boolean;
91
+ onClick(event: MouseEvent): void;
92
+ onFocusIn(): void;
93
+ handleKeyDown(event: KeyboardEvent): void;
94
+ get canChange(): boolean;
95
+ get control(): FormControl;
96
+ get formInputInstance(): BaseInputComponent<T>;
97
+ get isDestroyed(): boolean;
98
+ input: HTMLInputElement | HTMLTextAreaElement;
99
+ keepFocus: boolean;
100
+ set canSaveOrCancel(value: boolean);
101
+ get canSaveOrCancel(): boolean;
102
+ objectConfigName: string;
103
+ validationError: string;
104
+ protected _markedAsUserTouched: boolean;
105
+ protected _destroyed: boolean;
106
+ protected _hasOnPushCdStrategy: boolean;
107
+ protected _model: T;
108
+ protected _modelDirtyForCommit: boolean;
109
+ protected _initialModel: T;
110
+ protected _initialModelSet: boolean;
111
+ private _myFormInputInstance;
112
+ private _errorValidationComponent;
113
+ private _decimals;
114
+ private _hidden;
115
+ private _disabled;
116
+ private _maxLength;
117
+ private _readonly;
118
+ private _required;
119
+ private _forceReadonly;
120
+ private _validators;
121
+ private _asyncValidators;
122
+ private _speechSub;
123
+ private _modelChangeSub;
124
+ private _formAnySubmitSub;
125
+ private _formReadonlyChangeSub;
126
+ private _clearMarkedAsUserTouchedSub;
127
+ private _canSaveOrCancel;
128
+ private _commitButtonsComponentRef;
129
+ private _validationComponentRef;
130
+ constructor(changeDetector: ChangeDetectorRef, componentFactoryResolver: ComponentFactoryResolver, overlayService: OverlayService, formUserChangeListener?: FormInputUserModelChangeListenerService, ngZoneWrapper?: NgZoneWrapperService, elementRef?: ElementRef);
131
+ ngOnInit(): void;
132
+ ngAfterViewInit(): void;
133
+ ngOnDestroy(): void;
134
+ commit: (model: any) => Promise<boolean>;
135
+ cancelClick(event?: MouseEvent): void;
136
+ showValidationError(error: string): void;
137
+ /**
138
+ * Emits a modelChange event with given value, indicating that the model of this form input
139
+ * has changed and its new value is given value. Also emits userModelChange if markedAsUserTouched.
140
+ */
141
+ setModel(value: any): void;
142
+ requestFocus(): void;
143
+ doFocus(event?: any): any;
144
+ doBlur(event?: any, handleCommit?: boolean): Promise<any>;
145
+ detectChanges(): void;
146
+ markForCheck(): void;
147
+ detectChangesAfterAngular(): void;
148
+ /**
149
+ * Links the given formComp.submit event to the firing of detectChanges() of given change detector. This is a 'utility-like' method,
150
+ * but we manage the actual subscription (with UNSUBSCRIBE()!) on this base class.
151
+ * @param formComp The form whose submit we want to link with the call of .detectChanges() on given change detector ref.
152
+ * @param changeDetectorRef This should be given as param. I choose not to make this part of our (BaseFormInputComponent) constructor,
153
+ * because we already have 21 extenders.
154
+ */
155
+ markAsUserTouched(): void;
156
+ clearMarkedAsUserTouched(): void;
157
+ protected modelSet(): void;
158
+ protected setMaxLength(maxLength: number): void;
159
+ protected _markAsOnPush(): void;
160
+ protected _checkState(): boolean;
161
+ protected _updateControlValidatorsAndOwnFlags(): void;
162
+ private _handleCommit;
163
+ private _commitFinished;
164
+ private _clearErrorComponent;
165
+ private _controlExists;
166
+ private _controlIsValid;
167
+ private _setNativeDisabled;
168
+ private _setNativeMaxLength;
169
+ protected _setNativeReadOnly(readonly: boolean): void;
170
+ private _setNativeRequired;
171
+ private _subscribeToSpeechInput;
172
+ private _addOrRemoveSelfFromForm;
173
+ private _updateSelfInForm;
174
+ private _removeSelfFromForm;
175
+ private _addSelfToForm;
176
+ private _prepareInput;
177
+ private _findInputNode;
178
+ private _positionValidationError;
179
+ protected _handleKeyDown(event: KeyboardEvent): Promise<any>;
180
+ private _createNewFocusEvent;
181
+ private _setFocusOnNextPossibleInput;
182
+ }
@@ -1,2 +1,2 @@
1
- export declare class BaseModule {
2
- }
1
+ export declare class BaseModule {
2
+ }
@@ -1,21 +1,21 @@
1
- import { ElementRef, EventEmitter, QueryList, Renderer2 } from '@angular/core';
2
- export declare class CommitButtonsComponent {
3
- private _renderer;
4
- set content(children: any);
5
- animateDivs: QueryList<ElementRef>;
6
- firstShow: boolean;
7
- set committing(value: boolean);
8
- get committing(): boolean;
9
- set commitFinished(value: boolean);
10
- get commitFinished(): boolean;
11
- parentForOverlay: ElementRef;
12
- cancelClick: EventEmitter<MouseEvent>;
13
- commitClick: EventEmitter<MouseEvent>;
14
- showClass(): boolean;
15
- private _committing;
16
- private _commitFinished;
17
- constructor(_renderer: Renderer2);
18
- private _checkAnimation;
19
- private _checkAnimationFinished;
20
- private _handleAnimationIteration;
21
- }
1
+ import { ElementRef, EventEmitter, QueryList, Renderer2 } from '@angular/core';
2
+ export declare class CommitButtonsComponent {
3
+ private _renderer;
4
+ set content(children: any);
5
+ animateDivs: QueryList<ElementRef>;
6
+ firstShow: boolean;
7
+ set committing(value: boolean);
8
+ get committing(): boolean;
9
+ set commitFinished(value: boolean);
10
+ get commitFinished(): boolean;
11
+ parentForOverlay: ElementRef;
12
+ cancelClick: EventEmitter<MouseEvent>;
13
+ commitClick: EventEmitter<MouseEvent>;
14
+ showClass(): boolean;
15
+ private _committing;
16
+ private _commitFinished;
17
+ constructor(_renderer: Renderer2);
18
+ private _checkAnimation;
19
+ private _checkAnimationFinished;
20
+ private _handleAnimationIteration;
21
+ }
@@ -1,2 +1,2 @@
1
- export declare class CommitButtonsModule {
2
- }
1
+ export declare class CommitButtonsModule {
2
+ }
@@ -1,4 +1,4 @@
1
- import { AppPopupButtonType } from '../../model/enum/app-button-type.enum';
2
- export declare abstract class DialogBaseComponent {
3
- onClose(eventType: AppPopupButtonType, output?: any, rememberChoice?: boolean): void;
4
- }
1
+ import { AppPopupButtonType } from '../../model/enum/app-button-type.enum';
2
+ export declare abstract class DialogBaseComponent {
3
+ onClose(eventType: AppPopupButtonType, output?: any, rememberChoice?: boolean): void;
4
+ }
@@ -1,15 +1,15 @@
1
- import { ElementRef, EventEmitter, OnInit } from '@angular/core';
2
- import { SafeHtml } from "@angular/platform-browser";
3
- import { BaseInputComponent } from "../base/base-input.component";
4
- import { CoreComponentsIcon } from "../../core/enum/core-components-icon.enum";
5
- export declare abstract class BaseInputDatePickerDirective extends BaseInputComponent<any> implements OnInit {
6
- readonly rightIcon: CoreComponentsIcon;
7
- parentForOverlay: ElementRef;
8
- locale: string;
9
- placeholder: string;
10
- leftIcon: CoreComponentsIcon;
11
- leftIconData: SafeHtml;
12
- leftIconClick: EventEmitter<MouseEvent>;
13
- closeAfterDateSelection: boolean;
14
- showCalendar: boolean;
15
- }
1
+ import { ElementRef, EventEmitter, OnInit } from '@angular/core';
2
+ import { SafeHtml } from "@angular/platform-browser";
3
+ import { BaseInputComponent } from "../base/base-input.component";
4
+ import { CoreComponentsIcon } from "../../core/enum/core-components-icon.enum";
5
+ export declare abstract class BaseInputDatePickerDirective extends BaseInputComponent<any> implements OnInit {
6
+ readonly rightIcon: CoreComponentsIcon;
7
+ parentForOverlay: ElementRef;
8
+ locale: string;
9
+ placeholder: string;
10
+ leftIcon: CoreComponentsIcon;
11
+ leftIconData: SafeHtml;
12
+ leftIconClick: EventEmitter<MouseEvent>;
13
+ closeAfterDateSelection: boolean;
14
+ showCalendar: boolean;
15
+ }
@@ -1,29 +1,29 @@
1
- import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
2
- import { SafeHtml } from '@angular/platform-browser';
3
- import { ScreenConfigAdapterComponent } from '../../interfaces/screen-config-adapter.component.interface';
4
- export declare class ButtonComponent implements ScreenConfigAdapterComponent, OnDestroy {
5
- private _elementRef;
6
- label: string;
7
- iconData: SafeHtml | undefined;
8
- iconDataRight: SafeHtml | undefined;
9
- isToggleButton: boolean;
10
- isToggled: boolean;
11
- hidden: boolean;
12
- disabled: boolean;
13
- showClass(): boolean;
14
- readonly onClick: EventEmitter<MouseEvent>;
15
- readonly clickedWhileDisabled: EventEmitter<MouseEvent>;
16
- readonly isToggledChange: EventEmitter<boolean>;
17
- get hasIcon(): boolean;
18
- onHostClick(event: MouseEvent): void;
19
- objectConfigName: string;
20
- required: boolean;
21
- forceReadonly: boolean;
22
- readonly: boolean;
23
- maxLength: number;
24
- decimals: number;
25
- redErrorBackground: boolean;
26
- constructor(_elementRef: ElementRef);
27
- ngOnDestroy(): void;
28
- focus(): void;
29
- }
1
+ import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
2
+ import { SafeHtml } from '@angular/platform-browser';
3
+ import { ScreenConfigAdapterComponent } from '../../interfaces/screen-config-adapter.component.interface';
4
+ export declare class ButtonComponent implements ScreenConfigAdapterComponent, OnDestroy {
5
+ private _elementRef;
6
+ label: string;
7
+ iconData: SafeHtml | undefined;
8
+ iconDataRight: SafeHtml | undefined;
9
+ isToggleButton: boolean;
10
+ isToggled: boolean;
11
+ hidden: boolean;
12
+ disabled: boolean;
13
+ showClass(): boolean;
14
+ readonly onClick: EventEmitter<MouseEvent>;
15
+ readonly clickedWhileDisabled: EventEmitter<MouseEvent>;
16
+ readonly isToggledChange: EventEmitter<boolean>;
17
+ get hasIcon(): boolean;
18
+ onHostClick(event: MouseEvent): void;
19
+ objectConfigName: string;
20
+ required: boolean;
21
+ forceReadonly: boolean;
22
+ readonly: boolean;
23
+ maxLength: number;
24
+ decimals: number;
25
+ redErrorBackground: boolean;
26
+ constructor(_elementRef: ElementRef);
27
+ ngOnDestroy(): void;
28
+ focus(): void;
29
+ }
@@ -1,2 +1,2 @@
1
- export declare class ButtonModule {
2
- }
1
+ export declare class ButtonModule {
2
+ }