@simpleangularcontrols/sac-common 13.0.0-rc.20 → 13.0.0-rc.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 (407) hide show
  1. package/common/basedatetimecontrol.d.ts +45 -18
  2. package/common/basedatetimecontrol.d.ts.map +1 -1
  3. package/common/baseinputcontrol.d.ts +10 -8
  4. package/common/baseinputcontrol.d.ts.map +1 -1
  5. package/common/baselistcontrol.d.ts +16 -16
  6. package/common/baselistcontrol.d.ts.map +1 -1
  7. package/common/basemodelcontrol.d.ts +60 -44
  8. package/common/basemodelcontrol.d.ts.map +1 -1
  9. package/common/baseselectcontrol.d.ts +6 -6
  10. package/common/baseselectcontrol.d.ts.map +1 -1
  11. package/common/baseuploadcontrol.d.ts +78 -58
  12. package/common/baseuploadcontrol.d.ts.map +1 -1
  13. package/components/browser/browser.d.ts +86 -89
  14. package/components/browser/browser.d.ts.map +1 -1
  15. package/components/browser/models/browserfile.d.ts +6 -6
  16. package/components/browser/models/browserfile.d.ts.map +1 -1
  17. package/components/browser/models/browserfiledeleterequest.d.ts +7 -7
  18. package/components/browser/models/browserfiledeleterequest.d.ts.map +1 -1
  19. package/components/browser/models/browserfilerenamerequest.d.ts +10 -10
  20. package/components/browser/models/browserfilerenamerequest.d.ts.map +1 -1
  21. package/components/browser/models/browserfileresponse.d.ts +2 -2
  22. package/components/browser/models/browserfileresponse.d.ts.map +1 -1
  23. package/components/browser/models/browserfilesaverequest.d.ts +7 -7
  24. package/components/browser/models/browserfilesaverequest.d.ts.map +1 -1
  25. package/components/browser/models/browsernode.d.ts +13 -13
  26. package/components/browser/models/browsernode.d.ts.map +1 -1
  27. package/components/browser/models/browsernodedeleterequest.d.ts +6 -6
  28. package/components/browser/models/browsernodedeleterequest.d.ts.map +1 -1
  29. package/components/browser/models/browsernodenewrequest.d.ts +7 -7
  30. package/components/browser/models/browsernodenewrequest.d.ts.map +1 -1
  31. package/components/browser/models/browsernoderenamerequest.d.ts +7 -7
  32. package/components/browser/models/browsernoderenamerequest.d.ts.map +1 -1
  33. package/components/browser/models/browsernoderequest.d.ts +7 -7
  34. package/components/browser/models/browsernoderequest.d.ts.map +1 -1
  35. package/components/browser/models/browsernoderesponse.d.ts +1 -1
  36. package/components/browser/models/browsernoderesponse.d.ts.map +1 -1
  37. package/controls/buttons/button.d.ts +25 -19
  38. package/controls/buttons/button.d.ts.map +1 -1
  39. package/controls/checkbox/checkbox.d.ts +3 -3
  40. package/controls/checkbox/checkbox.d.ts.map +1 -1
  41. package/controls/checkbox/radiobutton.d.ts +19 -13
  42. package/controls/checkbox/radiobutton.d.ts.map +1 -1
  43. package/controls/checkbox/radiobuttons.d.ts +13 -10
  44. package/controls/checkbox/radiobuttons.d.ts.map +1 -1
  45. package/controls/confirm/confirm.button.d.ts +3 -3
  46. package/controls/confirm/confirm.button.d.ts.map +1 -1
  47. package/controls/confirm/confirm.d.ts +13 -12
  48. package/controls/confirm/confirm.d.ts.map +1 -1
  49. package/controls/confirm/confirm.service.d.ts +14 -14
  50. package/controls/confirm/confirm.service.d.ts.map +1 -1
  51. package/controls/contextmenu/contextmenu.d.ts +33 -27
  52. package/controls/contextmenu/contextmenu.d.ts.map +1 -1
  53. package/controls/contextmenu/contextmenu.interface.d.ts +6 -0
  54. package/controls/contextmenu/contextmenu.interface.d.ts.map +1 -1
  55. package/controls/contextmenu/contextmenuanchor.d.ts +4 -4
  56. package/controls/contextmenu/contextmenucontainer.d.ts +4 -4
  57. package/controls/contextmenu/contextmenuitembutton.d.ts +12 -12
  58. package/controls/contextmenu/contextmenuitembutton.d.ts.map +1 -1
  59. package/controls/datetime/date.d.ts +11 -11
  60. package/controls/datetime/date.d.ts.map +1 -1
  61. package/controls/datetime/dateselector.d.ts +47 -40
  62. package/controls/datetime/dateselector.d.ts.map +1 -1
  63. package/controls/datetime/datetime.d.ts +15 -14
  64. package/controls/datetime/datetime.d.ts.map +1 -1
  65. package/controls/datetime/time.d.ts +22 -12
  66. package/controls/datetime/time.d.ts.map +1 -1
  67. package/controls/dialog/dialog.d.ts +29 -23
  68. package/controls/dialog/dialog.d.ts.map +1 -1
  69. package/controls/form/form.d.ts +17 -12
  70. package/controls/form/form.d.ts.map +1 -1
  71. package/controls/grid/grid.d.ts +1 -0
  72. package/controls/grid/grid.d.ts.map +1 -1
  73. package/controls/grid/gridbutton.d.ts +1 -0
  74. package/controls/grid/gridbutton.d.ts.map +1 -1
  75. package/controls/grid/gridcolumn.d.ts +5 -1
  76. package/controls/grid/gridcolumn.d.ts.map +1 -1
  77. package/controls/grid/gridcolumnaction.d.ts +1 -1
  78. package/controls/grid/gridcolumnbase.d.ts +13 -4
  79. package/controls/grid/gridcolumnbase.d.ts.map +1 -1
  80. package/controls/grid/model.d.ts +5 -2
  81. package/controls/grid/model.d.ts.map +1 -1
  82. package/controls/grid/model.ngfactory.d.ts +3 -0
  83. package/controls/grid/model.ngfactory.d.ts.map +1 -1
  84. package/controls/grid/paging.d.ts +2 -3
  85. package/controls/grid/paging.d.ts.map +1 -1
  86. package/controls/input/input.d.ts +7 -7
  87. package/controls/input/inputarea.d.ts +8 -6
  88. package/controls/input/inputarea.d.ts.map +1 -1
  89. package/controls/input/inputcurrency.d.ts +4 -1
  90. package/controls/input/inputcurrency.d.ts.map +1 -1
  91. package/controls/input/inputdecimal.d.ts +14 -14
  92. package/controls/input/inputdecimal.d.ts.map +1 -1
  93. package/controls/input/inputemail.d.ts +4 -4
  94. package/controls/input/inputinteger.d.ts +14 -14
  95. package/controls/input/inputinteger.d.ts.map +1 -1
  96. package/controls/input/inputpassword.d.ts +3 -3
  97. package/controls/input/inputpassword.d.ts.map +1 -1
  98. package/controls/input/inputsearch.d.ts +8 -5
  99. package/controls/input/inputsearch.d.ts.map +1 -1
  100. package/controls/layout/formlayout.d.ts +9 -6
  101. package/controls/layout/formlayout.d.ts.map +1 -1
  102. package/controls/list/buildvaluestring.d.ts +2 -2
  103. package/controls/list/dropdown.d.ts +23 -22
  104. package/controls/list/dropdown.d.ts.map +1 -1
  105. package/controls/list/dropdownoptions.d.ts +10 -10
  106. package/controls/list/dropdownoptions.d.ts.map +1 -1
  107. package/controls/list/listbox.d.ts +25 -23
  108. package/controls/list/listbox.d.ts.map +1 -1
  109. package/controls/multilanguage/multilanguageinput.d.ts +25 -25
  110. package/controls/multilanguage/multilanguageinput.d.ts.map +1 -1
  111. package/controls/multilanguage/multilanguageinputarea.d.ts +27 -27
  112. package/controls/multilanguage/multilanguageinputarea.d.ts.map +1 -1
  113. package/controls/static/formcontainer.d.ts +8 -8
  114. package/controls/static/formcontainer.d.ts.map +1 -1
  115. package/controls/static/staticlabel.d.ts +5 -5
  116. package/controls/static/staticlabel.d.ts.map +1 -1
  117. package/controls/tabs/tab.d.ts +2 -2
  118. package/controls/tabs/tabitem.d.ts +7 -7
  119. package/controls/tabs/tabitem.d.ts.map +1 -1
  120. package/controls/tinymce/tinymce.d.ts +37 -37
  121. package/controls/tinymce/tinymce.d.ts.map +1 -1
  122. package/controls/tinymce/tinymcedialogsettings.d.ts +6 -6
  123. package/controls/tinymce/tinymcedialogsettingsmeta.d.ts +2 -2
  124. package/controls/tinymce/tinymceinstance.d.ts +2 -2
  125. package/controls/tooltip/tooltip.d.ts +10 -5
  126. package/controls/tooltip/tooltip.d.ts.map +1 -1
  127. package/controls/treeview/treeview.d.ts +52 -7
  128. package/controls/treeview/treeview.d.ts.map +1 -1
  129. package/controls/upload/dropzonemultiple.d.ts +16 -16
  130. package/controls/upload/dropzonemultiple.d.ts.map +1 -1
  131. package/controls/upload/dropzonesingle.d.ts +11 -11
  132. package/controls/upload/uploadmultiple.d.ts +12 -12
  133. package/controls/upload/uploadmultiple.d.ts.map +1 -1
  134. package/controls/upload/uploadsingle.d.ts +7 -7
  135. package/controls/upload/uploadsingle.d.ts.map +1 -1
  136. package/controls/validation/validationsummary.d.ts +12 -11
  137. package/controls/validation/validationsummary.d.ts.map +1 -1
  138. package/controls/wizard/wizard.d.ts +25 -18
  139. package/controls/wizard/wizard.d.ts.map +1 -1
  140. package/controls/wizard/wizarditem.d.ts +5 -5
  141. package/controls/wizard/wizarditem.d.ts.map +1 -1
  142. package/enums/ButtonRoleType.d.ts +26 -1
  143. package/enums/ButtonRoleType.d.ts.map +1 -1
  144. package/enums/ControlHeight.d.ts +1 -1
  145. package/enums/ControlHeight.d.ts.map +1 -1
  146. package/enums/IconType.d.ts +1 -1
  147. package/enums/IconType.d.ts.map +1 -1
  148. package/esm2020/common/basedatetimecontrol.mjs +58 -37
  149. package/esm2020/common/baseinputcontrol.mjs +15 -13
  150. package/esm2020/common/baselistcontrol.mjs +19 -17
  151. package/esm2020/common/basemodelcontrol.mjs +81 -70
  152. package/esm2020/common/baseselectcontrol.mjs +10 -9
  153. package/esm2020/common/baseuploadcontrol.mjs +72 -56
  154. package/esm2020/components/browser/browser.mjs +87 -89
  155. package/esm2020/components/browser/models/browserfile.mjs +3 -3
  156. package/esm2020/components/browser/models/browserfiledeleterequest.mjs +9 -7
  157. package/esm2020/components/browser/models/browserfilerenamerequest.mjs +9 -7
  158. package/esm2020/components/browser/models/browserfileresponse.mjs +3 -3
  159. package/esm2020/components/browser/models/browserfilesaverequest.mjs +8 -6
  160. package/esm2020/components/browser/models/browsernode.mjs +3 -3
  161. package/esm2020/components/browser/models/browsernodedeleterequest.mjs +9 -7
  162. package/esm2020/components/browser/models/browsernodenewrequest.mjs +9 -7
  163. package/esm2020/components/browser/models/browsernoderenamerequest.mjs +9 -7
  164. package/esm2020/components/browser/models/browsernoderequest.mjs +9 -7
  165. package/esm2020/components/browser/models/browsernoderesponse.mjs +3 -3
  166. package/esm2020/controls/buttons/button.mjs +28 -24
  167. package/esm2020/controls/checkbox/checkbox.mjs +5 -5
  168. package/esm2020/controls/checkbox/radiobutton.mjs +22 -17
  169. package/esm2020/controls/checkbox/radiobuttons.mjs +16 -13
  170. package/esm2020/controls/confirm/confirm.button.mjs +6 -6
  171. package/esm2020/controls/confirm/confirm.mjs +16 -15
  172. package/esm2020/controls/confirm/confirm.service.mjs +23 -23
  173. package/esm2020/controls/contextmenu/contextmenu.interface.mjs +3 -3
  174. package/esm2020/controls/contextmenu/contextmenu.mjs +31 -26
  175. package/esm2020/controls/contextmenu/contextmenuanchor.mjs +6 -6
  176. package/esm2020/controls/contextmenu/contextmenucontainer.mjs +6 -6
  177. package/esm2020/controls/contextmenu/contextmenuitem.mjs +1 -1
  178. package/esm2020/controls/contextmenu/contextmenuitembutton.mjs +12 -12
  179. package/esm2020/controls/datetime/date.mjs +15 -15
  180. package/esm2020/controls/datetime/dateselector.mjs +94 -93
  181. package/esm2020/controls/datetime/datetime.mjs +19 -18
  182. package/esm2020/controls/datetime/time.mjs +26 -16
  183. package/esm2020/controls/dialog/dialog.mjs +40 -36
  184. package/esm2020/controls/form/form.mjs +20 -16
  185. package/esm2020/controls/grid/grid.mjs +4 -3
  186. package/esm2020/controls/grid/gridbutton.mjs +4 -3
  187. package/esm2020/controls/grid/gridcolumn.mjs +8 -4
  188. package/esm2020/controls/grid/gridcolumnaction.mjs +4 -4
  189. package/esm2020/controls/grid/gridcolumnbase.mjs +24 -17
  190. package/esm2020/controls/grid/model.mjs +9 -7
  191. package/esm2020/controls/grid/model.ngfactory.mjs +5 -3
  192. package/esm2020/controls/grid/paging.mjs +8 -9
  193. package/esm2020/controls/input/input.mjs +10 -10
  194. package/esm2020/controls/input/inputarea.mjs +11 -9
  195. package/esm2020/controls/input/inputcurrency.mjs +8 -6
  196. package/esm2020/controls/input/inputdecimal.mjs +20 -20
  197. package/esm2020/controls/input/inputemail.mjs +7 -7
  198. package/esm2020/controls/input/inputinteger.mjs +19 -19
  199. package/esm2020/controls/input/inputpassword.mjs +6 -6
  200. package/esm2020/controls/input/inputsearch.mjs +11 -9
  201. package/esm2020/controls/layout/formlayout.mjs +11 -8
  202. package/esm2020/controls/list/buildvaluestring.mjs +8 -8
  203. package/esm2020/controls/list/dropdown.mjs +30 -29
  204. package/esm2020/controls/list/dropdownoptions.mjs +14 -14
  205. package/esm2020/controls/list/list.module.ngfactory.mjs +1 -1
  206. package/esm2020/controls/list/listbox.mjs +28 -26
  207. package/esm2020/controls/multilanguage/multilanguageinput.mjs +31 -31
  208. package/esm2020/controls/multilanguage/multilanguageinputarea.mjs +33 -33
  209. package/esm2020/controls/static/formcontainer.mjs +12 -12
  210. package/esm2020/controls/static/staticlabel.mjs +9 -9
  211. package/esm2020/controls/tabs/tab.mjs +4 -4
  212. package/esm2020/controls/tabs/tabitem.mjs +7 -7
  213. package/esm2020/controls/tinymce/tinymce.mjs +37 -37
  214. package/esm2020/controls/tinymce/tinymcedialogsettings.mjs +6 -6
  215. package/esm2020/controls/tinymce/tinymcedialogsettingsmeta.mjs +3 -3
  216. package/esm2020/controls/tinymce/tinymceinstance.mjs +3 -3
  217. package/esm2020/controls/tooltip/tooltip.mjs +15 -10
  218. package/esm2020/controls/treeview/treeview.mjs +47 -11
  219. package/esm2020/controls/upload/dropzonemultiple.mjs +20 -20
  220. package/esm2020/controls/upload/dropzonesingle.mjs +14 -14
  221. package/esm2020/controls/upload/uploadmultiple.mjs +16 -16
  222. package/esm2020/controls/upload/uploadsingle.mjs +10 -10
  223. package/esm2020/controls/validation/validationsummary.mjs +16 -15
  224. package/esm2020/controls/wizard/wizard.mjs +25 -19
  225. package/esm2020/controls/wizard/wizarditem.mjs +6 -6
  226. package/esm2020/enums/ButtonRoleType.mjs +3 -3
  227. package/esm2020/enums/ControlHeight.mjs +4 -4
  228. package/esm2020/enums/IconType.mjs +4 -4
  229. package/esm2020/interfaces/ISacConfigurationService.mjs +3 -3
  230. package/esm2020/interfaces/ISacFileBrowserService.mjs +3 -3
  231. package/esm2020/interfaces/ISacIconService.mjs +3 -3
  232. package/esm2020/interfaces/ISacLabelSizes.mjs +3 -3
  233. package/esm2020/interfaces/ISacLanguageService.mjs +3 -3
  234. package/esm2020/interfaces/ISacLocalisationService.mjs +3 -3
  235. package/esm2020/interfaces/ISacUploadEventCompleteState.mjs +3 -3
  236. package/esm2020/interfaces/ISacValidationKeyService.mjs +3 -3
  237. package/esm2020/interfaces/iabstractcontrollabel.mjs +3 -3
  238. package/esm2020/interfaces/iconfirmcomponent.mjs +3 -3
  239. package/esm2020/interfaces/idatetimecontrol.mjs +3 -3
  240. package/esm2020/interfaces/iuploadcontrol.mjs +3 -3
  241. package/esm2020/interfaces/treeviewaction.interface.mjs +3 -3
  242. package/esm2020/models/languagemodel.mjs +8 -6
  243. package/esm2020/public_api.mjs +4 -4
  244. package/esm2020/services/index.mjs +3 -3
  245. package/esm2020/services/sac-configuration.service.mjs +11 -9
  246. package/esm2020/services/sac-filebrowser.service.mjs +65 -51
  247. package/esm2020/services/sac-icon.service.mjs +1 -1
  248. package/esm2020/services/sac-language.service.mjs +10 -6
  249. package/esm2020/services/sac-localisation.service.mjs +13 -9
  250. package/esm2020/services/sac-validationkey.service.mjs +108 -6
  251. package/esm2020/utilities/convertion.mjs +10 -8
  252. package/esm2020/utilities/datatypes.mjs +8 -6
  253. package/esm2020/utilities/enums.mjs +4 -10
  254. package/esm2020/utilities/guid.mjs +8 -8
  255. package/esm2020/utilities/interpolation.mjs +21 -14
  256. package/esm2020/utilities/popuphelper.mjs +52 -32
  257. package/esm2020/utilities/positioncalculator.mjs +61 -0
  258. package/esm2020/utilities/positioncalculator.ngfactory.mjs +3 -0
  259. package/esm2020/utilities/positioncalculator.ngsummary.mjs +3 -0
  260. package/esm2020/utilities/positionelements.mjs +32 -0
  261. package/esm2020/utilities/positionelements.ngfactory.mjs +3 -0
  262. package/esm2020/utilities/positionelements.ngsummary.mjs +3 -0
  263. package/esm2020/utilities/testingattribute.pipe.mjs +19 -6
  264. package/esm2020/utilities/utilities.module.ngfactory.mjs +1 -1
  265. package/esm2020/validation/email.validator.mjs +11 -3
  266. package/esm2020/validation/equals.validator.mjs +12 -3
  267. package/esm2020/validation/index.mjs +3 -3
  268. package/esm2020/validation/invaliddate.validator.mjs +11 -3
  269. package/esm2020/validation/isDateValid.mjs +12 -10
  270. package/esm2020/validation/maxdate.validator.mjs +13 -4
  271. package/esm2020/validation/maxtime.validator.mjs +13 -4
  272. package/esm2020/validation/maxvalue.validator.mjs +12 -3
  273. package/esm2020/validation/mindate.validator.mjs +13 -4
  274. package/esm2020/validation/minfiles.validator.mjs +13 -4
  275. package/esm2020/validation/mintextlength.validator.mjs +11 -4
  276. package/esm2020/validation/mintime.validator.mjs +13 -4
  277. package/esm2020/validation/minvalue.validator.mjs +12 -3
  278. package/esm2020/validation/multilanguagerequired.validator.mjs +12 -3
  279. package/esm2020/validation/multilanguagerequiredany.validator.mjs +12 -3
  280. package/esm2020/validation/notequals.validator.mjs +12 -3
  281. package/esm2020/validation/pattern.validator.mjs +12 -3
  282. package/esm2020/validation/required.validator.mjs +11 -3
  283. package/esm2020/validation/validation.mjs +86 -102
  284. package/esm2020/validation/validationerrorcreator.mjs +13 -3
  285. package/esm2020/validation/validationerroritem.mjs +14 -12
  286. package/fesm2015/simpleangularcontrols-sac-common.mjs +2662 -2150
  287. package/fesm2015/simpleangularcontrols-sac-common.mjs.map +1 -1
  288. package/fesm2020/simpleangularcontrols-sac-common.mjs +2662 -2150
  289. package/fesm2020/simpleangularcontrols-sac-common.mjs.map +1 -1
  290. package/interfaces/ISacConfigurationService.d.ts +9 -1
  291. package/interfaces/ISacConfigurationService.d.ts.map +1 -1
  292. package/interfaces/ISacFileBrowserService.d.ts +43 -43
  293. package/interfaces/ISacFileBrowserService.d.ts.map +1 -1
  294. package/interfaces/ISacIconService.d.ts +28 -28
  295. package/interfaces/ISacIconService.d.ts.map +1 -1
  296. package/interfaces/ISacLabelSizes.d.ts +9 -6
  297. package/interfaces/ISacLabelSizes.d.ts.map +1 -1
  298. package/interfaces/ISacLanguageService.d.ts +3 -3
  299. package/interfaces/ISacLanguageService.d.ts.map +1 -1
  300. package/interfaces/ISacLocalisationService.d.ts +2 -2
  301. package/interfaces/ISacLocalisationService.d.ts.map +1 -1
  302. package/interfaces/ISacUploadEventCompleteState.d.ts +6 -0
  303. package/interfaces/ISacUploadEventCompleteState.d.ts.map +1 -1
  304. package/interfaces/iabstractcontrollabel.d.ts +4 -1
  305. package/interfaces/iabstractcontrollabel.d.ts.map +1 -1
  306. package/interfaces/iconfirmcomponent.d.ts +6 -6
  307. package/interfaces/iconfirmcomponent.d.ts.map +1 -1
  308. package/interfaces/idatetimecontrol.d.ts +10 -1
  309. package/interfaces/idatetimecontrol.d.ts.map +1 -1
  310. package/interfaces/iuploadcontrol.d.ts.map +1 -1
  311. package/interfaces/treeviewaction.interface.d.ts +9 -0
  312. package/interfaces/treeviewaction.interface.d.ts.map +1 -1
  313. package/models/languagemodel.d.ts +9 -9
  314. package/models/languagemodel.d.ts.map +1 -1
  315. package/package.json +1 -1
  316. package/public_api.d.ts +2 -1
  317. package/public_api.d.ts.map +1 -1
  318. package/services/index.d.ts +3 -3
  319. package/services/index.d.ts.map +1 -1
  320. package/services/sac-configuration.service.d.ts +8 -0
  321. package/services/sac-configuration.service.d.ts.map +1 -1
  322. package/services/sac-filebrowser.service.d.ts +97 -89
  323. package/services/sac-filebrowser.service.d.ts.map +1 -1
  324. package/services/sac-language.service.d.ts +2 -2
  325. package/services/sac-language.service.d.ts.map +1 -1
  326. package/services/sac-localisation.service.d.ts +11 -7
  327. package/services/sac-localisation.service.d.ts.map +1 -1
  328. package/services/sac-validationkey.service.d.ts +152 -5
  329. package/services/sac-validationkey.service.d.ts.map +1 -1
  330. package/simpleangularcontrols-sac-common-13.0.0-rc.22.tgz +0 -0
  331. package/utilities/convertion.d.ts +4 -4
  332. package/utilities/convertion.d.ts.map +1 -1
  333. package/utilities/datatypes.d.ts +3 -3
  334. package/utilities/datatypes.d.ts.map +1 -1
  335. package/utilities/enums.d.ts +8 -1
  336. package/utilities/enums.d.ts.map +1 -1
  337. package/utilities/guid.d.ts +1 -1
  338. package/utilities/guid.d.ts.map +1 -1
  339. package/utilities/interpolation.d.ts +9 -8
  340. package/utilities/interpolation.d.ts.map +1 -1
  341. package/utilities/popuphelper.d.ts +47 -10
  342. package/utilities/popuphelper.d.ts.map +1 -1
  343. package/utilities/positioncalculator.d.ts +83 -0
  344. package/utilities/positioncalculator.d.ts.map +1 -0
  345. package/utilities/positioncalculator.ngfactory.d.ts +2 -0
  346. package/utilities/positioncalculator.ngfactory.d.ts.map +1 -0
  347. package/utilities/positioncalculator.ngsummary.d.ts +2 -0
  348. package/utilities/positioncalculator.ngsummary.d.ts.map +1 -0
  349. package/utilities/positionelements.d.ts +31 -0
  350. package/utilities/positionelements.d.ts.map +1 -0
  351. package/utilities/positionelements.ngfactory.d.ts +2 -0
  352. package/utilities/positionelements.ngfactory.d.ts.map +1 -0
  353. package/utilities/positionelements.ngsummary.d.ts +2 -0
  354. package/utilities/positionelements.ngsummary.d.ts.map +1 -0
  355. package/utilities/testingattribute.pipe.d.ts +16 -1
  356. package/utilities/testingattribute.pipe.d.ts.map +1 -1
  357. package/validation/email.validator.d.ts +7 -0
  358. package/validation/email.validator.d.ts.map +1 -1
  359. package/validation/equals.validator.d.ts +8 -0
  360. package/validation/equals.validator.d.ts.map +1 -1
  361. package/validation/index.d.ts.map +1 -1
  362. package/validation/invaliddate.validator.d.ts +7 -0
  363. package/validation/invaliddate.validator.d.ts.map +1 -1
  364. package/validation/isDateValid.d.ts +5 -2
  365. package/validation/isDateValid.d.ts.map +1 -1
  366. package/validation/maxdate.validator.d.ts +8 -0
  367. package/validation/maxdate.validator.d.ts.map +1 -1
  368. package/validation/maxtime.validator.d.ts +8 -0
  369. package/validation/maxtime.validator.d.ts.map +1 -1
  370. package/validation/maxvalue.validator.d.ts +8 -0
  371. package/validation/maxvalue.validator.d.ts.map +1 -1
  372. package/validation/mindate.validator.d.ts +8 -0
  373. package/validation/mindate.validator.d.ts.map +1 -1
  374. package/validation/minfiles.validator.d.ts +8 -0
  375. package/validation/minfiles.validator.d.ts.map +1 -1
  376. package/validation/mintextlength.validator.d.ts +8 -0
  377. package/validation/mintextlength.validator.d.ts.map +1 -1
  378. package/validation/mintime.validator.d.ts +8 -0
  379. package/validation/mintime.validator.d.ts.map +1 -1
  380. package/validation/minvalue.validator.d.ts +8 -0
  381. package/validation/minvalue.validator.d.ts.map +1 -1
  382. package/validation/multilanguagerequired.validator.d.ts +9 -1
  383. package/validation/multilanguagerequired.validator.d.ts.map +1 -1
  384. package/validation/multilanguagerequiredany.validator.d.ts +9 -1
  385. package/validation/multilanguagerequiredany.validator.d.ts.map +1 -1
  386. package/validation/notequals.validator.d.ts +8 -0
  387. package/validation/notequals.validator.d.ts.map +1 -1
  388. package/validation/pattern.validator.d.ts +8 -0
  389. package/validation/pattern.validator.d.ts.map +1 -1
  390. package/validation/required.validator.d.ts +7 -0
  391. package/validation/required.validator.d.ts.map +1 -1
  392. package/validation/validation.d.ts +83 -99
  393. package/validation/validation.d.ts.map +1 -1
  394. package/validation/validationerrorcreator.d.ts +9 -0
  395. package/validation/validationerrorcreator.d.ts.map +1 -1
  396. package/validation/validationerroritem.d.ts +16 -16
  397. package/validation/validationerroritem.d.ts.map +1 -1
  398. package/esm2020/utilities/positioning.mjs +0 -58
  399. package/esm2020/utilities/positioning.ngfactory.mjs +0 -3
  400. package/esm2020/utilities/positioning.ngsummary.mjs +0 -3
  401. package/simpleangularcontrols-sac-common-13.0.0-rc.20.tgz +0 -0
  402. package/utilities/positioning.d.ts +0 -83
  403. package/utilities/positioning.d.ts.map +0 -1
  404. package/utilities/positioning.ngfactory.d.ts +0 -2
  405. package/utilities/positioning.ngfactory.d.ts.map +0 -1
  406. package/utilities/positioning.ngsummary.d.ts +0 -2
  407. package/utilities/positioning.ngsummary.d.ts.map +0 -1
