@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
@@ -1,18 +1,18 @@
1
1
  /**
2
- * Klasse für API Request zum löschen eines Files
2
+ * Class for API request to delete a file
3
3
  */
4
4
  export declare class BrowserFileDeleteRequest {
5
5
  /**
6
- * Konstruktor
7
- * @param init Initale Werte der Klasse
6
+ * Allowed file types
8
7
  */
9
- constructor(init?: Partial<BrowserFileDeleteRequest>);
8
+ AllowedTypes: string;
10
9
  /**
11
- * Pfad
10
+ * Path
12
11
  */
13
12
  Path: string;
14
13
  /**
15
- * Erlaubte Dateitypen
14
+ * Constructor
15
+ * @param init Initial values for the class
16
16
  */
17
- AllowedTypes: string;
17
+ constructor(init?: Partial<BrowserFileDeleteRequest>);
18
18
  }
@@ -1,22 +1,22 @@
1
1
  /**
2
- * Klasse für den API Request zum umbenennen einer Datei
2
+ * Class for API request to rename a file
3
3
  */
4
4
  export declare class BrowserFileRenameRequest {
5
5
  /**
6
- * Konstruktor
7
- * @param init Initiale Werte
6
+ * Allowed file extensions
8
7
  */
9
- constructor(init?: Partial<BrowserFileRenameRequest>);
8
+ AllowedTypes: string;
10
9
  /**
11
- * Pfad zu Datei
10
+ * New file name
12
11
  */
13
- Path: string;
12
+ NewFilename: string;
14
13
  /**
15
- * Neuer Dateiname
14
+ * Path to file
16
15
  */
17
- NewFilename: string;
16
+ Path: string;
18
17
  /**
19
- * Erlaubte Dateierweiterungen
18
+ * Constructor
19
+ * @param init Initial values
20
20
  */
21
- AllowedTypes: string;
21
+ constructor(init?: Partial<BrowserFileRenameRequest>);
22
22
  }
@@ -1,10 +1,10 @@
1
1
  import { IBrowserFile } from './browserfile';
2
2
  /**
3
- * Interface für API Response von Files
3
+ * Interface for API response of files
4
4
  */
5
5
  export interface IBrowserFileResponse {
6
6
  /**
7
- * Array von Files in einem Node
7
+ * Array of files in a node
8
8
  */
9
9
  Files: IBrowserFile[];
10
10
  }
@@ -1,14 +1,13 @@
1
1
  /**
2
- * Request zum speichern einer hochgeladenen Datei
2
+ * Request to save an uploaded file
3
3
  */
4
4
  export declare class BrowserFileSaveRequest {
5
5
  /**
6
- * Constructor
7
- * @param init Initale Parameter
6
+ * Allowed file types
8
7
  */
9
- constructor(init?: Partial<BrowserFileSaveRequest>);
8
+ AllowedTypes: string;
10
9
  /**
11
- * Pfad in welchem der Upload gespeichert werden soll
10
+ * Path where the upload should be saved
12
11
  */
13
12
  Path: string;
14
13
  /**
@@ -16,7 +15,8 @@ export declare class BrowserFileSaveRequest {
16
15
  */
17
16
  UploadId: string;
18
17
  /**
19
- * Erlaubte Dateitypen
18
+ * Constructor
19
+ * @param init Initial parameters
20
20
  */
21
- AllowedTypes: string;
21
+ constructor(init?: Partial<BrowserFileSaveRequest>);
22
22
  }
@@ -1,34 +1,34 @@
1
1
  import { IBrowserFile } from './browserfile';
2
2
  /**
3
- * Interface für Node in File Browser Component
3
+ * Interface for node in file browser component
4
4
  */
