@simpleangularcontrols/sac-common 10.0.0-rc.3 → 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 (563) hide show
  1. package/README.md +16 -16
  2. package/bundles/simpleangularcontrols-sac-common.umd.js +13451 -11757
  3. package/bundles/simpleangularcontrols-sac-common.umd.js.map +1 -1
  4. package/bundles/simpleangularcontrols-sac-common.umd.min.js +1 -1
  5. package/bundles/simpleangularcontrols-sac-common.umd.min.js.map +1 -1
  6. package/common/basedatetimecontrol.d.ts +200 -83
  7. package/common/basedatetimecontrol.ngfactory.d.ts +1 -1
  8. package/common/baseinputcontrol.d.ts +40 -42
  9. package/common/baseinputcontrol.ngfactory.d.ts +1 -1
  10. package/common/baselistcontrol.d.ts +43 -43
  11. package/common/baselistcontrol.ngfactory.d.ts +1 -1
  12. package/common/basemodelcontrol.d.ts +300 -252
  13. package/common/basemodelcontrol.ngfactory.d.ts +1 -1
  14. package/common/baseselectcontrol.d.ts +14 -14
  15. package/common/baseselectcontrol.ngfactory.d.ts +1 -1
  16. package/common/baseuploadcontrol.d.ts +324 -284
  17. package/common/baseuploadcontrol.ngfactory.d.ts +1 -1
  18. package/components/browser/browser.d.ts +264 -267
  19. package/components/browser/browser.ngfactory.d.ts +1 -1
  20. package/components/browser/models/browserfile.d.ts +17 -17
  21. package/components/browser/models/browserfile.ngfactory.d.ts +1 -1
  22. package/components/browser/models/browserfiledeleterequest.d.ts +18 -18
  23. package/components/browser/models/browserfiledeleterequest.ngfactory.d.ts +1 -1
  24. package/components/browser/models/browserfilerenamerequest.d.ts +22 -22
  25. package/components/browser/models/browserfilerenamerequest.ngfactory.d.ts +1 -1
  26. package/components/browser/models/browserfileresponse.d.ts +10 -10
  27. package/components/browser/models/browserfileresponse.ngfactory.d.ts +1 -1
  28. package/components/browser/models/browserfilesaverequest.d.ts +22 -22
  29. package/components/browser/models/browserfilesaverequest.ngfactory.d.ts +1 -1
  30. package/components/browser/models/browsernode.d.ts +34 -34
  31. package/components/browser/models/browsernode.ngfactory.d.ts +1 -1
  32. package/components/browser/models/browsernodedeleterequest.d.ts +14 -14
  33. package/components/browser/models/browsernodedeleterequest.ngfactory.d.ts +1 -1
  34. package/components/browser/models/browsernodenewrequest.d.ts +18 -18
  35. package/components/browser/models/browsernodenewrequest.ngfactory.d.ts +1 -1
  36. package/components/browser/models/browsernoderenamerequest.d.ts +18 -18
  37. package/components/browser/models/browsernoderenamerequest.ngfactory.d.ts +1 -1
  38. package/components/browser/models/browsernoderequest.d.ts +18 -18
  39. package/components/browser/models/browsernoderequest.ngfactory.d.ts +1 -1
  40. package/components/browser/models/browsernoderesponse.d.ts +10 -10
  41. package/components/browser/models/browsernoderesponse.ngfactory.d.ts +1 -1
  42. package/controls/buttons/button.d.ts +80 -70
  43. package/controls/buttons/button.ngfactory.d.ts +1 -1
  44. package/controls/checkbox/checkbox.d.ts +32 -23
  45. package/controls/checkbox/checkbox.ngfactory.d.ts +1 -1
  46. package/controls/checkbox/radiobutton.d.ts +120 -79
  47. package/controls/checkbox/radiobutton.ngfactory.d.ts +1 -1
  48. package/controls/checkbox/radiobuttons.d.ts +63 -60
  49. package/controls/checkbox/radiobuttons.ngfactory.d.ts +1 -1
  50. package/controls/confirm/confirm.button.d.ts +25 -25
  51. package/controls/confirm/confirm.button.ngfactory.d.ts +1 -1
  52. package/controls/confirm/confirm.d.ts +50 -49
  53. package/controls/confirm/confirm.ngfactory.d.ts +1 -1
  54. package/controls/confirm/confirm.service.d.ts +63 -63
  55. package/controls/confirm/confirm.service.ngfactory.d.ts +1 -1
  56. package/controls/contextmenu/contextmenu.d.ts +134 -113
  57. package/controls/contextmenu/contextmenu.interface.d.ts +9 -0
  58. package/{utilities/positioning.ngfactory.d.ts → controls/contextmenu/contextmenu.interface.ngfactory.d.ts} +1 -1
  59. package/controls/contextmenu/contextmenu.ngfactory.d.ts +1 -1
  60. package/controls/contextmenu/contextmenuanchor.d.ts +15 -15
  61. package/controls/contextmenu/contextmenuanchor.ngfactory.d.ts +1 -1
  62. package/controls/contextmenu/contextmenucontainer.d.ts +15 -15
  63. package/controls/contextmenu/contextmenucontainer.ngfactory.d.ts +1 -1
  64. package/controls/contextmenu/contextmenuitem.d.ts +10 -5
  65. package/controls/contextmenu/contextmenuitem.ngfactory.d.ts +1 -1
  66. package/controls/contextmenu/contextmenuitembutton.d.ts +67 -66
  67. package/controls/contextmenu/contextmenuitembutton.ngfactory.d.ts +1 -1
  68. package/controls/datetime/date.d.ts +117 -120
  69. package/controls/datetime/date.ngfactory.d.ts +1 -1
  70. package/controls/datetime/dateselector.d.ts +176 -161
  71. package/controls/datetime/dateselector.ngfactory.d.ts +1 -1
  72. package/controls/datetime/datetime.d.ts +129 -135
  73. package/controls/datetime/datetime.ngfactory.d.ts +1 -1
  74. package/controls/datetime/time.d.ts +121 -115
  75. package/controls/datetime/time.ngfactory.d.ts +1 -1
  76. package/controls/dialog/dialog.d.ts +103 -105
  77. package/controls/dialog/dialog.ngfactory.d.ts +1 -1
  78. package/controls/form/form.d.ts +52 -47
  79. package/controls/form/form.ngfactory.d.ts +1 -1
  80. package/controls/grid/grid.d.ts +132 -125
  81. package/controls/grid/grid.ngfactory.d.ts +1 -1
  82. package/controls/grid/gridbutton.d.ts +53 -33
  83. package/controls/grid/gridbutton.ngfactory.d.ts +1 -1
  84. package/controls/grid/gridcolumn.d.ts +32 -28
  85. package/controls/grid/gridcolumn.ngfactory.d.ts +1 -1
  86. package/controls/grid/gridcolumnaction.d.ts +15 -15
  87. package/controls/grid/gridcolumnaction.ngfactory.d.ts +1 -1
  88. package/controls/grid/gridcolumnbase.d.ts +115 -86
  89. package/controls/grid/gridcolumnbase.ngfactory.d.ts +1 -1
  90. package/controls/grid/gridimage.d.ts +9 -9
  91. package/controls/grid/gridimage.ngfactory.d.ts +1 -1
  92. package/controls/grid/model.d.ts +95 -83
  93. package/controls/grid/model.ngfactory.d.ts +1 -1
  94. package/controls/grid/paging.d.ts +148 -147
  95. package/controls/grid/paging.ngfactory.d.ts +1 -1
  96. package/controls/input/input.d.ts +35 -35
  97. package/controls/input/input.ngfactory.d.ts +1 -1
  98. package/controls/input/inputarea.d.ts +28 -26
  99. package/controls/input/inputarea.ngfactory.d.ts +1 -1
  100. package/controls/input/inputcurrency.d.ts +14 -11
  101. package/controls/input/inputcurrency.ngfactory.d.ts +1 -1
  102. package/controls/input/inputdecimal.d.ts +59 -59
  103. package/controls/input/inputdecimal.ngfactory.d.ts +1 -1
  104. package/controls/input/inputemail.d.ts +19 -19
  105. package/controls/input/inputemail.ngfactory.d.ts +1 -1
  106. package/controls/input/inputinteger.d.ts +59 -59
  107. package/controls/input/inputinteger.ngfactory.d.ts +1 -1
  108. package/controls/input/inputpassword.d.ts +43 -23
  109. package/controls/input/inputpassword.ngfactory.d.ts +1 -1
  110. package/controls/input/inputsearch.d.ts +35 -23
  111. package/controls/input/inputsearch.ngfactory.d.ts +1 -1
  112. package/controls/layout/formlayout.d.ts +65 -46
  113. package/controls/layout/formlayout.ngfactory.d.ts +1 -1
  114. package/controls/list/buildvaluestring.d.ts +6 -0
  115. package/controls/{treeview/ngtreeitemaction.ngfactory.d.ts → list/buildvaluestring.ngfactory.d.ts} +1 -1
  116. package/controls/list/dropdown.d.ts +97 -138
  117. package/controls/list/dropdown.ngfactory.d.ts +1 -1
  118. package/controls/list/dropdownoptions.d.ts +38 -0
  119. package/{validation/minlength.validator.ngfactory.d.ts → controls/list/dropdownoptions.ngfactory.d.ts} +1 -1
  120. package/controls/list/list.module.d.ts +2 -2
  121. package/controls/list/list.module.ngfactory.d.ts +3 -3
  122. package/controls/list/listbox.d.ts +88 -86
  123. package/controls/list/listbox.ngfactory.d.ts +1 -1
  124. package/controls/multilanguage/multilanguageinput.d.ts +102 -102
  125. package/controls/multilanguage/multilanguageinput.ngfactory.d.ts +1 -1
  126. package/controls/multilanguage/multilanguageinputarea.d.ts +107 -107
  127. package/controls/multilanguage/multilanguageinputarea.ngfactory.d.ts +1 -1
  128. package/controls/static/formcontainer.d.ts +35 -31
  129. package/controls/static/formcontainer.ngfactory.d.ts +1 -1
  130. package/controls/static/staticlabel.d.ts +18 -18
  131. package/controls/static/staticlabel.ngfactory.d.ts +1 -1
  132. package/controls/tabs/tab.d.ts +49 -45
  133. package/controls/tabs/tab.ngfactory.d.ts +1 -1
  134. package/controls/tabs/tabitem.d.ts +30 -30
  135. package/controls/tabs/tabitem.ngfactory.d.ts +1 -1
  136. package/controls/tinymce/tinymce.d.ts +153 -149
  137. package/controls/tinymce/tinymce.ngfactory.d.ts +1 -1
  138. package/controls/tinymce/tinymcedialogsettings.d.ts +27 -27
  139. package/controls/tinymce/tinymcedialogsettings.ngfactory.d.ts +1 -1
  140. package/controls/tinymce/tinymcedialogsettingsmeta.d.ts +9 -9
  141. package/controls/tinymce/tinymcedialogsettingsmeta.ngfactory.d.ts +1 -1
  142. package/controls/tinymce/tinymceinstance.d.ts +10 -10
  143. package/controls/tinymce/tinymceinstance.ngfactory.d.ts +1 -1
  144. package/controls/tooltip/tooltip.d.ts +158 -138
  145. package/controls/tooltip/tooltip.ngfactory.d.ts +1 -1
  146. package/controls/treeview/treeview.d.ts +230 -185
  147. package/controls/treeview/treeview.ngfactory.d.ts +1 -1
  148. package/controls/upload/dropzonemultiple.d.ts +74 -70
  149. package/controls/upload/dropzonemultiple.ngfactory.d.ts +1 -1
  150. package/controls/upload/dropzonesingle.d.ts +51 -47
  151. package/controls/upload/dropzonesingle.ngfactory.d.ts +1 -1
  152. package/controls/upload/uploadmultiple.d.ts +54 -50
  153. package/controls/upload/uploadmultiple.ngfactory.d.ts +1 -1
  154. package/controls/upload/uploadsingle.d.ts +31 -27
  155. package/controls/upload/uploadsingle.ngfactory.d.ts +1 -1
  156. package/controls/validation/validationsummary.d.ts +65 -60
  157. package/controls/validation/validationsummary.ngfactory.d.ts +1 -1
  158. package/controls/wizard/wizard.d.ts +80 -73
  159. package/controls/wizard/wizard.ngfactory.d.ts +1 -1
  160. package/controls/wizard/wizarditem.d.ts +25 -25
  161. package/controls/wizard/wizarditem.ngfactory.d.ts +1 -1
  162. package/enums/ButtonRoleType.d.ts +26 -1
  163. package/enums/ButtonRoleType.ngfactory.d.ts +1 -1
  164. package/enums/ControlHeight.d.ts +17 -17
  165. package/enums/ControlHeight.ngfactory.d.ts +1 -1
  166. package/enums/IconType.d.ts +7 -7
  167. package/enums/IconType.ngfactory.d.ts +1 -1
  168. package/esm2015/common/basedatetimecontrol.js +364 -164
  169. package/esm2015/common/basedatetimecontrol.ngfactory.js +7 -7
  170. package/esm2015/common/baseinputcontrol.js +75 -78
  171. package/esm2015/common/baseinputcontrol.ngfactory.js +7 -7
  172. package/esm2015/common/baselistcontrol.js +59 -55
  173. package/esm2015/common/baselistcontrol.ngfactory.js +7 -7
  174. package/esm2015/common/basemodelcontrol.js +563 -483
  175. package/esm2015/common/basemodelcontrol.ngfactory.js +7 -7
  176. package/esm2015/common/baseselectcontrol.js +28 -26
  177. package/esm2015/common/baseselectcontrol.ngfactory.js +7 -7
  178. package/esm2015/common/baseuploadcontrol.js +523 -457
  179. package/esm2015/common/baseuploadcontrol.ngfactory.js +7 -7
  180. package/esm2015/components/browser/browser.js +533 -545
  181. package/esm2015/components/browser/browser.ngfactory.js +7 -7
  182. package/esm2015/components/browser/models/browserfile.js +1 -1
  183. package/esm2015/components/browser/models/browserfile.ngfactory.js +7 -7
  184. package/esm2015/components/browser/models/browserfiledeleterequest.js +15 -13
  185. package/esm2015/components/browser/models/browserfiledeleterequest.ngfactory.js +7 -7
  186. package/esm2015/components/browser/models/browserfilerenamerequest.js +15 -13
  187. package/esm2015/components/browser/models/browserfilerenamerequest.ngfactory.js +7 -7
  188. package/esm2015/components/browser/models/browserfileresponse.js +1 -1
  189. package/esm2015/components/browser/models/browserfileresponse.ngfactory.js +7 -7
  190. package/esm2015/components/browser/models/browserfilesaverequest.js +15 -13
  191. package/esm2015/components/browser/models/browserfilesaverequest.ngfactory.js +7 -7
  192. package/esm2015/components/browser/models/browsernode.js +1 -1
  193. package/esm2015/components/browser/models/browsernode.ngfactory.js +7 -7
  194. package/esm2015/components/browser/models/browsernodedeleterequest.js +15 -13
  195. package/esm2015/components/browser/models/browsernodedeleterequest.ngfactory.js +7 -7
  196. package/esm2015/components/browser/models/browsernodenewrequest.js +15 -13
  197. package/esm2015/components/browser/models/browsernodenewrequest.ngfactory.js +7 -7
  198. package/esm2015/components/browser/models/browsernoderenamerequest.js +15 -13
  199. package/esm2015/components/browser/models/browsernoderenamerequest.ngfactory.js +7 -7
  200. package/esm2015/components/browser/models/browsernoderequest.js +15 -13
  201. package/esm2015/components/browser/models/browsernoderequest.ngfactory.js +7 -7
  202. package/esm2015/components/browser/models/browsernoderesponse.js +1 -1
  203. package/esm2015/components/browser/models/browsernoderesponse.ngfactory.js +7 -7
  204. package/esm2015/controls/buttons/button.js +152 -141
  205. package/esm2015/controls/buttons/button.ngfactory.js +7 -7
  206. package/esm2015/controls/checkbox/checkbox.js +56 -33
  207. package/esm2015/controls/checkbox/checkbox.ngfactory.js +7 -7
  208. package/esm2015/controls/checkbox/radiobutton.js +173 -115
  209. package/esm2015/controls/checkbox/radiobutton.ngfactory.js +7 -7
  210. package/esm2015/controls/checkbox/radiobuttons.js +116 -113
  211. package/esm2015/controls/checkbox/radiobuttons.ngfactory.js +7 -7
  212. package/esm2015/controls/confirm/confirm.button.js +32 -32
  213. package/esm2015/controls/confirm/confirm.button.ngfactory.js +7 -7
  214. package/esm2015/controls/confirm/confirm.js +74 -75
  215. package/esm2015/controls/confirm/confirm.ngfactory.js +7 -7
  216. package/esm2015/controls/confirm/confirm.service.js +87 -87
  217. package/esm2015/controls/confirm/confirm.service.ngfactory.js +7 -7
  218. package/esm2015/controls/contextmenu/contextmenu.interface.js +1 -0
  219. package/esm2015/controls/contextmenu/contextmenu.interface.ngfactory.js +7 -0
  220. package/esm2015/controls/contextmenu/contextmenu.js +210 -194
  221. package/esm2015/controls/contextmenu/contextmenu.ngfactory.js +7 -7
  222. package/esm2015/controls/contextmenu/contextmenuanchor.js +22 -22
  223. package/esm2015/controls/contextmenu/contextmenuanchor.ngfactory.js +7 -7
  224. package/esm2015/controls/contextmenu/contextmenucontainer.js +22 -22
  225. package/esm2015/controls/contextmenu/contextmenucontainer.ngfactory.js +7 -7
  226. package/esm2015/controls/contextmenu/contextmenuitem.js +21 -10
  227. package/esm2015/controls/contextmenu/contextmenuitem.ngfactory.js +7 -7
  228. package/esm2015/controls/contextmenu/contextmenuitembutton.js +106 -97
  229. package/esm2015/controls/contextmenu/contextmenuitembutton.ngfactory.js +7 -7
  230. package/esm2015/controls/datetime/date.js +213 -212
  231. package/esm2015/controls/datetime/date.ngfactory.js +7 -7
  232. package/esm2015/controls/datetime/dateselector.js +481 -458
  233. package/esm2015/controls/datetime/dateselector.ngfactory.js +7 -7
  234. package/esm2015/controls/datetime/datetime.js +227 -229
  235. package/esm2015/controls/datetime/datetime.ngfactory.js +7 -7
  236. package/esm2015/controls/datetime/time.js +222 -212
  237. package/esm2015/controls/datetime/time.ngfactory.js +7 -7
  238. package/esm2015/controls/dialog/dialog.js +182 -207
  239. package/esm2015/controls/dialog/dialog.ngfactory.js +7 -7
  240. package/esm2015/controls/form/form.js +114 -110
  241. package/esm2015/controls/form/form.ngfactory.js +7 -7
  242. package/esm2015/controls/grid/grid.js +155 -144
  243. package/esm2015/controls/grid/grid.ngfactory.js +7 -7
  244. package/esm2015/controls/grid/gridbutton.js +102 -54
  245. package/esm2015/controls/grid/gridbutton.ngfactory.js +7 -7
  246. package/esm2015/controls/grid/gridcolumn.js +60 -49
  247. package/esm2015/controls/grid/gridcolumn.ngfactory.js +7 -7
  248. package/esm2015/controls/grid/gridcolumnaction.js +27 -26
  249. package/esm2015/controls/grid/gridcolumnaction.ngfactory.js +7 -7
  250. package/esm2015/controls/grid/gridcolumnbase.js +159 -126
  251. package/esm2015/controls/grid/gridcolumnbase.ngfactory.js +7 -7
  252. package/esm2015/controls/grid/gridimage.js +13 -13
  253. package/esm2015/controls/grid/gridimage.ngfactory.js +7 -7
  254. package/esm2015/controls/grid/model.js +103 -79
  255. package/esm2015/controls/grid/model.ngfactory.js +7 -7
  256. package/esm2015/controls/grid/paging.js +261 -254
  257. package/esm2015/controls/grid/paging.ngfactory.js +7 -7
  258. package/esm2015/controls/input/input.js +64 -66
  259. package/esm2015/controls/input/input.ngfactory.js +7 -7
  260. package/esm2015/controls/input/inputarea.js +63 -54
  261. package/esm2015/controls/input/inputarea.ngfactory.js +7 -7
  262. package/esm2015/controls/input/inputcurrency.js +34 -31
  263. package/esm2015/controls/input/inputcurrency.ngfactory.js +7 -7
  264. package/esm2015/controls/input/inputdecimal.js +140 -146
  265. package/esm2015/controls/input/inputdecimal.ngfactory.js +7 -7
  266. package/esm2015/controls/input/inputemail.js +41 -41
  267. package/esm2015/controls/input/inputemail.ngfactory.js +7 -7
  268. package/esm2015/controls/input/inputinteger.js +126 -130
  269. package/esm2015/controls/input/inputinteger.ngfactory.js +7 -7
  270. package/esm2015/controls/input/inputpassword.js +78 -46
  271. package/esm2015/controls/input/inputpassword.ngfactory.js +7 -7
  272. package/esm2015/controls/input/inputsearch.js +69 -37
  273. package/esm2015/controls/input/inputsearch.ngfactory.js +7 -7
  274. package/esm2015/controls/layout/formlayout.js +89 -70
  275. package/esm2015/controls/layout/formlayout.ngfactory.js +7 -7
  276. package/esm2015/controls/list/buildvaluestring.js +20 -0
  277. package/esm2015/controls/list/buildvaluestring.ngfactory.js +7 -0
  278. package/esm2015/controls/list/dropdown.js +182 -270
  279. package/esm2015/controls/list/dropdown.ngfactory.js +7 -7
  280. package/esm2015/controls/list/dropdownoptions.js +79 -0
  281. package/esm2015/controls/list/dropdownoptions.ngfactory.js +7 -0
  282. package/esm2015/controls/list/list.module.js +11 -11
  283. package/esm2015/controls/list/list.module.ngfactory.js +7 -7
  284. package/esm2015/controls/list/listbox.js +189 -187
  285. package/esm2015/controls/list/listbox.ngfactory.js +7 -7
  286. package/esm2015/controls/multilanguage/multilanguageinput.js +224 -230
  287. package/esm2015/controls/multilanguage/multilanguageinput.ngfactory.js +7 -7
  288. package/esm2015/controls/multilanguage/multilanguageinputarea.js +225 -231
  289. package/esm2015/controls/multilanguage/multilanguageinputarea.ngfactory.js +7 -7
  290. package/esm2015/controls/static/formcontainer.js +61 -50
  291. package/esm2015/controls/static/formcontainer.ngfactory.js +7 -7
  292. package/esm2015/controls/static/staticlabel.js +35 -31
  293. package/esm2015/controls/static/staticlabel.ngfactory.js +7 -7
  294. package/esm2015/controls/tabs/tab.js +82 -72
  295. package/esm2015/controls/tabs/tab.ngfactory.js +7 -7
  296. package/esm2015/controls/tabs/tabitem.js +34 -32
  297. package/esm2015/controls/tabs/tabitem.ngfactory.js +7 -7
  298. package/esm2015/controls/tinymce/tinymce.js +239 -238
  299. package/esm2015/controls/tinymce/tinymce.ngfactory.js +7 -7
  300. package/esm2015/controls/tinymce/tinymcedialogsettings.js +15 -13
  301. package/esm2015/controls/tinymce/tinymcedialogsettings.ngfactory.js +7 -7
  302. package/esm2015/controls/tinymce/tinymcedialogsettingsmeta.js +1 -4
  303. package/esm2015/controls/tinymce/tinymcedialogsettingsmeta.ngfactory.js +7 -7
  304. package/esm2015/controls/tinymce/tinymceinstance.js +1 -1
  305. package/esm2015/controls/tinymce/tinymceinstance.ngfactory.js +7 -7
  306. package/esm2015/controls/tooltip/tooltip.js +258 -361
  307. package/esm2015/controls/tooltip/tooltip.ngfactory.js +7 -7
  308. package/esm2015/controls/treeview/treeview.js +412 -322
  309. package/esm2015/controls/treeview/treeview.ngfactory.js +7 -7
  310. package/esm2015/controls/upload/dropzonemultiple.js +169 -163
  311. package/esm2015/controls/upload/dropzonemultiple.ngfactory.js +7 -7
  312. package/esm2015/controls/upload/dropzonesingle.js +116 -108
  313. package/esm2015/controls/upload/dropzonesingle.ngfactory.js +7 -7
  314. package/esm2015/controls/upload/uploadmultiple.js +129 -121
  315. package/esm2015/controls/upload/uploadmultiple.ngfactory.js +7 -7
  316. package/esm2015/controls/upload/uploadsingle.js +67 -55
  317. package/esm2015/controls/upload/uploadsingle.ngfactory.js +7 -7
  318. package/esm2015/controls/validation/validationsummary.js +140 -133
  319. package/esm2015/controls/validation/validationsummary.ngfactory.js +7 -7
  320. package/esm2015/controls/wizard/wizard.js +152 -139
  321. package/esm2015/controls/wizard/wizard.ngfactory.js +7 -7
  322. package/esm2015/controls/wizard/wizarditem.js +29 -27
  323. package/esm2015/controls/wizard/wizarditem.ngfactory.js +7 -7
  324. package/esm2015/enums/ButtonRoleType.js +1 -1
  325. package/esm2015/enums/ButtonRoleType.ngfactory.js +7 -7
  326. package/esm2015/enums/ControlHeight.js +19 -19
  327. package/esm2015/enums/ControlHeight.ngfactory.js +7 -7
  328. package/esm2015/enums/IconType.js +9 -9
  329. package/esm2015/enums/IconType.ngfactory.js +7 -7
  330. package/esm2015/interfaces/ISacConfigurationService.js +1 -1
  331. package/esm2015/interfaces/ISacConfigurationService.ngfactory.js +7 -7
  332. package/esm2015/interfaces/ISacFileBrowserService.js +1 -1
  333. package/esm2015/interfaces/ISacFileBrowserService.ngfactory.js +7 -7
  334. package/esm2015/interfaces/ISacIconService.js +1 -1
  335. package/esm2015/interfaces/ISacIconService.ngfactory.js +7 -7
  336. package/esm2015/interfaces/ISacLabelSizes.js +1 -1
  337. package/esm2015/interfaces/ISacLabelSizes.ngfactory.js +7 -7
  338. package/esm2015/interfaces/ISacLanguageService.js +1 -1
  339. package/esm2015/interfaces/ISacLanguageService.ngfactory.js +7 -7
  340. package/esm2015/interfaces/ISacLocalisationService.js +1 -1
  341. package/esm2015/interfaces/ISacLocalisationService.ngfactory.js +7 -7
  342. package/esm2015/interfaces/ISacUploadEventCompleteState.js +1 -0
  343. package/esm2015/interfaces/ISacUploadEventCompleteState.ngfactory.js +7 -0
  344. package/esm2015/interfaces/ISacValidationKeyService.js +1 -1
  345. package/esm2015/interfaces/ISacValidationKeyService.ngfactory.js +7 -7
  346. package/esm2015/interfaces/iabstractcontrollabel.js +1 -1
  347. package/esm2015/interfaces/iabstractcontrollabel.ngfactory.js +7 -7
  348. package/esm2015/interfaces/iconfirmcomponent.js +1 -1
  349. package/esm2015/interfaces/iconfirmcomponent.ngfactory.js +7 -7
  350. package/esm2015/interfaces/idatetimecontrol.js +1 -1
  351. package/esm2015/interfaces/idatetimecontrol.ngfactory.js +7 -7
  352. package/esm2015/interfaces/iuploadcontrol.js +1 -1
  353. package/esm2015/interfaces/iuploadcontrol.ngfactory.js +7 -7
  354. package/esm2015/interfaces/treeviewaction.interface.js +1 -0
  355. package/esm2015/interfaces/treeviewaction.interface.ngfactory.js +7 -0
  356. package/esm2015/models/languagemodel.js +15 -13
  357. package/esm2015/models/languagemodel.ngfactory.js +7 -7
  358. package/esm2015/public_api.js +112 -101
  359. package/esm2015/public_api.ngfactory.js +7 -7
  360. package/esm2015/services/index.js +7 -7
  361. package/esm2015/services/index.ngfactory.js +7 -7
  362. package/esm2015/services/sac-configuration.service.js +119 -77
  363. package/esm2015/services/sac-configuration.service.ngfactory.js +7 -7
  364. package/esm2015/services/sac-filebrowser.service.js +217 -203
  365. package/esm2015/services/sac-filebrowser.service.ngfactory.js +7 -7
  366. package/esm2015/services/sac-icon.service.js +233 -155
  367. package/esm2015/services/sac-icon.service.ngfactory.js +7 -7
  368. package/esm2015/services/sac-language.service.js +47 -43
  369. package/esm2015/services/sac-language.service.ngfactory.js +7 -7
  370. package/esm2015/services/sac-localisation.service.js +353 -460
  371. package/esm2015/services/sac-localisation.service.ngfactory.js +7 -7
  372. package/esm2015/services/sac-validationkey.service.js +306 -156
  373. package/esm2015/services/sac-validationkey.service.ngfactory.js +7 -7
  374. package/esm2015/simpleangularcontrols-sac-common.js +5 -11
  375. package/esm2015/simpleangularcontrols-sac-common.ngfactory.js +7 -7
  376. package/esm2015/utilities/convertion.js +34 -32
  377. package/esm2015/utilities/convertion.ngfactory.js +7 -7
  378. package/esm2015/utilities/datatypes.js +11 -9
  379. package/esm2015/utilities/datatypes.ngfactory.js +7 -7
  380. package/esm2015/utilities/enums.js +21 -16
  381. package/esm2015/utilities/enums.ngfactory.js +7 -7
  382. package/esm2015/utilities/guid.js +18 -16
  383. package/esm2015/utilities/guid.ngfactory.js +7 -7
  384. package/esm2015/utilities/interpolation.js +57 -50
  385. package/esm2015/utilities/interpolation.ngfactory.js +7 -7
  386. package/esm2015/utilities/popuphelper.js +380 -0
  387. package/esm2015/utilities/popuphelper.ngfactory.js +7 -0
  388. package/esm2015/utilities/positioncalculator.js +209 -0
  389. package/esm2015/utilities/positioncalculator.ngfactory.js +7 -0
  390. package/esm2015/utilities/positionelements.js +108 -0
  391. package/esm2015/utilities/positionelements.ngfactory.js +7 -0
  392. package/esm2015/utilities/testingattribute.pipe.js +54 -0
  393. package/esm2015/utilities/testingattribute.pipe.ngfactory.js +7 -0
  394. package/esm2015/utilities/utilities.module.js +12 -0
  395. package/esm2015/utilities/utilities.module.ngfactory.js +7 -0
  396. package/esm2015/validation/email.validator.js +22 -13
  397. package/esm2015/validation/email.validator.ngfactory.js +7 -7
  398. package/esm2015/validation/equals.validator.js +24 -0
  399. package/esm2015/validation/equals.validator.ngfactory.js +7 -0
  400. package/esm2015/validation/index.js +3 -3
  401. package/esm2015/validation/index.ngfactory.js +7 -7
  402. package/esm2015/validation/invaliddate.validator.js +23 -14
  403. package/esm2015/validation/invaliddate.validator.ngfactory.js +7 -7
  404. package/esm2015/validation/isDateValid.js +24 -15
  405. package/esm2015/validation/isDateValid.ngfactory.js +7 -7
  406. package/esm2015/validation/maxdate.validator.js +31 -21
  407. package/esm2015/validation/maxdate.validator.ngfactory.js +7 -7
  408. package/esm2015/validation/maxtime.validator.js +31 -21
  409. package/esm2015/validation/maxtime.validator.ngfactory.js +7 -7
  410. package/esm2015/validation/maxvalue.validator.js +26 -16
  411. package/esm2015/validation/maxvalue.validator.ngfactory.js +7 -7
  412. package/esm2015/validation/mindate.validator.js +31 -21
  413. package/esm2015/validation/mindate.validator.ngfactory.js +7 -7
  414. package/esm2015/validation/minfiles.validator.js +29 -19
  415. package/esm2015/validation/minfiles.validator.ngfactory.js +7 -7
  416. package/esm2015/validation/mintextlength.validator.js +31 -0
  417. package/esm2015/validation/mintextlength.validator.ngfactory.js +7 -0
  418. package/esm2015/validation/mintime.validator.js +31 -21
  419. package/esm2015/validation/mintime.validator.ngfactory.js +7 -7
  420. package/esm2015/validation/minvalue.validator.js +26 -16
  421. package/esm2015/validation/minvalue.validator.ngfactory.js +7 -7
  422. package/esm2015/validation/multilanguagerequired.validator.js +32 -22
  423. package/esm2015/validation/multilanguagerequired.validator.ngfactory.js +7 -7
  424. package/esm2015/validation/multilanguagerequiredany.validator.js +32 -22
  425. package/esm2015/validation/multilanguagerequiredany.validator.ngfactory.js +7 -7
  426. package/esm2015/validation/notequals.validator.js +24 -0
  427. package/esm2015/validation/notequals.validator.ngfactory.js +7 -0
  428. package/esm2015/validation/pattern.validator.js +26 -16
  429. package/esm2015/validation/pattern.validator.ngfactory.js +7 -7
  430. package/esm2015/validation/required.validator.js +22 -13
  431. package/esm2015/validation/required.validator.ngfactory.js +7 -7
  432. package/esm2015/validation/validation.class.js +201 -189
  433. package/esm2015/validation/validation.class.ngfactory.js +7 -7
  434. package/esm2015/validation/validationerrorcreator.js +22 -11
  435. package/esm2015/validation/validationerrorcreator.ngfactory.js +7 -7
  436. package/esm2015/validation/validationerroritem.js +29 -27
  437. package/esm2015/validation/validationerroritem.ngfactory.js +7 -7
  438. package/fesm2015/simpleangularcontrols-sac-common.js +11670 -10109
  439. package/fesm2015/simpleangularcontrols-sac-common.js.map +1 -1
  440. package/interfaces/ISacConfigurationService.d.ts +70 -38
  441. package/interfaces/ISacConfigurationService.ngfactory.d.ts +1 -1
  442. package/interfaces/ISacFileBrowserService.d.ts +65 -65
  443. package/interfaces/ISacFileBrowserService.ngfactory.d.ts +1 -1
  444. package/interfaces/ISacIconService.d.ts +141 -89
  445. package/interfaces/ISacIconService.ngfactory.d.ts +1 -1
  446. package/interfaces/ISacLabelSizes.d.ts +29 -26
  447. package/interfaces/ISacLabelSizes.ngfactory.d.ts +1 -1
  448. package/interfaces/ISacLanguageService.d.ts +12 -12
  449. package/interfaces/ISacLanguageService.ngfactory.d.ts +1 -1
  450. package/interfaces/ISacLocalisationService.d.ts +10 -10
  451. package/interfaces/ISacLocalisationService.ngfactory.d.ts +1 -1
  452. package/interfaces/ISacUploadEventCompleteState.d.ts +11 -0
  453. package/{controls/treeview/treeviewchild.ngfactory.d.ts → interfaces/ISacUploadEventCompleteState.ngfactory.d.ts} +1 -1
  454. package/interfaces/ISacValidationKeyService.d.ts +52 -52
  455. package/interfaces/ISacValidationKeyService.ngfactory.d.ts +1 -1
  456. package/interfaces/iabstractcontrollabel.d.ts +9 -6
  457. package/interfaces/iabstractcontrollabel.ngfactory.d.ts +1 -1
  458. package/interfaces/iconfirmcomponent.d.ts +18 -18
  459. package/interfaces/iconfirmcomponent.ngfactory.d.ts +1 -1
  460. package/interfaces/idatetimecontrol.d.ts +16 -7
  461. package/interfaces/idatetimecontrol.ngfactory.d.ts +1 -1
  462. package/interfaces/iuploadcontrol.d.ts +9 -9
  463. package/interfaces/iuploadcontrol.ngfactory.d.ts +1 -1
  464. package/interfaces/treeviewaction.interface.d.ts +13 -0
  465. package/interfaces/treeviewaction.interface.ngfactory.d.ts +1 -0
  466. package/models/languagemodel.d.ts +22 -22
  467. package/models/languagemodel.ngfactory.d.ts +1 -1
  468. package/package.json +1 -1
  469. package/public_api.d.ts +89 -79
  470. package/public_api.ngfactory.d.ts +1 -1
  471. package/services/index.d.ts +6 -6
  472. package/services/index.ngfactory.d.ts +1 -1
  473. package/services/sac-configuration.service.d.ts +137 -81
  474. package/services/sac-configuration.service.ngfactory.d.ts +1 -1
  475. package/services/sac-filebrowser.service.d.ts +148 -140
  476. package/services/sac-filebrowser.service.ngfactory.d.ts +1 -1
  477. package/services/sac-icon.service.d.ts +288 -184
  478. package/services/sac-icon.service.ngfactory.d.ts +1 -1
  479. package/services/sac-language.service.d.ts +26 -26
  480. package/services/sac-language.service.ngfactory.d.ts +1 -1
  481. package/services/sac-localisation.service.d.ts +141 -137
  482. package/services/sac-localisation.service.ngfactory.d.ts +1 -1
  483. package/services/sac-validationkey.service.d.ts +202 -55
  484. package/services/sac-validationkey.service.ngfactory.d.ts +1 -1
  485. package/simpleangularcontrols-sac-common-10.0.0-rc.30.tgz +0 -0
  486. package/simpleangularcontrols-sac-common.d.ts +4 -10
  487. package/simpleangularcontrols-sac-common.metadata.json +1 -1
  488. package/simpleangularcontrols-sac-common.ngfactory.d.ts +1 -1
  489. package/utilities/convertion.d.ts +15 -15
  490. package/utilities/convertion.ngfactory.d.ts +1 -1
  491. package/utilities/datatypes.d.ts +6 -6
  492. package/utilities/datatypes.ngfactory.d.ts +1 -1
  493. package/utilities/enums.d.ts +19 -10
  494. package/utilities/enums.ngfactory.d.ts +1 -1
  495. package/utilities/guid.d.ts +4 -4
  496. package/utilities/guid.ngfactory.d.ts +1 -1
  497. package/utilities/interpolation.d.ts +22 -21
  498. package/utilities/interpolation.ngfactory.d.ts +1 -1
  499. package/utilities/popuphelper.d.ts +120 -0
  500. package/utilities/popuphelper.ngfactory.d.ts +1 -0
  501. package/utilities/positioncalculator.d.ts +82 -0
  502. package/utilities/positioncalculator.ngfactory.d.ts +1 -0
  503. package/utilities/positionelements.d.ts +30 -0
  504. package/utilities/positionelements.ngfactory.d.ts +1 -0
  505. package/utilities/testingattribute.pipe.d.ts +27 -0
  506. package/utilities/testingattribute.pipe.ngfactory.d.ts +1 -0
  507. package/utilities/utilities.module.d.ts +2 -0
  508. package/utilities/utilities.module.ngfactory.d.ts +3 -0
  509. package/validation/email.validator.d.ts +9 -2
  510. package/validation/email.validator.ngfactory.d.ts +1 -1
  511. package/validation/equals.validator.d.ts +10 -0
  512. package/validation/equals.validator.ngfactory.d.ts +1 -0
  513. package/validation/index.d.ts +2 -2
  514. package/validation/index.ngfactory.d.ts +1 -1
  515. package/validation/invaliddate.validator.d.ts +9 -2
  516. package/validation/invaliddate.validator.ngfactory.d.ts +1 -1
  517. package/validation/isDateValid.d.ts +8 -5
  518. package/validation/isDateValid.ngfactory.d.ts +1 -1
  519. package/validation/maxdate.validator.d.ts +10 -2
  520. package/validation/maxdate.validator.ngfactory.d.ts +1 -1
  521. package/validation/maxtime.validator.d.ts +10 -2
  522. package/validation/maxtime.validator.ngfactory.d.ts +1 -1
  523. package/validation/maxvalue.validator.d.ts +10 -2
  524. package/validation/maxvalue.validator.ngfactory.d.ts +1 -1
  525. package/validation/mindate.validator.d.ts +10 -2
  526. package/validation/mindate.validator.ngfactory.d.ts +1 -1
  527. package/validation/minfiles.validator.d.ts +10 -2
  528. package/validation/minfiles.validator.ngfactory.d.ts +1 -1
  529. package/validation/mintextlength.validator.d.ts +10 -0
  530. package/validation/mintextlength.validator.ngfactory.d.ts +1 -0
  531. package/validation/mintime.validator.d.ts +10 -2
  532. package/validation/mintime.validator.ngfactory.d.ts +1 -1
  533. package/validation/minvalue.validator.d.ts +10 -2
  534. package/validation/minvalue.validator.ngfactory.d.ts +1 -1
  535. package/validation/multilanguagerequired.validator.d.ts +11 -3
  536. package/validation/multilanguagerequired.validator.ngfactory.d.ts +1 -1
  537. package/validation/multilanguagerequiredany.validator.d.ts +11 -3
  538. package/validation/multilanguagerequiredany.validator.ngfactory.d.ts +1 -1
  539. package/validation/notequals.validator.d.ts +10 -0
  540. package/validation/notequals.validator.ngfactory.d.ts +1 -0
  541. package/validation/pattern.validator.d.ts +10 -2
  542. package/validation/pattern.validator.ngfactory.d.ts +1 -1
  543. package/validation/required.validator.d.ts +9 -2
  544. package/validation/required.validator.ngfactory.d.ts +1 -1
  545. package/validation/validation.class.d.ts +141 -139
  546. package/validation/validation.class.ngfactory.d.ts +1 -1
  547. package/validation/validationerrorcreator.d.ts +10 -1
  548. package/validation/validationerrorcreator.ngfactory.d.ts +1 -1
  549. package/validation/validationerroritem.d.ts +33 -33
  550. package/validation/validationerroritem.ngfactory.d.ts +1 -1
  551. package/controls/treeview/ngtreeitemaction.d.ts +0 -40
  552. package/controls/treeview/treeviewchild.d.ts +0 -12
  553. package/esm2015/controls/treeview/ngtreeitemaction.js +0 -60
  554. package/esm2015/controls/treeview/ngtreeitemaction.ngfactory.js +0 -7
  555. package/esm2015/controls/treeview/treeviewchild.js +0 -18
  556. package/esm2015/controls/treeview/treeviewchild.ngfactory.js +0 -7
  557. package/esm2015/utilities/positioning.js +0 -301
  558. package/esm2015/utilities/positioning.ngfactory.js +0 -7
  559. package/esm2015/validation/minlength.validator.js +0 -21
  560. package/esm2015/validation/minlength.validator.ngfactory.js +0 -7
  561. package/simpleangularcontrols-sac-common-10.0.0-rc.3.tgz +0 -0
  562. package/utilities/positioning.d.ts +0 -82
  563. package/validation/minlength.validator.d.ts +0 -2
