@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
|
@@ -7,17 +7,17 @@ import { IMaskDirective } from 'angular-imask';
|
|
|
7
7
|
import * as moment_ from 'moment';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* Base
|
|
10
|
+
* Base class for Date/Time controls
|
|
11
11
|
*/
|
|
12
12
|
export declare abstract class SacBaseDateTimeControl extends SacBaseModelControl<Date> implements OnInit, OnDestroy {
|
|
13
13
|
protected elementRef: ElementRef;
|
|
14
14
|
private readonly cdRef;
|
|
15
15
|
/**
|
|
16
|
-
* Helper class to display
|
|
16
|
+
* Helper class to display tooltips in the correct position
|
|
17
17
|
*/
|
|
18
18
|
private readonly popupHelper;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* This property contains the value as a string. Default is ''
|
|
21
21
|
*/
|
|
22
22
|
protected _valueAsString: string;
|
|
23
23
|
/**
|
|
@@ -29,7 +29,7 @@ export declare abstract class SacBaseDateTimeControl extends SacBaseModelControl
|
|
|
29
29
|
*/
|
|
30
30
|
TooltipPosition: typeof TooltipPosition;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Defines whether the date selector is displayed
|
|
33
33
|
*/
|
|
34
34
|
_showselector: boolean;
|
|
35
35
|
/**
|
|
@@ -37,7 +37,7 @@ export declare abstract class SacBaseDateTimeControl extends SacBaseModelControl
|
|
|
37
37
|
*/
|
|
38
38
|
iMask: IMaskDirective<any>;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Defines the control as required
|
|
41
41
|
*/
|
|
42
42
|
isrequired: boolean;
|
|
43
43
|
/**
|
|
@@ -48,6 +48,9 @@ export declare abstract class SacBaseDateTimeControl extends SacBaseModelControl
|
|
|
48
48
|
* Arrow Item of Picker Element. Required to set the position of arrow correctly
|
|
49
49
|
*/
|
|
50
50
|
pickerPosition: typeof TooltipPosition;
|
|
51
|
+
/**
|
|
52
|
+
* Reference to the picker arrow element used for calculating tooltip arrow position.
|
|
53
|
+
*/
|
|
51
54
|
pickerarrow: ElementRef<HTMLElement> | null;
|
|
52
55
|
/**
|
|
53
56
|
* Name of the container for content (e.g. icon) on which the tooltip is displayed.
|
|
@@ -80,43 +83,44 @@ export declare abstract class SacBaseDateTimeControl extends SacBaseModelControl
|
|
|
80
83
|
*/
|
|
81
84
|
position: string;
|
|
82
85
|
/**
|
|
83
|
-
* Resource Key
|
|
86
|
+
* Resource Key for Validation Message DateTimeFormat at Control
|
|
84
87
|
*/
|
|
85
88
|
validationmessagedatetimeformat: string;
|
|
86
89
|
/**
|
|
87
|
-
* Resource Key
|
|
90
|
+
* Resource Key for Validation Message DateTimeFormat in Validation Summary
|
|
88
91
|
*/
|
|
89
92
|
validationmessagedatetimeformatsummary: string;
|
|
90
93
|
/**
|
|
91
|
-
* Resource Key
|
|
94
|
+
* Resource Key for Validation Message Required at Control
|
|
92
95
|
*/
|
|
93
96
|
validationmessagerequired: string;
|
|
94
97
|
/**
|
|
95
|
-
* Resource Key
|
|
98
|
+
* Resource Key for Validation Message Required in Validation Summary
|
|
96
99
|
*/
|
|
97
100
|
validationmessagerequiredsummary: string;
|
|
98
101
|
/**
|
|
99
102
|
* Constructor
|
|
100
103
|
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
101
104
|
* @param injector Injector for injecting services
|
|
102
|
-
* @param elementRef
|
|
105
|
+
* @param elementRef Reference to html element
|
|
106
|
+
* @param cdRef Change detector reference for updating component view
|
|
103
107
|
*/
|
|
104
108
|
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef, cdRef: ChangeDetectorRef);
|
|
105
109
|
/**
|
|
106
|
-
* Setter for the name of the container for the tooltip.
|
|
110
|
+
* Setter for the name of the container for the tooltip. Required because the tooltip can be hidden via ngIf.
|
|
107
111
|
*/
|
|
108
112
|
set picker(picker: ElementRef);
|
|
109
113
|
get tooltop(): ElementRef;
|
|
110
114
|
/**
|
|
111
|
-
*
|
|
115
|
+
* Getter for valuestring
|
|
112
116
|
*/
|
|
113
117
|
get valuestring(): string;
|
|
114
118
|
/**
|
|
115
|
-
*
|
|
119
|
+
* The input receives the value of type string
|
|
116
120
|
*/
|
|
117
121
|
set valuestring(v: string);
|
|
118
122
|
/**
|
|
119
|
-
*
|
|
123
|
+
* The method returns dateTime as a string
|
|
120
124
|
*/
|
|
121
125
|
abstract GetDateTimeFormatString(): string;
|
|
122
126
|
/**
|
|
@@ -124,11 +128,13 @@ export declare abstract class SacBaseDateTimeControl extends SacBaseModelControl
|
|
|
124
128
|
*/
|
|
125
129
|
GetPickerPosition(): TooltipPosition;
|
|
126
130
|
/**
|
|
127
|
-
*
|
|
131
|
+
* The method modifies the entered value of type Moment
|
|
128
132
|
*/
|
|
129
133
|
abstract ModifyParsedDateTimeValue(v: moment_.Moment): moment_.Moment;
|
|
130
134
|
/**
|
|
131
|
-
* JSON
|
|
135
|
+
* Converts a JSON date string into a UTC DateTime object that can be used by the control
|
|
136
|
+
* @param timestamp Date timestamp to convert
|
|
137
|
+
* @returns Moment object in UTC
|
|
132
138
|
*/
|
|
133
139
|
getDate(timestamp: any): moment.Moment;
|
|
134
140
|
/**
|
|
@@ -139,24 +145,42 @@ export declare abstract class SacBaseDateTimeControl extends SacBaseModelControl
|
|
|
139
145
|
* Calculates the width of the picker
|
|
140
146
|
*/
|
|
141
147
|
getPickerWidth(): number;
|
|
148
|
+
/**
|
|
149
|
+
* Clean up resources when the control is destroyed.
|
|
150
|
+
*
|
|
151
|
+
* Removes the picker element from the DOM if visible and unregisters global resize/scroll listeners.
|
|
152
|
+
*/
|
|
142
153
|
ngOnDestroy(): void;
|
|
143
154
|
/**
|
|
144
155
|
* Init Event
|
|
145
156
|
*/
|
|
146
157
|
ngOnInit(): void;
|
|
147
158
|
/**
|
|
148
|
-
*
|
|
159
|
+
* Sets the value of type string to the property valuestring
|
|
160
|
+
* @param v String value to set
|
|
149
161
|
*/
|
|
150
162
|
setValueString(v: string): void;
|
|
151
163
|
/**
|
|
152
|
-
*
|
|
164
|
+
* Validates the datetime control value format and required status.
|
|
165
|
+
*
|
|
166
|
+
* @param c AbstractControl instance to validate.
|
|
167
|
+
* @returns ValidationErrors if invalid, otherwise null.
|
|
153
168
|
*/
|
|
154
169
|
validateData(c: AbstractControl): ValidationErrors | null;
|
|
155
170
|
/**
|
|
156
171
|
* Overwrite WriteValue to Set correct Date Object
|
|
172
|
+
* @param value Date or string value to write to the control
|
|
157
173
|
*/
|
|
158
174
|
writeValue(value: Date | string): void;
|
|
175
|
+
/**
|
|
176
|
+
* Gets the height of the arrow element
|
|
177
|
+
* @returns The height in pixels of the arrow element, or 0 if not present
|
|
178
|
+
*/
|
|
159
179
|
protected getArrowHeight(): number;
|
|
180
|
+
/**
|
|
181
|
+
* Gets the width of the arrow element
|
|
182
|
+
* @returns The width in pixels of the arrow element, or 0 if not present
|
|
183
|
+
*/
|
|
160
184
|
protected getArrowWidth(): number;
|
|
161
185
|
/**
|
|
162
186
|
* Calculates the position of the tooltip from links
|
|
@@ -170,6 +194,9 @@ export declare abstract class SacBaseDateTimeControl extends SacBaseModelControl
|
|
|
170
194
|
* method if content has changed and proportions need to be reset in the UI.
|
|
171
195
|
*/
|
|
172
196
|
private readonly onContentChange;
|
|
197
|
+
/**
|
|
198
|
+
* Sets the date-time format string from the configured format property
|
|
199
|
+
*/
|
|
173
200
|
private setDateTimeFormat;
|
|
174
201
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacBaseDateTimeControl, never>;
|
|
175
202
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacBaseDateTimeControl, never, never, { "isrequired": { "alias": "isrequired"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "position": { "alias": "position"; "required": false; }; "validationmessagedatetimeformat": { "alias": "validationmessagedatetimeformat"; "required": false; }; "validationmessagedatetimeformatsummary": { "alias": "validationmessagedatetimeformatsummary"; "required": false; }; "validationmessagerequired": { "alias": "validationmessagerequired"; "required": false; }; "validationmessagerequiredsummary": { "alias": "validationmessagerequiredsummary"; "required": false; }; "valuestring": { "alias": "valuestring"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"basedatetimecontrol.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/common/basedatetimecontrol.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAEpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAIrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAa,UAAU,EAAE,QAAQ,EAAS,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AACxH,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,KAAK,OAAO,MAAM,QAAQ,CAAC;;AAElC;;GAEG;AACH,8BACsB,sBAAuB,SAAQ,mBAAmB,CAAC,IAAI,CAAE,YAAW,MAAM,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"basedatetimecontrol.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/common/basedatetimecontrol.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { SacBaseModelControl } from './basemodelcontrol';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
|
-
* Abstract
|
|
4
|
+
* Abstract class for SacInputBase. Extends SacBaseModelControl
|
|
5
5
|
*/
|
|
6
6
|
export declare abstract class SacInputBase<VALUE> extends SacBaseModelControl<VALUE> {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Allowed characters for input
|
|
9
9
|
*/
|
|
10
10
|
allowedchars: string;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Enable or disable autofill
|
|
13
13
|
*/
|
|
14
14
|
disableautocomplete: boolean;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Defines the control as required
|
|
17
17
|
*/
|
|
18
18
|
isrequired: boolean;
|
|
19
19
|
/**
|
|
@@ -21,19 +21,21 @@ export declare abstract class SacInputBase<VALUE> extends SacBaseModelControl<VA
|
|
|
21
21
|
*/
|
|
22
22
|
placeholder: string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Makes the input readonly
|
|
25
25
|
*/
|
|
26
26
|
readonly: boolean;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Defines the field as valid/invalid by entered regex pattern
|
|
29
29
|
*/
|
|
30
30
|
regexvalidation: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Method validates input when keypress event occurs
|
|
33
|
+
* @param event Keyboard event object
|
|
34
|
+
* @returns Boolean indicating whether the event should propagate
|
|
33
35
|
*/
|
|
34
36
|
onKeyPress(event: KeyboardEvent): Boolean;
|
|
35
37
|
/**
|
|
36
|
-
*
|
|
38
|
+
* Method validates when a keypress event occurs
|
|
37
39
|
*/
|
|
38
40
|
protected OnKeyPressValidation(position: number, character: string): boolean;
|
|
39
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputBase<any>, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"baseinputcontrol.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/common/baseinputcontrol.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"baseinputcontrol.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/common/baseinputcontrol.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;;AAGzD;;GAEG;AACH,8BACsB,YAAY,CAAC,KAAK,CAAE,SAAQ,mBAAmB,CAAC,KAAK,CAAC;IAGxE;;OAEG;IACa,YAAY,SAAM;IAElC;;OAEG;IACa,mBAAmB,UAAS;IAE5C;;OAEG;IACa,UAAU,UAAS;IAEnC;;OAEG;IACa,WAAW,EAAE,MAAM,CAAQ;IAE3C;;OAEG;IACa,QAAQ,UAAS;IAEjC;;OAEG;IACa,eAAe,EAAE,MAAM,CAAC;IAMxC;;;;OAIG;IACI,UAAU,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO;IAwBhD;;OAEG;IACH,SAAS,CAAC,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO;yCArE1D,YAAY;2CAAZ,YAAY;CA0EjC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
1
|
import { SacBaseModelControl } from './basemodelcontrol';
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
|
-
* Abstract
|
|
5
|
+
* Abstract class for SacBaseListControl. Extends SacBaseModelControl
|
|
6
6
|
*/
|
|
7
7
|
export declare abstract class SacBaseListControl<VALUE> extends SacBaseModelControl<VALUE> {
|
|
8
8
|
/**
|
|
@@ -10,38 +10,38 @@ export declare abstract class SacBaseListControl<VALUE> extends SacBaseModelCont
|
|
|
10
10
|
*/
|
|
11
11
|
_options: any[];
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Defines the control as required
|
|
14
14
|
*/
|
|
15
|
-
|
|
15
|
+
isrequired: boolean;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Defines whether the option element is active
|
|
18
18
|
*/
|
|
19
|
-
|
|
19
|
+
optionenabled: string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Defines the label for the option element
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
optionlabel: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Template for value element
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
optionlabeltemplate: TemplateRef<any>;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Defines the value for the option element
|
|
30
30
|
*/
|
|
31
|
-
|
|
31
|
+
optionvalue: string;
|
|
32
32
|
/**
|
|
33
|
-
* Style
|
|
33
|
+
* Style width for list control element
|
|
34
34
|
*/
|
|
35
35
|
width: string;
|
|
36
36
|
/**
|
|
37
|
-
* Input property
|
|
37
|
+
* Input property for options
|
|
38
38
|
*/
|
|
39
39
|
get options(): any[];
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Setter for options
|
|
42
42
|
*/
|
|
43
43
|
set options(val: any[]);
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacBaseListControl<any>, never>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacBaseListControl<any>, never, never, { "
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacBaseListControl<any>, never, never, { "isrequired": { "alias": "isrequired"; "required": false; }; "optionenabled": { "alias": "optionenabled"; "required": false; }; "optionlabel": { "alias": "optionlabel"; "required": false; }; "optionlabeltemplate": { "alias": "optionlabeltemplate"; "required": false; }; "optionvalue": { "alias": "optionvalue"; "required": false; }; "width": { "alias": "width"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, false, never>;
|
|
46
46
|
}
|
|
47
47
|
//# sourceMappingURL=baselistcontrol.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"baselistcontrol.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/common/baselistcontrol.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"baselistcontrol.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/common/baselistcontrol.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAoB,WAAW,EAAE,MAAM,eAAe,CAAC;;AAE9D;;GAEG;AACH,8BACsB,kBAAkB,CAAC,KAAK,CAAE,SAAQ,mBAAmB,CAAC,KAAK,CAAC;IAG9E;;OAEG;IACI,QAAQ,EAAE,GAAG,EAAE,CAAC;IAEvB;;OAEG;IACa,UAAU,UAAS;IAEnC;;OAEG;IACa,aAAa,SAAM;IAEnC;;OAEG;IACa,WAAW,SAAW;IAEtC;;OAEG;IAEI,mBAAmB,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE7C;;OAEG;IACa,WAAW,SAAW;IAEtC;;OAEG;IACa,KAAK,EAAE,MAAM,CAAQ;IAMrC;;OAEG;IACH,IAAoB,OAAO,IAAI,GAAG,EAAE,CAEnC;IAED;;OAEG;IACH,IAAW,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,EAE5B;yCAvDiB,kBAAkB;2CAAlB,kBAAkB;CA0DvC"}
|
|
@@ -10,12 +10,12 @@ import { AbstractControl, ControlValueAccessor, UntypedFormControl, ValidationEr
|
|
|
10
10
|
import { Observable } from 'rxjs';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
13
|
-
* Abstract
|
|
13
|
+
* Abstract class for SacBaseModelControl. Implements ControlValueAccessor, Validator, OnInit
|
|
14
14
|
*/
|
|
15
15
|
export declare abstract class SacBaseModelControl<VALUE> implements ControlValueAccessor, Validator, OnInit {
|
|
16
16
|
private readonly injector;
|
|
17
17
|
/**
|
|
18
|
-
* Inline
|
|
18
|
+
* Inline errors for the control
|
|
19
19
|
*/
|
|
20
20
|
private _inlineerrorenabled;
|
|
21
21
|
/**
|
|
@@ -27,11 +27,11 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
27
27
|
*/
|
|
28
28
|
protected readonly configurationService: ISacConfigurationService;
|
|
29
29
|
/**
|
|
30
|
-
* Boolean
|
|
30
|
+
* Boolean property dirty; default value - false
|
|
31
31
|
*/
|
|
32
32
|
protected _dirty: boolean;
|
|
33
33
|
/**
|
|
34
|
-
* SacModel
|
|
34
|
+
* SacModel form is disabled
|
|
35
35
|
*/
|
|
36
36
|
protected _disabledForm: boolean;
|
|
37
37
|
/**
|
|
@@ -39,11 +39,11 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
39
39
|
*/
|
|
40
40
|
protected _onChange: () => void;
|
|
41
41
|
/**
|
|
42
|
-
* Boolean
|
|
42
|
+
* Boolean property touched; default value - false
|
|
43
43
|
*/
|
|
44
44
|
protected _touched: boolean;
|
|
45
45
|
/**
|
|
46
|
-
*
|
|
46
|
+
* Internal variable that holds the value of the control
|
|
47
47
|
*/
|
|
48
48
|
protected _value: VALUE;
|
|
49
49
|
/**
|
|
@@ -55,7 +55,7 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
55
55
|
*/
|
|
56
56
|
protected iconService: ISacIconService;
|
|
57
57
|
/**
|
|
58
|
-
* Service
|
|
58
|
+
* Service for error localisation
|
|
59
59
|
*/
|
|
60
60
|
protected lngResourceService: ISacLocalisationService;
|
|
61
61
|
/**
|
|
@@ -71,11 +71,11 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
71
71
|
*/
|
|
72
72
|
componentHeight: ControlHeight | null;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* Disables the input control
|
|
75
75
|
*/
|
|
76
76
|
disabled: boolean;
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
78
|
+
* Disables the label in the template
|
|
79
79
|
*/
|
|
80
80
|
disablelabel: boolean;
|
|
81
81
|
/**
|
|
@@ -95,9 +95,9 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
95
95
|
*/
|
|
96
96
|
inlineError: boolean;
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
* Label Mode 'standard' | 'floating' or null (null = use global configuration)
|
|
99
99
|
*/
|
|
100
|
-
|
|
100
|
+
labelMode: 'standard' | 'floating' | null;
|
|
101
101
|
/**
|
|
102
102
|
* default labe size for large devices
|
|
103
103
|
*/
|
|
@@ -123,15 +123,15 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
123
123
|
*/
|
|
124
124
|
labelSizeXxl: number | null;
|
|
125
125
|
/**
|
|
126
|
-
* Name
|
|
126
|
+
* Name of the control
|
|
127
127
|
*/
|
|
128
128
|
name: string;
|
|
129
129
|
/**
|
|
130
|
-
*
|
|
130
|
+
* Empty implementation of "propagateChange". Must be done to avoid errors
|
|
131
131
|
*/
|
|
132
132
|
propagateChange: any;
|
|
133
133
|
/**
|
|
134
|
-
*
|
|
134
|
+
* Empty implementation of "propagateTouch". Must be done to avoid errors
|
|
135
135
|
*/
|
|
136
136
|
propagateTouch: any;
|
|
137
137
|
/**
|
|
@@ -153,7 +153,7 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
153
153
|
*/
|
|
154
154
|
get HelptextTooltipIcon(): string;
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* Method returns boolean value for dirty
|
|
157
157
|
*/
|
|
158
158
|
get dirty(): boolean;
|
|
159
159
|
/**
|
|
@@ -161,15 +161,15 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
161
161
|
*/
|
|
162
162
|
get inlineerrorenabled(): boolean | null;
|
|
163
163
|
/**
|
|
164
|
-
*
|
|
164
|
+
* Enables or disables the inline errors for the control
|
|
165
165
|
*/
|
|
166
166
|
set inlineerrorenabled(value: boolean | null);
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
168
|
+
* Method returns a boolean value indicating whether the form is invalid
|
|
169
169
|
*/
|
|
170
170
|
get invalid(): boolean;
|
|
171
171
|
/**
|
|
172
|
-
*
|
|
172
|
+
* Defines whether the control is disabled
|
|
173
173
|
*/
|
|
174
174
|
get isdisabled(): boolean;
|
|
175
175
|
/**
|
|
@@ -177,32 +177,32 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
177
177
|
*/
|
|
178
178
|
get isinlineerrorenabled(): boolean;
|
|
179
179
|
/**
|
|
180
|
-
*
|
|
180
|
+
* Defines the label text
|
|
181
181
|
*/
|
|
182
182
|
get label(): string;
|
|
183
183
|
/**
|
|
184
|
-
*
|
|
184
|
+
* Sets the label text
|
|
185
185
|
*/
|
|
186
186
|
set label(v: string);
|
|
187
187
|
/**
|
|
188
|
-
*
|
|
188
|
+
* Returns an object with all label sizes. These values can then be transferred to corresponding CSS classes using a pipe
|
|
189
189
|
*/
|
|
190
190
|
get labelSizes(): ISacLabelSizes;
|
|
191
191
|
/**
|
|
192
|
-
*
|
|
192
|
+
* Method returns boolean value for touched
|
|
193
193
|
*/
|
|
194
194
|
get touched(): boolean;
|
|
195
195
|
/**
|
|
196
|
-
* Get
|
|
196
|
+
* Get method for NgModel binding in HTML markup
|
|
197
197
|
*/
|
|
198
198
|
get value(): VALUE;
|
|
199
199
|
/**
|
|
200
|
-
* Set
|
|
201
|
-
* Input
|
|
200
|
+
* Set method for NgModel binding in HTML markup
|
|
201
|
+
* Input is required so that the value can also be set via the markup.
|
|
202
202
|
*/
|
|
203
203
|
set value(v: VALUE);
|
|
204
204
|
/**
|
|
205
|
-
*
|
|
205
|
+
* Method returns error based on given criteria
|
|
206
206
|
*/
|
|
207
207
|
GetErrorMessage(): Observable<string>;
|
|
208
208
|
/**
|
|
@@ -210,50 +210,63 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
210
210
|
*/
|
|
211
211
|
ngOnInit(): void;
|
|
212
212
|
/**
|
|
213
|
-
*
|
|
213
|
+
* Method sets touched = true
|
|
214
214
|
*/
|
|
215
215
|
onTouch(): void;
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
218
|
-
*
|
|
217
|
+
* Method so that other controls can be notified of changes in the control
|
|
218
|
+
* For change notification, call the propagateChange method.
|
|
219
|
+
* @param fn Callback function for change notification
|
|
219
220
|
*/
|
|
220
221
|
registerOnChange(fn: any): void;
|
|
221
222
|
/**
|
|
222
|
-
*
|
|
223
|
+
* Method so that other controls can be notified of changes when the control is activated (focus).
|
|
224
|
+
* @param fn Callback function for touch notification
|
|
223
225
|
*/
|
|
224
226
|
registerOnTouched(fn: any): void;
|
|
225
227
|
/**
|
|
226
|
-
*
|
|
228
|
+
* Method registers changes in validation
|
|
229
|
+
* @param fn Callback function for validator change notification
|
|
227
230
|
*/
|
|
228
231
|
registerOnValidatorChange(fn: () => void): void;
|
|
229
232
|
/**
|
|
230
|
-
*
|
|
233
|
+
* Sets the control to disabled
|
|
234
|
+
* @param isDisabled True to disable the control, false to enable it
|
|
231
235
|
*/
|
|
232
236
|
setDisabledState(isDisabled: boolean): void;
|
|
233
237
|
/**
|
|
234
|
-
*
|
|
238
|
+
* Method that sets the value of the input
|
|
239
|
+
* @param v The value to set
|
|
235
240
|
*/
|
|
236
241
|
setValue(v: VALUE): void;
|
|
237
242
|
/**
|
|
238
|
-
* Validator
|
|
243
|
+
* Validator method
|
|
244
|
+
* @param c Form control to validate
|
|
245
|
+
* @returns Validation errors or null if valid
|
|
239
246
|
*/
|
|
240
247
|
validate(c: AbstractControl): ValidationErrors | null;
|
|
241
248
|
/**
|
|
242
|
-
*
|
|
249
|
+
* Abstract validator method for form control value.
|
|
250
|
+
*
|
|
251
|
+
* Derived classes should check control value and return validation errors or null.
|
|
252
|
+
*
|
|
253
|
+
* @param c Form control being validated
|
|
254
|
+
* @returns ValidationErrors if invalid, otherwise null
|
|
243
255
|
*/
|
|
244
256
|
abstract validateData(c: AbstractControl): ValidationErrors | null;
|
|
245
257
|
/**
|
|
246
|
-
*
|
|
258
|
+
* Method for writing values from the model into the control
|
|
259
|
+
* @param value The value to write to the control
|
|
247
260
|
*/
|
|
248
261
|
writeValue(value: VALUE): void;
|
|
249
262
|
/**
|
|
250
|
-
* Method can
|
|
251
|
-
* @param value
|
|
252
|
-
* @returns
|
|
263
|
+
* Method can be overridden in parent classes
|
|
264
|
+
* @param value Value that should be converted to the correct type
|
|
265
|
+
* @returns Value in the correct type
|
|
253
266
|
*/
|
|
254
267
|
protected ConvertInputValue(value: VALUE): VALUE;
|
|
255
268
|
/**
|
|
256
|
-
*
|
|
269
|
+
* Method returns the decimal symbol
|
|
257
270
|
*/
|
|
258
271
|
protected GetDecimalSymbol(): string;
|
|
259
272
|
/**
|
|
@@ -261,7 +274,7 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
261
274
|
*/
|
|
262
275
|
protected OnClassInit(): void;
|
|
263
276
|
/**
|
|
264
|
-
*
|
|
277
|
+
* Updates the NgModel value and the validity of the control's validator
|
|
265
278
|
*/
|
|
266
279
|
protected UpdateValueAndValidity(): void;
|
|
267
280
|
private UpdateLabelToControl;
|
|
@@ -274,15 +287,18 @@ export declare abstract class SacBaseModelControl<VALUE> implements ControlValue
|
|
|
274
287
|
*/
|
|
275
288
|
private setHelpTextMode;
|
|
276
289
|
/**
|
|
277
|
-
*
|
|
290
|
+
* Sets the label display mode from property or parent layout control
|
|
278
291
|
*/
|
|
279
|
-
private
|
|
292
|
+
private setLabelMode;
|
|
280
293
|
/**
|
|
281
294
|
* Set label sizes from property or parent layout control
|
|
282
295
|
*/
|
|
283
296
|
private setLabelSizes;
|
|
297
|
+
/**
|
|
298
|
+
* Sets the label split mode from property or parent layout control\n
|
|
299
|
+
**/
|
|
284
300
|
private setLabelSplitMode;
|
|
285
301
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacBaseModelControl<any>, [{ host: true; }, null]>;
|
|
286
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacBaseModelControl<any>, never, never, { "componentHeight": { "alias": "componentHeight"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disablelabel": { "alias": "disablelabel"; "required": false; }; "e2eidentifier": { "alias": "e2eidentifier"; "required": false; }; "helptext": { "alias": "helptext"; "required": false; }; "helptextmode": { "alias": "helptextmode"; "required": false; }; "inlineError": { "alias": "inlineError"; "required": false; }; "
|
|
302
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacBaseModelControl<any>, never, never, { "componentHeight": { "alias": "componentHeight"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disablelabel": { "alias": "disablelabel"; "required": false; }; "e2eidentifier": { "alias": "e2eidentifier"; "required": false; }; "helptext": { "alias": "helptext"; "required": false; }; "helptextmode": { "alias": "helptextmode"; "required": false; }; "inlineError": { "alias": "inlineError"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; }; "labelSizeLg": { "alias": "labelSizeLg"; "required": false; }; "labelSizeMd": { "alias": "labelSizeMd"; "required": false; }; "labelSizeSm": { "alias": "labelSizeSm"; "required": false; }; "labelSizeXl": { "alias": "labelSizeXl"; "required": false; }; "labelSizeXs": { "alias": "labelSizeXs"; "required": false; }; "labelSizeXxl": { "alias": "labelSizeXxl"; "required": false; }; "name": { "alias": "name"; "required": false; }; "splitlabelandhelptext": { "alias": "splitlabelandhelptext"; "required": false; }; "inlineerrorenabled": { "alias": "inlineerrorenabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
287
303
|
}
|
|
288
304
|
//# sourceMappingURL=basemodelcontrol.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"basemodelcontrol.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/common/basemodelcontrol.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAalF,OAAO,EAAmB,QAAQ,EAAS,MAAM,EAAE,MAAM,eAAe,CAAC;AACzE,OAAO,EACH,eAAe,EACf,oBAAoB,EAIpB,kBAAkB,EAClB,gBAAgB,EAChB,SAAS,EACZ,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAElC;;GAEG;AACH,8BACsB,mBAAmB,CAAC,KAAK,CAAE,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"basemodelcontrol.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/common/basemodelcontrol.ts"],"names":[],"mappings":"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"}
|