@@ -1,3 +1,11 @@
1
1
  import { ValidatorFn } from '@angular/forms';
2
+ /**
3
+ * Returns a validator that checks if the control time is >= minTime.
4
+ *
5
+ * @param minTime Minimum allowed time.
6
+ * @param validationMessage Message shown when time is too early.
7
+ * @param validationMessageSummary Summary message shown when time is too early.
8
+ * @returns Validator function for minimum time validation.
9
+ */
2
10
  export declare function minTimeValidator(minTime: Date, validationMessage: string, validationMessageSummary: string): ValidatorFn;
3
11
  //# sourceMappingURL=mintime.validator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mintime.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/mintime.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAMhF,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,IAAI,EACb,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,WAAW,CA0Bb"}
1
+ {"version":3,"file":"mintime.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/mintime.validator.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAKhF;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC5B,OAAO,EAAE,IAAI,EACb,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAkBb"}
@@ -1,3 +1,11 @@
1
1
  import { ValidatorFn } from '@angular/forms';
2
+ /**
3
+ * Returns a validator that checks if the control value is >= minvalue.
4
+ *
5
+ * @param minvalue Minimum allowed numeric value.
6
+ * @param validationMessage Message shown when value is too small.
7
+ * @param validationMessageSummary Summary message shown when value is too small.
8
+ * @returns Validator function for minimum value validation.
9
+ */
2
10
  export declare function minValueValidator(minvalue: number, validationMessage: string, validationMessageSummary: string): ValidatorFn;