@@ -1,137 +1,141 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { ISacLocalisationService } from '../interfaces/ISacLocalisationService';
4
- import { ISacValidationKeyService } from '../interfaces/ISacValidationKeyService';
5
- /**
6
- * abstract class for localisation in components
7
- * */
8
- export declare abstract class SacAbstractLocalisationService implements ISacLocalisationService {
9
- protected abstract get CONFIRM_BUTTON_NO(): Map<string, string>;
10
- protected abstract get CONFIRM_BUTTON_YES(): Map<string, string>;
11
- protected abstract get FILEBROWSER_CONFIRM_DELETEFILE(): Map<string, string>;
12
- protected abstract get FILEBROWSER_CONFIRM_DELETEFOLDER(): Map<string, string>;
13
- protected abstract get FILEBROWSER_DELETE(): Map<string, string>;
14
- protected abstract get FILEBROWSER_GRID_FILE(): Map<string, string>;
15
- protected abstract get FILEBROWSER_GRID_SIZE(): Map<string, string>;
16
- protected abstract get FILEBROWSER_NEWFOLDER(): Map<string, string>;
17
- protected abstract get FILEBROWSER_NO_FILES(): Map<string, string>;
18
- protected abstract get FILEBROWSER_REFRESH(): Map<string, string>;
19
- protected abstract get FILEBROWSER_UPLOAD(): Map<string, string>;
20
- protected abstract get PAGING_PAGEENTRIESTEXT(): Map<string, string>;
21
- protected abstract get PAGING_PAGEOFTEXT(): Map<string, string>;
22
- protected abstract get TINYMCE_FILESELECT_CANCEL(): Map<string, string>;
23
- protected abstract get TINYMCE_FILESELECT_DIALOGTITLE(): Map<string, string>;
24
- protected abstract get TINYMCE_FILESELECT_OK(): Map<string, string>;
25
- protected abstract get UPLOAD_BUTTON_BROWSE(): Map<string, string>;
26
- protected abstract get UPLOAD_BUTTON_UPLOAD(): Map<string, string>;
27
- protected abstract get UPLOAD_NO_FILE_SELECTED(): Map<string, string>;
28
- protected abstract get VALIDATION_ERROR_DATETIMEFORMAT(): Map<string, string>;
29
- protected abstract get VALIDATION_ERROR_EMAIL(): Map<string, string>;
30
- protected abstract get VALIDATION_ERROR_FILESMIN(): Map<string, string>;
31
- protected abstract get VALIDATION_ERROR_MAXDATE(): Map<string, string>;
32
- protected abstract get VALIDATION_ERROR_MAXTIME(): Map<string, string>;
33
- protected abstract get VALIDATION_ERROR_MAXVALUE(): Map<string, string>;
34
- protected abstract get VALIDATION_ERROR_MINDATE(): Map<string, string>;
35
- protected abstract get VALIDATION_ERROR_MINLENGTH(): Map<string, string>;
36
- protected abstract get VALIDATION_ERROR_MINTIME(): Map<string, string>;
37
- protected abstract get VALIDATION_ERROR_MINVALUE(): Map<string, string>;
38
- protected abstract get VALIDATION_ERROR_MULTILANGUAGEREQUIRED(): Map<string, string>;
39
- protected abstract get VALIDATION_ERROR_MULTILANGUAGEREQUIREDANY(): Map<string, string>;
40
- protected abstract get VALIDATION_ERROR_PATTERN(): Map<string, string>;
41
- protected abstract get VALIDATION_ERROR_REQUIRED(): Map<string, string>;
42
- protected abstract get VALIDATION_ERROR_SUMMARY_DATETIMEFORMAT(): Map<string, string>;
43
- protected abstract get VALIDATION_ERROR_SUMMARY_EMAIL(): Map<string, string>;
44
- protected abstract get VALIDATION_ERROR_SUMMARY_FILESMIN(): Map<string, string>;
45
- protected abstract get VALIDATION_ERROR_SUMMARY_MAXDATE(): Map<string, string>;
46
- protected abstract get VALIDATION_ERROR_SUMMARY_MAXTIME(): Map<string, string>;
47
- protected abstract get VALIDATION_ERROR_SUMMARY_MAXVALUE(): Map<string, string>;
48
- protected abstract get VALIDATION_ERROR_SUMMARY_MINDATE(): Map<string, string>;
49
- protected abstract get VALIDATION_ERROR_SUMMARY_MINLENGTH(): Map<string, string>;
50
- protected abstract get VALIDATION_ERROR_SUMMARY_MINTIME(): Map<string, string>;
51
- protected abstract get VALIDATION_ERROR_SUMMARY_MINVALUE(): Map<string, string>;
52
- protected abstract get VALIDATION_ERROR_SUMMARY_MULTILANGUAGEREQUIRED(): Map<string, string>;
53
- protected abstract get VALIDATION_ERROR_SUMMARY_MULTILANGUAGEREQUIREDANY(): Map<string, string>;
54
- protected abstract get VALIDATION_ERROR_SUMMARY_PATTERN(): Map<string, string>;
55
- protected abstract get VALIDATION_ERROR_SUMMARY_REQUIRED(): Map<string, string>;
56
- /**
57
- * Die Methode übersetzt den eingegebenen Wort/Begriff. Verlangt key und optionell params
58
- */
59
- abstract GetString(key: string, params?: any): Observable<string>;
60
- }
61
- /**
62
- * default localisation service
63
- * */
64
- export declare class SacDefaultLocalisationService extends SacAbstractLocalisationService {
65
- private validationKeyService;
66
- /**
67
- * Language Resources für Controls Library
68
- */
69
- data: Map<string, Map<string, string>>;
70
- /**
71
- * Konstruktor
72
- * */
73
- constructor(validationKeyService: ISacValidationKeyService);
74
- protected get CONFIRM_BUTTON_NO(): Map<string, string>;
75
- protected get CONFIRM_BUTTON_YES(): Map<string, string>;
76
- protected get FILEBROWSER_CONFIRM_DELETEFILE(): Map<string, string>;
77
- protected get FILEBROWSER_CONFIRM_DELETEFOLDER(): Map<string, string>;
78
- protected get FILEBROWSER_DELETE(): Map<string, string>;
79
- protected get FILEBROWSER_GRID_FILE(): Map<string, string>;
80
- protected get FILEBROWSER_GRID_SIZE(): Map<string, string>;
81
- protected get FILEBROWSER_NEWFOLDER(): Map<string, string>;
82
- protected get FILEBROWSER_NO_FILES(): Map<string, string>;
83
- protected get FILEBROWSER_REFRESH(): Map<string, string>;
84
- protected get FILEBROWSER_UPLOAD(): Map<string, string>;
85
- protected get PAGING_PAGEENTRIESTEXT(): Map<string, string>;
86
- protected get PAGING_PAGEOFTEXT(): Map<string, string>;
87
- protected get TINYMCE_FILESELECT_CANCEL(): Map<string, string>;
88
- protected get TINYMCE_FILESELECT_DIALOGTITLE(): Map<string, string>;
89
- protected get TINYMCE_FILESELECT_OK(): Map<string, string>;
90
- protected get UPLOAD_BUTTON_BROWSE(): Map<string, string>;
91
- protected get UPLOAD_BUTTON_UPLOAD(): Map<string, string>;
92
- protected get UPLOAD_NO_FILE_SELECTED(): Map<string, string>;
93
- protected get VALIDATION_ERROR_DATETIMEFORMAT(): Map<string, string>;
94
- protected get VALIDATION_ERROR_EMAIL(): Map<string, string>;
95
- protected get VALIDATION_ERROR_FILESMIN(): Map<string, string>;
96
- protected get VALIDATION_ERROR_MAXDATE(): Map<string, string>;
97
- protected get VALIDATION_ERROR_MAXTIME(): Map<string, string>;
98
- protected get VALIDATION_ERROR_MAXVALUE(): Map<string, string>;
99
- protected get VALIDATION_ERROR_MINDATE(): Map<string, string>;
100
- protected get VALIDATION_ERROR_MINLENGTH(): Map<string, string>;
101
- protected get VALIDATION_ERROR_MINTIME(): Map<string, string>;
102
- protected get VALIDATION_ERROR_MINVALUE(): Map<string, string>;
103
- protected get VALIDATION_ERROR_MULTILANGUAGEREQUIRED(): Map<string, string>;
104
- protected get VALIDATION_ERROR_MULTILANGUAGEREQUIREDANY(): Map<string, string>;
105
- protected get VALIDATION_ERROR_PATTERN(): Map<string, string>;
106
- protected get VALIDATION_ERROR_REQUIRED(): Map<string, string>;
107
- protected get VALIDATION_ERROR_SUMMARY_DATETIMEFORMAT(): Map<string, string>;
108
- protected get VALIDATION_ERROR_SUMMARY_EMAIL(): Map<string, string>;
109
- protected get VALIDATION_ERROR_SUMMARY_FILESMIN(): Map<string, string>;
110
- protected get VALIDATION_ERROR_SUMMARY_MAXDATE(): Map<string, string>;
111
- protected get VALIDATION_ERROR_SUMMARY_MAXTIME(): Map<string, string>;
112
- protected get VALIDATION_ERROR_SUMMARY_MAXVALUE(): Map<string, string>;
113
- protected get VALIDATION_ERROR_SUMMARY_MINDATE(): Map<string, string>;
114
- protected get VALIDATION_ERROR_SUMMARY_MINLENGTH(): Map<string, string>;
115
- protected get VALIDATION_ERROR_SUMMARY_MINTIME(): Map<string, string>;
116
- protected get VALIDATION_ERROR_SUMMARY_MINVALUE(): Map<string, string>;
117
- protected get VALIDATION_ERROR_SUMMARY_MULTILANGUAGEREQUIRED(): Map<string, string>;
118
- protected get VALIDATION_ERROR_SUMMARY_MULTILANGUAGEREQUIREDANY(): Map<string, string>;
119
- protected get VALIDATION_ERROR_SUMMARY_PATTERN(): Map<string, string>;
120
- protected get VALIDATION_ERROR_SUMMARY_REQUIRED(): Map<string, string>;
121
- /**
122
- * Die Methode ergibt die selecte Sprache (string) anhand von Key und Params
123
- */
124
- GetString(key: string, params?: any): Observable<string>;
125
- /**
126
- * Die Funktion setzt die default Sprache auf DE, falls die Sprach-Setzung nicht möglich ist.
127
- */
128
- private GetFallbackLanguage;
129
- /**
130
- * Die Funktion ergibt die ausgewählte Sprache.
131
- */
132
- private GetLanguage;
133
- }
134
- /**
135
- * injection token for localisation service
136
- */
137
- export declare const SACLOCALISATION_SERVICE: InjectionToken<SacAbstractLocalisationService>;
1
+ import { ISacLocalisationService } from '../interfaces/ISacLocalisationService';
2
+ import { ISacValidationKeyService } from '../interfaces/ISacValidationKeyService';
3
+ import { InjectionToken } from '@angular/core';
4
+ import { Observable } from 'rxjs';
5
+ /**
6
+ * injection token for localisation service
7
+ */
8
+ export declare const SACLOCALISATION_SERVICE: InjectionToken<SacAbstractLocalisationService>;
9
+ /**
10
+ * abstract class for localisation in components
11
+ * */
12
+ export declare abstract class SacAbstractLocalisationService implements ISacLocalisationService {
13
+ protected abstract get CONFIRM_BUTTON_NO(): Map<string, string>;
14
+ protected abstract get CONFIRM_BUTTON_YES(): Map<string, string>;
15
+ protected abstract get FILEBROWSER_CONFIRM_DELETEFILE(): Map<string, string>;
16
+ protected abstract get FILEBROWSER_CONFIRM_DELETEFOLDER(): Map<string, string>;
17
+ protected abstract get FILEBROWSER_DELETE(): Map<string, string>;
18
+ protected abstract get FILEBROWSER_GRID_FILE(): Map<string, string>;
19
+ protected abstract get FILEBROWSER_GRID_SIZE(): Map<string, string>;
20
+ protected abstract get FILEBROWSER_NEWFOLDER(): Map<string, string>;
21
+ protected abstract get FILEBROWSER_NO_FILES(): Map<string, string>;
22
+ protected abstract get FILEBROWSER_REFRESH(): Map<string, string>;
23
+ protected abstract get FILEBROWSER_UPLOAD(): Map<string, string>;
24
+ protected abstract get PAGING_PAGEENTRIESTEXT(): Map<string, string>;
25
+ protected abstract get PAGING_PAGEOFTEXT(): Map<string, string>;
26
+ protected abstract get TINYMCE_FILESELECT_CANCEL(): Map<string, string>;
27
+ protected abstract get TINYMCE_FILESELECT_DIALOGTITLE(): Map<string, string>;
28
+ protected abstract get TINYMCE_FILESELECT_OK(): Map<string, string>;
29
+ protected abstract get UPLOAD_BUTTON_BROWSE(): Map<string, string>;
30
+ protected abstract get UPLOAD_BUTTON_UPLOAD(): Map<string, string>;
31
+ protected abstract get UPLOAD_NO_FILE_SELECTED(): Map<string, string>;
32
+ protected abstract get VALIDATION_ERROR_DATETIMEFORMAT(): Map<string, string>;
33
+ protected abstract get VALIDATION_ERROR_EMAIL(): Map<string, string>;
34
+ protected abstract get VALIDATION_ERROR_FILESMIN(): Map<string, string>;
35
+ protected abstract get VALIDATION_ERROR_MAXDATE(): Map<string, string>;
36
+ protected abstract get VALIDATION_ERROR_MAXTIME(): Map<string, string>;
37
+ protected abstract get VALIDATION_ERROR_MAXVALUE(): Map<string, string>;
38
+ protected abstract get VALIDATION_ERROR_MINDATE(): Map<string, string>;
39
+ protected abstract get VALIDATION_ERROR_MINTEXTLENGTH(): Map<string, string>;
40
+ protected abstract get VALIDATION_ERROR_MINTIME(): Map<string, string>;
41
+ protected abstract get VALIDATION_ERROR_MINVALUE(): Map<string, string>;
42
+ protected abstract get VALIDATION_ERROR_MULTILANGUAGEREQUIRED(): Map<string, string>;
43
+ protected abstract get VALIDATION_ERROR_MULTILANGUAGEREQUIREDANY(): Map<string, string>;
44
+ protected abstract get VALIDATION_ERROR_PATTERN(): Map<string, string>;
45
+ protected abstract get VALIDATION_ERROR_REQUIRED(): Map<string, string>;
46
+ protected abstract get VALIDATION_ERROR_SUMMARY_DATETIMEFORMAT(): Map<string, string>;
47
+ protected abstract get VALIDATION_ERROR_SUMMARY_EMAIL(): Map<string, string>;
48
+ protected abstract get VALIDATION_ERROR_SUMMARY_FILESMIN(): Map<string, string>;
49
+ protected abstract get VALIDATION_ERROR_SUMMARY_MAXDATE(): Map<string, string>;
50
+ protected abstract get VALIDATION_ERROR_SUMMARY_MAXTIME(): Map<string, string>;
51
+ protected abstract get VALIDATION_ERROR_SUMMARY_MAXVALUE(): Map<string, string>;
52
+ protected abstract get VALIDATION_ERROR_SUMMARY_MINDATE(): Map<string, string>;
53
+ protected abstract get VALIDATION_ERROR_SUMMARY_MINTEXTLENGTH(): Map<string, string>;
54
+ protected abstract get VALIDATION_ERROR_SUMMARY_MINTIME(): Map<string, string>;
55
+ protected abstract get VALIDATION_ERROR_SUMMARY_MINVALUE(): Map<string, string>;
56
+ protected abstract get VALIDATION_ERROR_SUMMARY_MULTILANGUAGEREQUIRED(): Map<string, string>;
57
+ protected abstract get VALIDATION_ERROR_SUMMARY_MULTILANGUAGEREQUIREDANY(): Map<string, string>;
58
+ protected abstract get VALIDATION_ERROR_SUMMARY_PATTERN(): Map<string, string>;
59
+ protected abstract get VALIDATION_ERROR_SUMMARY_REQUIRED(): Map<string, string>;
60
+ /**
61
+ * The method translates the provided word/term. Requires a key and optional params
62
+ */
63
+ abstract GetString(key: string, params?: any): Observable<string>;
64
+ }
65
+ /**
66
+ * default localisation service
67
+ * */
68
+ export declare class SacDefaultLocalisationService extends SacAbstractLocalisationService {
69
+ private validationKeyService;
70
+ /**
71
+ * Language resources for the controls library
72
+ */
73
+ data: Map<string, Map<string, string>>;
74
+ /**
75
+ * Constructor
76
+ * @param validationKeyService Service for validation key localization
77
+ */
78
+ constructor(validationKeyService: ISacValidationKeyService);
79
+ protected get CONFIRM_BUTTON_NO(): Map<string, string>;
80
+ protected get CONFIRM_BUTTON_YES(): Map<string, string>;
81
+ protected get FILEBROWSER_CONFIRM_DELETEFILE(): Map<string, string>;
82
+ protected get FILEBROWSER_CONFIRM_DELETEFOLDER(): Map<string, string>;
83
+ protected get FILEBROWSER_DELETE(): Map<string, string>;
84
+ protected get FILEBROWSER_GRID_FILE(): Map<string, string>;
85
+ protected get FILEBROWSER_GRID_SIZE(): Map<string, string>;
86
+ protected get FILEBROWSER_NEWFOLDER(): Map<string, string>;
87
+ protected get FILEBROWSER_NO_FILES(): Map<string, string>;
88
+ protected get FILEBROWSER_REFRESH(): Map<string, string>;
89
+ protected get FILEBROWSER_UPLOAD(): Map<string, string>;
90
+ protected get PAGING_PAGEENTRIESTEXT(): Map<string, string>;
91
+ protected get PAGING_PAGEOFTEXT(): Map<string, string>;
92
+ protected get TINYMCE_FILESELECT_CANCEL(): Map<string, string>;
93
+ protected get TINYMCE_FILESELECT_DIALOGTITLE(): Map<string, string>;
94
+ protected get TINYMCE_FILESELECT_OK(): Map<string, string>;
95
+ protected get UPLOAD_BUTTON_BROWSE(): Map<string, string>;
96
+ protected get UPLOAD_BUTTON_UPLOAD(): Map<string, string>;
97
+ protected get UPLOAD_NO_FILE_SELECTED(): Map<string, string>;
98
+ protected get VALIDATION_ERROR_DATETIMEFORMAT(): Map<string, string>;
99
+ protected get VALIDATION_ERROR_EMAIL(): Map<string, string>;
100
+ protected get VALIDATION_ERROR_FILESMIN(): Map<string, string>;
101
+ protected get VALIDATION_ERROR_MAXDATE(): Map<string, string>;
102
+ protected get VALIDATION_ERROR_MAXTIME(): Map<string, string>;
103
+ protected get VALIDATION_ERROR_MAXVALUE(): Map<string, string>;
104
+ protected get VALIDATION_ERROR_MINDATE(): Map<string, string>;
105
+ protected get VALIDATION_ERROR_MINTEXTLENGTH(): Map<string, string>;
106
+ protected get VALIDATION_ERROR_MINTIME(): Map<string, string>;
107
+ protected get VALIDATION_ERROR_MINVALUE(): Map<string, string>;
108
+ protected get VALIDATION_ERROR_MULTILANGUAGEREQUIRED(): Map<string, string>;
109
+ protected get VALIDATION_ERROR_MULTILANGUAGEREQUIREDANY(): Map<string, string>;
110
+ protected get VALIDATION_ERROR_PATTERN(): Map<string, string>;
111
+ protected get VALIDATION_ERROR_REQUIRED(): Map<string, string>;
112
+ protected get VALIDATION_ERROR_SUMMARY_DATETIMEFORMAT(): Map<string, string>;
113
+ protected get VALIDATION_ERROR_SUMMARY_EMAIL(): Map<string, string>;
114
+ protected get VALIDATION_ERROR_SUMMARY_FILESMIN(): Map<string, string>;
115
+ protected get VALIDATION_ERROR_SUMMARY_MAXDATE(): Map<string, string>;
116
+ protected get VALIDATION_ERROR_SUMMARY_MAXTIME(): Map<string, string>;
117
+ protected get VALIDATION_ERROR_SUMMARY_MAXVALUE(): Map<string, string>;
118
+ protected get VALIDATION_ERROR_SUMMARY_MINDATE(): Map<string, string>;
119
+ protected get VALIDATION_ERROR_SUMMARY_MINTEXTLENGTH(): Map<string, string>;
120
+ protected get VALIDATION_ERROR_SUMMARY_MINTIME(): Map<string, string>;
121
+ protected get VALIDATION_ERROR_SUMMARY_MINVALUE(): Map<string, string>;
122
+ protected get VALIDATION_ERROR_SUMMARY_MULTILANGUAGEREQUIRED(): Map<string, string>;
123
+ protected get VALIDATION_ERROR_SUMMARY_MULTILANGUAGEREQUIREDANY(): Map<string, string>;
124
+ protected get VALIDATION_ERROR_SUMMARY_PATTERN(): Map<string, string>;
125
+ protected get VALIDATION_ERROR_SUMMARY_REQUIRED(): Map<string, string>;
126
+ /**
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
131
+ */
132
+ GetString(key: string, params?: any): Observable<string>;
133
+ /**
134
+ * The function sets the default language to DE if language setting is not possible.
135
+ */
136
+ private GetFallbackLanguage;
137
+ /**
138
+ * The function returns the selected language.
139
+ */
140
+ private GetLanguage;
141
+ }
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,55 +1,202 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { ISacValidationKeyService } from '../interfaces/ISacValidationKeyService';
3
- export declare class SacDefaultValidationKeyService implements ISacValidationKeyService {
4
- get ConfirmDefaultButtonNo(): string;
5
- get ConfirmDefaultButtonYes(): string;
6
- get FilebrowserButtonDelete(): string;
7
- get FilebrowserButtonNewFolder(): string;
8
- get FilebrowserButtonRefresh(): string;
9
- get FilebrowserButtonUpload(): string;
10
- get FilebrowserConfirmTextDeleteFile(): string;
11
- get FilebrowserConfirmTextDeleteFolder(): string;
12
- get FilebrowserGridFilename(): string;
13
- get FilebrowserGridNoFiles(): string;
14
- get FilebrowserGridSize(): string;
15
- get PagingEntries(): string;
16
- get PagingPageOf(): string;
17
- get TinyMceFileselectCancel(): string;
18
- get TinyMceFileselectDialogtitle(): string;
19
- get TinyMceFileselectOk(): string;
20
- get UploadButtonBrowse(): string;
21
- get UploadButtonUpload(): string;
22
- get UploadNoFilesSelected(): string;
23
- get ValidationErrorDatetimeFormat(): string;
24
- get ValidationErrorEmail(): string;
25
- get ValidationErrorFilesMin(): string;
26
- get ValidationErrorMaxDate(): string;
27
- get ValidationErrorMaxTime(): string;
28
- get ValidationErrorMaxValue(): string;
29
- get ValidationErrorMinDate(): string;
30
- get ValidationErrorMinLength(): string;
31
- get ValidationErrorMinTime(): string;
32
- get ValidationErrorMinValue(): string;
33
- get ValidationErrorMultilanguageRequired(): string;
34
- get ValidationErrorMultilanguageRequiredAny(): string;
35
- get ValidationErrorPattern(): string;
36
- get ValidationErrorRequired(): string;
37
- get ValidationErrorSummaryDatetimeFormat(): string;
38
- get ValidationErrorSummaryEmail(): string;
39
- get ValidationErrorSummaryFilesMin(): string;
40
- get ValidationErrorSummaryMaxDate(): string;
41
- get ValidationErrorSummaryMaxTime(): string;
42
- get ValidationErrorSummaryMaxValue(): string;
43
- get ValidationErrorSummaryMinDate(): string;
44
- get ValidationErrorSummaryMinLength(): string;
45
- get ValidationErrorSummaryMinTime(): string;
46
- get ValidationErrorSummaryMinValue(): string;
47
- get ValidationErrorSummaryMultilanguageRequired(): string;
48
- get ValidationErrorSummaryMultilanguageRequiredAny(): string;
49
- get ValidationErrorSummaryPattern(): string;
50
- get ValidationErrorSummaryRequired(): string;
51
- }
52
- /**
53
- * injection token for localisation service
54
- */
55
- export declare const SACVALIDATIONKEY_SERVICE: InjectionToken<ISacValidationKeyService>;
1
+ import { ISacValidationKeyService } from '../interfaces/ISacValidationKeyService';
2
+ import { InjectionToken } from '@angular/core';
3
+ /**
4
+ * injection token for localisation service
5
+ */
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
+ */
13
+ export declare class SacDefaultValidationKeyService implements ISacValidationKeyService {
14
+ /**
15
+ * Returns the validation key for the default negative confirm button.
16
+ */
17
+ get ConfirmDefaultButtonNo(): string;
18
+ /**
19
+ * Returns the validation key for the default positive confirm button.
20
+ */
21
+ get ConfirmDefaultButtonYes(): string;
22
+ /**
23
+ * Returns the validation key for the browser delete button text.
24
+ */
25
+ get FilebrowserButtonDelete(): string;
26
+ /**
27
+ * Returns the validation key for the browser new folder button text.
28
+ */
29
+ get FilebrowserButtonNewFolder(): string;
30
+ /**
31
+ * Returns the validation key for the browser refresh button text.
32
+ */
33
+ get FilebrowserButtonRefresh(): string;
34
+ /**
35
+ * Returns the validation key for the browser upload button text.
36
+ */
37
+ get FilebrowserButtonUpload(): string;
38
+ /**
39
+ * Returns the validation key for the delete-file confirmation text.
40
+ */
41
+ get FilebrowserConfirmTextDeleteFile(): string;
42
+ /**
43
+ * Returns the validation key for the delete-folder confirmation text.
44
+ */
45
+ get FilebrowserConfirmTextDeleteFolder(): string;
46
+ /**
47
+ * Returns the validation key for the browser file-name column title.
48
+ */
49
+ get FilebrowserGridFilename(): string;
50
+ /**
51
+ * Returns the validation key used when no files are available.
52
+ */
53
+ get FilebrowserGridNoFiles(): string;
54
+ /**
55
+ * Returns the validation key for the browser file-size column title.
56
+ */
57
+ get FilebrowserGridSize(): string;
58
+ /**
59
+ * Returns the validation key for the paging page-size text.
60
+ */
61
+ get PagingEntries(): string;
62
+ /**
63
+ * Returns the validation key for the paging current-page text.
64
+ */
65
+ get PagingPageOf(): string;
66
+ /**
67
+ * Returns the validation key for the TinyMCE file-select cancel button.
68
+ */
69
+ get TinyMceFileselectCancel(): string;
70
+ /**
71
+ * Returns the validation key for the TinyMCE file-select dialog title.
72
+ */
73
+ get TinyMceFileselectDialogtitle(): string;
74
+ /**
75
+ * Returns the validation key for the TinyMCE file-select confirm button.
76
+ */
77
+ get TinyMceFileselectOk(): string;
78
+ /**
79
+ * Returns the validation key for the upload browse button text.
80
+ */
81
+ get UploadButtonBrowse(): string;
82
+ /**
83
+ * Returns the validation key for the upload action button text.
84
+ */
85
+ get UploadButtonUpload(): string;
86
+ /**
87
+ * Returns the validation key used when no file is selected.
88
+ */
89
+ get UploadNoFilesSelected(): string;
90
+ /**
91
+ * Returns the validation key for date-time format errors.
92
+ */
93
+ get ValidationErrorDatetimeFormat(): string;
94
+ /**
95
+ * Returns the validation key for email validation errors.
96
+ */
97
+ get ValidationErrorEmail(): string;
98
+ /**
99
+ * Returns the validation key for minimum-file-count errors.
100
+ */
101
+ get ValidationErrorFilesMin(): string;
102
+ /**
103
+ * Returns the validation key for maximum-date errors.
104
+ */
105
+ get ValidationErrorMaxDate(): string;
106
+ /**
107
+ * Returns the validation key for maximum-time errors.
108
+ */
109
+ get ValidationErrorMaxTime(): string;
110
+ /**
111
+ * Returns the validation key for maximum-value errors.
112
+ */
113
+ get ValidationErrorMaxValue(): string;
114
+ /**
115
+ * Returns the validation key for minimum-date errors.
116
+ */
117
+ get ValidationErrorMinDate(): string;
118
+ /**
119
+ * Returns the validation key for minimum-text-length errors.
120
+ */
121
+ get ValidationErrorMinTextLength(): string;
122
+ /**
123
+ * Returns the validation key for minimum-time errors.
124
+ */
125
+ get ValidationErrorMinTime(): string;
126
+ /**
127
+ * Returns the validation key for minimum-value errors.
128
+ */
129
+ get ValidationErrorMinValue(): string;
130
+ /**
131
+ * Returns the validation key for required multilanguage fields.
132
+ */
133
+ get ValidationErrorMultilanguageRequired(): string;
134
+ /**
135
+ * Returns the validation key when at least one multilanguage value is required.
136
+ */
137
+ get ValidationErrorMultilanguageRequiredAny(): string;
138
+ /**
139
+ * Returns the validation key for pattern-mismatch errors.
140
+ */
141
+ get ValidationErrorPattern(): string;
142
+ /**
143
+ * Returns the validation key for required-field errors.
144
+ */
145
+ get ValidationErrorRequired(): string;
146
+ /**
147
+ * Returns the summary validation key for date-time format errors.
148
+ */
149
+ get ValidationErrorSummaryDatetimeFormat(): string;
150
+ /**
151
+ * Returns the summary validation key for email errors.
152
+ */
153
+ get ValidationErrorSummaryEmail(): string;
154
+ /**
155
+ * Returns the summary validation key for minimum-file-count errors.
156
+ */
157
+ get ValidationErrorSummaryFilesMin(): string;
158
+ /**
159
+ * Returns the summary validation key for maximum-date errors.
160
+ */
161
+ get ValidationErrorSummaryMaxDate(): string;
162
+ /**
163
+ * Returns the summary validation key for maximum-time errors.
164
+ */
165
+ get ValidationErrorSummaryMaxTime(): string;
166
+ /**
167
+ * Returns the summary validation key for maximum-value errors.
168
+ */
169
+ get ValidationErrorSummaryMaxValue(): string;
170
+ /**
171
+ * Returns the summary validation key for minimum-date errors.
172
+ */
173
+ get ValidationErrorSummaryMinDate(): string;
174
+ /**
175
+ * Returns the summary validation key for minimum-text-length errors.
176
+ */
177
+ get ValidationErrorSummaryMinTextLength(): string;
178
+ /**
179
+ * Returns the summary validation key for minimum-time errors.
180
+ */
181
+ get ValidationErrorSummaryMinTime(): string;
182
+ /**
183
+ * Returns the summary validation key for minimum-value errors.
184
+ */
185
+ get ValidationErrorSummaryMinValue(): string;
186
+ /**
187
+ * Returns the summary validation key for required multilanguage-field errors.
188
+ */
189
+ get ValidationErrorSummaryMultilanguageRequired(): string;
190
+ /**
191
+ * Returns the summary validation key when any multilanguage value is required.
192
+ */
193
+ get ValidationErrorSummaryMultilanguageRequiredAny(): string;
194
+ /**
195
+ * Returns the summary validation key for pattern-mismatch errors.
196
+ */
197
+ get ValidationErrorSummaryPattern(): string;
198
+ /**
199
+ * Returns the summary validation key for required-field errors.
200
+ */
201
+ get ValidationErrorSummaryRequired(): string;
202
+ }
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,10 +1,4 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public_api';
5
- export { SacBaseDateTimeControl as ɵf } from './common/basedatetimecontrol';
6
- export { SacInputBase as ɵe } from './common/baseinputcontrol';
7
- export { SacBaseListControl as ɵd } from './common/baselistcontrol';
8
- export { SacBaseModelControl as ɵb } from './common/basemodelcontrol';
9
- export { SacBaseSelectControl as ɵc } from './common/baseselectcontrol';
10
- export { SacUploadBase as ɵa } from './common/baseuploadcontrol';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';