5
5
  export interface IBrowserNode {
6
- /**
7
- * Name des Nodes
8
- */
9
- Name: string;
10
6
  /**
11
7
  * Child Nodes
12
8
  */
13
9
  ChildNodes: IBrowserNode[];
14
10
  /**
15
- * File Items in diesem Node
11
+ * File items in this node
16
12
  */
17
13
  Files: IBrowserFile[];
18
14
  /**
19
- * Pfad für diesen Node
15
+ * Node is being edited
20
16
  */
21
- Path: string;
17
+ IsEditMode: boolean;
22
18
  /**
23
- * Node ist ausgeklappt
19
+ * Node is expanded
24
20
  */
25
21
  IsExpanded: boolean;
26
22
  /**
27
- * Node wird bearbeitet
23
+ * Node was created but not yet saved
28
24
  */
29
- IsEditMode: boolean;
25
+ IsNewNode: boolean;
30
26
  /**
31
- * Node wurde erzeugt aber noch nicht gespeichert
27
+ * Name of the node
32
28
  */
33
- IsNewNode: boolean;
29
+ Name: string;
30
+ /**
31
+ * Path for this node
32
+ */
33
+ Path: string;
34
34
  }
@@ -1,14 +1,14 @@
1
1
  /**
2
- * Klasse für API Request zum löschen eines Nodes
2
+ * Class for API request to delete a node
3
3
  */
4
4
  export declare class BrowserNodeDeleteRequest {
5
5
  /**
6
- * Konstruktor
7
- * @param init Initiale Werte
6
+ * Path
8
7
  */
9
- constructor(init?: Partial<BrowserNodeDeleteRequest>);
8
+ Path: string;
10
9
  /**
11
- * Pfad
10
+ * Constructor
11
+ * @param init Initial values
12
12
  */
13
- Path: string;
13
+ constructor(init?: Partial<BrowserNodeDeleteRequest>);
14
14
  }
@@ -1,18 +1,18 @@
1
1
  /**
2
- * Klasse für API Request zum anlegen eines neuen Nodes
2
+ * Class for API request to create a new node
3
3
  */
4
4
  export declare class BrowserNodeNewRequest {
5
5
  /**
6
- * Konstruktor
7
- * @param init Initiale Werte
6
+ * Name of the new node
8
7
  */
9
- constructor(init?: Partial<BrowserNodeNewRequest>);
8
+ NewFoldername: string;
10
9
  /**
11
- * Pfad
10
+ * Path
12
11
  */
13
12
  Path: string;
14
13
  /**
15
- * Name des neuen Nodes
14
+ * Constructor
15
+ * @param init Initial values
16
16
  */
17
- NewFoldername: string;
17
+ constructor(init?: Partial<BrowserNodeNewRequest>);
18
18
  }
@@ -1,18 +1,18 @@
1
1
  /**
2
- * Klasse für API Request zum umbenennen eines Nodes
2
+ * Class for API request to rename a node
3
3
  */
4
4
  export declare class BrowserNodeRenameRequest {
5
5
  /**
6
- * Konstruktor
7
- * @param init Initiale Werte
6
+ * New name of the node
8
7
  */
9
- constructor(init?: Partial<BrowserNodeRenameRequest>);
8
+ NewFoldername: string;
10
9
  /**
11
- * Pfad
10
+ * Path
12
11
  */
13
12
  Path: string;
14
13
  /**
15
- * Neuer Name des Nodes
14
+ * Constructor
15
+ * @param init Initial values
16
16
  */
17
- NewFoldername: string;
17
+ constructor(init?: Partial<BrowserNodeRenameRequest>);
18
18
  }
@@ -1,18 +1,18 @@
1
1
  /**
2
- * Klasse für den Request eines Nodes
2
+ * Class for the request of a node
3
3
  */
4
4
  export declare class BrowserNodeRequest {
5
5
  /**
6
- * Konstruktor
7
- * @param init Initale Werte für die Instanz
6
+ * Allowed file types
8
7
  */
9
- constructor(init?: Partial<BrowserNodeRequest>);
8
+ AllowedTypes: string;
10
9
  /**
11
- * Pfad des Nodes
10
+ * Path of the node
12
11
  */
13
12
  Path: string;
14
13
  /**
15
- * Erlaubte Dateitypen
14
+ * Constructor
15
+ * @param init Initial values for the instance
16
16
  */
17
- AllowedTypes: string;
17
+ constructor(init?: Partial<BrowserNodeRequest>);
18
18
  }
