@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
@@ -6,23 +6,23 @@ import { SacFormLayoutCommon } from '../layout/formlayout';
6
6
  import { Injector } from '@angular/core';
7
7
  import { AbstractControl } from '@angular/forms';
8
8
  /**
9
- * Base Klasse für Multi Language Input Control
9
+ * Base class for multi-language input control
10
10
  */
11
11
  export declare class SacMultilanguageInputCommon extends SacInputBase<any> {
12
12
  /**
13
- * Sprache für das Control
13
+ * Languages for the control
14
14
  */
15
15
  private languages;
16
16
  /**
17
- * Selektierte Sprace des Controls
17
+ * Selected language of the control
18
18
  */
19
19
  private selectedLanguage;
20
20
  /**
21
- * Service für Error Localisation
21
+ * Service for error localisation
22
22
  */
23
23
  protected lngLanguageService: ISacLanguageService;
24
24
  /**
25
- * Fix breite für das Control definieren.
25
+ * Define fixed width for the control.
26
26
  */
27
27
  controlwidth: string;
28
28
  /**
@@ -30,23 +30,23 @@ export declare class SacMultilanguageInputCommon extends SacInputBase<any> {
30
30
  */
31
31
  maxtextlength: number;
32
32
  /**
33
- * Aktiviert den Validator, das min. eine Sprache erfasst sein muss
33
+ * Activates validator that at least one language must be present
34
34
  */
35
35
  requiredany: boolean;
36
36
  /**
37
- * Resource Key für Validation Message Required bei Control
37
+ * Resource key for validation message required at control
38
38
  */
39
39
  validationmessagerequired: string;
40
40
  /**
41
- * Resource Key für Validation Message Pattern bei Control
41
+ * Resource key for validation message required any language at control
42
42
  */
43
43
  validationmessagerequiredany: string;
44
44
  /**
45
- * Resource Key für Validation Message Required in Validation Summary
45
+ * Resource key for validation message required in validation summary
46
46
  */
47
47
  validationmessagesummaryrequired: string;
48
48
  /**
49
- * Resource Key für Validation Message Pattern in Validation Summary
49
+ * Resource key for validation message required any language in validation summary
50
50
  */
51
51
  validationmessagesummaryrequiredany: string;
52
52
  /**
@@ -56,45 +56,45 @@ export declare class SacMultilanguageInputCommon extends SacInputBase<any> {
56
56
  */
57
57
  constructor(formlayout: SacFormLayoutCommon, injector: Injector);
58
58
  /**
59
- * Gibt den Wert der aktuell ausgewählten Sprache zurück
59
+ * Returns the value for the currently selected language
60
60
  */
61
61
  get LanguageValue(): string;
62
62
  /**
63
- * Collection der Sprachen
63
+ * Collection of languages
64
64
  */
65
65
  get Languages(): LanguageModel[];
66
66
  /**
67
- * Gibt das Icon der selektierten Sprache zurück
67
+ * Returns the icon of the selected language
68
68
  */
69
69
  get SelectedIcon(): string;
70
70
  /**
71
- * Gibt den Type des Icons für die selektierte Sprache zurück
71
+ * Returns the icon type for the selected language
72
72
  */
73
73
  get SelectedIconType(): IconType;
74
74
  /**
75
- * Prüft ob in irgendeiner Sprache kein Wert definiert wurde
76
- * @returns Leerwert ist vorhanden
75
+ * Checks whether no value is defined in any language
76
+ * @returns True if an empty value is present
77
77
  */
78
78
  IsAnyEmpty(): boolean;
79
79
  /**
80
- * Prüft ob in einer bestimmten Sprache ein Wert vorhanden ist.
81
- * @param sprache Sprache in welcher der Wert geprüft werden soll
82
- * @returns Wert ist vorhanden
80
+ * Checks whether a value exists for a specific language.
81
+ * @param sprache Language in which the value should be checked
82
+ * @returns True if the value is present
83
83
  */
84
84
  IsEmpty(sprache: LanguageModel): boolean;
85
85
  /**
86
- * Selektiert die Sprache
87
- * @param language Sprache die selektiert werden soll
86
+ * Selects the language
87
+ * @param language Language to select
88
88
  */
89
89
  SelectLanguage(language: LanguageModel): void;
90
90
  /**
91
- * Setzt den Wert für die aktuell gewählte Sprache
92
- * @param value Wert welcher gesetzt werden soll
91
+ * Sets the value for the currently selected language
92
+ * @param value Value to set
93
93
  */
94
94
  SetLanguageValue(value: string): void;
95
95
  /**
96
- * Methode validiert, ob der Wert den gegebenen Kriterien entspricht
97
- * @param c Control das validiert wird
96
+ * Method validates whether the value meets the given criteria
97
+ * @param c Control that is validated
98
98
  */
99
99
  validateData(c: AbstractControl): {
100
100
  [key: string]: any;
@@ -6,23 +6,23 @@ import { SacFormLayoutCommon } from '../layout/formlayout';
6
6
  import { Injector } from '@angular/core';
7
7
  import { AbstractControl } from '@angular/forms';
8
8
  /**
9
- * Base Klasse für Multi Language Textarea Control
9
+ * Base class for multi-language textarea control
10
10
  */
11
11
  export declare class SacMultilanguageInputAreaCommon extends SacInputBase<any> {
12
12
  /**
13
- * Sprache für das Control
13
+ * Languages for the control
14
14
  */
15
15
  private languages;
16
16
  /**
17
- * Selektierte Sprace des Controls
17
+ * Selected language of the control
18
18
  */
19
19
  private selectedLanguage;
20
20
  /**
21
- * Service für Error Localisation
21
+ * Service for error localisation
22
22
  */
23
23
  protected lngLanguageService: ISacLanguageService;
24
24
  /**
25
- * Fix breite für das Control definieren.
25
+ * Define fixed width for the control.
26
26
  */
27
27
  controlwidth: string;
28
28
  /**
@@ -30,27 +30,27 @@ export declare class SacMultilanguageInputAreaCommon extends SacInputBase<any> {
30
30
  */
31
31
  maxtextlength: number;
32
32
  /**
33
- * Aktiviert den Validator, das min. eine Sprache erfasst sein muss
33
+ * Activates validator that at least one language must be present
34
34
  */
35
35
  requiredany: boolean;
36
36
  /**
37
- * Anzahl Rows für TextArea
37
+ * Number of rows for the textarea
38
38
  */
39
39
  rows: number;
40
40
  /**
41
- * Resource Key für Validation Message Required bei Control
41
+ * Resource key for the 'required' validation message at the control
42
42
  */
43
43
  validationmessagerequired: string;
44
44
  /**
45
- * Resource Key für Validation Message Pattern bei Control
45
+ * Resource key for the 'required any language' validation message at the control
46
46
  */
47
47
  validationmessagerequiredany: string;
48
48
  /**
49
- * Resource Key für Validation Message Required in Validation Summary
49
+ * Resource key for the 'required' validation message in the validation summary
50
50
  */
51
51
  validationmessagesummaryrequired: string;
52
52
  /**
53
- * Resource Key für Validation Message Pattern in Validation Summary
53
+ * Resource key for the 'required any language' validation message in the validation summary
54
54
  */
55
55
  validationmessagesummaryrequiredany: string;
56
56
  /**
@@ -60,46 +60,46 @@ export declare class SacMultilanguageInputAreaCommon extends SacInputBase<any> {
60
60
  */
61
61
  constructor(formlayout: SacFormLayoutCommon, injector: Injector);
62
62
  /**
63
- * Getter welcher den Wert der Component in der gewählten Sprache zurückgibt. Wenn keine Sprache selektiert ist, wird ein leerer Wert zurückgegeben.
64
- * Ist in der Component kein Wert gespeichert wird ein leerer Wert zurückgegeben
63
+ * Getter that returns the component value in the selected language. If no language is selected, an empty string is returned.
64
+ * If the component has no stored value, an empty string is returned
65
65
  */
66
66
  get LanguageValue(): string;
67
67
  /**
68
- * Collection der Sprachen
68
+ * Collection of languages
69
69
  */
70
70
  get Languages(): LanguageModel[];
71
71
  /**
72
- * Gibt das Icon der selektierten Sprache zurück
72
+ * Returns the icon of the selected language
73
73
  */
74
74
  get SelectedIcon(): string;
75
75
  /**
76
- * Gibt den Type des Icons für die selektierte Sprache zurück
76
+ * Returns the type of the icon for the selected language
77
77
  */
78
78
  get SelectedIconType(): IconType;
79
79
  /**
80
- * Prüft, ob in einer beliebigen Sprache der Kompontente kein Wert definiert ist.
81
- * @returns Gibt an ob ein Leeres Element vorhanden ist
80
+ * Checks whether the component has no value in any language.
81
+ * @returns True if an empty value is present
82
82
  */
83
83
  IsAnyEmpty(): boolean;
84
84
  /**
85
- * Gibt an, ob in einer bestimmten Sprache ein Wert definiert ist
86
- * @param sprache Sprache in welcher der Wert geprüft werden soll
87
- * @returns Wert ist vorhanden
85
+ * Indicates whether a value is defined in a specific language
86
+ * @param sprache Language in which the value should be checked
87
+ * @returns True if the value is present
88
88
  */
89
89
  IsEmpty(sprache: LanguageModel): boolean;
90
90
  /**
91
- * Selektiert die Sprache der Komponente
92
- * @param language Sprache die selektiert werden soll
91
+ * Selects the component language
92
+ * @param language Language to select
93
93
  */
94
94
  SelectLanguage(language: LanguageModel): void;
95
95
  /**
96
- * Speichert einen Wert zur aktuell gewählten Sprache
97
- * @param value Wert welcher gespeichert werden soll
96
+ * Saves a value for the currently selected language
97
+ * @param value Value to store
98
98
  */
99
99
  SetLanguageValue(value: string): void;
100
100
  /**
101
- * Methode validiert, ob der Wert den gegebenen Kriterien entspricht
102
- * @param c Controls das validiert wird
101
+ * Method validates whether the value meets the given criteria
102
+ * @param c Control that is validated
103
103
  */
104
104
  validateData(c: AbstractControl): {
105
105
  [key: string]: any;
@@ -1,11 +1,11 @@
1
1
  import { SacBaseModelControl } from '../../common/basemodelcontrol';
2
2
  import { AbstractControl, ValidationErrors } from '@angular/forms';
3
3
  /**
4
- * Common Control für Form Item Container.
4
+ * Common control for form item container.
5
5
  **/
6
6
  export declare class SacStaticFormContainerCommon extends SacBaseModelControl<string> {
7
7
  /**
8
- * Definiert den Container als Required Form Item
8
+ * Defines the container as a required form item
9
9
  */
10
10
  private _isrequired;
11
11
  /**
@@ -17,19 +17,19 @@ export declare class SacStaticFormContainerCommon extends SacBaseModelControl<st
17
17
  */
18
18
  isinvalid: boolean;
19
19
  /**
20
- * Definiert den Container als Required Form Item
20
+ * Defines the container as a required form item
21
21
  */
22
22
  get isrequired(): boolean;
23
23
  /**
24
- * Definiert den Container als Required Form Item
24
+ * Defines the container as a required form item
25
25
  */
26
26
  set isrequired(v: boolean);
27
27
  /**
28
- * Validierung des Controls
28
+ * Validation of the control
29
29
  *
30
- * @description Validierung wird auf dem Form Container nicht gemacht, da kein Model Binding vorhanden.
31
- * @param c Control das Validiert werden soll
32
- * @returns Fehlermeldung aus Validation oder NULL
30
+ * @description Validation is not performed on the form container because there is no model binding.
31
+ * @param c Control to be validated
32
+ * @returns Error message from validation or null
33
33
  */
34
34
  validateData(c: AbstractControl): ValidationErrors | null;
35
35
  }
@@ -1,18 +1,18 @@
1
1
  import { SacInputBase } from '../../common/baseinputcontrol';
2
2
  import { AbstractControl, ValidationErrors } from '@angular/forms';
3
3
  /**
4
- * Common Klasse für Static Label Control
4
+ * Common class for static label control
5
5
  **/
6
6
  export declare class SacStaticLabelCommon extends SacInputBase<string> {
7
7
  /**
8
- * Erlaubt HTML Content in der Anzeige des Wertes
8
+ * Allows HTML content in the display of the value
9
9
  */
10
10
  allowhtml: boolean;
11
11
  /**
12
- * Validierung des Controls
12
+ * Validation of the control
13
13
  *
14
- * @param c Control das Validiert werden soll
15
- * @returns Fehlermeldung aus Validation oder NULL
14
+ * @param c Control to be validated
15
+ * @returns Error message from validation or null
16
16
  */
17
17
  validateData(c: AbstractControl): ValidationErrors | null;
18
18
  }
@@ -39,11 +39,11 @@ export declare abstract class SacTabCommon implements AfterContentInit {
39
39
  */
40
40
  selectTab(tab: SacTabItemCommon): void;
41
41
  /**
42
- * Array von TabItems
42
+ * Array of TabItems
43
43
  */
44
44
  abstract tabItems(): SacTabItemCommon[];
45
45
  /**
46
- * Initialisiert die Tabs
46
+ * Initialises the tabs
47
47
  */
48
48
  private initTabs;
49
49
  }
@@ -1,30 +1,30 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  /**
3
- * Die Basis Komponente für SacTabItem
3
+ * The base component for SacTabItem
4
4
  */
5
5
  export declare class SacTabItemCommon {
6
6
  /**
7
- * Boolean Property prüft ob das Tab aktiv ist
7
+ * Boolean property checks if the tab is active
8
8
  */
9
9
  active: boolean;
10
10
  /**
11
- * Boolean Property prüft ob das Tab disabled ist
11
+ * Boolean property checks if the tab is disabled
12
12
  */
13
13
  disabled: boolean;
14
14
  /**
15
- * ID-String
15
+ * ID string
16
16
  */
17
17
  id: string;
18
18
  /**
19
- * Label Text vom Control
19
+ * Label text of the control
20
20
  */
21
21
  label: string;
22
22
  /**
23
- * ContentChild Decorator
23
+ * ContentChild decorator
24
24
  */
25
25
  templateRef: TemplateRef<any>;
26
26
  /**
27
- * Das Input property ekzeptiert boolen Wert. Default ist true. Definiert, ob die Komponente hidden sein sollte.
27
+ * The input property accepts a boolean value. Default is true. Defines whether the component should be hidden.
28
28
  */
29
29
  unloadwhenhidden: boolean;
30
30
  }
@@ -7,92 +7,92 @@ import { TinyMceInstance } from './tinymceinstance';
7
7
  import { EventEmitter, Injector, NgZone } from '@angular/core';
8
8
  import { AbstractControl, ValidationErrors } from '@angular/forms';
9
9
  /**
10
- * Basis Komponente für TinyMCE Editor
10
+ * Base component for TinyMCE Editor
11
11
  */
12
12
  export declare abstract class SacTinyMceCommon extends SacBaseModelControl<string> {
13
13
  protected ngZone: NgZone;
14
14
  /**
15
- * Default Config mit Standardwerten für TinyMCE
15
+ * Default config with standard values for TinyMCE
16
16
  */
17
17
  private baseConfig;
18
18
  /**
19
- * TinyMCE Config
19
+ * TinyMCE config
20
20
  */
21
21
  _config: any;
22
22
  /**
23
- * Erlaubt im Filebrowser das löschen von Dateien
23
+ * Allows deleting files in the file browser
24
24
  */
25
25
  allowfiledelete: boolean;
26
26
  /**
27
- * Erlaubt im Filebrowser das umbennen von Dateien
27
+ * Allows renaming files in the file browser
28
28
  */
29
29
  allowfilerename: boolean;
30
30
  /**
31
- * Erlaubt im Filebrowser das hochladen von Files
31
+ * Allows uploading files in the file browser
32
32
  */
33
33
  allowfileupload: boolean;
34
34
  /**
35
- * Erlaubt im Filebrowser das anlegen eines Ordners
35
+ * Allows creating a folder in the file browser
36
36
  */
37
37
  allowfoldercreate: boolean;
38
38
  /**
39
- * Erlaubt im Filebrowser das löschen eines Ordners
39
+ * Allows deleting a folder in the file browser
40
40
  */
41
41
  allowfolderdelete: boolean;
42
42
  /**
43
- * Erlaubt im Filebrowser das umbennen eines Ordners
43
+ * Allows renaming a folder in the file browser
44
44
  */
45
45
  allowfolderrename: boolean;
46
46
  /**
47
- * URL zu Filebrowser Backend
47
+ * URL to file browser backend
48
48
  */
49
49
  filebrowserapiurl: string;
50
50
  /**
51
- * File Extensions für Links (Format: .xxx,.yyy,.eee)
51
+ * File extensions for links (Format: .xxx,.yyy,.eee)
52
52
  */
53
53
  filetypesfiles: string;
54
54
  /**
55
- * File Extensions für Images (Format: .xxx,.yyy,.eee)
55
+ * File extensions for images (Format: .xxx,.yyy,.eee)
56
56
  */
57
57
  filetypesimages: string;
58
58
  /**
59
- * File Extensions für Media (Format: .xxx,.yyy,.eee)
59
+ * File extensions for media (Format: .xxx,.yyy,.eee)
60
60
  */
61
61
  filetypesvideo: string;
62
62
  /**
63
- * Höhe des Editors
63
+ * Height of the editor
64
64
  */
65
65
  height: string;
66
66
  /**
67
- * Definiert das Control als Required
67
+ * Defines the control as required
68
68
  */
69
69
  isrequired: boolean;
70
70
  /**
71
- * Service für Error Localisation
71
+ * Service for error localisation
72
72
  */
73
73
  lngResourceService: ISacLocalisationService;
74
74
  /**
75
- * Event wenn Save Action in TinyMCE ausgelöst wird
75
+ * Event when save action is triggered in TinyMCE
76
76
  */
77
77
  onsave: EventEmitter<string>;
78
78
  /**
79
- * Settings Instanz für Dialog
79
+ * Settings instance for dialog
80
80
  */
81
81
  selectDialogSettings: TinyMceDialogSettings;
82
82
  /**
83
- * Der Select Dialog wird angezeigt
83
+ * The select dialog is displayed
84
84
  */
85
85
  selectdialogvisible: boolean;
86
86
  /**
87
- * Instanz auf TinyMCE Settings. Wird durch TinyMCE gesetzt und wird für den Callback des Dialog benötigt
87
+ * Instance on TinyMCE settings. Set by TinyMCE and needed for the dialog callback
88
88
  */
89
89
  settings: TinyMceInstance;
90
90
  /**
91
- * Resource Key für Validation Message Required bei Control
91
+ * Resource key for validation message required at control
92
92
  */
93
93
  validationmessagerequired: string;
94
94
  /**
95
- * Resource Key für Validation Message Required in Validation Summary
95
+ * Resource key for validation message required in validation summary
96
96
  */
97
97
  validationmessagesummaryrequired: string;
98
98
  /**
@@ -103,11 +103,11 @@ export declare abstract class SacTinyMceCommon extends SacBaseModelControl<strin
103
103
  */
104
104
  constructor(formlayout: SacFormLayoutCommon, injector: Injector, ngZone: NgZone);
105
105
  /**
106
- * TinyMCE Konfiguration
106
+ * TinyMCE configuration
107
107
  */
108
108
  get config(): any;
109
109
  /**
110
- * TinyMCE Konfiguration
110
+ * TinyMCE configuration
111
111
  * @link https://www.tiny.cloud/docs/configure/
112
112
  */
113
113
  set config(v: any);
@@ -116,7 +116,7 @@ export declare abstract class SacTinyMceCommon extends SacBaseModelControl<strin
116
116
  */
117
117
  blur(): void;
118
118
  /**
119
- * Schliesst den Dateiauswahl Dialog
119
+ * Closes the file selection dialog
120
120
  */
121
121
  closeSelectDialog(): void;
122
122
  /**
@@ -124,30 +124,30 @@ export declare abstract class SacTinyMceCommon extends SacBaseModelControl<strin
124
124
  */
125
125
  abstract overwriteDefaultSettings(): any;
126
126
  /**
127
- * Löst die Speichern Action aus
128
- * @param content Content als String
127
+ * Triggers the save action
128
+ * @param content Content as string
129
129
  */
130
130
  save(content: any): void;
131
131
  /**
132
- * Setzt das Resultat aus dem Dateiauswahl Dialog
132
+ * Sets the result from the file selection dialog
133
133
  */
134
134
  setSelectDialogResult(): void;
135
135
  /**
136
- * Zeigt den Dateiauswahl Dialog an
137
- * @param callback Callback Methode welche aufgerufen wird, wenn der Dialog geschlossen wird
138
- * @param value Wert aus dem Datei Dialog
139
- * @param meta Meta Daten zur Datei
136
+ * Shows the file selection dialog
137
+ * @param callback Callback method which is called when the dialog is closed
138
+ * @param value Value from the file dialog
139
+ * @param meta Meta data for the file
140
140
  */
141
141
  showSelectDialog(callback: any, value: string, meta: TinyMceDialogSettingsMeta): void;
142
142
  /**
143
- * Validiert das Control
144
- * @param c Control Instanz die valdidiert wird
145
- * @returns Gibt eine Fehlermeldung oder NULL zurück
143
+ * Validates the control
144
+ * @param c Control instance that is validated
145
+ * @returns Returns an error message or NULL
146
146
  */
147
147
  validateData(c: AbstractControl): ValidationErrors;
148
148
  /**
149
- * Gibt die TinyMCE Settings zurück, die aus den Properties der Angular Komponenten erzeugt werden
150
- * @returns Objekt mit Settings
149
+ * Returns the TinyMCE settings that are generated from the properties of the Angular components
150
+ * @returns Object with settings
151
151
  */
152
152
  private getDynamicSettings;
153
153
  }
@@ -1,6 +1,6 @@
1
1
  import { TinyMceDialogSettingsMeta } from './tinymcedialogsettingsmeta';
2
2
  /**
3
- * Settings für TinyMCE Dialog
3
+ * Settings for TinyMCE dialog
4
4
  */
5
5
  export declare class TinyMceDialogSettings {
6
6
  /**
@@ -8,20 +8,20 @@ export declare class TinyMceDialogSettings {
8
8
  */
9
9
  allowedtypes: string;
10
10
  /**
11
- * Callback Methode für Dialog
11
+ * Callback method for dialog
12
12
  */
13
13
  callback: any;
14
14
  /**
15
- * Meta Daten zu Dialog
15
+ * Meta data for dialog
16
16
  */
17
17
  meta: TinyMceDialogSettingsMeta;
18
18
  /**
19
- * Wert aus Dialog
19
+ * Value from dialog
20
20
  */
21
21
  value: string;
22
22
  /**
23
- * Konstruktor
24
- * @param init Initale Werte
23
+ * Constructor
24
+ * @param init Initial values
25
25
  */
26
26
  constructor(init?: Partial<TinyMceDialogSettings>);
27
27
  }
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Interface für TinyMceDialog Meta Daten
2
+ * Interface for TinyMceDialog meta data
3
3
  */
4
4
  export interface TinyMceDialogSettingsMeta {
5
5
  /**
6
- * File Type der Meta Daten
6
+ * File type of the meta data
7
7
  */
8
8
  filetype: string;
9
9
  }
@@ -1,10 +1,10 @@
1
1
  import { SacTinyMceCommon } from './tinymce';
2
2
  /**
3
- * Interace für den Zugriff von TinyMCE auf die Angular Component
3
+ * Interface for TinyMCE access to the Angular component
4
4
  */
5
5
  export interface TinyMceInstance {
6
6
  /**
7
- * Instanz von Angular Component
7
+ * Instance of Angular component
8
8
  */
9
9
  angular: SacTinyMceCommon;
10
10
  }