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