@@ -1,6 +1,6 @@
1
1
  import { IBrowserNode } from './browsernode';
2
2
  /**
3
- * Interface für Antworten an den Browser Service
3
+ * Interface for responses to the browser service
4
4
  */
5
5
  export interface IBrowserNodeResponse {
6
6
  /**
@@ -1,19 +1,19 @@
1
1
  import { BUTTONROLETYPE } from '../../enums/ButtonRoleType';
2
2
  import { EventEmitter } from '@angular/core';
3
3
  /**
4
- * Base Komponente für das Button
4
+ * Base component for the button
5
5
  */
6
6
  export declare class SacButtonCommon {
7
7
  /**
8
- * Boolean Property definiert, ob das Button 'disabled' ist; default - false
8
+ * Boolean property defines whether the button is 'disabled'; default - false
9
9
  */
10
10
  private _isdisabledvalue;
11
11
  /**
12
- * Das Property definiert die Rolle des Buttons. Standardwert ist 'default'.
12
+ * This property defines the role of the button. Default value is 'default'.
13
13
  */
14
14
  private _role;
15
15
  /**
16
- * Das boolean property ist benutzt für Aktivation des Spinner des Button. Default ist false.
16
+ * This boolean property is used for activating the spinner of the button. Default is false.
17
17
  */
18
18
  _isloadingvalue: boolean;
19
19
  /**
@@ -25,50 +25,56 @@ export declare class SacButtonCommon {
25
25
  */
26
26
  e2eidentifier: string | null;
27
27
  /**
28
- * Boolean Property für Error; default Wert - false
28
+ * Boolean property for error; default value - false
29
29
  */
30
30
  hasError: boolean;
31
31
  /**
32
- * Input Property für Icon Style Klasse; default Wert - ''
32
+ * Input property for icon style class; default value - ''
33
33
  */
34
34
  icon: string;
35
35
  /**
36
- * Input Property für Name; default Wert - ''
36
+ * Input property for name; default value - ''
37
37
  */
38
38
  name: string;
39
39
  /**
40
- * Input Property für Text des Buttons; default Wert - ''
40
+ * Input property for button text; default value - ''
41
41
  */
42
42
  text: string;
43
43
  /**
44
- * Getter Methode. Ergibt boolean Wert. Definiert, ob das Button desabled ist.
44
+ * Getter method. Returns boolean value. Defines whether the button is disabled.
45
45
  */
46
46
  get _isdisabled(): boolean;
47
+ /**
48
+ * Returns whether the button is disabled.
49
+ */
47
50
  get isdisabled(): boolean | string;
48
51
  /**
49
- * Deaktivieren von Buttons
50
- * @param v Deaktiviert den Button
51
- * @return Definiert ob der Button deaktiviert ist
52
+ * Disables buttons
53
+ * @param v Disables the button
54
+ * @return Defines whether the button is disabled
52
55
  */
53
56
  set isdisabled(v: boolean | string);
57
+ /**
58
+ * Returns whether the loading spinner is active.
59
+ */
54
60
  get isloading(): boolean | string;
55
61
  /**
56
- * Das Input property. Definiert der Status des islaoding property. Es ist benutzt für Aktivation des Spinner des Button.
62
+ * This input property defines the status of the isloading property. It is used for activating the spinner of the button.
57
63
  */
58
64
  set isloading(v: boolean | string);
59
65
  /**
60
- * Die Methode returns die definierte Style-Rolle des Buttons
66
+ * This method returns the defined style role of the button
61
67
  */
62
68
  get role(): BUTTONROLETYPE;
63
69
  /**
64
- * Definiert den Style des Buttons
65
- * @param v Definiert den Style des Buttons.
66
- * Folgende Typen sind Supported: primary, secondary, success, danger, warning, info, light, dark, link, default
67
- * @returns Type des Buttons
70
+ * Defines the style of the button
71
+ * @param v Defines the style of the button.
72
+ * The following types are supported: primary, secondary, success, danger, warning, info, light, dark, link, default
73
+ * @returns Type of the button
68
74
  */
69
75
  set role(v: BUTTONROLETYPE);
70
76
  /**
71
- * Die Methode wird ein Event aufrufen, wenn das Button geklickt wird UND das Button nicht disabled ODER isloading ist.
77
+ * This method will trigger an event when the button is clicked AND the button is not disabled OR isloading.
72
78
  */
73
79
  buttonClick(): void;
74
80
  }
@@ -2,7 +2,7 @@ import { SacBaseModelControl } from '../../common/basemodelcontrol';
2
2
  import { OnInit } from '@angular/core';
3
3
  import { AbstractControl, ValidationErrors } from '@angular/forms';
4
4
  /**
5
- * Basis Komponente für SacCheckboxCommon. Extends SacBaseModelControl
5
+ * Base component for SacCheckboxCommon. Extends SacBaseModelControl
6
6
  */
7
7
  export declare class SacCheckboxCommon extends SacBaseModelControl<boolean> implements OnInit {
8
8
  /**
@@ -10,7 +10,7 @@ export declare class SacCheckboxCommon extends SacBaseModelControl<boolean> impl
10
10
  */
11
11
  checkboxstyle: 'checkbox' | 'switch' | null;
12
12
  /**
13
- * Text vom Checkbox-Control. Der Text wird rechts von der Checkbox angezeigt.
13
+ * Text of the checkbox control. The text is displayed to the right of the checkbox.
14
14
  */
15
15
  checkboxtext: any;
16
16
  /**
@@ -22,7 +22,7 @@ export declare class SacCheckboxCommon extends SacBaseModelControl<boolean> impl
22
22
  */
23
23
  ngOnInit(): void;
24
24
  /**
25
- * Control hat keinen Validator
25
+ * Control has no validator
26
26
  */
27
27
  validateData(c: AbstractControl): ValidationErrors | null;
28
28
  /**
@@ -5,13 +5,13 @@ import { SacFormLayoutCommon } from '../layout/formlayout';
5
5
  import { SacRadiobuttonsCommon } from './radiobuttons';
6
6
  import { EventEmitter, Injector, OnDestroy, OnInit, TemplateRef } from '@angular/core';
7
7
  /**
8
- * Basis Komponente für SacRadiobutton.
8
+ * Base component for SacRadiobutton.
9
9
  */
10
10
  export declare abstract class SacRadiobuttonCommon implements OnInit, OnDestroy {
11
11
  protected sacRadioButtons: SacRadiobuttonsCommon;
12
12
  private readonly injector;
13
13
  /**
14
- * Boolean Property zum Ausblenden des Controls; default Wert - false
14
+ * Boolean property to hide the control; default value - false
15
15
  */
16
16
  private _hidden;
17
17
  /**
@@ -27,19 +27,19 @@ export declare abstract class SacRadiobuttonCommon implements OnInit, OnDestroy
27
27
  */
28
28
  protected iconService: ISacIconService;
29
29
  /**
30
- * public public public public public public public public public public public public public ControlHeight enum for use in HTML markup
30
+ * ControlHeight enum for use in HTML markup
31
31
  */
32
32
  ControlHeight: typeof ControlHeight;
33
33
  /**
34
- * Unique Index für RadioButton
34
+ * Unique index for radio button
35
35
  */
36
36
  _index: number;
37
37
  /**
38
- * Boolean Property, ob Radiobutton checked ist
38
+ * Boolean property whether the radio button is checked
39
39
  */
40
40
  checked: boolean;
41
41
  /**
42
- * Boolean Property, ob Radiobutton disabled ist
42
+ * Boolean property whether the radio button is disabled
43
43
  */
44
44
  disabled: boolean;
45
45
  /**
@@ -55,7 +55,7 @@ export declare abstract class SacRadiobuttonCommon implements OnInit, OnDestroy
55
55
  */
56
56
  label: string;
57
57
  /**
58
- * Template für Value Element
58
+ * Template for value element
59
59
  */
60
60
  labeltemplate: TemplateRef<any>;
61
61
  /**
@@ -67,7 +67,7 @@ export declare abstract class SacRadiobuttonCommon implements OnInit, OnDestroy
67
67
  */
68
68
  value: any;
69
69
  /**
70
- * Konstruktor
70
+ * Constructor
71
71
  * @param SacRadioButtons
72
72
  * @param formlayout SacFormLayoutCommon to define scoped layout settings
73
73
  * @param injector Injector for injecting services
@@ -82,7 +82,7 @@ export declare abstract class SacRadiobuttonCommon implements OnInit, OnDestroy
82
82
  */
83
83
  get componentHeight(): ControlHeight | null;
84
84
  /**
85
- * Getter für Unique Index
85
+ * Getter for unique index
86
86
  */
87
87
  get getIndex(): number;
88
88
  /**
@@ -91,21 +91,27 @@ export declare abstract class SacRadiobuttonCommon implements OnInit, OnDestroy
91
91
  get getName(): string;
92
92
  get hidden(): boolean | string;
93
93
  /**
94
- * Setter für hidden Property
94
+ * Setter for hidden property
95
95
  */
96
96
  set hidden(v: boolean | string);
97
97
  /**
98
- * Methode ergibt Boolean, ob Control disabled ist
98
+ * Method returns boolean whether control is disabled
99
99
  */
100
100
  get isDisabled(): boolean;
101
101
  /**
102
- * Event bei Änderungen
102
+ * Event on changes
103
103
  */
104
104
  ChangeEvent(): void;
105
105
  /**
106
- * Event wenn die Komponente zerstört wird
106
+ * Event when the component is destroyed
107
107
  */
108
108
  ngOnDestroy(): void;
109
+ /**
110
+ * Component initialization lifecycle hook.
111
+ *
112
+ * Initializes helptext mode, and marks the radio button as checked when the value matches
113
+ * the container's selected value.
114
+ */
109
115
  ngOnInit(): void;
110
116
  /**
111
117
  * Set mode for helptext. Can be tooltip or text
@@ -4,7 +4,7 @@ import { SacRadiobuttonCommon } from './radiobutton';
4
4
  import { Injector } from '@angular/core';
5
5
  import { AbstractControl, ValidationErrors, Validator } from '@angular/forms';
6
6
  /**
7
- * Basis Komponente für SacRadiobuttonsCommon. Extends SacBaseModelControl
7
+ * Base component for SacRadiobuttonsCommon. Extends SacBaseModelControl
8
8
  */
9
9
  export declare abstract class SacRadiobuttonsCommon extends SacBaseModelControl<any> implements Validator {
10
10
  /**
@@ -12,15 +12,15 @@ export declare abstract class SacRadiobuttonsCommon extends SacBaseModelControl<
12
12
  */
13
13
  private contentRadiobuttons;
14
14
  /**
15
- * Radio Button Index
15
+ * Radio button index
16
16
  */
17
17
  private radioButtonIndex;
18
18
  /**
19
- * Resource Key für Validation Message Required bei Control
19
+ * Resource key for validation message Required at control
20
20
  */
21
21
  validationmessagerequired: string;
22
22
  /**
23
- * Resource Key für Validation Message Required in Validation Summary
23
+ * Resource key for validation message Required in validation summary
24
24
  */
25
25
  validationmessagesummaryrequired: string;
26
26
  /**
@@ -30,23 +30,25 @@ export declare abstract class SacRadiobuttonsCommon extends SacBaseModelControl<
30
30
  */
31
31
  constructor(formlayout: SacFormLayoutCommon, injector: Injector);
32
32
  /**
33
- * Getter für Radio Button Index
33
+ * Getter for radio button index
34
+ * @returns Index of the current radio button
34
35
  */
35
36
  GetRadionButtonIndex(): number;
36
37
  /**
37
- * Methode prüft ob Item checked ist
38
+ * Method checks if an item is checked
39
+ * @returns Boolean indicating if an item is checked
38
40
  */
39
41
  HasCheckedItem(): boolean;
40
42
  /**
41
- * Erstellung des RadioButton
43
+ * Register the radio button
42
44
  */
43
45
  RegisterRadioButton(radioButton: SacRadiobuttonCommon): void;
44
46
  /**
45
- * Item selektieren
47
+ * Select item
46
48
  */
47
49
  SelectItem(value: any): void;
48
50
  /**
49
- * Löschen des Radio Button
51
+ * Unregister the radio button
50
52
  */
51
53
  UnregisterRadioButton(radioButton: SacRadiobuttonCommon): void;
52
54
  /**
@@ -54,7 +56,8 @@ export declare abstract class SacRadiobuttonsCommon extends SacBaseModelControl<
54
56
  */
55
57
  validateData(c: AbstractControl): ValidationErrors;
56
58
  /**
57
- * Wert schreiben
59
+ * Write value
60
+ * @param value Value to apply to the selected radio item.
58
61
  */
59
62
  writeValue(value: any): void;
60
63
  }
@@ -12,14 +12,14 @@ export declare class SacConfirmButton {
12
12
  */
13
13
  role?: BUTTONROLETYPE | null;
14
14
  /**
15
- * Display text of the buttonAnzeigetext des Buttons
15
+ * Display text of the button
16
16
  */
17
17
  text: string;
18
18
  /**
19
- * Konstruktor
19
+ * Constructor
20
20
  * @param key Key for button
21
21
  * @param text Text for button
22
- * @param role Role type for the button. Default is ‘secondary’
22
+ * @param role Role type for the button. Default is 'default'
23
23
  */
24
24
  constructor(key?: string, text?: string, role?: BUTTONROLETYPE);
25
25
  }
@@ -2,48 +2,49 @@ import { IConfirmComponent } from '../../interfaces/iconfirmcomponent';
2
2
  import { SacConfirmButton } from './confirm.button';
3
3
  import { EventEmitter } from '@angular/core';
4
4
  /**
5
- * Basis Klasse für Confirm Dialog
5
+ * Base class for Confirm Dialog
6
6
  */
7
7
  export declare class SacConfirmCommon implements IConfirmComponent {
8
8
  /**
9
- * Map mit Buttons die in Dialog angezeigt werden.
9
+ * Array with buttons displayed in the dialog.
10
10
  */
11
11
  buttons: SacConfirmButton[];
12
12
  /**
13
- * Icon welches auf dem Dialog angezeigt wird
13
+ * Icon displayed on the dialog
14
14
  */
15
15
  image: string;
16
16
  /**
17
- * Definiert ob der Dialog sichtbar ist
17
+ * Defines whether the dialog is visible
18
18
  */
19
19
  isvisible: boolean;
20
20
  /**
21
- * Nachricht die auf dem Dialog angezeigt wird
21
+ * Message displayed on the dialog
22
22
  */
23
23
  message: string;
24
24
  /**
25
- * Event wenn Dialog geschlossen wird
25
+ * Event when dialog is closed
26
26
  */
27
27
  onconfirm: EventEmitter<string>;
28
28
  /**
29
- * Dialog Titel für Confirm Dialog
30
- */
29
+ * Dialog title for Confirm Dialog
30
+ */
31
31
  title: string;
32
32
  /**
33
- * Action wenn Button auf Dialog geklickt wurde. Löst den EventEmitter aus und blendet den Dialog aus.
33
+ * Action when a button on the dialog is clicked. Triggers the EventEmitter and hides the dialog.
34
34
  * @param action
35
35
  */
36
36
  confirm(action: string): void;
37
37
  /**
38
- * Definiert, ob für den Dialog ein Image definiert wurde
38
+ * Defines whether an image is set for the dialog
39
+ * @returns Boolean indicating whether an image is set
39
40
  */
40
41
  hasImage(): boolean;
41
42
  /**
42
- * Blendet den Dialog aus
43
+ * Hides the dialog
43
44
  */
44
45
  hide(): void;
45
46
  /**
46
- * Zeigt den Dialog an
47
+ * Shows the dialog
47
48
  */
48
49
  show(): void;
49
50
  }