3
11
  //# sourceMappingURL=minvalue.validator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"minvalue.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/minvalue.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,WAAW,EAEd,MAAM,gBAAgB,CAAC;AAGxB,wBAAgB,iBAAiB,CAC/B,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,WAAW,CAkBb"}
1
+ {"version":3,"file":"minvalue.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/minvalue.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAI5F;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAC7B,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAab"}
@@ -1,4 +1,12 @@
1
- import { ValidatorFn } from '@angular/forms';
2
1
  import { LanguageModel } from '../models/languagemodel';
2
+ import { ValidatorFn } from '@angular/forms';
3
+ /**
4
+ * Returns a validator that checks all language values are provided.
5
+ *
6
+ * @param languages Languages to validate in the form value object.
7
+ * @param validationMessage Message shown when required language fields are missing.
8
+ * @param validationMessageSummary Summary message shown when required language fields are missing.
9
+ * @returns Validator function for multilanguage required validation.
10
+ */
3
11
  export declare function multilanguageRequiredValidator(languages: LanguageModel[], validationMessage: string, validationMessageSummary: string): ValidatorFn;
4
12
  //# sourceMappingURL=multilanguagerequired.validator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"multilanguagerequired.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/multilanguagerequired.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,wBAAgB,8BAA8B,CAC5C,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,WAAW,CA0Bb"}
