@simpleangularcontrols/sac-common 16.0.0-rc.21 → 16.0.0-rc.23
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/common/basedatetimecontrol.d.ts +45 -18
- package/common/basedatetimecontrol.d.ts.map +1 -1
- package/common/baseinputcontrol.d.ts +10 -8
- package/common/baseinputcontrol.d.ts.map +1 -1
- package/common/baselistcontrol.d.ts +16 -16
- package/common/baselistcontrol.d.ts.map +1 -1
- package/common/basemodelcontrol.d.ts +60 -44
- package/common/basemodelcontrol.d.ts.map +1 -1
- package/common/baseselectcontrol.d.ts +6 -6
- package/common/baseselectcontrol.d.ts.map +1 -1
- package/common/baseuploadcontrol.d.ts +78 -58
- package/common/baseuploadcontrol.d.ts.map +1 -1
- package/components/browser/browser.d.ts +86 -89
- package/components/browser/browser.d.ts.map +1 -1
- package/components/browser/models/browserfile.d.ts +6 -6
- package/components/browser/models/browserfile.d.ts.map +1 -1
- package/components/browser/models/browserfiledeleterequest.d.ts +7 -7
- package/components/browser/models/browserfiledeleterequest.d.ts.map +1 -1
- package/components/browser/models/browserfilerenamerequest.d.ts +10 -10
- package/components/browser/models/browserfilerenamerequest.d.ts.map +1 -1
- package/components/browser/models/browserfileresponse.d.ts +2 -2
- package/components/browser/models/browserfileresponse.d.ts.map +1 -1
- package/components/browser/models/browserfilesaverequest.d.ts +7 -7
- package/components/browser/models/browserfilesaverequest.d.ts.map +1 -1
- package/components/browser/models/browsernode.d.ts +13 -13
- package/components/browser/models/browsernode.d.ts.map +1 -1
- package/components/browser/models/browsernodedeleterequest.d.ts +6 -6
- package/components/browser/models/browsernodedeleterequest.d.ts.map +1 -1
- package/components/browser/models/browsernodenewrequest.d.ts +7 -7
- package/components/browser/models/browsernodenewrequest.d.ts.map +1 -1
- package/components/browser/models/browsernoderenamerequest.d.ts +7 -7
- package/components/browser/models/browsernoderenamerequest.d.ts.map +1 -1
- package/components/browser/models/browsernoderequest.d.ts +7 -7
- package/components/browser/models/browsernoderequest.d.ts.map +1 -1
- package/components/browser/models/browsernoderesponse.d.ts +1 -1
- package/components/browser/models/browsernoderesponse.d.ts.map +1 -1
- package/controls/buttons/button.d.ts +25 -19
- package/controls/buttons/button.d.ts.map +1 -1
- package/controls/checkbox/checkbox.d.ts +4 -4
- package/controls/checkbox/checkbox.d.ts.map +1 -1
- package/controls/checkbox/radiobutton.d.ts +19 -13
- package/controls/checkbox/radiobutton.d.ts.map +1 -1
- package/controls/checkbox/radiobuttons.d.ts +13 -10
- package/controls/checkbox/radiobuttons.d.ts.map +1 -1
- package/controls/confirm/confirm.button.d.ts +3 -3
- package/controls/confirm/confirm.button.d.ts.map +1 -1
- package/controls/confirm/confirm.d.ts +24 -23
- package/controls/confirm/confirm.d.ts.map +1 -1
- package/controls/confirm/confirm.service.d.ts +20 -20
- package/controls/confirm/confirm.service.d.ts.map +1 -1
- package/controls/contextmenu/contextmenu.d.ts +33 -27
- package/controls/contextmenu/contextmenu.d.ts.map +1 -1
- package/controls/contextmenu/contextmenu.interface.d.ts +6 -0
- package/controls/contextmenu/contextmenu.interface.d.ts.map +1 -1
- package/controls/contextmenu/contextmenuanchor.d.ts +4 -4
- package/controls/contextmenu/contextmenuanchor.d.ts.map +1 -1
- package/controls/contextmenu/contextmenucontainer.d.ts +4 -4
- package/controls/contextmenu/contextmenucontainer.d.ts.map +1 -1
- package/controls/contextmenu/contextmenuitembutton.d.ts +12 -12
- package/controls/contextmenu/contextmenuitembutton.d.ts.map +1 -1
- package/controls/datetime/date.d.ts +11 -11
- package/controls/datetime/date.d.ts.map +1 -1
- package/controls/datetime/dateselector.d.ts +47 -40
- package/controls/datetime/dateselector.d.ts.map +1 -1
- package/controls/datetime/datetime.d.ts +15 -14
- package/controls/datetime/datetime.d.ts.map +1 -1
- package/controls/datetime/time.d.ts +22 -12
- package/controls/datetime/time.d.ts.map +1 -1
- package/controls/dialog/dialog.d.ts +29 -23
- package/controls/dialog/dialog.d.ts.map +1 -1
- package/controls/form/form.d.ts +22 -17
- package/controls/form/form.d.ts.map +1 -1
- package/controls/grid/grid.d.ts +1 -0
- package/controls/grid/grid.d.ts.map +1 -1
- package/controls/grid/gridbutton.d.ts +1 -0
- package/controls/grid/gridbutton.d.ts.map +1 -1
- package/controls/grid/gridcolumn.d.ts +10 -6
- package/controls/grid/gridcolumn.d.ts.map +1 -1
- package/controls/grid/gridcolumnaction.d.ts +2 -2
- package/controls/grid/gridcolumnaction.d.ts.map +1 -1
- package/controls/grid/gridcolumnbase.d.ts +13 -4
- package/controls/grid/gridcolumnbase.d.ts.map +1 -1
- package/controls/grid/model.d.ts +22 -19
- package/controls/grid/model.d.ts.map +1 -1
- package/controls/grid/paging.d.ts +2 -3
- package/controls/grid/paging.d.ts.map +1 -1
- package/controls/input/input.d.ts +7 -7
- package/controls/input/inputarea.d.ts +8 -6
- package/controls/input/inputarea.d.ts.map +1 -1
- package/controls/input/inputcurrency.d.ts +4 -1
- package/controls/input/inputcurrency.d.ts.map +1 -1
- package/controls/input/inputdecimal.d.ts +15 -15
- package/controls/input/inputdecimal.d.ts.map +1 -1
- package/controls/input/inputemail.d.ts +5 -5
- package/controls/input/inputemail.d.ts.map +1 -1
- package/controls/input/inputinteger.d.ts +15 -15
- package/controls/input/inputinteger.d.ts.map +1 -1
- package/controls/input/inputpassword.d.ts +3 -3
- package/controls/input/inputpassword.d.ts.map +1 -1
- package/controls/input/inputsearch.d.ts +11 -8
- package/controls/input/inputsearch.d.ts.map +1 -1
- package/controls/layout/formlayout.d.ts +9 -6
- package/controls/layout/formlayout.d.ts.map +1 -1
- package/controls/list/buildvaluestring.d.ts +2 -2
- package/controls/list/buildvaluestring.d.ts.map +1 -1
- package/controls/list/dropdown.d.ts +23 -22
- package/controls/list/dropdown.d.ts.map +1 -1
- package/controls/list/dropdownoptions.d.ts +11 -11
- package/controls/list/dropdownoptions.d.ts.map +1 -1
- package/controls/list/listbox.d.ts +25 -23
- package/controls/list/listbox.d.ts.map +1 -1
- package/controls/multilanguage/multilanguageinput.d.ts +27 -27
- package/controls/multilanguage/multilanguageinput.d.ts.map +1 -1
- package/controls/multilanguage/multilanguageinputarea.d.ts +27 -27
- package/controls/multilanguage/multilanguageinputarea.d.ts.map +1 -1
- package/controls/static/formcontainer.d.ts +8 -8
- package/controls/static/formcontainer.d.ts.map +1 -1
- package/controls/static/staticlabel.d.ts +6 -6
- package/controls/static/staticlabel.d.ts.map +1 -1
- package/controls/tabs/tab.d.ts +2 -2
- package/controls/tabs/tabitem.d.ts +9 -9
- package/controls/tabs/tabitem.d.ts.map +1 -1
- package/controls/tinymce/tinymce.d.ts +37 -37
- package/controls/tinymce/tinymce.d.ts.map +1 -1
- package/controls/tinymce/tinymcedialogsettings.d.ts +11 -11
- package/controls/tinymce/tinymcedialogsettings.d.ts.map +1 -1
- package/controls/tinymce/tinymcedialogsettingsmeta.d.ts +2 -2
- package/controls/tinymce/tinymcedialogsettingsmeta.d.ts.map +1 -1
- package/controls/tinymce/tinymceinstance.d.ts +2 -2
- package/controls/tinymce/tinymceinstance.d.ts.map +1 -1
- package/controls/tooltip/tooltip.d.ts +10 -5
- package/controls/tooltip/tooltip.d.ts.map +1 -1
- package/controls/treeview/treeview.d.ts +52 -7
- package/controls/treeview/treeview.d.ts.map +1 -1
- package/controls/upload/dropzonemultiple.d.ts +16 -16
- package/controls/upload/dropzonemultiple.d.ts.map +1 -1
- package/controls/upload/dropzonesingle.d.ts +11 -11
- package/controls/upload/uploadmultiple.d.ts +12 -12
- package/controls/upload/uploadmultiple.d.ts.map +1 -1
- package/controls/upload/uploadsingle.d.ts +7 -7
- package/controls/upload/uploadsingle.d.ts.map +1 -1
- package/controls/validation/validationsummary.d.ts +12 -11
- package/controls/validation/validationsummary.d.ts.map +1 -1
- package/controls/wizard/wizard.d.ts +43 -36
- package/controls/wizard/wizard.d.ts.map +1 -1
- package/controls/wizard/wizarditem.d.ts +9 -9
- package/controls/wizard/wizarditem.d.ts.map +1 -1
- package/enums/ButtonRoleType.d.ts +26 -1
- package/enums/ButtonRoleType.d.ts.map +1 -1
- package/enums/ControlHeight.d.ts +1 -1
- package/enums/ControlHeight.d.ts.map +1 -1
- package/enums/IconType.d.ts +1 -1
- package/enums/IconType.d.ts.map +1 -1
- package/esm2022/common/basedatetimecontrol.mjs +59 -38
- package/esm2022/common/baseinputcontrol.mjs +16 -14
- package/esm2022/common/baselistcontrol.mjs +20 -18
- package/esm2022/common/basemodelcontrol.mjs +82 -71
- package/esm2022/common/baseselectcontrol.mjs +10 -9
- package/esm2022/common/baseuploadcontrol.mjs +74 -58
- package/esm2022/components/browser/browser.mjs +88 -90
- package/esm2022/components/browser/models/browserfile.mjs +3 -3
- package/esm2022/components/browser/models/browserfiledeleterequest.mjs +9 -7
- package/esm2022/components/browser/models/browserfilerenamerequest.mjs +9 -7
- package/esm2022/components/browser/models/browserfileresponse.mjs +3 -3
- package/esm2022/components/browser/models/browserfilesaverequest.mjs +8 -6
- package/esm2022/components/browser/models/browsernode.mjs +3 -3
- package/esm2022/components/browser/models/browsernodedeleterequest.mjs +9 -7
- package/esm2022/components/browser/models/browsernodenewrequest.mjs +9 -7
- package/esm2022/components/browser/models/browsernoderenamerequest.mjs +9 -7
- package/esm2022/components/browser/models/browsernoderequest.mjs +9 -7
- package/esm2022/components/browser/models/browsernoderesponse.mjs +3 -3
- package/esm2022/controls/buttons/button.mjs +29 -25
- package/esm2022/controls/checkbox/checkbox.mjs +7 -7
- package/esm2022/controls/checkbox/radiobutton.mjs +23 -18
- package/esm2022/controls/checkbox/radiobuttons.mjs +17 -14
- package/esm2022/controls/confirm/confirm.button.mjs +6 -6
- package/esm2022/controls/confirm/confirm.mjs +27 -28
- package/esm2022/controls/confirm/confirm.service.mjs +24 -24
- package/esm2022/controls/contextmenu/contextmenu.interface.mjs +3 -3
- package/esm2022/controls/contextmenu/contextmenu.mjs +32 -27
- package/esm2022/controls/contextmenu/contextmenuanchor.mjs +7 -7
- package/esm2022/controls/contextmenu/contextmenucontainer.mjs +7 -7
- package/esm2022/controls/contextmenu/contextmenuitem.mjs +4 -4
- package/esm2022/controls/contextmenu/contextmenuitembutton.mjs +13 -13
- package/esm2022/controls/datetime/date.mjs +16 -16
- package/esm2022/controls/datetime/dateselector.mjs +95 -94
- package/esm2022/controls/datetime/datetime.mjs +20 -19
- package/esm2022/controls/datetime/time.mjs +27 -17
- package/esm2022/controls/dialog/dialog.mjs +41 -37
- package/esm2022/controls/form/form.mjs +22 -19
- package/esm2022/controls/grid/grid.mjs +5 -4
- package/esm2022/controls/grid/gridbutton.mjs +5 -4
- package/esm2022/controls/grid/gridcolumn.mjs +13 -9
- package/esm2022/controls/grid/gridcolumnaction.mjs +6 -6
- package/esm2022/controls/grid/gridcolumnbase.mjs +25 -18
- package/esm2022/controls/grid/gridimage.mjs +3 -3
- package/esm2022/controls/grid/model.mjs +23 -21
- package/esm2022/controls/grid/paging.mjs +9 -10
- package/esm2022/controls/input/input.mjs +11 -11
- package/esm2022/controls/input/inputarea.mjs +12 -10
- package/esm2022/controls/input/inputcurrency.mjs +9 -7
- package/esm2022/controls/input/inputdecimal.mjs +22 -22
- package/esm2022/controls/input/inputemail.mjs +9 -9
- package/esm2022/controls/input/inputinteger.mjs +21 -21
- package/esm2022/controls/input/inputpassword.mjs +7 -7
- package/esm2022/controls/input/inputsearch.mjs +15 -13
- package/esm2022/controls/layout/formlayout.mjs +16 -10
- package/esm2022/controls/list/buildvaluestring.mjs +10 -8
- package/esm2022/controls/list/dropdown.mjs +31 -30
- package/esm2022/controls/list/dropdownoptions.mjs +26 -19
- package/esm2022/controls/list/listbox.mjs +32 -30
- package/esm2022/controls/multilanguage/multilanguageinput.mjs +33 -33
- package/esm2022/controls/multilanguage/multilanguageinputarea.mjs +34 -34
- package/esm2022/controls/static/formcontainer.mjs +13 -13
- package/esm2022/controls/static/staticlabel.mjs +15 -12
- package/esm2022/controls/tabs/tab.mjs +5 -5
- package/esm2022/controls/tabs/tabitem.mjs +9 -8
- package/esm2022/controls/tinymce/tinymce.mjs +38 -38
- package/esm2022/controls/tinymce/tinymcedialogsettings.mjs +9 -7
- package/esm2022/controls/tinymce/tinymcedialogsettingsmeta.mjs +3 -5
- package/esm2022/controls/tinymce/tinymceinstance.mjs +3 -3
- package/esm2022/controls/tooltip/tooltip.mjs +16 -11
- package/esm2022/controls/treeview/treeview.mjs +48 -12
- package/esm2022/controls/upload/dropzonemultiple.mjs +21 -21
- package/esm2022/controls/upload/dropzonesingle.mjs +15 -15
- package/esm2022/controls/upload/uploadmultiple.mjs +17 -17
- package/esm2022/controls/upload/uploadsingle.mjs +11 -11
- package/esm2022/controls/validation/validationsummary.mjs +17 -16
- package/esm2022/controls/wizard/wizard.mjs +43 -33
- package/esm2022/controls/wizard/wizarditem.mjs +8 -8
- package/esm2022/enums/ButtonRoleType.mjs +3 -3
- package/esm2022/enums/ControlHeight.mjs +4 -4
- package/esm2022/enums/IconType.mjs +4 -4
- package/esm2022/interfaces/ISacConfigurationService.mjs +3 -3
- package/esm2022/interfaces/ISacFileBrowserService.mjs +3 -3
- package/esm2022/interfaces/ISacLabelSizes.mjs +3 -3
- package/esm2022/interfaces/ISacLanguageService.mjs +3 -3
- package/esm2022/interfaces/ISacLocalisationService.mjs +3 -3
- package/esm2022/interfaces/ISacUploadEventCompleteState.mjs +3 -3
- package/esm2022/interfaces/ISacValidationKeyService.mjs +3 -3
- package/esm2022/interfaces/iabstractcontrollabel.mjs +3 -3
- package/esm2022/interfaces/iconfirmcomponent.mjs +3 -3
- package/esm2022/interfaces/idatetimecontrol.mjs +3 -3
- package/esm2022/interfaces/iuploadcontrol.mjs +3 -3
- package/esm2022/interfaces/treeviewaction.interface.mjs +3 -3
- package/esm2022/models/languagemodel.mjs +8 -6
- package/esm2022/public_api.mjs +4 -4
- package/esm2022/services/index.mjs +3 -3
- package/esm2022/services/sac-configuration.service.mjs +13 -11
- package/esm2022/services/sac-filebrowser.service.mjs +66 -52
- package/esm2022/services/sac-icon.service.mjs +5 -5
- package/esm2022/services/sac-language.service.mjs +11 -7
- package/esm2022/services/sac-localisation.service.mjs +15 -11
- package/esm2022/services/sac-validationkey.service.mjs +108 -6
- package/esm2022/utilities/convertion.mjs +10 -8
- package/esm2022/utilities/datatypes.mjs +8 -6
- package/esm2022/utilities/enums.mjs +4 -10
- package/esm2022/utilities/guid.mjs +8 -8
- package/esm2022/utilities/interpolation.mjs +21 -14
- package/esm2022/utilities/popuphelper.mjs +52 -32
- package/esm2022/utilities/positioncalculator.mjs +61 -0
- package/esm2022/utilities/positionelements.mjs +32 -0
- package/esm2022/utilities/testingattribute.pipe.mjs +19 -6
- package/esm2022/validation/email.validator.mjs +11 -3
- package/esm2022/validation/equals.validator.mjs +12 -3
- package/esm2022/validation/index.mjs +3 -3
- package/esm2022/validation/invaliddate.validator.mjs +11 -3
- package/esm2022/validation/isDateValid.mjs +12 -10
- package/esm2022/validation/maxdate.validator.mjs +13 -4
- package/esm2022/validation/maxtime.validator.mjs +13 -4
- package/esm2022/validation/maxvalue.validator.mjs +12 -3
- package/esm2022/validation/mindate.validator.mjs +13 -4
- package/esm2022/validation/minfiles.validator.mjs +13 -4
- package/esm2022/validation/mintextlength.validator.mjs +11 -4
- package/esm2022/validation/mintime.validator.mjs +13 -4
- package/esm2022/validation/minvalue.validator.mjs +12 -3
- package/esm2022/validation/multilanguagerequired.validator.mjs +12 -3
- package/esm2022/validation/multilanguagerequiredany.validator.mjs +12 -3
- package/esm2022/validation/notequals.validator.mjs +12 -3
- package/esm2022/validation/pattern.validator.mjs +12 -3
- package/esm2022/validation/required.validator.mjs +11 -3
- package/esm2022/validation/validation.mjs +86 -102
- package/esm2022/validation/validationerrorcreator.mjs +13 -3
- package/esm2022/validation/validationerroritem.mjs +14 -12
- package/fesm2022/simpleangularcontrols-sac-common.mjs +2694 -2163
- package/fesm2022/simpleangularcontrols-sac-common.mjs.map +1 -1
- package/interfaces/ISacConfigurationService.d.ts +9 -1
- package/interfaces/ISacConfigurationService.d.ts.map +1 -1
- package/interfaces/ISacFileBrowserService.d.ts +43 -43
- package/interfaces/ISacFileBrowserService.d.ts.map +1 -1
- package/interfaces/ISacLabelSizes.d.ts +9 -6
- package/interfaces/ISacLabelSizes.d.ts.map +1 -1
- package/interfaces/ISacLanguageService.d.ts +3 -3
- package/interfaces/ISacLanguageService.d.ts.map +1 -1
- package/interfaces/ISacLocalisationService.d.ts +2 -2
- package/interfaces/ISacLocalisationService.d.ts.map +1 -1
- package/interfaces/ISacUploadEventCompleteState.d.ts +6 -0
- package/interfaces/ISacUploadEventCompleteState.d.ts.map +1 -1
- package/interfaces/iabstractcontrollabel.d.ts +4 -1
- package/interfaces/iabstractcontrollabel.d.ts.map +1 -1
- package/interfaces/iconfirmcomponent.d.ts +6 -6
- package/interfaces/iconfirmcomponent.d.ts.map +1 -1
- package/interfaces/idatetimecontrol.d.ts +10 -1
- package/interfaces/idatetimecontrol.d.ts.map +1 -1
- package/interfaces/iuploadcontrol.d.ts.map +1 -1
- package/interfaces/treeviewaction.interface.d.ts +9 -0
- package/interfaces/treeviewaction.interface.d.ts.map +1 -1
- package/models/languagemodel.d.ts +9 -9
- package/models/languagemodel.d.ts.map +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +2 -1
- package/public_api.d.ts.map +1 -1
- package/services/index.d.ts +3 -3
- package/services/index.d.ts.map +1 -1
- package/services/sac-configuration.service.d.ts +8 -0
- package/services/sac-configuration.service.d.ts.map +1 -1
- package/services/sac-filebrowser.service.d.ts +97 -89
- package/services/sac-filebrowser.service.d.ts.map +1 -1
- package/services/sac-language.service.d.ts +2 -2
- package/services/sac-language.service.d.ts.map +1 -1
- package/services/sac-localisation.service.d.ts +11 -7
- package/services/sac-localisation.service.d.ts.map +1 -1
- package/services/sac-validationkey.service.d.ts +152 -5
- package/services/sac-validationkey.service.d.ts.map +1 -1
- package/simpleangularcontrols-sac-common-16.0.0-rc.23.tgz +0 -0
- package/utilities/convertion.d.ts +4 -4
- package/utilities/convertion.d.ts.map +1 -1
- package/utilities/datatypes.d.ts +3 -3
- package/utilities/datatypes.d.ts.map +1 -1
- package/utilities/enums.d.ts +8 -1
- package/utilities/enums.d.ts.map +1 -1
- package/utilities/guid.d.ts +1 -1
- package/utilities/guid.d.ts.map +1 -1
- package/utilities/interpolation.d.ts +9 -8
- package/utilities/interpolation.d.ts.map +1 -1
- package/utilities/popuphelper.d.ts +47 -10
- package/utilities/popuphelper.d.ts.map +1 -1
- package/utilities/positioncalculator.d.ts +83 -0
- package/utilities/positioncalculator.d.ts.map +1 -0
- package/utilities/positionelements.d.ts +31 -0
- package/utilities/positionelements.d.ts.map +1 -0
- package/utilities/testingattribute.pipe.d.ts +16 -1
- package/utilities/testingattribute.pipe.d.ts.map +1 -1
- package/validation/email.validator.d.ts +7 -0
- package/validation/email.validator.d.ts.map +1 -1
- package/validation/equals.validator.d.ts +8 -0
- package/validation/equals.validator.d.ts.map +1 -1
- package/validation/index.d.ts.map +1 -1
- package/validation/invaliddate.validator.d.ts +7 -0
- package/validation/invaliddate.validator.d.ts.map +1 -1
- package/validation/isDateValid.d.ts +5 -2
- package/validation/isDateValid.d.ts.map +1 -1
- package/validation/maxdate.validator.d.ts +8 -0
- package/validation/maxdate.validator.d.ts.map +1 -1
- package/validation/maxtime.validator.d.ts +8 -0
- package/validation/maxtime.validator.d.ts.map +1 -1
- package/validation/maxvalue.validator.d.ts +8 -0
- package/validation/maxvalue.validator.d.ts.map +1 -1
- package/validation/mindate.validator.d.ts +8 -0
- package/validation/mindate.validator.d.ts.map +1 -1
- package/validation/minfiles.validator.d.ts +8 -0
- package/validation/minfiles.validator.d.ts.map +1 -1
- package/validation/mintextlength.validator.d.ts +8 -0
- package/validation/mintextlength.validator.d.ts.map +1 -1
- package/validation/mintime.validator.d.ts +8 -0
- package/validation/mintime.validator.d.ts.map +1 -1
- package/validation/minvalue.validator.d.ts +8 -0
- package/validation/minvalue.validator.d.ts.map +1 -1
- package/validation/multilanguagerequired.validator.d.ts +9 -1
- package/validation/multilanguagerequired.validator.d.ts.map +1 -1
- package/validation/multilanguagerequiredany.validator.d.ts +9 -1
- package/validation/multilanguagerequiredany.validator.d.ts.map +1 -1
- package/validation/notequals.validator.d.ts +8 -0
- package/validation/notequals.validator.d.ts.map +1 -1
- package/validation/pattern.validator.d.ts +8 -0
- package/validation/pattern.validator.d.ts.map +1 -1
- package/validation/required.validator.d.ts +7 -0
- package/validation/required.validator.d.ts.map +1 -1
- package/validation/validation.d.ts +83 -99
- package/validation/validation.d.ts.map +1 -1
- package/validation/validationerrorcreator.d.ts +9 -0
- package/validation/validationerrorcreator.d.ts.map +1 -1
- package/validation/validationerroritem.d.ts +16 -16
- package/validation/validationerroritem.d.ts.map +1 -1
- package/esm2022/utilities/positioning.mjs +0 -58
- package/simpleangularcontrols-sac-common-16.0.0-rc.21.tgz +0 -0
- package/utilities/positioning.d.ts +0 -83
- package/utilities/positioning.d.ts.map +0 -1
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
import { ValidatorFn } from '@angular/forms';
|
|
2
1
|
import { LanguageModel } from '../models/languagemodel';
|
|
2
|
+
import { ValidatorFn } from '@angular/forms';
|
|
3
|
+
/**
|
|
4
|
+
* Returns a validator that checks all language values are provided.
|
|
5
|
+
*
|
|
6
|
+
* @param languages Languages to validate in the form value object.
|
|
7
|
+
* @param validationMessage Message shown when required language fields are missing.
|
|
8
|
+
* @param validationMessageSummary Summary message shown when required language fields are missing.
|
|
9
|
+
* @returns Validator function for multilanguage required validation.
|
|
10
|
+
*/
|
|
3
11
|
export declare function multilanguageRequiredValidator(languages: LanguageModel[], validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
4
12
|
//# sourceMappingURL=multilanguagerequired.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multilanguagerequired.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/multilanguagerequired.validator.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"multilanguagerequired.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/multilanguagerequired.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIhF;;;;;;;GAOG;AACH,wBAAgB,8BAA8B,CAC1C,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAsBb"}
|
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
import { ValidatorFn } from '@angular/forms';
|
|
2
1
|
import { LanguageModel } from '../models/languagemodel';
|
|
2
|
+
import { ValidatorFn } from '@angular/forms';
|
|
3
|
+
/**
|
|
4
|
+
* Returns a validator that checks at least one language value is provided.
|
|
5
|
+
*
|
|
6
|
+
* @param languages Languages to validate in the form value object.
|
|
7
|
+
* @param validationMessage Message shown when no language value is provided.
|
|
8
|
+
* @param validationMessageSummary Summary message shown when no language value is provided.
|
|
9
|
+
* @returns Validator function for multilanguage-any required validation.
|
|
10
|
+
*/
|
|
3
11
|
export declare function multilanguageRequiredAnyValidator(languages: LanguageModel[], validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
4
12
|
//# sourceMappingURL=multilanguagerequiredany.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multilanguagerequiredany.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/multilanguagerequiredany.validator.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"multilanguagerequiredany.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/multilanguagerequiredany.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIhF;;;;;;;GAOG;AACH,wBAAgB,iCAAiC,CAC7C,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAsBb"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks the control value is different from invalidValue.
|
|
4
|
+
*
|
|
5
|
+
* @param invalidValue Value that is not allowed.
|
|
6
|
+
* @param validationMessage Message shown when control value matches invalid value.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when control value matches invalid value.
|
|
8
|
+
* @returns Validator function for not-equals validation.
|
|
9
|
+
*/
|
|
2
10
|
export declare function notEqualsValueValidator(invalidValue: any, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=notequals.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notequals.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/notequals.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notequals.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/notequals.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIhF;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACnC,YAAY,EAAE,GAAG,EACjB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAWb"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the control value matches a RegExp pattern.
|
|
4
|
+
*
|
|
5
|
+
* @param pattern Regular expression string that the value must match.
|
|
6
|
+
* @param validationMessage Message shown when pattern validation fails.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when pattern validation fails.
|
|
8
|
+
* @returns Validator function for pattern validation.
|
|
9
|
+
*/
|
|
2
10
|
export declare function patternValidator(pattern: string, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=pattern.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pattern.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/pattern.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pattern.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/pattern.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAI5F;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC5B,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAab"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that ensures the control value is present.
|
|
4
|
+
*
|
|
5
|
+
* @param validationMessage Message shown for the field when validation fails.
|
|
6
|
+
* @param validationMessageSummary Message shown in summary for the field when validation fails.
|
|
7
|
+
* @returns Validator function to validate required values.
|
|
8
|
+
*/
|
|
2
9
|
export declare function requiredValidator(validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
10
|
//# sourceMappingURL=required.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"required.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/required.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"required.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/required.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAI5F;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,GAAG,WAAW,CAQ1G"}
|
|
@@ -1,157 +1,141 @@
|
|
|
1
1
|
import { LanguageModel } from '../models/languagemodel';
|
|
2
2
|
import { ValidatorFn } from '@angular/forms';
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Class with standard validators
|
|
5
5
|
*/
|
|
6
6
|
export declare class Validation {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
* @param errorType
|
|
8
|
+
* This method is called by every validator. It sets both the errorType of the validated item and the ErrorMessage (according to errorType, FieldName and Parameters).
|
|
9
|
+
* @param errorType Type of the error
|
|
10
10
|
* @param errorMessageKey Error Message Key
|
|
11
|
-
* @param errorMessageValidationSummaryKey Error Message Key
|
|
12
|
-
* @param fieldName
|
|
13
|
-
* @param parameters
|
|
11
|
+
* @param errorMessageValidationSummaryKey Error Message Key for Validation Summary
|
|
12
|
+
* @param fieldName Label or name of the field
|
|
13
|
+
* @param parameters Parameters that can be used as placeholders in messages
|
|
14
14
|
*/
|
|
15
15
|
static GetValidationErrorItem(errorType: string, errorMessageKey: string, errorMessageValidationSummaryKey: string, fieldName?: string, parameters?: Map<string, any>): any;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
18
|
-
* @param
|
|
19
|
-
* @param
|
|
20
|
-
* @
|
|
21
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
17
|
+
* Validates field for email address
|
|
18
|
+
* @param validationMessage Validation message displayed at the control
|
|
19
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
20
|
+
* @returns ValidatorFn validator function
|
|
22
21
|
*/
|
|
23
22
|
static email(validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
24
23
|
/**
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
*/
|
|
24
|
+
* Validator validate if value is the requiredValue
|
|
25
|
+
* @param requiredValue Value that control should have
|
|
26
|
+
* @param validationMessage Validation message near the control
|
|
27
|
+
* @param validationMessageSummary Validation message inside the validation summary
|
|
28
|
+
* @returns ValidatorFn validator function
|
|
29
|
+
*/
|
|
33
30
|
static equals(requiredValue: any, validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
34
31
|
/**
|
|
35
|
-
* Validator
|
|
36
|
-
* @param
|
|
37
|
-
* @param
|
|
38
|
-
* @
|
|
39
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
32
|
+
* Validator that checks if the value is a date.
|
|
33
|
+
* @param validationMessage Validation message displayed at the control
|
|
34
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
35
|
+
* @returns ValidatorFn validator function
|
|
40
36
|
*/
|
|
41
37
|
static isValidDate(validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
42
38
|
/**
|
|
43
|
-
*
|
|
44
|
-
* @param
|
|
45
|
-
* @param
|
|
46
|
-
* @param
|
|
47
|
-
* @
|
|
48
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
39
|
+
* Validates if the date is older than maxDate
|
|
40
|
+
* @param maxDate Maximum date allowed
|
|
41
|
+
* @param validationMessage Validation message displayed at the control
|
|
42
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
43
|
+
* @returns ValidatorFn validator function
|
|
49
44
|
*/
|
|
50
45
|
static maxDate(maxDate: Date, validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
51
46
|
/**
|
|
52
|
-
*
|
|
53
|
-
* @param
|
|
54
|
-
* @param
|
|
55
|
-
* @param
|
|
56
|
-
* @
|
|
57
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
47
|
+
* Validates if the time is earlier than maxTime.
|
|
48
|
+
* @param maxTime Maximum time allowed
|
|
49
|
+
* @param validationMessage Validation message displayed at the control
|
|
50
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
51
|
+
* @returns ValidatorFn validator function
|
|
58
52
|
*/
|
|
59
53
|
static maxTime(maxTime: Date, validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
60
54
|
/**
|
|
61
|
-
* Validator
|
|
62
|
-
* @param
|
|
63
|
-
* @param
|
|
64
|
-
* @param
|
|
65
|
-
* @
|
|
66
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
55
|
+
* Validator for Max Value
|
|
56
|
+
* @param maxvalue Maximum value allowed
|
|
57
|
+
* @param validationMessage Validation message displayed at the control
|
|
58
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
59
|
+
* @returns ValidatorFn validator function
|
|
67
60
|
*/
|
|
68
61
|
static maxValue(maxvalue: number, validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
69
62
|
/**
|
|
70
|
-
*
|
|
71
|
-
* @param
|
|
72
|
-
* @param
|
|
73
|
-
* @param
|
|
74
|
-
* @
|
|
75
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
63
|
+
* Validates if the date is newer than minDate
|
|
64
|
+
* @param minDate Minimum date allowed
|
|
65
|
+
* @param validationMessage Validation message displayed at the control
|
|
66
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
67
|
+
* @returns ValidatorFn validator function
|
|
76
68
|
*/
|
|
77
69
|
static minDate(minDate: Date, validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
78
70
|
/**
|
|
79
|
-
* Validator
|
|
80
|
-
* @param
|
|
81
|
-
* @param
|
|
82
|
-
* @param
|
|
83
|
-
* @
|
|
84
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
71
|
+
* Validator for min. number of uploads
|
|
72
|
+
* @param minFiles Minimum number of files that must be uploaded
|
|
73
|
+
* @param validationMessage Validation message displayed below the control
|
|
74
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
75
|
+
* @returns ValidatorFn validator function
|
|
85
76
|
*/
|
|
86
77
|
static minFiles(minFiles: number, validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
87
78
|
/**
|
|
88
|
-
*
|
|
89
|
-
* @param
|
|
90
|
-
* @param
|
|
91
|
-
* @param
|
|
92
|
-
* @
|
|
93
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
79
|
+
* Validates the length of the value in the control
|
|
80
|
+
* @param mintextlength Minimum length of the value
|
|
81
|
+
* @param validationMessage Validation message displayed at the control
|
|
82
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
83
|
+
* @returns ValidatorFn validator function
|
|
94
84
|
*/
|
|
95
85
|
static minTextLength(mintextlength: number, validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
96
86
|
/**
|
|
97
|
-
*
|
|
98
|
-
* @param
|
|
99
|
-
* @param
|
|
100
|
-
* @param
|
|
101
|
-
* @
|
|
102
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
87
|
+
* Validates if the time is later than minTime.
|
|
88
|
+
* @param minTime Minimum time allowed
|
|
89
|
+
* @param validationMessage Validation message displayed at the control
|
|
90
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
91
|
+
* @returns ValidatorFn validator function
|
|
103
92
|
*/
|
|
104
93
|
static minTime(minTime: Date, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
105
94
|
/**
|
|
106
|
-
* Validator
|
|
107
|
-
* @param
|
|
108
|
-
* @param
|
|
109
|
-
* @param
|
|
110
|
-
* @
|
|
95
|
+
* Validator that checks if the value is greater than minValue.
|
|
96
|
+
* @param minvalue Minimum value allowed
|
|
97
|
+
* @param validationMessage Validation message displayed at the control
|
|
98
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
99
|
+
* @returns ValidatorFn validator function
|
|
111
100
|
*/
|
|
112
101
|
static minValue(minvalue: number, validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
113
102
|
/**
|
|
114
|
-
*
|
|
115
|
-
* @param
|
|
116
|
-
* @param
|
|
117
|
-
* @param
|
|
118
|
-
* @
|
|
119
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
103
|
+
* Validator for MultiLanguage Control that checks if a value has been entered in all languages
|
|
104
|
+
* @param languages Languages that can be captured in the control
|
|
105
|
+
* @param validationMessage Validation message displayed below the control
|
|
106
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
107
|
+
* @returns ValidatorFn validator function
|
|
120
108
|
*/
|
|
121
109
|
static multilanguageRequired(languages: LanguageModel[], validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
122
110
|
/**
|
|
123
|
-
* Validator
|
|
124
|
-
* @param
|
|
125
|
-
* @param
|
|
126
|
-
* @param
|
|
127
|
-
* @
|
|
128
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
111
|
+
* Validator for MultiLanguage Control that checks if at least one value has been entered
|
|
112
|
+
* @param languages Languages that can be captured in the control
|
|
113
|
+
* @param validationMessage Validation message displayed below the control
|
|
114
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
115
|
+
* @returns ValidatorFn validator function
|
|
129
116
|
*/
|
|
130
117
|
static multilanguageRequiredAny(languages: LanguageModel[], validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
131
118
|
/**
|
|
132
119
|
* Validator validate if value is not the invalidValue
|
|
133
|
-
* @param invalidValue Value that control
|
|
134
|
-
* @param
|
|
135
|
-
* @param
|
|
136
|
-
* @
|
|
137
|
-
* @param validationMessageSummary validation inside the validation summary
|
|
120
|
+
* @param invalidValue Value that control should not have
|
|
121
|
+
* @param validationMessage Validation message near the control
|
|
122
|
+
* @param validationMessageSummary Validation message inside the validation summary
|
|
123
|
+
* @returns ValidatorFn validator function
|
|
138
124
|
*/
|
|
139
125
|
static notequals(invalidValue: any, validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
140
126
|
/**
|
|
141
|
-
*
|
|
142
|
-
* @param
|
|
143
|
-
* @param
|
|
144
|
-
* @param
|
|
145
|
-
* @
|
|
146
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
127
|
+
* Validation with a RegEx pattern
|
|
128
|
+
* @param pattern RegEx pattern that the value must match
|
|
129
|
+
* @param validationMessage Validation message displayed below the control
|
|
130
|
+
* @param validationMessageSummary Validation message displayed in the Validation Summary
|
|
131
|
+
* @returns ValidatorFn validator function
|
|
147
132
|
*/
|
|
148
133
|
static pattern(pattern: string, validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
149
134
|
/**
|
|
150
|
-
* Validator
|
|
151
|
-
* @
|
|
152
|
-
* @param
|
|
153
|
-
* @param
|
|
154
|
-
* @param validationMessageSummary Validierungsmeldung die im Validation Summary angezeigt wird
|
|
135
|
+
* Validator for Required State
|
|
136
|
+
* @returns ValidatorFn validator function
|
|
137
|
+
* @param validationMessage Validation message that
|
|
138
|
+
* @param validationMessageSummary Validation message that is displayed in the Validation Summary
|
|
155
139
|
*/
|
|
156
140
|
static required(validationMessage: string, validationMessageSummary: any): ValidatorFn;
|
|
157
141
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAkBxD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAc7C;;GAEG;AACH,qBAAa,UAAU;IAGnB;;;;;;;OAOG;WACW,sBAAsB,CAChC,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,MAAM,EACvB,gCAAgC,EAAE,MAAM,EACxC,SAAS,GAAE,MAAa,EACxB,UAAU,GAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAA0B,GACtD,GAAG;IAIN
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAkBxD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAc7C;;GAEG;AACH,qBAAa,UAAU;IAGnB;;;;;;;OAOG;WACW,sBAAsB,CAChC,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,MAAM,EACvB,gCAAgC,EAAE,MAAM,EACxC,SAAS,GAAE,MAAa,EACxB,UAAU,GAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAA0B,GACtD,GAAG;IAIN;;;;;OAKG;WACW,KAAK,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAIrF;;;;;;OAMG;WACW,MAAM,CAAC,aAAa,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;OAKG;WACW,WAAW,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI3F;;;;;;OAMG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAItG;;;;;;OAMG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAItG;;;;;;OAMG;WACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;;OAMG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAItG;;;;;;OAMG;WACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;;OAMG;WACW,aAAa,CACvB,aAAa,EAAE,MAAM,EACrB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,KAAA,GACzB,WAAW;IAId;;;;;;OAMG;WACW,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,GAAG,WAAW;IAI9G;;;;;;OAMG;WACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI1G;;;;;;OAMG;WACW,qBAAqB,CAC/B,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,KAAA,GACzB,WAAW;IAId;;;;;;OAMG;WACW,wBAAwB,CAClC,SAAS,EAAE,aAAa,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,KAAA,GACzB,WAAW;IAId;;;;;;OAMG;WACW,SAAS,CAAC,YAAY,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAI5G;;;;;;OAMG;WACW,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;IAIxG;;;;;OAKG;WACW,QAAQ,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,KAAA,GAAG,WAAW;CAK3F"}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Creates a structured validation error object for validation result reporting.
|
|
3
|
+
*
|
|
4
|
+
* @param errorType Identifier for the validation error type (e.g. 'required', 'invalid').
|
|
5
|
+
* @param errorMessageKey Resource key used for the control-level error text.
|
|
6
|
+
* @param errorMessageValidationSummaryKey Resource key used for summary-level error text.
|
|
7
|
+
* @param parameters Optional placeholder parameters to replace in error messages.
|
|
8
|
+
* @returns The generated validation error object.
|
|
9
|
+
*/
|
|
1
10
|
export declare function CreateValidationError(errorType: string, errorMessageKey: string, errorMessageValidationSummaryKey: string, parameters?: Map<string, any>): any;
|
|
2
11
|
//# sourceMappingURL=validationerrorcreator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validationerrorcreator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validationerrorcreator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"validationerrorcreator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validationerrorcreator.ts"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,wBAAgB,qBAAqB,CACjC,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,MAAM,EACvB,gCAAgC,EAAE,MAAM,EACxC,UAAU,GAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAA0B,GACtD,GAAG,CAcL"}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* Class for validation errors
|
|
3
3
|
* */
|
|
4
4
|
export declare class ValidationErrorItem {
|
|
5
|
-
/**
|
|
6
|
-
* Konstruktor
|
|
7
|
-
* @param errorType Type des Fehlers
|
|
8
|
-
* @param errorMessageKey Key für Fehlermeldung
|
|
9
|
-
* @param errorMessageSummaryKey Key für Fehlermeldung in Validation Summary
|
|
10
|
-
* @param fieldName Name des Labels oder Bezeichnung des Feldes
|
|
11
|
-
*/
|
|
12
|
-
constructor(errorType: string, errorMessageKey: string, errorMessageSummaryKey: string, fieldName?: string);
|
|
13
|
-
/**
|
|
14
|
-
* Typ den Fehler
|
|
15
|
-
*/
|
|
16
|
-
errorType: string;
|
|
17
5
|
/**
|
|
18
6
|
* Error Message Key
|
|
19
7
|
*/
|
|
20
8
|
errorMessageKey: string;
|
|
21
9
|
/**
|
|
22
|
-
* Error Message Key
|
|
10
|
+
* Error Message Key for Validation Summary
|
|
23
11
|
*/
|
|
24
12
|
errorMessageValidationSummaryKey: string;
|
|
25
13
|
/**
|
|
26
|
-
*
|
|
14
|
+
* Type of the error
|
|
15
|
+
*/
|
|
16
|
+
errorType: string;
|
|
17
|
+
/**
|
|
18
|
+
* Label or name of the field
|
|
27
19
|
*/
|
|
28
20
|
fieldName: string;
|
|
29
21
|
/**
|
|
30
|
-
* Map
|
|
22
|
+
* Map with parameters that can be used as placeholders in messages
|
|
31
23
|
*/
|
|
32
24
|
parameters: Map<string, any>;
|
|
25
|
+
/**
|
|
26
|
+
* Constructor
|
|
27
|
+
* @param errorType Type of the error
|
|
28
|
+
* @param errorMessageKey Key for error message
|
|
29
|
+
* @param errorMessageSummaryKey Key for error message in Validation Summary
|
|
30
|
+
* @param fieldName Name of the label or designation of the field
|
|
31
|
+
*/
|
|
32
|
+
constructor(errorType: string, errorMessageKey: string, errorMessageSummaryKey: string, fieldName?: string);
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=validationerroritem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validationerroritem.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validationerroritem.ts"],"names":[],"mappings":"AAAA;;KAEK;AACL,qBAAa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"validationerroritem.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/validationerroritem.ts"],"names":[],"mappings":"AAAA;;KAEK;AACL,qBAAa,mBAAmB;IAG5B;;OAEG;IACI,eAAe,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACI,gCAAgC,EAAE,MAAM,CAAC;IAEhD;;OAEG;IACI,SAAS,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACI,SAAS,EAAE,MAAM,CAAQ;IAEhC;;OAEG;IACI,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,CAA0B;IAM7D;;;;;;OAMG;gBACS,SAAS,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,EAAE,SAAS,GAAE,MAAa;CAQnH"}
|