@simpleangularcontrols/sac-common 16.0.0-rc.22 → 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 +8 -3
- 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 +50 -5
- 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 +12 -7
- 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 +47 -11
- 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 +2693 -2164
- 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.22.tgz +0 -0
- package/utilities/positioning.d.ts +0 -83
- package/utilities/positioning.d.ts.map +0 -1
package/utilities/datatypes.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* @param value
|
|
4
|
-
* @return
|
|
2
|
+
* Checks if an object is defined
|
|
3
|
+
* @param value Object
|
|
4
|
+
* @return Object is defined. TRUE if object is defined. FALSE if object is NULL or UNDEFINED.
|
|
5
5
|
*/
|
|
6
6
|
export declare function isDefined(value: any): boolean;
|
|
7
7
|
//# sourceMappingURL=datatypes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datatypes.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/datatypes.ts"],"names":[],"mappings":"AAAA;;;;GAIG;
|
|
1
|
+
{"version":3,"file":"datatypes.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/datatypes.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,wBAAgB,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAE7C"}
|
package/utilities/enums.d.ts
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Enum
|
|
2
|
+
* Enum for tooltip positions.
|
|
3
3
|
*/
|
|
4
4
|
export declare enum TooltipPosition {
|
|
5
|
+
/** No position / not displayed. */
|
|
5
6
|
none = 0,
|
|
7
|
+
/** Positioned above the reference element. */
|
|
6
8
|
top = 1,
|
|
9
|
+
/** Positioned to the right of the reference element. */
|
|
7
10
|
right = 2,
|
|
11
|
+
/** Positioned below the reference element. */
|
|
8
12
|
bottom = 4,
|
|
13
|
+
/** Positioned to the left of the reference element. */
|
|
9
14
|
left = 8,
|
|
15
|
+
/** Positioned at top-end (top aligned with end/RTL-aware). */
|
|
10
16
|
topend = 16,
|
|
17
|
+
/** Positioned at bottom-end (bottom aligned with end/RTL-aware). */
|
|
11
18
|
bottomend = 32
|
|
12
19
|
}
|
|
13
20
|
//# sourceMappingURL=enums.d.ts.map
|
package/utilities/enums.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/enums.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,eAAe;IACvB,IAAI,IAAI;IAER,GAAG,IAAS;IAEZ,KAAK,IAAS;IAEd,MAAM,IAAS;IAEf,IAAI,IAAS;IAEb,MAAM,KAAS;IAEf,SAAS,KAAS;CACrB"}
|
|
1
|
+
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/enums.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,eAAe;IACvB,mCAAmC;IACnC,IAAI,IAAI;IAER,8CAA8C;IAC9C,GAAG,IAAS;IAEZ,wDAAwD;IACxD,KAAK,IAAS;IAEd,8CAA8C;IAC9C,MAAM,IAAS;IAEf,uDAAuD;IACvD,IAAI,IAAS;IAEb,8DAA8D;IAC9D,MAAM,KAAS;IAEf,oEAAoE;IACpE,SAAS,KAAS;CACrB"}
|
package/utilities/guid.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* Create a GUID with crypto library if available and a fallback to Math.Random implementation
|
|
3
3
|
*/
|
|
4
4
|
export declare function createGuid(): string;
|
|
5
5
|
//# sourceMappingURL=guid.d.ts.map
|
package/utilities/guid.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"guid.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/guid.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"guid.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/guid.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,wBAAgB,UAAU,IAAI,MAAM,CAWnC"}
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* Class for replacing placeholders in strings
|
|
3
3
|
*/
|
|
4
4
|
export declare class Interpolation {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Template for parsing placeholders
|
|
7
7
|
*/
|
|
8
8
|
private templateMatcher;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param text Text in
|
|
12
|
-
* @param params
|
|
10
|
+
* Replace placeholders in string
|
|
11
|
+
* @param text Text in which placeholders are replaced
|
|
12
|
+
* @param params Object with parameters
|
|
13
|
+
* @returns The interpolated string with placeholders replaced
|
|
13
14
|
*/
|
|
14
15
|
interpolateString(text: string, params?: any): string;
|
|
15
16
|
/**
|
|
16
|
-
*
|
|
17
|
-
* @param target
|
|
18
|
-
* @param key Key
|
|
17
|
+
* Read value from object in object or object structure
|
|
18
|
+
* @param target Object to be parsed.
|
|
19
|
+
* @param key Key to search for. Navigation in object properties with a dot.
|
|
19
20
|
*/
|
|
20
21
|
private getValue;
|
|
21
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interpolation.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/interpolation.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,qBAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"interpolation.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/interpolation.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,qBAAa,aAAa;IAGtB;;OAEG;IACH,OAAO,CAAC,eAAe,CAA2B;IAMlD;;;;;OAKG;IACI,iBAAiB,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG;IAenD;;;;OAIG;IACH,OAAO,CAAC,QAAQ;CAmBnB"}
|
|
@@ -1,15 +1,35 @@
|
|
|
1
1
|
import { TooltipPosition } from './enums';
|
|
2
2
|
import { ElementRef } from '@angular/core';
|
|
3
|
+
/**
|
|
4
|
+
* Utility for positioning popup elements relative to anchor elements.
|
|
5
|
+
*
|
|
6
|
+
* Provides functions for measuring container dimensions, validating available positions,
|
|
7
|
+
* and computing translated positions for tooltip/popups in various placements.
|
|
8
|
+
*/
|
|
3
9
|
export declare class PopUpHelper {
|
|
10
|
+
/**
|
|
11
|
+
* Get the height of the reference container element
|
|
12
|
+
* @param referenceContainer Element Reference to HTML Element
|
|
13
|
+
* @param referenceIsContainer Boolean indicating if reference is the container itself
|
|
14
|
+
* @returns The height in pixels
|
|
15
|
+
*/
|
|
4
16
|
getContainerHeight(referenceContainer: ElementRef<HTMLElement>, referenceIsContainer: boolean): number;
|
|
17
|
+
/**
|
|
18
|
+
* Get the width of the reference container element
|
|
19
|
+
* @param referenceContainer Element Reference to HTML Element
|
|
20
|
+
* @param referenceIsContainer Boolean indicating if reference is the container itself
|
|
21
|
+
* @returns The width in pixels
|
|
22
|
+
*/
|
|
5
23
|
getContainerWidth(referenceContainer: ElementRef<HTMLElement>, referenceIsContainer: boolean): number;
|
|
6
24
|
/**
|
|
7
|
-
* Get Position
|
|
25
|
+
* Get Position where the popup would be positioned
|
|
8
26
|
*
|
|
9
27
|
* @param referenceContainer Element Reference to HTML Element which is the reference to positioning the popup
|
|
10
28
|
* @param popupcontentcontainer Element Reference to container of popup
|
|
11
|
-
* @param
|
|
29
|
+
* @param arrowWidth Width of the arrow element
|
|
30
|
+
* @param arrowHeight Height of the arrow element
|
|
12
31
|
* @param allowedPositions Allowed Positions for the popup
|
|
32
|
+
* @param referenceIsContainer Boolean indicating if reference is the container itself
|
|
13
33
|
* @returns Returns the position where the popup should be displayed
|
|
14
34
|
*/
|
|
15
35
|
getDisplayPosition(referenceContainer: ElementRef<HTMLElement>, popupcontentcontainer: ElementRef<HTMLElement>, arrowWidth: number, arrowHeight: number, allowedPositions: string, referenceIsContainer: boolean): TooltipPosition;
|
|
@@ -17,38 +37,47 @@ export declare class PopUpHelper {
|
|
|
17
37
|
* Calculates the height of the popup
|
|
18
38
|
*
|
|
19
39
|
* @param container Element Reference to container of popup
|
|
40
|
+
* @returns The height of the popup in pixels
|
|
20
41
|
*/
|
|
21
42
|
getPopupHeight(container: ElementRef<HTMLElement>): number;
|
|
22
43
|
/**
|
|
23
44
|
* Calculates the width of the popup
|
|
24
45
|
*
|
|
25
46
|
* @param container Element Reference to container of popup
|
|
47
|
+
* @returns The width of the popup in pixels
|
|
26
48
|
*/
|
|
27
49
|
getPopupWidth(container: ElementRef<HTMLElement>): number;
|
|
28
50
|
/**
|
|
29
51
|
* Returns the defined position for the tooltip
|
|
30
52
|
*
|
|
31
53
|
* @param allowedPositions Allowed positions defined in markup for popup
|
|
54
|
+
* @returns The calculated tooltip position
|
|
32
55
|
*/
|
|
33
56
|
getPosition(allowedPositions: string): TooltipPosition;
|
|
34
57
|
/**
|
|
35
|
-
* Calculates the position of the tooltip
|
|
58
|
+
* Calculates the left position of the tooltip/popup
|
|
36
59
|
*
|
|
37
|
-
* @param controlReference Element Reference to angular component
|
|
38
|
-
* @param popupContainer Element Reference to container of popup
|
|
39
60
|
* @param referenceContainer Element Reference to HTML Element which is the reference to positioning the popup
|
|
40
|
-
* @param
|
|
61
|
+
* @param popupContainer Element Reference to container of popup
|
|
62
|
+
* @param controlReference Element Reference to the control element
|
|
63
|
+
* @param arrowWidth Width of the arrow element
|
|
64
|
+
* @param arrowHeight Height of the arrow element
|
|
41
65
|
* @param requestedPosition Requested Position by Control
|
|
66
|
+
* @param referenceIsContainer Boolean indicating if reference is the container itself
|
|
67
|
+
* @returns The left position in pixels
|
|
42
68
|
*/
|
|
43
69
|
getPositionLeft(referenceContainer: ElementRef<HTMLElement>, popupContainer: ElementRef<HTMLElement>, controlReference: ElementRef, arrowWidth: number, arrowHeight: number, requestedPosition: string, referenceIsContainer: boolean): number;
|
|
44
70
|
/**
|
|
45
|
-
* Calculates the position of the tooltip
|
|
71
|
+
* Calculates the top position of the tooltip/popup
|
|
46
72
|
*
|
|
47
|
-
* @param controlReference Element Reference to angular component
|
|
48
|
-
* @param popupContainer Element Reference to container of popup
|
|
49
73
|
* @param referenceContainer Element Reference to HTML Element which is the reference to positioning the popup
|
|
50
|
-
* @param
|
|
74
|
+
* @param popupContainer Element Reference to container of popup
|
|
75
|
+
* @param controlReference Element Reference to the control element
|
|
76
|
+
* @param arrowWidth Width of the arrow element
|
|
77
|
+
* @param arrowHeight Height of the arrow element
|
|
51
78
|
* @param requestedPosition Requested Position by Control
|
|
79
|
+
* @param referenceIsContainer Boolean indicating if reference is the container itself
|
|
80
|
+
* @returns The top position in pixels
|
|
52
81
|
*/
|
|
53
82
|
getPositionTop(referenceContainer: ElementRef<HTMLElement>, popupContainer: ElementRef<HTMLElement>, controlReference: ElementRef, arrowWidth: number, arrowHeight: number, requestedPosition: string, referenceIsContainer: boolean): number;
|
|
54
83
|
/**
|
|
@@ -56,15 +85,23 @@ export declare class PopUpHelper {
|
|
|
56
85
|
*
|
|
57
86
|
* @param allowedPositions Positions that allowed by control
|
|
58
87
|
* @param requestedPosition Position to be checked
|
|
88
|
+
* @returns Boolean indicating if the requested position is configured
|
|
59
89
|
*/
|
|
60
90
|
hasPosition(allowedPositions: string, requestedPosition: TooltipPosition): boolean;
|
|
61
91
|
/**
|
|
62
92
|
* Defines whether AutoPosition is active
|
|
63
93
|
* @param positionProperty List of allowed positions
|
|
94
|
+
* @returns Boolean indicating if auto positioning is enabled
|
|
64
95
|
*/
|
|
65
96
|
isAutoPosition(positionProperty: string): boolean;
|
|
66
97
|
/**
|
|
67
98
|
* Checks whether the position is valid or whether the tooltip on the position has space
|
|
99
|
+
* @param referenceContainer Element Reference to HTML Element which is the reference
|
|
100
|
+
* @param popupcontentcontainer Element Reference to container of popup
|
|
101
|
+
* @param arrowWidth Width of the arrow element
|
|
102
|
+
* @param arrowHeight Height of the arrow element
|
|
103
|
+
* @param referenceIsContainer Boolean indicating if reference is the container itself
|
|
104
|
+
* @returns The valid tooltip position
|
|
68
105
|
*/
|
|
69
106
|
validatePositions(referenceContainer: ElementRef<HTMLElement>, popupcontentcontainer: ElementRef<HTMLElement>, arrowWidth: number, arrowHeight: number, referenceIsContainer: boolean): TooltipPosition;
|
|
70
107
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popuphelper.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/popuphelper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,qBAAa,WAAW;
|
|
1
|
+
{"version":3,"file":"popuphelper.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/popuphelper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;;GAKG;AACH,qBAAa,WAAW;IAGpB;;;;;OAKG;IACI,kBAAkB,CAAC,kBAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,EAAE,oBAAoB,EAAE,OAAO,GAAG,MAAM;IAU7G;;;;;OAKG;IACI,iBAAiB,CAAC,kBAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,EAAE,oBAAoB,EAAE,OAAO,GAAG,MAAM;IAU5G;;;;;;;;;;OAUG;IACI,kBAAkB,CACrB,kBAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,EAC3C,qBAAqB,EAAE,UAAU,CAAC,WAAW,CAAC,EAC9C,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,oBAAoB,EAAE,OAAO,GAC9B,eAAe;IA4DlB;;;;;OAKG;IACI,cAAc,CAAC,SAAS,EAAE,UAAU,CAAC,WAAW,CAAC,GAAG,MAAM;IAQjE;;;;;OAKG;IACI,aAAa,CAAC,SAAS,EAAE,UAAU,CAAC,WAAW,CAAC,GAAG,MAAM;IAQhE;;;;;OAKG;IACI,WAAW,CAAC,gBAAgB,EAAE,MAAM,GAAG,eAAe;IA6B7D;;;;;;;;;;;OAWG;IACI,eAAe,CAClB,kBAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,EAC3C,cAAc,EAAE,UAAU,CAAC,WAAW,CAAC,EACvC,gBAAgB,EAAE,UAAU,EAC5B,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,OAAO,GAC9B,MAAM;IAyCT;;;;;;;;;;;OAWG;IACI,cAAc,CACjB,kBAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,EAC3C,cAAc,EAAE,UAAU,CAAC,WAAW,CAAC,EACvC,gBAAgB,EAAE,UAAU,EAC5B,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,OAAO,GAC9B,MAAM;IAiDT;;;;;;OAMG;IACI,WAAW,CAAC,gBAAgB,EAAE,MAAM,EAAE,iBAAiB,EAAE,eAAe,GAAG,OAAO;IA6BzF;;;;OAIG;IACI,cAAc,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO;IAKxD;;;;;;;;OAQG;IACI,iBAAiB,CACpB,kBAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,EAC3C,qBAAqB,EAAE,UAAU,CAAC,WAAW,CAAC,EAC9C,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,OAAO,GAC9B,eAAe;IAqDlB;;;;OAIG;IACH,OAAO,CAAC,kBAAkB;IAc1B;;;;;OAKG;IACH,OAAO,CAAC,kBAAkB;CAyB7B"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents geometry of a rectangular area in client coordinates.
|
|
3
|
+
*/
|
|
4
|
+
export interface ClientRect {
|
|
5
|
+
/** Distance from top of viewport to bottom edge in pixels. */
|
|
6
|
+
bottom: number;
|
|
7
|
+
/** Height of rectangle in pixels. */
|
|
8
|
+
height: number;
|
|
9
|
+
/** Distance from left of viewport to left edge in pixels. */
|
|
10
|
+
left: number;
|
|
11
|
+
/** Distance from left of viewport to right edge in pixels. */
|
|
12
|
+
right: number;
|
|
13
|
+
/** Distance from top of viewport to top edge in pixels. */
|
|
14
|
+
top: number;
|
|
15
|
+
/** Width of rectangle in pixels. */
|
|
16
|
+
width: number;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Utility class for element positioning and offset calculations.
|
|
20
|
+
*
|
|
21
|
+
* Provides helpers to compute absolute offset, relative position and placement
|
|
22
|
+
* of one element relative to another, including viewport clipping checks.
|
|
23
|
+
*
|
|
24
|
+
* @see https://github.com/ng-bootstrap/ng-bootstrap/blob/master/src/util/positioning.ts
|
|
25
|
+
*/
|
|
26
|
+
export declare class PositionCalculator {
|
|
27
|
+
/**
|
|
28
|
+
* Computes the offset of an element relative to the document.
|
|
29
|
+
*
|
|
30
|
+
* @param element Element to measure.
|
|
31
|
+
* @param round If true, the computed values are rounded to integers.
|
|
32
|
+
* @returns ClientRect with top/left/right/bottom/width/height position values.
|
|
33
|
+
*/
|
|
34
|
+
offset(element: HTMLElement, round?: boolean): ClientRect;
|
|
35
|
+
/**
|
|
36
|
+
* Computes the position of an element relative to its offset parent.
|
|
37
|
+
*
|
|
38
|
+
* @param element Element to measure.
|
|
39
|
+
* @param round If true, the computed position values are rounded.
|
|
40
|
+
* @returns ClientRect with relative top/left/right/bottom/width/height values.
|
|
41
|
+
*/
|
|
42
|
+
position(element: HTMLElement, round?: boolean): ClientRect;
|
|
43
|
+
/**
|
|
44
|
+
* Positions targetElement relative to hostElement based on placement and optionally appends to body.
|
|
45
|
+
*
|
|
46
|
+
* @param hostElement Reference element used as anchor.
|
|
47
|
+
* @param targetElement Element being positioned.
|
|
48
|
+
* @param placement Positioning string like 'top', 'bottom-right'.
|
|
49
|
+
* @param appendToBody If true, hostElement coords are based on document body.
|
|
50
|
+
* @returns True when target element stays within viewport after positioning.
|
|
51
|
+
*/
|
|
52
|
+
positionElements(hostElement: HTMLElement, targetElement: HTMLElement, placement: string, appendToBody?: boolean): boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Returns the computed style declarations for the given element.
|
|
55
|
+
*
|
|
56
|
+
* @param element Element to retrieve styles from.
|
|
57
|
+
* @returns CSSStyleDeclaration of computed styles.
|
|
58
|
+
*/
|
|
59
|
+
private getAllStyles;
|
|
60
|
+
/**
|
|
61
|
+
* Returns the computed value of a CSS property for an element.
|
|
62
|
+
*
|
|
63
|
+
* @param element Element to query.
|
|
64
|
+
* @param prop Name of CSS property.
|
|
65
|
+
* @returns Property value string.
|
|
66
|
+
*/
|
|
67
|
+
private getStyle;
|
|
68
|
+
/**
|
|
69
|
+
* Checks whether an element is statically positioned in CSS.
|
|
70
|
+
*
|
|
71
|
+
* @param element Element to inspect.
|
|
72
|
+
* @returns True when the position is 'static'.
|
|
73
|
+
*/
|
|
74
|
+
private isStaticPositioned;
|
|
75
|
+
/**
|
|
76
|
+
* Gets the closest positioned ancestor element (offset parent) for a given element.
|
|
77
|
+
*
|
|
78
|
+
* @param element Element to find offset parent for.
|
|
79
|
+
* @returns Offset parent HTMLElement, or document.documentElement fallback.
|
|
80
|
+
*/
|
|
81
|
+
private offsetParent;
|
|
82
|
+
}
|
|
83
|
+
//# sourceMappingURL=positioncalculator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"positioncalculator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/positioncalculator.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,UAAU;IAGvB,8DAA8D;IAC9D,MAAM,EAAE,MAAM,CAAC;IAEf,qCAAqC;IACrC,MAAM,EAAE,MAAM,CAAC;IAEf,6DAA6D;IAC7D,IAAI,EAAE,MAAM,CAAC;IAEb,8DAA8D;IAC9D,KAAK,EAAE,MAAM,CAAC;IAEd,2DAA2D;IAC3D,GAAG,EAAE,MAAM,CAAC;IAEZ,oCAAoC;IACpC,KAAK,EAAE,MAAM,CAAC;CAGjB;AAMD;;;;;;;GAOG;AACH,qBAAa,kBAAkB;IAG3B;;;;;;OAMG;IACI,MAAM,CAAC,OAAO,EAAE,WAAW,EAAE,KAAK,UAAO,GAAG,UAAU;IA4B7D;;;;;;OAMG;IACI,QAAQ,CAAC,OAAO,EAAE,WAAW,EAAE,KAAK,UAAO,GAAG,UAAU;IAiD/D;;;;;;;;OAQG;IACI,gBAAgB,CACnB,WAAW,EAAE,WAAW,EACxB,aAAa,EAAE,WAAW,EAC1B,SAAS,EAAE,MAAM,EACjB,YAAY,CAAC,EAAE,OAAO,GACvB,OAAO;IAyEV;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAIpB;;;;;;OAMG;IACH,OAAO,CAAC,QAAQ;IAIhB;;;;;OAKG;IACH,OAAO,CAAC,kBAAkB;IAI1B;;;;;OAKG;IACH,OAAO,CAAC,YAAY;CAevB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { PositionCalculator } from './positioncalculator';
|
|
2
|
+
/**
|
|
3
|
+
* Accept the placement array and applies the appropriate placement dependent on the viewport.
|
|
4
|
+
* Returns the applied placement.
|
|
5
|
+
* In case of auto placement, placements are selected in order
|
|
6
|
+
* 'top', 'bottom', 'left', 'right',
|
|
7
|
+
* 'top-left', 'top-right',
|
|
8
|
+
* 'bottom-left', 'bottom-right',
|
|
9
|
+
* 'left-top', 'left-bottom',
|
|
10
|
+
* 'right-top', 'right-bottom'.
|
|
11
|
+
* @param hostElement The host element
|
|
12
|
+
* @param targetElement The target element to be positioned
|
|
13
|
+
* @param placement The placement option(s)
|
|
14
|
+
* @param appendToBody Whether to append to body
|
|
15
|
+
* @param baseClass The base CSS class
|
|
16
|
+
* @returns The applied placement or null if not positioned
|
|
17
|
+
*/
|
|
18
|
+
export declare function positionElements(hostElement: HTMLElement, targetElement: HTMLElement, placement: string | Placement | PlacementArray, appendToBody?: boolean, baseClass?: string): Placement | null;
|
|
19
|
+
/**
|
|
20
|
+
* Global Position Service
|
|
21
|
+
*/
|
|
22
|
+
export declare const positionService: PositionCalculator;
|
|
23
|
+
/**
|
|
24
|
+
* Placement Typen
|
|
25
|
+
*/
|
|
26
|
+
export type Placement = 'auto' | 'top' | 'bottom' | 'left' | 'right' | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'left-top' | 'left-bottom' | 'right-top' | 'right-bottom';
|
|
27
|
+
/**
|
|
28
|
+
* Placement Array
|
|
29
|
+
*/
|
|
30
|
+
export type PlacementArray = Placement | Array<Placement> | string;
|
|
31
|
+
//# sourceMappingURL=positionelements.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"positionelements.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/positionelements.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1D;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,gBAAgB,CAC5B,WAAW,EAAE,WAAW,EACxB,aAAa,EAAE,WAAW,EAC1B,SAAS,EAAE,MAAM,GAAG,SAAS,GAAG,cAAc,EAC9C,YAAY,CAAC,EAAE,OAAO,EACtB,SAAS,CAAC,EAAE,MAAM,GACnB,SAAS,GAAG,IAAI,CAyFlB;AAWD;;GAEG;AACH,eAAO,MAAM,eAAe,oBAA2B,CAAC;AAMxD;;GAEG;AACH,MAAM,MAAM,SAAS,GACf,MAAM,GACN,KAAK,GACL,QAAQ,GACR,MAAM,GACN,OAAO,GACP,UAAU,GACV,WAAW,GACX,aAAa,GACb,cAAc,GACd,UAAU,GACV,aAAa,GACb,WAAW,GACX,cAAc,CAAC;AAErB;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,KAAK,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC"}
|
|
@@ -1,14 +1,29 @@
|
|
|
1
1
|
import { Injector, PipeTransform } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Pipe to return E2E attribute values based on configuration.
|
|
5
|
+
*
|
|
6
|
+
* - If E2E attributes are disabled, it returns null.
|
|
7
|
+
* - If explicit e2e attribute is provided, it is returned.
|
|
8
|
+
* - Otherwise, fallback to control name.
|
|
9
|
+
*/
|
|
3
10
|
export declare class SacTestingAttributePipe implements PipeTransform {
|
|
4
11
|
/**
|
|
5
12
|
* Defines whether the attribute is active
|
|
6
13
|
*/
|
|
7
14
|
private isEnabled;
|
|
8
15
|
/**
|
|
9
|
-
*
|
|
16
|
+
* Constructor
|
|
17
|
+
* @param injector Service injector for dependency resolution
|
|
10
18
|
*/
|
|
11
19
|
constructor(injector: Injector);
|
|
20
|
+
/**
|
|
21
|
+
* Transforms input to final E2E attribute value when enabled.
|
|
22
|
+
*
|
|
23
|
+
* @param controlname Optional control name for fallback attribute value.
|
|
24
|
+
* @param e2eattribute Optional explicit e2e attribute value.
|
|
25
|
+
* @returns Returned value is either `e2eattribute` or `controlname` when enabled, otherwise null.
|
|
26
|
+
*/
|
|
12
27
|
transform(controlname: string, e2eattribute: string): string;
|
|
13
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacTestingAttributePipe, never>;
|
|
14
29
|
static ɵpipe: i0.ɵɵPipeDeclaration<SacTestingAttributePipe, "testingattribute", true>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testingattribute.pipe.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/testingattribute.pipe.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAE9D,qBAIa,uBAAwB,YAAW,aAAa;IAGzD;;OAEG;IACH,OAAO,CAAC,SAAS,CAAU;IAM3B
|
|
1
|
+
{"version":3,"file":"testingattribute.pipe.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/utilities/testingattribute.pipe.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAE9D;;;;;;GAMG;AACH,qBAIa,uBAAwB,YAAW,aAAa;IAGzD;;OAEG;IACH,OAAO,CAAC,SAAS,CAAU;IAM3B;;;OAGG;gBACS,QAAQ,EAAE,QAAQ;IAU9B;;;;;;OAMG;IACI,SAAS,CAAC,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM;yCAjCjD,uBAAuB;uCAAvB,uBAAuB;CAoDnC"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the control value is a valid email.
|
|
4
|
+
*
|
|
5
|
+
* @param validationMessage Message shown for the field when validation fails.
|
|
6
|
+
* @param validationMessageSummary Message shown in summary when validation fails.
|
|
7
|
+
* @returns Validator function to validate email format.
|
|
8
|
+
*/
|
|
2
9
|
export declare function emailValidator(validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
10
|
//# sourceMappingURL=email.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/email.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"email.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/email.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAI5F;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,GAAG,WAAW,CAQvG"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the control value equals a required value.
|
|
4
|
+
*
|
|
5
|
+
* @param requiredvalue Value that control must equal.
|
|
6
|
+
* @param validationMessage Message shown when validation fails.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when validation fails.
|
|
8
|
+
* @returns Validator function to validate equality.
|
|
9
|
+
*/
|
|
2
10
|
export declare function equalsValueValidator(requiredvalue: any, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=equals.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"equals.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/equals.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"equals.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/equals.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIhF;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAChC,aAAa,EAAE,GAAG,EAClB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAWb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the control value is a valid date.
|
|
4
|
+
*
|
|
5
|
+
* @param validationMessage Message shown when date format is invalid.
|
|
6
|
+
* @param validationMessageSummary Summary message shown when date format is invalid.
|
|
7
|
+
* @returns Validator function for date format validation.
|
|
8
|
+
*/
|
|
2
9
|
export declare function isValidDateValidator(validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
10
|
//# sourceMappingURL=invaliddate.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invaliddate.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/invaliddate.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"invaliddate.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/invaliddate.validator.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIhF;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,GAAG,WAAW,CAU7G"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* Checks whether a value is a valid date for a given format or ISO 8601.
|
|
3
|
+
*
|
|
4
|
+
* @param value Input value to validate.
|
|
5
|
+
* @param format Date format string for the validator.
|
|
6
|
+
* @returns True if value is valid date, otherwise false.
|
|
3
7
|
*/
|
|
4
|
-
export declare const moment: any;
|
|
5
8
|
export declare function isDateValid(value: any, format: string): boolean;
|
|
6
9
|
//# sourceMappingURL=isDateValid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isDateValid.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/isDateValid.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"isDateValid.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/isDateValid.ts"],"names":[],"mappings":"AAIA;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,WAerD"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the control date is <= maxDate.
|
|
4
|
+
*
|
|
5
|
+
* @param maxDate Maximum allowed date.
|
|
6
|
+
* @param validationMessage Message shown when date is too late.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when date is too late.
|
|
8
|
+
* @returns Validator function for maximum date validation.
|
|
9
|
+
*/
|
|
2
10
|
export declare function maxDateValidator(maxDate: Date, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=maxdate.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maxdate.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/maxdate.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"maxdate.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/maxdate.validator.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAKhF;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC5B,OAAO,EAAE,IAAI,EACb,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAkBb"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the control time is <= maxTime.
|
|
4
|
+
*
|
|
5
|
+
* @param maxTime Maximum allowed time.
|
|
6
|
+
* @param validationMessage Message shown when time is too late.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when time is too late.
|
|
8
|
+
* @returns Validator function for maximum time validation.
|
|
9
|
+
*/
|
|
2
10
|
export declare function maxTimeValidator(maxTime: Date, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=maxtime.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maxtime.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/maxtime.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"maxtime.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/maxtime.validator.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAKhF;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC5B,OAAO,EAAE,IAAI,EACb,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAkBb"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the control value is <= maxvalue.
|
|
4
|
+
*
|
|
5
|
+
* @param maxvalue Maximum allowed numeric value.
|
|
6
|
+
* @param validationMessage Message shown when value is too large.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when value is too large.
|
|
8
|
+
* @returns Validator function for maximum value validation.
|
|
9
|
+
*/
|
|
2
10
|
export declare function maxValueValidator(maxvalue: number, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=maxvalue.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maxvalue.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/maxvalue.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"maxvalue.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/maxvalue.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAI5F;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAC7B,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAab"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the control date is >= minDate.
|
|
4
|
+
*
|
|
5
|
+
* @param minDate Minimum allowed date.
|
|
6
|
+
* @param validationMessage Message shown when date is too early.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when date is too early.
|
|
8
|
+
* @returns Validator function for minimum date validation.
|
|
9
|
+
*/
|
|
2
10
|
export declare function minDateValidator(minDate: Date, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=mindate.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mindate.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/mindate.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mindate.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/mindate.validator.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAKhF;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC5B,OAAO,EAAE,IAAI,EACb,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAkBb"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the number of uploaded files is >= minFiles.
|
|
4
|
+
*
|
|
5
|
+
* @param minFiles Minimum number of files required.
|
|
6
|
+
* @param validationMessage Message shown when too few files are uploaded.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when too few files are uploaded.
|
|
8
|
+
* @returns Validator function for minimum files validation.
|
|
9
|
+
*/
|
|
2
10
|
export declare function minFilesValidator(minFiles: number, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=minfiles.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"minfiles.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/minfiles.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"minfiles.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/minfiles.validator.ts"],"names":[],"mappings":"AAEA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIhF;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAC7B,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAkBb"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the text length is >= mintextlength.
|
|
4
|
+
*
|
|
5
|
+
* @param mintextlength Minimum text length required.
|
|
6
|
+
* @param validationMessage Message shown when text is too short.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when text is too short.
|
|
8
|
+
* @returns Validator function for minimum text length validation.
|
|
9
|
+
*/
|
|
2
10
|
export declare function minTextLengthValidator(mintextlength: number, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=mintextlength.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mintextlength.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/mintextlength.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAI5F,wBAAgB,sBAAsB,CAClC,aAAa,EAAE,MAAM,EACrB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAoBb"}
|
|
1
|
+
{"version":3,"file":"mintextlength.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/mintextlength.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAI5F;;;;;;;GAOG;AACH,wBAAgB,sBAAsB,CAClC,aAAa,EAAE,MAAM,EACrB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAoBb"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the control time is >= minTime.
|
|
4
|
+
*
|
|
5
|
+
* @param minTime Minimum allowed time.
|
|
6
|
+
* @param validationMessage Message shown when time is too early.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when time is too early.
|
|
8
|
+
* @returns Validator function for minimum time validation.
|
|
9
|
+
*/
|
|
2
10
|
export declare function minTimeValidator(minTime: Date, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=mintime.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mintime.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/mintime.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mintime.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/mintime.validator.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAKhF;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC5B,OAAO,EAAE,IAAI,EACb,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAkBb"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a validator that checks if the control value is >= minvalue.
|
|
4
|
+
*
|
|
5
|
+
* @param minvalue Minimum allowed numeric value.
|
|
6
|
+
* @param validationMessage Message shown when value is too small.
|
|
7
|
+
* @param validationMessageSummary Summary message shown when value is too small.
|
|
8
|
+
* @returns Validator function for minimum value validation.
|
|
9
|
+
*/
|
|
2
10
|
export declare function minValueValidator(minvalue: number, validationMessage: string, validationMessageSummary: string): ValidatorFn;
|
|
3
11
|
//# sourceMappingURL=minvalue.validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"minvalue.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/minvalue.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"minvalue.validator.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/validation/minvalue.validator.ts"],"names":[],"mappings":"AACA,OAAO,EAAqC,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAI5F;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAC7B,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GACjC,WAAW,CAab"}
|