1
+ {"version":3,"file":"multilanguagerequired.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/multilanguagerequired.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIhF;;;;;;;GAOG;AACH,wBAAgB,8BAA8B,CAC1C,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAsBb"}
@@ -1,4 +1,12 @@
1
- import { ValidatorFn } from '@angular/forms';
2
1
  import { LanguageModel } from '../models/languagemodel';
2
+ import { ValidatorFn } from '@angular/forms';
3
+ /**
4
+ * Returns a validator that checks at least one language value is provided.
5
+ *
6
+ * @param languages Languages to validate in the form value object.
7
+ * @param validationMessage Message shown when no language value is provided.
8
+ * @param validationMessageSummary Summary message shown when no language value is provided.
9
+ * @returns Validator function for multilanguage-any required validation.
10
+ */
3
11
  export declare function multilanguageRequiredAnyValidator(languages: LanguageModel[], validationMessage: string, validationMessageSummary: string): ValidatorFn;
4
12
  //# sourceMappingURL=multilanguagerequiredany.validator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"multilanguagerequiredany.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/multilanguagerequiredany.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,wBAAgB,iCAAiC,CAC/C,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,WAAW,CA0Bb"}
1
+ {"version":3,"file":"multilanguagerequiredany.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/multilanguagerequiredany.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIhF;;;;;;;GAOG;AACH,wBAAgB,iCAAiC,CAC7C,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAsBb"}
@@ -1,3 +1,11 @@
1
1
  import { ValidatorFn } from '@angular/forms';
