@simpleangularcontrols/sac-common 10.0.0-rc.29 → 10.0.0-rc.30

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 (267) hide show
  1. package/bundles/simpleangularcontrols-sac-common.umd.js +1848 -1249
  2. package/bundles/simpleangularcontrols-sac-common.umd.js.map +1 -1
  3. package/bundles/simpleangularcontrols-sac-common.umd.min.js +1 -1
  4. package/bundles/simpleangularcontrols-sac-common.umd.min.js.map +1 -1
  5. package/common/basedatetimecontrol.d.ts +47 -21
  6. package/common/baseinputcontrol.d.ts +10 -8
  7. package/common/baselistcontrol.d.ts +15 -15
  8. package/common/basemodelcontrol.d.ts +59 -43
  9. package/common/baseselectcontrol.d.ts +5 -5
  10. package/common/baseuploadcontrol.d.ts +77 -57
  11. package/components/browser/browser.d.ts +86 -89
  12. package/components/browser/models/browserfile.d.ts +6 -6
  13. package/components/browser/models/browserfiledeleterequest.d.ts +7 -7
  14. package/components/browser/models/browserfilerenamerequest.d.ts +10 -10
  15. package/components/browser/models/browserfileresponse.d.ts +2 -2
  16. package/components/browser/models/browserfilesaverequest.d.ts +7 -7
  17. package/components/browser/models/browsernode.d.ts +13 -13
  18. package/components/browser/models/browsernodedeleterequest.d.ts +6 -6
  19. package/components/browser/models/browsernodenewrequest.d.ts +7 -7
  20. package/components/browser/models/browsernoderenamerequest.d.ts +7 -7
  21. package/components/browser/models/browsernoderequest.d.ts +7 -7
  22. package/components/browser/models/browsernoderesponse.d.ts +1 -1
  23. package/controls/buttons/button.d.ts +25 -19
  24. package/controls/checkbox/checkbox.d.ts +3 -3
  25. package/controls/checkbox/radiobutton.d.ts +19 -13
  26. package/controls/checkbox/radiobuttons.d.ts +13 -10
  27. package/controls/confirm/confirm.button.d.ts +3 -3
  28. package/controls/confirm/confirm.d.ts +13 -12
  29. package/controls/confirm/confirm.service.d.ts +14 -14
  30. package/controls/contextmenu/contextmenu.d.ts +33 -27
  31. package/controls/contextmenu/contextmenu.interface.d.ts +6 -0
  32. package/controls/contextmenu/contextmenuanchor.d.ts +4 -4
  33. package/controls/contextmenu/contextmenucontainer.d.ts +4 -4
  34. package/controls/contextmenu/contextmenuitembutton.d.ts +12 -12
  35. package/controls/datetime/date.d.ts +11 -11
  36. package/controls/datetime/dateselector.d.ts +47 -40
  37. package/controls/datetime/datetime.d.ts +15 -14
  38. package/controls/datetime/time.d.ts +22 -12
  39. package/controls/dialog/dialog.d.ts +28 -22
  40. package/controls/form/form.d.ts +17 -12
  41. package/controls/grid/grid.d.ts +1 -0
  42. package/controls/grid/gridbutton.d.ts +1 -0
  43. package/controls/grid/gridcolumn.d.ts +5 -1
  44. package/controls/grid/gridcolumnaction.d.ts +1 -1
  45. package/controls/grid/gridcolumnbase.d.ts +8 -3
  46. package/controls/grid/model.d.ts +5 -2
  47. package/controls/grid/paging.d.ts +2 -3
  48. package/controls/input/input.d.ts +7 -7
  49. package/controls/input/inputarea.d.ts +8 -6
  50. package/controls/input/inputcurrency.d.ts +4 -1
  51. package/controls/input/inputdecimal.d.ts +14 -14
  52. package/controls/input/inputemail.d.ts +4 -4
  53. package/controls/input/inputinteger.d.ts +14 -14
  54. package/controls/input/inputpassword.d.ts +3 -3
  55. package/controls/input/inputsearch.d.ts +8 -5
  56. package/controls/layout/formlayout.d.ts +8 -5
  57. package/controls/list/buildvaluestring.d.ts +2 -2
  58. package/controls/list/dropdown.d.ts +23 -22
  59. package/controls/list/dropdownoptions.d.ts +10 -10
  60. package/controls/list/listbox.d.ts +25 -23
  61. package/controls/multilanguage/multilanguageinput.d.ts +25 -25
  62. package/controls/multilanguage/multilanguageinputarea.d.ts +27 -27
  63. package/controls/static/formcontainer.d.ts +8 -8
  64. package/controls/static/staticlabel.d.ts +5 -5
  65. package/controls/tabs/tab.d.ts +2 -2
  66. package/controls/tabs/tabitem.d.ts +7 -7
  67. package/controls/tinymce/tinymce.d.ts +37 -37
  68. package/controls/tinymce/tinymcedialogsettings.d.ts +6 -6
  69. package/controls/tinymce/tinymcedialogsettingsmeta.d.ts +2 -2
  70. package/controls/tinymce/tinymceinstance.d.ts +2 -2
  71. package/controls/tooltip/tooltip.d.ts +10 -5
  72. package/controls/treeview/treeview.d.ts +50 -5
  73. package/controls/upload/dropzonemultiple.d.ts +16 -16
  74. package/controls/upload/dropzonesingle.d.ts +11 -11
  75. package/controls/upload/uploadmultiple.d.ts +12 -12
  76. package/controls/upload/uploadsingle.d.ts +7 -7
  77. package/controls/validation/validationsummary.d.ts +12 -11
  78. package/controls/wizard/wizard.d.ts +25 -18
  79. package/controls/wizard/wizarditem.d.ts +5 -5
  80. package/enums/ButtonRoleType.d.ts +26 -1
  81. package/enums/ControlHeight.d.ts +1 -1
  82. package/enums/IconType.d.ts +1 -1
  83. package/esm2015/common/basedatetimecontrol.js +47 -22
  84. package/esm2015/common/baseinputcontrol.js +13 -11
  85. package/esm2015/common/baselistcontrol.js +21 -17
  86. package/esm2015/common/basemodelcontrol.js +72 -49
  87. package/esm2015/common/baseselectcontrol.js +11 -9
  88. package/esm2015/common/baseuploadcontrol.js +69 -49
  89. package/esm2015/components/browser/browser.js +93 -105
  90. package/esm2015/components/browser/models/browserfile.js +1 -1
  91. package/esm2015/components/browser/models/browserfiledeleterequest.js +6 -4
  92. package/esm2015/components/browser/models/browserfilerenamerequest.js +6 -4
  93. package/esm2015/components/browser/models/browserfileresponse.js +1 -1
  94. package/esm2015/components/browser/models/browserfilesaverequest.js +5 -3
  95. package/esm2015/components/browser/models/browsernode.js +1 -1
  96. package/esm2015/components/browser/models/browsernodedeleterequest.js +6 -4
  97. package/esm2015/components/browser/models/browsernodenewrequest.js +6 -4
  98. package/esm2015/components/browser/models/browsernoderenamerequest.js +6 -4
  99. package/esm2015/components/browser/models/browsernoderequest.js +6 -4
  100. package/esm2015/components/browser/models/browsernoderesponse.js +1 -1
  101. package/esm2015/controls/buttons/button.js +26 -20
  102. package/esm2015/controls/checkbox/checkbox.js +3 -3
  103. package/esm2015/controls/checkbox/radiobutton.js +21 -15
  104. package/esm2015/controls/checkbox/radiobuttons.js +14 -11
  105. package/esm2015/controls/confirm/confirm.button.js +4 -4
  106. package/esm2015/controls/confirm/confirm.js +14 -13
  107. package/esm2015/controls/confirm/confirm.service.js +21 -21
  108. package/esm2015/controls/contextmenu/contextmenu.interface.js +1 -1
  109. package/esm2015/controls/contextmenu/contextmenu.js +29 -23
  110. package/esm2015/controls/contextmenu/contextmenuanchor.js +4 -4
  111. package/esm2015/controls/contextmenu/contextmenucontainer.js +4 -4
  112. package/esm2015/controls/contextmenu/contextmenuitembutton.js +10 -10
  113. package/esm2015/controls/datetime/date.js +13 -13
  114. package/esm2015/controls/datetime/dateselector.js +55 -54
  115. package/esm2015/controls/datetime/datetime.js +17 -16
  116. package/esm2015/controls/datetime/time.js +24 -14
  117. package/esm2015/controls/dialog/dialog.js +31 -24
  118. package/esm2015/controls/form/form.js +18 -13
  119. package/esm2015/controls/grid/grid.js +2 -1
  120. package/esm2015/controls/grid/gridbutton.js +2 -1
  121. package/esm2015/controls/grid/gridcolumn.js +6 -2
  122. package/esm2015/controls/grid/gridcolumnaction.js +2 -2
  123. package/esm2015/controls/grid/gridcolumnbase.js +9 -4
  124. package/esm2015/controls/grid/model.js +5 -2
  125. package/esm2015/controls/grid/paging.js +6 -7
  126. package/esm2015/controls/input/input.js +8 -8
  127. package/esm2015/controls/input/inputarea.js +9 -7
  128. package/esm2015/controls/input/inputcurrency.js +6 -3
  129. package/esm2015/controls/input/inputdecimal.js +21 -27
  130. package/esm2015/controls/input/inputemail.js +5 -5
  131. package/esm2015/controls/input/inputinteger.js +19 -23
  132. package/esm2015/controls/input/inputpassword.js +4 -4
  133. package/esm2015/controls/input/inputsearch.js +9 -6
  134. package/esm2015/controls/layout/formlayout.js +10 -7
  135. package/esm2015/controls/list/buildvaluestring.js +6 -6
  136. package/esm2015/controls/list/dropdown.js +28 -27
  137. package/esm2015/controls/list/dropdownoptions.js +12 -12
  138. package/esm2015/controls/list/listbox.js +26 -24
  139. package/esm2015/controls/multilanguage/multilanguageinput.js +29 -29
  140. package/esm2015/controls/multilanguage/multilanguageinputarea.js +31 -31
  141. package/esm2015/controls/static/formcontainer.js +10 -10
  142. package/esm2015/controls/static/staticlabel.js +7 -7
  143. package/esm2015/controls/tabs/tab.js +2 -2
  144. package/esm2015/controls/tabs/tabitem.js +5 -5
  145. package/esm2015/controls/tinymce/tinymce.js +35 -35
  146. package/esm2015/controls/tinymce/tinymcedialogsettings.js +4 -4
  147. package/esm2015/controls/tinymce/tinymcedialogsettingsmeta.js +1 -1
  148. package/esm2015/controls/tinymce/tinymceinstance.js +1 -1
  149. package/esm2015/controls/tooltip/tooltip.js +13 -8
  150. package/esm2015/controls/treeview/treeview.js +52 -7
  151. package/esm2015/controls/upload/dropzonemultiple.js +18 -18
  152. package/esm2015/controls/upload/dropzonesingle.js +12 -12
  153. package/esm2015/controls/upload/uploadmultiple.js +14 -14
  154. package/esm2015/controls/upload/uploadsingle.js +8 -8
  155. package/esm2015/controls/validation/validationsummary.js +14 -13
  156. package/esm2015/controls/wizard/wizard.js +24 -17
  157. package/esm2015/controls/wizard/wizarditem.js +4 -4
  158. package/esm2015/enums/ButtonRoleType.js +1 -1
  159. package/esm2015/enums/ControlHeight.js +2 -2
  160. package/esm2015/enums/IconType.js +2 -2
  161. package/esm2015/interfaces/ISacConfigurationService.js +1 -1
  162. package/esm2015/interfaces/ISacFileBrowserService.js +1 -1
  163. package/esm2015/interfaces/ISacLabelSizes.js +1 -1
  164. package/esm2015/interfaces/ISacLanguageService.js +1 -1
  165. package/esm2015/interfaces/ISacLocalisationService.js +1 -1
  166. package/esm2015/interfaces/ISacUploadEventCompleteState.js +1 -1
  167. package/esm2015/interfaces/iabstractcontrollabel.js +1 -1
  168. package/esm2015/interfaces/iconfirmcomponent.js +1 -1
  169. package/esm2015/interfaces/idatetimecontrol.js +1 -1
  170. package/esm2015/interfaces/iuploadcontrol.js +1 -1
  171. package/esm2015/interfaces/treeviewaction.interface.js +1 -1
  172. package/esm2015/models/languagemodel.js +5 -3
  173. package/esm2015/public_api.js +3 -2
  174. package/esm2015/services/index.js +4 -4
  175. package/esm2015/services/sac-configuration.service.js +7 -1
  176. package/esm2015/services/sac-filebrowser.service.js +46 -38
  177. package/esm2015/services/sac-localisation.service.js +11 -7
  178. package/esm2015/services/sac-validationkey.service.js +148 -1
  179. package/esm2015/utilities/convertion.js +7 -5
  180. package/esm2015/utilities/datatypes.js +6 -4
  181. package/esm2015/utilities/enums.js +9 -8
  182. package/esm2015/utilities/guid.js +2 -2
  183. package/esm2015/utilities/interpolation.js +16 -9
  184. package/esm2015/utilities/popuphelper.js +62 -25
  185. package/esm2015/utilities/positioncalculator.js +209 -0
  186. package/esm2015/utilities/positioncalculator.ngfactory.js +7 -0
  187. package/esm2015/utilities/positionelements.js +108 -0
  188. package/esm2015/utilities/positionelements.ngfactory.js +7 -0
  189. package/esm2015/utilities/testingattribute.pipe.js +17 -2
  190. package/esm2015/validation/email.validator.js +11 -2
  191. package/esm2015/validation/equals.validator.js +11 -1
  192. package/esm2015/validation/index.js +1 -1
  193. package/esm2015/validation/invaliddate.validator.js +11 -2
  194. package/esm2015/validation/isDateValid.js +11 -10
  195. package/esm2015/validation/maxdate.validator.js +14 -4
  196. package/esm2015/validation/maxtime.validator.js +14 -4
  197. package/esm2015/validation/maxvalue.validator.js +12 -2
  198. package/esm2015/validation/mindate.validator.js +14 -4
  199. package/esm2015/validation/minfiles.validator.js +12 -2
  200. package/esm2015/validation/mintextlength.validator.js +9 -1
  201. package/esm2015/validation/mintime.validator.js +14 -4
  202. package/esm2015/validation/minvalue.validator.js +12 -2
  203. package/esm2015/validation/multilanguagerequired.validator.js +11 -1
  204. package/esm2015/validation/multilanguagerequiredany.validator.js +11 -1
  205. package/esm2015/validation/notequals.validator.js +11 -1
  206. package/esm2015/validation/pattern.validator.js +12 -2
  207. package/esm2015/validation/required.validator.js +11 -2
  208. package/esm2015/validation/validation.class.js +84 -101
  209. package/esm2015/validation/validationerrorcreator.js +12 -1
  210. package/esm2015/validation/validationerroritem.js +11 -9
  211. package/fesm2015/simpleangularcontrols-sac-common.js +1823 -1226
  212. package/fesm2015/simpleangularcontrols-sac-common.js.map +1 -1
  213. package/interfaces/ISacConfigurationService.d.ts +9 -1
  214. package/interfaces/ISacFileBrowserService.d.ts +43 -43
  215. package/interfaces/ISacLabelSizes.d.ts +15 -12
  216. package/interfaces/ISacLanguageService.d.ts +3 -3
  217. package/interfaces/ISacLocalisationService.d.ts +2 -2
  218. package/interfaces/ISacUploadEventCompleteState.d.ts +6 -0
  219. package/interfaces/iabstractcontrollabel.d.ts +4 -1
  220. package/interfaces/iconfirmcomponent.d.ts +6 -6
  221. package/interfaces/idatetimecontrol.d.ts +10 -1
  222. package/interfaces/treeviewaction.interface.d.ts +9 -0
  223. package/models/languagemodel.d.ts +9 -9
  224. package/package.json +1 -1
  225. package/public_api.d.ts +2 -1
  226. package/services/index.d.ts +3 -3
  227. package/services/sac-configuration.service.d.ts +8 -0
  228. package/services/sac-filebrowser.service.d.ts +78 -70
  229. package/services/sac-localisation.service.d.ts +11 -7
  230. package/services/sac-validationkey.service.d.ts +147 -0
  231. package/simpleangularcontrols-sac-common-10.0.0-rc.30.tgz +0 -0
  232. package/simpleangularcontrols-sac-common.metadata.json +1 -1
  233. package/utilities/convertion.d.ts +4 -4
  234. package/utilities/datatypes.d.ts +3 -3
  235. package/utilities/enums.d.ts +8 -1
  236. package/utilities/guid.d.ts +1 -1
  237. package/utilities/interpolation.d.ts +9 -8
  238. package/utilities/popuphelper.d.ts +47 -10
  239. package/utilities/positioncalculator.d.ts +82 -0
  240. package/utilities/positionelements.d.ts +30 -0
  241. package/utilities/positionelements.ngfactory.d.ts +1 -0
  242. package/utilities/testingattribute.pipe.d.ts +16 -1
  243. package/validation/email.validator.d.ts +7 -0
  244. package/validation/equals.validator.d.ts +8 -0
  245. package/validation/invaliddate.validator.d.ts +7 -0
  246. package/validation/isDateValid.d.ts +5 -2
  247. package/validation/maxdate.validator.d.ts +8 -0
  248. package/validation/maxtime.validator.d.ts +8 -0
  249. package/validation/maxvalue.validator.d.ts +8 -0
  250. package/validation/mindate.validator.d.ts +8 -0
  251. package/validation/minfiles.validator.d.ts +8 -0
  252. package/validation/mintextlength.validator.d.ts +8 -0
  253. package/validation/mintime.validator.d.ts +8 -0
  254. package/validation/minvalue.validator.d.ts +8 -0
  255. package/validation/multilanguagerequired.validator.d.ts +9 -1
  256. package/validation/multilanguagerequiredany.validator.d.ts +9 -1
  257. package/validation/notequals.validator.d.ts +8 -0
  258. package/validation/pattern.validator.d.ts +8 -0
  259. package/validation/required.validator.d.ts +7 -0
  260. package/validation/validation.class.d.ts +83 -100
  261. package/validation/validationerrorcreator.d.ts +9 -0
  262. package/validation/validationerroritem.d.ts +16 -16
  263. package/esm2015/utilities/positioning.js +0 -301
  264. package/esm2015/utilities/positioning.ngfactory.js +0 -7
  265. package/simpleangularcontrols-sac-common-10.0.0-rc.29.tgz +0 -0
  266. package/utilities/positioning.d.ts +0 -82
  267. /package/utilities/{positioning.ngfactory.d.ts → positioncalculator.ngfactory.d.ts} +0 -0