2
+ /**
3
+ * Returns a validator that checks the control value is different from invalidValue.
4
+ *
5
+ * @param invalidValue Value that is not allowed.
6
+ * @param validationMessage Message shown when control value matches invalid value.
7
+ * @param validationMessageSummary Summary message shown when control value matches invalid value.
8
+ * @returns Validator function for not-equals validation.
9
+ */
2
10
  export declare function notEqualsValueValidator(invalidValue: any, validationMessage: string, validationMessageSummary: string): ValidatorFn;
3
11
  //# sourceMappingURL=notequals.validator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"notequals.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/notequals.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGhF,wBAAgB,uBAAuB,CACrC,YAAY,EAAE,GAAG,EACjB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,WAAW,CAgBb"}
1
+ {"version":3,"file":"notequals.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/notequals.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIhF;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACnC,YAAY,EAAE,GAAG,EACjB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAWb"}
@@ -1,3 +1,11 @@
1
1
  import { ValidatorFn } from '@angular/forms';
2
+ /**
3
+ * Returns a validator that checks if the control value matches a RegExp pattern.
4
+ *
5
+ * @param pattern Regular expression string that the value must match.
6
+ * @param validationMessage Message shown when pattern validation fails.
7
+ * @param validationMessageSummary Summary message shown when pattern validation fails.
8
+ * @returns Validator function for pattern validation.
9
+ */
2
10
  export declare function patternValidator(pattern: string, validationMessage: string, validationMessageSummary: string): ValidatorFn;
3
11
  //# sourceMappingURL=pattern.validator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pattern.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/pattern.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,WAAW,EAEd,MAAM,gBAAgB,CAAC;AAGxB,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,WAAW,CAkBb"}
1
+ {"version":3,"file":"pattern.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/pattern.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAI5F;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC5B,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAab"}
@@ -1,3 +1,10 @@
1
1
  import { ValidatorFn } from '@angular/forms';
2
+ /**
3
+ * Returns a validator that ensures the control value is present.
4
+ *
5
+ * @param validationMessage Message shown for the field when validation fails.
6
+ * @param validationMessageSummary Message shown in summary for the field when validation fails.
7
+ * @returns Validator function to validate required values.
8
+ */
2
9
  export declare function requiredValidator(validationMessage: string, validationMessageSummary: string): ValidatorFn;
3
10
  //# sourceMappingURL=required.validator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"required.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/required.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,EAEZ,MAAM,gBAAgB,CAAC;AAGxB,wBAAgB,iBAAiB,CAC/B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,WAAW,CAYb"}
1
+ {"version":3,"file":"required.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/required.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAI5F;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,GAAG,WAAW,CAQ1G"}
@@ -1,157 +1,141 @@
1
1
  import { LanguageModel } from '../models/languagemodel';
2
2
  import { ValidatorFn } from '@angular/forms';
3
3
  /**
4
- * Klasse mit Standard Validatoren
4
+ * Class with standard validators
5
5
  */