@@ -58,7 +58,7 @@ export declare abstract class SacAbstractLocalisationService implements ISacLoca
58
58
  protected abstract get VALIDATION_ERROR_SUMMARY_PATTERN(): Map<string, string>;
59
59
  protected abstract get VALIDATION_ERROR_SUMMARY_REQUIRED(): Map<string, string>;
60
60
  /**
61
- * Die Methode übersetzt den eingegebenen Wort/Begriff. Verlangt key und optionell params
61
+ * The method translates the provided word/term. Requires a key and optional params
62
62
  */
63
63
  abstract GetString(key: string, params?: any): Observable<string>;
64
64
  }
@@ -68,12 +68,13 @@ export declare abstract class SacAbstractLocalisationService implements ISacLoca
68
68
  export declare class SacDefaultLocalisationService extends SacAbstractLocalisationService {
69
69
  private validationKeyService;
70
70
  /**
71
- * Language Resources für Controls Library
71
+ * Language resources for the controls library
72
72
  */
73
73
  data: Map<string, Map<string, string>>;
74
74
  /**
75
- * Konstruktor
76
- * */
75
+ * Constructor
76
+ * @param validationKeyService Service for validation key localization
77
+ */
77
78
  constructor(validationKeyService: ISacValidationKeyService);
78
79
  protected get CONFIRM_BUTTON_NO(): Map<string, string>;
79
80
  protected get CONFIRM_BUTTON_YES(): Map<string, string>;
@@ -123,15 +124,18 @@ export declare class SacDefaultLocalisationService extends SacAbstractLocalisati
123
124
  protected get VALIDATION_ERROR_SUMMARY_PATTERN(): Map<string, string>;
124
125
  protected get VALIDATION_ERROR_SUMMARY_REQUIRED(): Map<string, string>;
125
126
  /**
126
- * Die Methode ergibt die selecte Sprache (string) anhand von Key und Params
127
+ * The method returns the selected language (string) based on key and params
128
+ * @param key The resource key to retrieve
129
+ * @param params Optional parameters for string interpolation
130
+ * @returns Observable string with the localized resource
127
131
  */
128
132
  GetString(key: string, params?: any): Observable<string>;
129
133
  /**
130
- * Die Funktion setzt die default Sprache auf DE, falls die Sprach-Setzung nicht möglich ist.
134
+ * The function sets the default language to DE if language setting is not possible.
131
135
  */
132
136
  private GetFallbackLanguage;
133
137
  /**
134
- * Die Funktion ergibt die ausgewählte Sprache.
138
+ * The function returns the selected language.
135
139
  */
136
140
  private GetLanguage;
137
141
  }