6
6
  export declare class Validation {
7
7
  /**
8
- * Die Methode ist von jedem Validator aufgerufen. Die setzt sowohl den errorType des gerpüfte Item, als auch die ErrorMessage (gemäss von errorType, FieldName und Parameters).
9
- * @param errorType Typ den Fehler
8
+ * This method is called by every validator. It sets both the errorType of the validated item and the ErrorMessage (according to errorType, FieldName and Parameters).
9
+ * @param errorType Type of the error
10
10
  * @param errorMessageKey Error Message Key
11
- * @param errorMessageValidationSummaryKey Error Message Key für Validation Summary
12
- * @param fieldName Label oder Name des Feldes
13
- * @param parameters Parametern die in den Meldungen als Platzhalter verwendet werden können
11
+ * @param errorMessageValidationSummaryKey Error Message Key for Validation Summary
12
+ * @param fieldName Label or name of the field
13
+ * @param parameters Parameters that can be used as placeholders in messages
14
14
  */
15
15
  static GetValidationErrorItem(errorType: string, errorMessageKey: string, errorMessageValidationSummaryKey: string, fieldName?: string, parameters?: Map<string, any>): any;
16
16
  /**
17
- * Validiert Feld auf E-Mail Adresse
18
- * @param control Control das Valdiert werden soll
19
- * @param fieldName Label des Controls
20
- * @param validationMessage Validierungsmeldung die
21
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
17
+ * Validates field for email address
18
+ * @param validationMessage Validation message displayed at the control
19
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
20
+ * @returns ValidatorFn validator function
22
21
  */
23
22
  static email(validationMessage: string, validationMessageSummary: any): ValidatorFn;
24
23
  /**
25
- * Validator validate if value is the requiredValue
26
- * @param requiredValue Value that control should have
27
- * @param control Control to be validate
28
- * @param fieldName Label of control
29
- * @param validationMessage validation message near the control
30
- * @param validationMessageSummary validation inside the validation summary
31
-
32
- */
24
+ * Validator validate if value is the requiredValue
25
+ * @param requiredValue Value that control should have
26
+ * @param validationMessage Validation message near the control
27
+ * @param validationMessageSummary Validation message inside the validation summary
28
+ * @returns ValidatorFn validator function
29
+ */
33
30
  static equals(requiredValue: any, validationMessage: string, validationMessageSummary: any): ValidatorFn;
34
31
  /**
35
- * Validator der prüft ob der Wert ein Datum ist.
36
- * @param control Control mit IDateTimeControl Interface implementierung
37
- * @param fieldName Label des Controls
38
- * @param validationMessage Validierungsmeldung die beim Control angezeigt wird
39
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
32
+ * Validator that checks if the value is a date.
33
+ * @param validationMessage Validation message displayed at the control
34
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
35
+ * @returns ValidatorFn validator function
40
36
  */
41
37
  static isValidDate(validationMessage: string, validationMessageSummary: any): ValidatorFn;
42
38
  /**
43
- * Validiert ob das Datum älter als maxDate ist
44
- * @param control Control das Validiert werden soll. Muss IDateTimeControl implementiert haben
45
- * @param maxDate max. Datum
46
- * @param fieldName Label des Controls
47
- * @param validationMessage Validierungsmeldung die
48
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
39
+ * Validates if the date is older than maxDate
40
+ * @param maxDate Maximum date allowed
41
+ * @param validationMessage Validation message displayed at the control
42
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
43
+ * @returns ValidatorFn validator function
49
44
  */
50
45
  static maxDate(maxDate: Date, validationMessage: string, validationMessageSummary: any): ValidatorFn;
51
46
  /**
52
- * Validiert ob die Zeit früher als maxTime ist.
53
- * @param control Control das Validiert werden soll. Muss IDateTimeControl implementiert haben
54
- * @param maxTime Min. Zeit
55
- * @param fieldName Label des Controls
56
- * @param validationMessage Validierungsmeldung die
57
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
47
+ * Validates if the time is earlier than maxTime.
48
+ * @param maxTime Maximum time allowed
49
+ * @param validationMessage Validation message displayed at the control
50
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
51
+ * @returns ValidatorFn validator function
58
52
  */
59
53
  static maxTime(maxTime: Date, validationMessage: string, validationMessageSummary: any): ValidatorFn;
60
54
  /**
61
- * Validator für Max Value
62
- * @param control Control das Validiert werden soll
63
- * @param maxvalue Max. Wert
64
- * @param fieldName Label des Controls
65
- * @param validationMessage Validierungsmeldung die
66
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
55
+ * Validator for Max Value
56
+ * @param maxvalue Maximum value allowed
57
+ * @param validationMessage Validation message displayed at the control
58
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
59
+ * @returns ValidatorFn validator function
67
60
  */
68
61
  static maxValue(maxvalue: number, validationMessage: string, validationMessageSummary: any): ValidatorFn;
69
62
  /**
70
- * Validiert ob das Datum neuer als minDate ist
71
- * @param control Control das Validiert werden soll. Muss IDateTimeControl implementiert haben
72
- * @param minDate Min. Datum
73
- * @param fieldName Label des Controls
74
- * @param validationMessage Validierungsmeldung die
75
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
63
+ * Validates if the date is newer than minDate
64
+ * @param minDate Minimum date allowed
65
+ * @param validationMessage Validation message displayed at the control
66
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
67
+ * @returns ValidatorFn validator function
76
68
  */
77
69
  static minDate(minDate: Date, validationMessage: string, validationMessageSummary: any): ValidatorFn;
78
70
  /**
79
- * Validator für min. Anzahl von Uploads
80
- * @param control Control das Validatiert werden soll. Control muss IUploadControl implementiert haben
81
- * @param minFiles Min. Anzahl Files die hochgeladen werden müssen
82
- * @param fieldName Label des Controls
83
- * @param validationMessage Validierungsmeldung die unterhalb des Controls angezeigt wird
84
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
71
+ * Validator for min. number of uploads
72
+ * @param minFiles Minimum number of files that must be uploaded
73
+ * @param validationMessage Validation message displayed below the control
74
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
75
+ * @returns ValidatorFn validator function
85
76
  */
86
77
  static minFiles(minFiles: number, validationMessage: string, validationMessageSummary: any): ValidatorFn;
87
78
  /**
88
- * Validiert auf die Länge des Wertes im Control
89
- * @param control Control das Validiert werden soll
90
- * @param mintextlength Min. Länge des Wertes
91
- * @param fieldName Label des Controls
92
- * @param validationMessage Validierungsmeldung die
93
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
79
+ * Validates the length of the value in the control
80
+ * @param mintextlength Minimum length of the value
81
+ * @param validationMessage Validation message displayed at the control
82
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
83
+ * @returns ValidatorFn validator function
94
84
  */
95
85
  static minTextLength(mintextlength: number, validationMessage: string, validationMessageSummary: any): ValidatorFn;
96
86
  /**
97
- * Validiert ob die Zeit später als minTime ist.
98
- * @param control Control das Validiert werden soll. Muss IDateTimeControl implementiert haben
99
- * @param minTime Min. Zeit
100
- * @param fieldName Label des Controls
101
- * @param validationMessage Validierungsmeldung die
102
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
87
+ * Validates if the time is later than minTime.
88
+ * @param minTime Minimum time allowed
89
+ * @param validationMessage Validation message displayed at the control
90
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
91
+ * @returns ValidatorFn validator function
103
92
  */
104
93
  static minTime(minTime: Date, validationMessage: string, validationMessageSummary: string): ValidatorFn;
105
94
  /**
106
- * Validator der prüft ob der Wert ein Datum ist.
107
- * @param control Control mit IDateTimeControl Interface implementierung
108
- * @param fieldName Label des Controls
109
- * @param validationMessage Validierungsmeldung die
110
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
95
+ * Validator that checks if the value is greater than minValue.
96
+ * @param minvalue Minimum value allowed
97
+ * @param validationMessage Validation message displayed at the control
98
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
99
+ * @returns ValidatorFn validator function
111
100
  */
112
101
  static minValue(minvalue: number, validationMessage: string, validationMessageSummary: any): ValidatorFn;
113
102
  /**
114
- * Validierung mit einem RegEx Pattern
115
- * @param control Control das validiert werden soll.
116
- * @param pattern RegEx Pattern
117
- * @param fieldName Label des Controls
118
- * @param validationMessage Validierungsmeldung die unterhalb des Controls angezeigt wird
119
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
103
+ * Validator for MultiLanguage Control that checks if a value has been entered in all languages
104
+ * @param languages Languages that can be captured in the control
105
+ * @param validationMessage Validation message displayed below the control
106
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
107
+ * @returns ValidatorFn validator function
120
108
  */
121
109
  static multilanguageRequired(languages: LanguageModel[], validationMessage: string, validationMessageSummary: any): ValidatorFn;
122
110
  /**
123
- * Validator für MultiLanguage Control, welcher überprüft ob min. ein Wert erfasst wurde
124
- * @param control Control das Validatiert werden soll
125
- * @param languages Sprachen die im Control erfasst werden können.
126
- * @param fieldName Label des Controls
127
- * @param validationMessage Validierungsmeldung die unterhalb des Controls angezeigt wird
128
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
111
+ * Validator for MultiLanguage Control that checks if at least one value has been entered
112
+ * @param languages Languages that can be captured in the control
113
+ * @param validationMessage Validation message displayed below the control
114
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
115
+ * @returns ValidatorFn validator function
129
116
  */
130
117
  static multilanguageRequiredAny(languages: LanguageModel[], validationMessage: string, validationMessageSummary: any): ValidatorFn;
131
118
  /**
132
119
  * Validator validate if value is not the invalidValue
133
- * @param invalidValue Value that control doesn't should have
134
- * @param control Control to be validate
135
- * @param fieldName Label of control
136
- * @param validationMessage validation message near the control
137
- * @param validationMessageSummary validation inside the validation summary
120
+ * @param invalidValue Value that control should not have
121
+ * @param validationMessage Validation message near the control
122
+ * @param validationMessageSummary Validation message inside the validation summary
123
+ * @returns ValidatorFn validator function
138
124
  */
139
125
  static notequals(invalidValue: any, validationMessage: string, validationMessageSummary: any): ValidatorFn;
140
126
  /**
141
- * Validierung mit einem RegEx Pattern
142
- * @param control Control das validiert werden soll.
143
- * @param pattern RegEx Pattern
144
- * @param fieldName Label des Controls
145
- * @param validationMessage Validierungsmeldung die
146
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
127
+ * Validation with a RegEx pattern
128
+ * @param pattern RegEx pattern that the value must match
129
+ * @param validationMessage Validation message displayed below the control
130
+ * @param validationMessageSummary Validation message displayed in the Validation Summary
131
+ * @returns ValidatorFn validator function
147
132
  */
148
133
  static pattern(pattern: string, validationMessage: string, validationMessageSummary: any): ValidatorFn;
149
134
  /**
150
- * Validator für Required State
151
- * @param control Control das Validiert wird
152
- * @param fieldName Label des Controls
153
- * @param validationMessage Validierungsmeldung die
154
- * @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
135
+ * Validator for Required State
136
+ * @returns ValidatorFn validator function
137
+ * @param validationMessage Validation message that
138
+ * @param validationMessageSummary Validation message that is displayed in the Validation Summary
155
139
  */
156
140
  static required(validationMessage: string, validationMessageSummary: any): ValidatorFn;
157
141
  }
@@ -1 +1 @@
1
- {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAkBxD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAc7C;;GAEG;AACH,qBAAa,UAAU;IAGnB;;;;;;;OAOG;WACW,sBAAsB,CAChC,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,MAAM,EACvB,gCAAgC,EAAE,MAAM,EACxC,SAAS,GAAE,MAAa,EACxB,UAAU,GAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAA0B,GACtD,GAAG;IAIN;;;;;;OAMG;WACW,KAAK,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAIrF;;;;;;;;KAQC;WACa,MAAM,CAAC,aAAa,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;;OAMG;WACW,WAAW,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI3F;;;;;;;OAOG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAItG;;;;;;;OAOG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAItG;;;;;;;OAOG;WACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;;;OAOG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAItG;;;;;;;OAOG;WACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;;;OAOG;WACW,aAAa,CAAC,aAAa,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAIpH;;;;;;;OAOG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,GAAG,WAAW;IAI9G;;;;;;OAMG;WACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;;;OAOG;WACW,qBAAqB,CAC/B,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,KAAA,GACzB,WAAW;IAId;;;;;;;OAOG;WACW,wBAAwB,CAClC,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,KAAA,GACzB,WAAW;IAId;;;;;;;OAOG;WACW,SAAS,CAAC,YAAY,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI5G;;;;;;;OAOG;WACW,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAIxG;;;;;;OAMG;WACW,QAAQ,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;CAK3F"}
1
+ {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAkBxD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAc7C;;GAEG;AACH,qBAAa,UAAU;IAGnB;;;;;;;OAOG;WACW,sBAAsB,CAChC,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,MAAM,EACvB,gCAAgC,EAAE,MAAM,EACxC,SAAS,GAAE,MAAa,EACxB,UAAU,GAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAA0B,GACtD,GAAG;IAIN;;;;;OAKG;WACW,KAAK,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAIrF;;;;;;OAMG;WACW,MAAM,CAAC,aAAa,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;OAKG;WACW,WAAW,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI3F;;;;;;OAMG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAItG;;;;;;OAMG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAItG;;;;;;OAMG;WACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;;OAMG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAItG;;;;;;OAMG;WACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;;OAMG;WACW,aAAa,CACvB,aAAa,EAAE,MAAM,EACrB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,KAAA,GACzB,WAAW;IAId;;;;;;OAMG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,GAAG,WAAW;IAI9G;;;;;;OAMG;WACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;;OAMG;WACW,qBAAqB,CAC/B,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,KAAA,GACzB,WAAW;IAId;;;;;;OAMG;WACW,wBAAwB,CAClC,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,KAAA,GACzB,WAAW;IAId;;;;;;OAMG;WACW,SAAS,CAAC,YAAY,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI5G;;;;;;OAMG;WACW,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAIxG;;;;;OAKG;WACW,QAAQ,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;CAK3F"}
@@ -1,2 +1,11 @@
1
+ /**
2
+ * Creates a structured validation error object for validation result reporting.
3
+ *
4
+ * @param errorType Identifier for the validation error type (e.g. 'required', 'invalid').
5
+ * @param errorMessageKey Resource key used for the control-level error text.
6
+ * @param errorMessageValidationSummaryKey Resource key used for summary-level error text.
7
+ * @param parameters Optional placeholder parameters to replace in error messages.
8
+ * @returns The generated validation error object.
9
+ */
1
10
  export declare function CreateValidationError(errorType: string, errorMessageKey: string, errorMessageValidationSummaryKey: string, parameters?: Map<string, any>): any;
2
11
  //# sourceMappingURL=validationerrorcreator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"validationerrorcreator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validationerrorcreator.ts"],"names":[],"mappings":"AAEA,wBAAgB,qBAAqB,CACnC,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,MAAM,EACvB,gCAAgC,EAAE,MAAM,EACxC,UAAU,GAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAA0B,GACpD,GAAG,CAcL"}
1
+ {"version":3,"file":"validationerrorcreator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validationerrorcreator.ts"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,wBAAgB,qBAAqB,CACjC,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,MAAM,EACvB,gCAAgC,EAAE,MAAM,EACxC,UAAU,GAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAA0B,GACtD,GAAG,CAcL"}
@@ -1,34 +1,34 @@
1
1
  /**
2
- * Klasse für Validierungsfehler
2
+ * Class for validation errors
3
3
  * */
4
4
  export declare class ValidationErrorItem {
5
- /**
6
- * Konstruktor
7
- * @param errorType Type des Fehlers
8
- * @param errorMessageKey Key für Fehlermeldung
9
- * @param errorMessageSummaryKey Key für Fehlermeldung in Validation Summary
10
- * @param fieldName Name des Labels oder Bezeichnung des Feldes
11
- */
12
- constructor(errorType: string, errorMessageKey: string, errorMessageSummaryKey: string, fieldName?: string);
13
- /**
14
- * Typ den Fehler
15
- */
16
- errorType: string;
17
5
  /**
18
6
  * Error Message Key
19
7
  */
20
8
  errorMessageKey: string;
21
9
  /**
22
- * Error Message Key für Validation Summary
10
+ * Error Message Key for Validation Summary
23
11
  */
24
12
  errorMessageValidationSummaryKey: string;
25
13
  /**
26
- * Label oder Name des Feldes
14
+ * Type of the error
15
+ */
16
+ errorType: string;
17
+ /**
18
+ * Label or name of the field
27
19
  */
28
20
  fieldName: string;
29
21
  /**
30
- * Map mit Parametern die in den Meldungen als Platzhalter verwendet werden können
22
+ * Map with parameters that can be used as placeholders in messages
31
23
  */
32
24
  parameters: Map<string, any>;
25
+ /**
26
+ * Constructor
27
+ * @param errorType Type of the error
28
+ * @param errorMessageKey Key for error message
29
+ * @param errorMessageSummaryKey Key for error message in Validation Summary
30
+ * @param fieldName Name of the label or designation of the field
31
+ */
32
+ constructor(errorType: string, errorMessageKey: string, errorMessageSummaryKey: string, fieldName?: string);
33
33
  }
34
34
  //# sourceMappingURL=validationerroritem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"validationerroritem.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validationerroritem.ts"],"names":[],"mappings":"AAAA;;KAEK;AACL,qBAAa,mBAAmB;IAC9B;;;;;;OAMG;gBAED,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,MAAM,EACvB,sBAAsB,EAAE,MAAM,EAC9B,SAAS,GAAE,MAAa;IAQ1B;;OAEG;IACI,SAAS,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACI,eAAe,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACI,gCAAgC,EAAE,MAAM,CAAC;IAEhD;;OAEG;IACI,SAAS,EAAE,MAAM,CAAQ;IAEhC;;OAEG;IACI,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,CAA0B;CAC9D"}
1
+ {"version":3,"file":"validationerroritem.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validationerroritem.ts"],"names":[],"mappings":"AAAA;;KAEK;AACL,qBAAa,mBAAmB;IAG5B;;OAEG;IACI,eAAe,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACI,gCAAgC,EAAE,MAAM,CAAC;IAEhD;;OAEG;IACI,SAAS,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACI,SAAS,EAAE,MAAM,CAAQ;IAEhC;;OAEG;IACI,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,CAA0B;IAM7D;;;;;;OAMG;gBACS,SAAS,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,EAAE,SAAS,GAAE,MAAa;CAQnH"}