@@ -4,52 +4,199 @@ import { InjectionToken } from '@angular/core';
4
4
  * injection token for localisation service
5
5
  */
6
6
  export declare const SACVALIDATIONKEY_SERVICE: InjectionToken<ISacValidationKeyService>;
7
+ /**
8
+ * Default implementation for validation key resolution.
9
+ *
10
+ * Provides predefined resource keys for many standard validation messages and
11
+ * action labels used throughout the control library.
12
+ */
7
13
  export declare class SacDefaultValidationKeyService implements ISacValidationKeyService {
14
+ /**
15
+ * Returns the validation key for the default negative confirm button.
16
+ */
8
17
  get ConfirmDefaultButtonNo(): string;
18
+ /**
19
+ * Returns the validation key for the default positive confirm button.
20
+ */
9
21
  get ConfirmDefaultButtonYes(): string;
22
+ /**
23
+ * Returns the validation key for the browser delete button text.
24
+ */
10
25
  get FilebrowserButtonDelete(): string;
26
+ /**
27
+ * Returns the validation key for the browser new folder button text.
28
+ */
11
29
  get FilebrowserButtonNewFolder(): string;
30
+ /**
31
+ * Returns the validation key for the browser refresh button text.
32
+ */
12
33
  get FilebrowserButtonRefresh(): string;
34
+ /**
35
+ * Returns the validation key for the browser upload button text.
36
+ */
13
37
  get FilebrowserButtonUpload(): string;
38
+ /**
39
+ * Returns the validation key for the delete-file confirmation text.
40
+ */
14
41
  get FilebrowserConfirmTextDeleteFile(): string;
42
+ /**
43
+ * Returns the validation key for the delete-folder confirmation text.
44
+ */
15
45
  get FilebrowserConfirmTextDeleteFolder(): string;
46
+ /**
47
+ * Returns the validation key for the browser file-name column title.
48
+ */
16
49
  get FilebrowserGridFilename(): string;
50
+ /**
51
+ * Returns the validation key used when no files are available.
52
+ */
17
53
  get FilebrowserGridNoFiles(): string;
54
+ /**
55
+ * Returns the validation key for the browser file-size column title.
56
+ */
18
57
  get FilebrowserGridSize(): string;
58
+ /**
59
+ * Returns the validation key for the paging page-size text.
60
+ */
19
61
  get PagingEntries(): string;
62
+ /**
63
+ * Returns the validation key for the paging current-page text.
64
+ */
20
65
  get PagingPageOf(): string;
66
+ /**
67
+ * Returns the validation key for the TinyMCE file-select cancel button.
68
+ */
21
69
  get TinyMceFileselectCancel(): string;
70
+ /**
71
+ * Returns the validation key for the TinyMCE file-select dialog title.
72
+ */
22
73
  get TinyMceFileselectDialogtitle(): string;
74
+ /**
75
+ * Returns the validation key for the TinyMCE file-select confirm button.
76
+ */
23
77
  get TinyMceFileselectOk(): string;
78
+ /**
79
+ * Returns the validation key for the upload browse button text.
80
+ */
24
81
  get UploadButtonBrowse(): string;
82
+ /**
83
+ * Returns the validation key for the upload action button text.
84
+ */
25
85
  get UploadButtonUpload(): string;
86
+ /**
87
+ * Returns the validation key used when no file is selected.
88
+ */
26
89
  get UploadNoFilesSelected(): string;
90
+ /**
91
+ * Returns the validation key for date-time format errors.
92
+ */
27
93
  get ValidationErrorDatetimeFormat(): string;
94
+ /**
95
+ * Returns the validation key for email validation errors.
96
+ */
28
97
  get ValidationErrorEmail(): string;
98
+ /**
99
+ * Returns the validation key for minimum-file-count errors.
100
+ */
29
101
  get ValidationErrorFilesMin(): string;
102
+ /**
103
+ * Returns the validation key for maximum-date errors.
104
+ */
30
105
  get ValidationErrorMaxDate(): string;
106
+ /**
107
+ * Returns the validation key for maximum-time errors.
108
+ */
31
109
  get ValidationErrorMaxTime(): string;
110
+ /**
111
+ * Returns the validation key for maximum-value errors.
112
+ */
32
113
  get ValidationErrorMaxValue(): string;
114
+ /**
115
+ * Returns the validation key for minimum-date errors.
116
+ */
33
117
  get ValidationErrorMinDate(): string;
118
+ /**
119
+ * Returns the validation key for minimum-text-length errors.
120
+ */
34
121
  get ValidationErrorMinTextLength(): string;
122
+ /**
123
+ * Returns the validation key for minimum-time errors.
124
+ */
35
125
  get ValidationErrorMinTime(): string;
126
+ /**
127
+ * Returns the validation key for minimum-value errors.
128
+ */
36
129
  get ValidationErrorMinValue(): string;
130
+ /**
131
+ * Returns the validation key for required multilanguage fields.
132
+ */
37
133
  get ValidationErrorMultilanguageRequired(): string;
134
+ /**
135
+ * Returns the validation key when at least one multilanguage value is required.
136
+ */
38
137
  get ValidationErrorMultilanguageRequiredAny(): string;
138
+ /**
139
+ * Returns the validation key for pattern-mismatch errors.
140
+ */
39
141
  get ValidationErrorPattern(): string;
142
+ /**
143
+ * Returns the validation key for required-field errors.
144
+ */
40
145
  get ValidationErrorRequired(): string;
146
+ /**
147
+ * Returns the summary validation key for date-time format errors.
148
+ */
41
149
  get ValidationErrorSummaryDatetimeFormat(): string;
150
+ /**
151
+ * Returns the summary validation key for email errors.
152
+ */
42
153
  get ValidationErrorSummaryEmail(): string;
154
+ /**
155
+ * Returns the summary validation key for minimum-file-count errors.
156
+ */
43
157
  get ValidationErrorSummaryFilesMin(): string;
158
+ /**
159
+ * Returns the summary validation key for maximum-date errors.
160
+ */
44
161
  get ValidationErrorSummaryMaxDate(): string;
162
+ /**
163
+ * Returns the summary validation key for maximum-time errors.
164
+ */
45
165
  get ValidationErrorSummaryMaxTime(): string;
166
+ /**
167
+ * Returns the summary validation key for maximum-value errors.
168
+ */
46
169
  get ValidationErrorSummaryMaxValue(): string;
170
+ /**
171
+ * Returns the summary validation key for minimum-date errors.
172
+ */
47
173
  get ValidationErrorSummaryMinDate(): string;
174
+ /**
175
+ * Returns the summary validation key for minimum-text-length errors.
176
+ */
48
177
  get ValidationErrorSummaryMinTextLength(): string;
178
+ /**
179
+ * Returns the summary validation key for minimum-time errors.
180
+ */
49
181
  get ValidationErrorSummaryMinTime(): string;
182
+ /**
183
+ * Returns the summary validation key for minimum-value errors.
184
+ */
50
185
  get ValidationErrorSummaryMinValue(): string;
186
+ /**
187
+ * Returns the summary validation key for required multilanguage-field errors.
188
+ */
51
189
  get ValidationErrorSummaryMultilanguageRequired(): string;
190
+ /**
191
+ * Returns the summary validation key when any multilanguage value is required.
192
+ */
52
193
  get ValidationErrorSummaryMultilanguageRequiredAny(): string;
194
+ /**
195
+ * Returns the summary validation key for pattern-mismatch errors.
196
+ */
53
197
  get ValidationErrorSummaryPattern(): string;
198
+ /**
199
+ * Returns the summary validation key for required-field errors.
200
+ */
54
201
  get ValidationErrorSummaryRequired(): string;
55
202
  }